Unofficial site, not affiliated with modrinth.com.What is this?
Моды/Terra
Terra

Terra

World generation modding/configuration platform

490.7K
1.4K
  • 6.6.6-BETA-bukkit

    beta3 октября 2025 г.

    This version introduces many new features including:

    • Support for Minecraft 1.21.8
    • Various bug fixes
  • 6.6.6-BETA-fabric

    beta3 октября 2025 г.

    This version introduces many new features including:

    • Support for Minecraft 1.21.8
    • Various bug fixes
  • 6.6.5-BETA-bukkit

    beta19 июня 2025 г.

    This version fixes a bug when starting a server without Multiverse installed.

  • 6.6.4-BETA-fabric

    beta18 июня 2025 г.

    This version introduces many new features including:

    • Support for Minecraft 1.21.6
    • Overworld Pack 1.5.2
    • Direct Multiverse V5 Support.
    • Various bug fixes.

    Overworld changes:

    • Fixed Creaking Heart Block ID on 1.21.5+
  • 6.6.4-BETA-bukkit

    beta18 июня 2025 г.

    This version introduces many new features including:

    • Support for Minecraft 1.21.6
    • Overworld Pack 1.5.2
    • Direct Multiverse V5 Support.
    • Various bug fixes.

    Overworld changes:

    • Fixed Creaking Heart Block ID on 1.21.5+
  • 6.6.3-BETA-fabric

    beta8 июня 2025 г.

    This is a bug fix release with following fixes including:

    • Fix Moonrise thread count grabber
    • Fix Overworld config zip
  • 6.6.3-BETA-bukkit

    beta8 июня 2025 г.

    This is a bug fix release with following fixes including:

    • Fix Moonrise thread count grabber
    • Fix Overworld config zip
  • 6.6.2-BETA-fabric

    beta6 июня 2025 г.

    This version introduces many new features including:

    • Support for Minecraft 1.21.5
    • Support for Allay 0.4.1
    • Overworld Pack 1.5.1

    Overworld changes:

    • Added Spring to Life features
    • Added Pale Garden
    • Added Mob Rooms
    • Improved Shrub Beach
  • 6.6.2-BETA-bukkit

    beta6 июня 2025 г.

    This version introduces many new features including:

    • Support for Minecraft 1.21.5
    • Support for Allay 0.4.1
    • Overworld Pack 1.5.1

    Overworld changes:

    • Added Spring to Life features
    • Added Pale Garden
    • Added Mob Rooms
    • Improved Shrub Beach
  • 6.6.1-BETA-bukkit

    beta2 марта 2025 г.

    Fixes a crash with custom portals.

  • 6.6.0-BETA-bukkit

    beta1 марта 2025 г.

    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 basic ArithmeticSampler samplers now implement the DerivativeNoiseSampler API
      • You can now turn off salting the noise lookup of the Cellular sampler with the new salt-lookup parameter
      • New LINEAR_MAP normalizer

    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 in pack.yml via the following:
    expressions:
      options:
        enable-let-expressions: true
    
    • The noise predicate addon will use input instead of in if let expressions are enabled, which currently affects only the EXPRESSION_NORMALIZER sampler
  • 6.6.0-BETA-fabric

    beta1 марта 2025 г.

    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 basic ArithmeticSampler samplers now implement the DerivativeNoiseSampler API
      • You can now turn off salting the noise lookup of the Cellular sampler with the new salt-lookup parameter
      • New LINEAR_MAP normalizer

    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 in pack.yml via the following:
    expressions:
      options:
        enable-let-expressions: true
    
    • The noise predicate addon will use input instead of in if let expressions are enabled, which currently affects only the EXPRESSION_NORMALIZER sampler
  • 6.5.1-BETA-bukkit

    beta14 октября 2024 г.

    This version fixes a bug when using a jar not built with Mojang mappings.

  • 6.5.0-BETA-bukkit

    beta25 сентября 2024 г.

    This version introduces many new features including:

    • Support for Minecraft 1.21.1
    • Support for Java 21
    • Various other minor changes, optimizations, and bug fixes

    Config pack development changes:

    • New Feature Stage Blending allows for biomes to mix features in from surrounding biomes
      • Controlled using new blend.sampler and blend.amplitude feature generation parameters
    • Noise sampler changes: *New PESUDOEROSION sampler added via the config-noise-function addon * Makes use of the new DerivativeNoiseSampler API currently implemented by OPEN_SIMPLEX_2' and 'OPEN_SIMPLEX_2S
    • Terrascript changes:
      • New Salted sampler functions which accept an additional integer argument that adds salt to the sampler
    • Slant Palettes can now be disabled using the new slant.disable-palettes parameter
  • 6.5.0-BETA-fabric

    beta25 сентября 2024 г.

    This version introduces many new features including:

    • Support for Minecraft 1.21.1
    • Support for Java 21
    • Various other minor changes, optimizations, and bug fixes

    Config pack development changes:

    • New Feature Stage Blending allows for biomes to mix features in from surrounding biomes
      • Controlled using new blend.sampler and blend.amplitude feature generation parameters
    • Noise sampler changes: *New PESUDOEROSION sampler added via the config-noise-function addon * Makes use of the new DerivativeNoiseSampler API currently implemented by OPEN_SIMPLEX_2' and 'OPEN_SIMPLEX_2S
    • Terrascript changes:
      • New Salted sampler functions which accept an additional integer argument that adds salt to the sampler
    • Slant Palettes can now be disabled using the new slant.disable-palettes parameter
  • 6.5.0-ALPHA-fabric

    alpha18 сентября 2024 г.

    This version adds support for 1.20.6 and requires Java 21 to use. This version also introduces some new minor additions and bug fixes. See https://github.com/PolyhedralDev/Terra/pull/467 for more details.

  • 6.4.3-BETA-bukkit

    beta24 декабря 2023 г.

    This minor version fixes a critical terrain generation issue involving linear interpolation in fractal samplers. All users of 6.4 versions should update IMMEDIATELY.

  • 6.4.3-BETA-fabric

    beta24 декабря 2023 г.

    This minor version fixes a critical terrain generation issue involving linear interpolation in fractal samplers. All users of 6.4 versions should update IMMEDIATELY.

  • 6.4.2-BETA-bukkit

    beta19 декабря 2023 г.

    This version brings our minimum supported Minecraft version to 1.20.4 for both Fabric, and Bukkit (Paper+).

    With this version config developers should update their config packs translating minecraft:grass to minecraft:short_grass and updating entity ids from ZOMBIE to minecraft:zombie, for example.

  • 6.4.2-BETA-fabric

    beta19 декабря 2023 г.

    This version brings our minimum supported Minecraft version to 1.20.4 for both Fabric, and Bukkit (Paper+).

    With this version config developers should update their config packs translating minecraft:grass to minecraft:short_grass and updating entity ids from ZOMBIE to minecraft:zombie, for example.

1
...

Совместимость

Поддерживаемые окружения

Сервер

Сведения

Лицензия:
Опубликован:5 лет назад
Обновлён:8 месяцев назад
ID проекта:
Главная