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
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

