/
This version introduces many new features including:
Config pack development changes:
FBM and the basic ArithmeticSampler samplers now implement the DerivativeNoiseSampler APIsalt-lookup parameterLINEAR_MAP normalizerParalithic changes:
5 + let
a := 3.5,
b := a^2, // Optional trailing comma
in a * b * (let d := sqrt(x) in cos(d))
in invocation variable reserved as a keyword in let expressions), this must explicitly be enabled in pack.yml via the following:expressions:
options:
enable-let-expressions: true
input instead of in if let expressions are enabled, which currently affects only the EXPRESSION_NORMALIZER sampler
World generation modding/configuration platform