{"id":20346433,"url":"https://github.com/redstonewizard08/singularity","last_synced_at":"2026-05-28T20:31:34.756Z","repository":{"id":219661830,"uuid":"749575120","full_name":"RedstoneWizard08/Singularity","owner":"RedstoneWizard08","description":"A small mod to find item singularities.","archived":false,"fork":false,"pushed_at":"2024-02-08T03:57:58.000Z","size":181,"stargazers_count":0,"open_issues_count":1,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-04T15:48:19.354Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/RedstoneWizard08.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-01-29T00:19:31.000Z","updated_at":"2024-01-29T00:20:08.000Z","dependencies_parsed_at":"2024-01-29T02:28:32.310Z","dependency_job_id":"5292cf90-3bc0-46e7-b02d-29a3bdccfe9b","html_url":"https://github.com/RedstoneWizard08/Singularity","commit_stats":null,"previous_names":["redstonewizard08/singularity"],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/RedstoneWizard08/Singularity","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RedstoneWizard08%2FSingularity","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RedstoneWizard08%2FSingularity/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RedstoneWizard08%2FSingularity/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RedstoneWizard08%2FSingularity/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/RedstoneWizard08","download_url":"https://codeload.github.com/RedstoneWizard08/Singularity/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RedstoneWizard08%2FSingularity/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33626137,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-05-28T02:00:06.440Z","response_time":99,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-11-14T22:13:01.188Z","updated_at":"2026-05-28T20:31:34.718Z","avatar_url":"https://github.com/RedstoneWizard08.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Singularity\n\nA small mod to find item singularities.\n\n[![CurseForge latest version](https://img.shields.io/curseforge/v/968634?style=for-the-badge\u0026logo=curseforge\u0026label=CurseForge\u0026color=blue)](https://www.curseforge.com/minecraft/mc-mods/singularity-detector)\n[![Modrinth latest version](https://img.shields.io/modrinth/v/singularity?style=for-the-badge\u0026logo=modrinth\u0026label=Modrinth\u0026color=blue\n)](https://modrinth.com/mod/singularity)\n\n## Features\n\n- [x] Automatic scheduled item removal (configurable)\n- [x] Farm leak detection\n- [x] Fully configurable\n- [x] Warns before clearing items\n- [x] Easy to set up\n- [x] Minimal dependencies\n- [x] Runs on a separate thread\n- [x] Very well optimized\n- [x] 100% server-side\n\n## Why?\n\nAn item singularity is where there are tons (possibly thousands)\nof items dropped on the ground in a single location. This can\nreduce a server's TPS (Ticks Per Second) to a very low amount,\ncompared to the normal 20. This mod aims to fix that.\n\nBy using techniques such as dropped item removal on a timer, you\ncan reduce the amount of items in a location. The issue with this\nis that it is a band-aid fix, and won't help in the long term.\n\nThe best way to fix it is to eliminate the problem at its source,\nremoving the need for the other approach. With Singularity, it can\nfind the coordinates of potential item singularities, allowing you\nto find these and fix them.\n\n## Roadmap\n\n- [x] Implement item removal timer\n- [x] Implement singularity detection\n- [x] MORE CONFIGURATION!!\n- [x] Render language keys on the server-side\n- [x] Better detection algorithm\n\n## References\n\nThis project includes modified portions of:\n\n- [Server Translations API](https://github.com/NucleoidMC/Server-Translations) ([MIT License](./licenses/server-translations-api.txt)) \n- [Fabric API](https://github.com/FabricMC/fabric) ([Apache 2.0 License](./licenses/fabric-api.txt))\n\nDependencies for this mod include [Cloth Config](https://modrinth.com/mod/cloth-config)\nand [Architectury API](https://modrinth.com/mod/architectury-api).\n\n## Debugging\n\nThere is a new command! `/singularity debug`\n\nIt takes 4 arguments:\n\n- Level: The ResourceLocation of the dimension to spawn items in\n- Position: Where to spawn the items (x, y, z) in that dimension\n- Item ID: The item's ID (ResourceLocation)\n- Count: How many items to spawn (min: 0, max: Infinity)\n\nExample:\n\n```txt\n/singularity debug minecraft:overworld 0 100 0 minecraft:stick 8000\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fredstonewizard08%2Fsingularity","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fredstonewizard08%2Fsingularity","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fredstonewizard08%2Fsingularity/lists"}