Compatibility
Minecraft: Java Edition
1.21.4
1.21.1
1.20.6
1.20.4
1.20.1–1.20.2
1.19.x
1.18.x
1.17.x
1.16.x
1.15.x
1.14.x
1.13.x
Platforms
75% of ad revenue goes to creators
Support creators and Modrinth ad-free with Modrinth+Details
Licensed MIT
Published 4 years ago
Updated last month
Changelog
This version introduces many new features including:
- Support for Minecraft 1.21.4
- Allay platform support
- Minestom platform support
- Improvements to the CLI generator
- Various other changes, optimizations, and bug fixes
Config pack development changes:
- Platform Minecraft Biome Config:
- Both Fabric and Bukkit's Minecraft Biome Config have been cleaned up and Bukkit now supports the full range of options
- Noise addon changes:
- Both
FBM
and the basicArithmeticSampler
samplers now implement theDerivativeNoiseSampler
API - You can now turn off salting the noise lookup of the Cellular sampler with the new
salt-lookup
parameter - New
LINEAR_MAP
normalizer
- Both
Paralithic changes:
- Adds support for Paralithic let expressions. Let expressions enable the ability to bind names to expressions within the context of another expression, e.g.
5 + let
a := 3.5,
b := a^2, // Optional trailing comma
in a * b * (let d := sqrt(x) in cos(d))
- As the introduction of let expressions may break config packs and the noise predicate addon (which uses the
in
invocation variable reserved as a keyword in let expressions), this must explicitly be enabled inpack.yml
via the following:
expressions:
options:
enable-let-expressions: true
- The noise predicate addon will use
input
instead ofin
if let expressions are enabled, which currently affects only theEXPRESSION_NORMALIZER
sampler
Dependencies
Files
Metadata
Release channel
BetaVersion number
6.6.0-BETA-fabircLoaders
Game versions
1.21.4Downloads
1969Publication date
March 1, 2025 at 6:20 PMPublisher
duplexsystem
Contributor