This version introduces many new features including:
- Support for Minecraft 1.20.2
- Experimental support for Folia
- The removal of a dedicated Quilt platform. Quilt users may now use the Fabric jar instead
- Various other minor changes, optimizations, and bug fixes
Config pack development changes:
- New SCATTERED_ORE config type added via the config-ore addon
- Terrascript changes:
- New rsqrt function
- Additional optional boolean argument to the block function that determines if the block should use physics (Such as setting water to flow on generation)
- Noise sampler changes:
- New sampler DISTANCE - Provides the distance from a configured position
- New sampler TRANSLATE - Allows translating sampler coordinate inputs
- New sampler EXPRESSION_NORMALIZER - Allows modifying the output of a sampler using an expression
- New LocalNoiseLookup CELLULAR sampler return type - Uses coordinates relative to closest cell origin for noise lookup
- New experimental optional image caching parameters available in pack.yml to reduce memory usage once images are no longer needed:
- images.cache.load-on-use: true - Only load images into memory upon first use
- images.cache.timeout: SECONDS - Delay to unload an image after last use