promotional bannermobile promotional banner

Tectonic - Au Naturel Edit

Tectonic Terrain Generation Mod - Built and Customised for Au Naturel modpack

File Details

tectonic-3.0.17-forge-1.20.1.jar

  • R
  • Jan 9, 2026
  • 362.57 KB
  • 11.9K
  • 1.20.1
  • Forge

File Name

tectonic-3.0.17-forge-1.20.1.jar

Supported Versions

  • 1.20.1

Curse Maven Snippet

Forge

implementation fg.deobf("curse.maven:tectonic-au-naturel-edit-1394185:7436828")
Curse Maven does not yet support mods that have disabled 3rd party sharing

Learn more about Curse Maven

Very minor superficial changes:

Fixed

  • Invert density function - Added protection against division by zero that could produce Infinity/NaN values and corrupt terrain generation
  • Height validation messages - Corrected error messages that incorrectly described validation requirements (e.g., "should be greater than 0" now correctly reads "must be 0 or negative")

Changed

  • Noise seed calculation - Seeds are now derived from registry location instead of object memory address, ensuring identical terrain generation across game sessions with the same world seed
  • Snow offset caching - Replaced volatile field with AtomicInteger using compare-and-set for improved thread safety and performance under concurrent chunk generation