
410.7K
1.3K
Список изменений
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
FBMand the basicArithmeticSamplersamplers now implement theDerivativeNoiseSamplerAPI - You can now turn off salting the noise lookup of the Cellular sampler with the new
salt-lookupparameter - New
LINEAR_MAPnormalizer
- 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
ininvocation variable reserved as a keyword in let expressions), this must explicitly be enabled inpack.ymlvia the following:
expressions:
options:
enable-let-expressions: true
- The noise predicate addon will use
inputinstead ofinif let expressions are enabled, which currently affects only theEXPRESSION_NORMALIZERsampler
Файлы
Terra-fabric-6.6.0-BETA+49c6e7003.jar(8.75 MiB)
ОсновнойМетаданные
Канал релиза
Beta
Номер версии
6.6.0-BETA-fabirc
Загрузчики
FabricQuilt
Версии игры
1.21.4
Загрузок
7.1K
Дата публикации
8 мес. назад