Skip to content

Custom Biomes Addon

Ryandw11 edited this page Jun 10, 2023 · 5 revisions

The Custom Biomes addon allows for Custom Structures to support Custom Biomes created by Data Packs or Plugins.

Note: The Custom Biomes addon only supports 1.18.2+.

Installation

  1. Download the latest addon jar file from ci.ryandw11.com
  2. Put the Jar file within your plugins folder like any other plugin.
  3. Start the server.

Usage

You configure the Custom Biomes addon in the structure configuration file you want.
There are two sections in the addon: CustomBiomes and CustomBiomeRange.

CustomBiomes

The CustomBiomes section works like any of the default sections.

CustomBiomes:
  Namespaces: []

Namespaces

CustomBiomes:
    Namespaces:
      - minecraft:snowy_slopes
      - custom:my_custom_biome

This allows you to make the structure only spawn in the specified biomes by using their resource locations.
Note: To see information about the biome you are currently standing in, run /biomeinspect.

CustomBiomeRange

CustomBiomeRange:
  BaseTemp: 0.4
  DownFall: [0;1]

Base Temperature

BaseTemp: [0;1]

Required: No
Value: Float Range or Float
Default Value: None

This allows you to limit the structure to only spawn in biomes within the base temperature range or with the exact base temp value. In Minecraft the base temperature of a biome usually ranges between -1 and 1.
Examples Values: [0.3;0.5], 0.32

Down Fall

DownFall: [0;1]

Required: No
Value: Float Range or Float
Default Value: None

This allows you to limit the structure to only spawn in biomes within the down fall range or with the exact base temp value. In Minecraft the down fall of a biome usually ranges between 0 and 1.
Examples Values: [0.3;0.5], 0.32.