Noisium (archived)

Optimises worldgen performance for a better gameplay experience.

File Details

noisium-forge-2.0.3+mc1.20-1.20.1-sources.jar

  • R
  • Apr 29, 2024
  • 40.31 KB
  • 4.2K
  • 1.20.1+1
  • Forge + 1

File Name

noisium-forge-2.0.3+mc1.20-1.20.1-sources.jar

Supported Versions

  • 1.20.1
  • 1.20

Curse Maven Snippet

Forge

implementation fg.deobf("curse.maven:noisium-930207:5302293")

NeoForge

implementation fg.deobf("curse.maven:noisium-930207:5302293")
Curse Maven does not yet support mods that have disabled 3rd party sharing

Learn more about Curse Maven

Fixed

  • Ad Astra compatibility
    • Ad Astra and other dimension mods no longer crash when trying to generate chunks in their dimensions
    • The code is also slightly faster and more concise, because the chunk sections array is now fetched directly from the chunk that's being generated, instead of recreating it before noise population, which may result in a very slight performance increase