{"id":15014851,"url":"https://github.com/steveplays28/noisium","last_synced_at":"2025-04-06T12:08:41.031Z","repository":{"id":204222936,"uuid":"710954445","full_name":"Steveplays28/noisium","owner":"Steveplays28","description":"Minecraft mod that optimises worldgen performance for a better gameplay experience.","archived":false,"fork":false,"pushed_at":"2024-12-18T14:48:17.000Z","size":35324,"stargazers_count":105,"open_issues_count":3,"forks_count":6,"subscribers_count":1,"default_branch":"1.20-1.20.1","last_synced_at":"2025-04-06T12:08:31.346Z","etag":null,"topics":["curseforge","fabricmc","minecraft","mod","modding","modrinth","quiltmc"],"latest_commit_sha":null,"homepage":"https://www.curseforge.com/minecraft/mc-mods/noisium","language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Steveplays28.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":".github/FUNDING.yml","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},"funding":{"ko_fi":"Steveplays","patreon":"Steveplays28"}},"created_at":"2023-10-27T20:08:11.000Z","updated_at":"2025-04-05T04:54:40.000Z","dependencies_parsed_at":"2024-02-19T14:47:28.961Z","dependency_job_id":"b4f9e644-8097-4ce6-8eac-34ed092dca06","html_url":"https://github.com/Steveplays28/noisium","commit_stats":{"total_commits":118,"total_committers":2,"mean_commits":59.0,"dds":0.008474576271186418,"last_synced_commit":"c4e8b51c06b77cfe6ac2e81580945c555aefb496"},"previous_names":["steveplays28/noisium"],"tags_count":21,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Steveplays28%2Fnoisium","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Steveplays28%2Fnoisium/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Steveplays28%2Fnoisium/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Steveplays28%2Fnoisium/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Steveplays28","download_url":"https://codeload.github.com/Steveplays28/noisium/tar.gz/refs/heads/1.20-1.20.1","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247478323,"owners_count":20945266,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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":["curseforge","fabricmc","minecraft","mod","modding","modrinth","quiltmc"],"created_at":"2024-09-24T19:46:10.445Z","updated_at":"2025-04-06T12:08:41.010Z","avatar_url":"https://github.com/Steveplays28.png","language":"Java","funding_links":["https://ko-fi.com/Steveplays","https://patreon.com/Steveplays28"],"categories":[],"sub_categories":[],"readme":"![Noisium icon](docs/assets/icon/icon_128x128.png)\n\n# Noisium\n\nOptimises worldgen performance for a better gameplay experience.\n\nNoisium changes some world generation functions that other mods don't touch, to fill in the gaps left by other performance optimisation\nmods.\nMost notably, `NoiseChunkGenerator#populateNoise` is optimised to speed up block state placement when generating new chunks.  \nSetting the block state via abstractions/built-in functions is bypassed. Instead, the block states are set directly in the palette storage,\nthus bypassing calculations Minecraft does that are normally useful when block states are set, but when generating the world only slow it\ndown.  \nThere are also 3 other optimisations, that increase biome population speed, block state sampling speed and chunk unlocking speed (Minecraft\n1.21 and up) during world generation.\n\nNoisium has full 1:1 parity with vanilla Minecraft world generation (world generation without Noisium).\n\nThe performance difference is variable, between a few seconds to a few dozen seconds faster depending on the amount of chunks generated.  \nSee the below Spark profiles for the differences in performance:\n\n- [Vanilla](docs/benchmarks/vanilla_minecraft_1_20_1.sparkprofile)\n- [With Noisium](docs/benchmarks/noisium_minecraft_1_20_1.sparkprofile)\n\n## Dependencies\n\n### Required\n\nNone.\n\n## Compatibility info\n\n### Compatible mods\n\nNoisium should be compatible with most, if not all, of the popular optimisation mods currently on Modrinth/CurseForge for\nNoisium's supported Minecraft versions, since Noisium aims to fill in the gaps in performance optimisation left by other mods.\nThis includes (but is not limited to) C2ME, Lithium, Nvidium, and Sodium.\n\n- C2ME: every world generation thread runs faster. The biome population multithreading is also done in a much better/more performant way in\n  C2ME, so it's been removed from Noisium since `v1.0.2`. It's suggested to run C2ME alongside Noisium for even better world generation\n  performance.\n- Distant Horizons: Noisium speeds up LOD world generation threads, since LOD generation depends on Minecraft's world generation speed.\n- ReTerraForged: RTF has built-in compatibility with Noisium, to fully utilize the optimisations during RTF world generation.\n\n### Incompatibilities\n\nSee the [issue tracker](https://github.com/Steveplays28/noisium/issues?q=is%3Aissue+is%3Aopen+sort%3Aupdated-desc+label%3Acompatibility) for\na list of incompatibilities.\n\n## Download\n\n[![GitHub](https://github.com/intergrav/devins-badges/raw/2dc967fc44dc73850eee42c133a55c8ffc5e30cb/assets/cozy/available/github_vector.svg)](https://github.com/Steveplays28/noisium)\n[![Modrinth](https://github.com/intergrav/devins-badges/raw/2dc967fc44dc73850eee42c133a55c8ffc5e30cb/assets/cozy/available/modrinth_vector.svg)](https://modrinth.com/mod/noisium)\n[![CurseForge](https://github.com/intergrav/devins-badges/raw/2dc967fc44dc73850eee42c133a55c8ffc5e30cb/assets/cozy/available/curseforge_vector.svg)](https://www.curseforge.com/minecraft/mc-mods/noisium)\n\n![Fabric](https://github.com/intergrav/devins-badges/raw/2dc967fc44dc73850eee42c133a55c8ffc5e30cb/assets/compact/supported/fabric_vector.svg)\n![Quilt](https://github.com/intergrav/devins-badges/raw/2dc967fc44dc73850eee42c133a55c8ffc5e30cb/assets/compact/supported/quilt_vector.svg)\n![Forge](https://github.com/intergrav/devins-badges/raw/2dc967fc44dc73850eee42c133a55c8ffc5e30cb/assets/compact/supported/forge_vector.svg)\n![NeoForge](docs/assets/badges/compact/supported/neoforge_vector.svg)\n\nSee the version info in the filename for the supported Minecraft versions.  \nMade for the Fabric, Quilt, Forge, and NeoForge modloaders.  \nServer-side.\n\n## FAQ\n\n- Q: Will you be backporting this mod to lower Minecraft versions?  \n  A: No.\n\n- Q: Does this mod work in multiplayer?  \n  A: Yes, but it'll only improve performance on the server.\n\n- Q: Does only the server need this mod or does the client need it too?  \n  A: Only the server needs this mod (but it works on the client too if you're going to host LAN or play singleplayer).\n\n## Attribution\n\n- Thank you to [Builderb0y](https://modrinth.com/user/Builderb0y) for giving great starting points and helping with issues\n- Thank you to [ishland](https://github.com/ishland) for helping with C2ME compatibility and benchmarking performance\n- Thank you to [Uniter](https://github.com/Uniter343) and [raccoonman2](https://github.com/racoonman2) for benchmarking performance\n\n## License\n\nThis project is licensed under LGPLv3, see [LICENSE](https://github.com/Steveplays28/noisium/blob/main/LICENSE).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsteveplays28%2Fnoisium","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsteveplays28%2Fnoisium","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsteveplays28%2Fnoisium/lists"}