-
Notifications
You must be signed in to change notification settings - Fork 34
Custom Biomes Addon
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+.
- Download the latest addon jar file from ci.ryandw11.com
- Put the Jar file within your
plugins
folder like any other plugin. - Start the server.
You configure the Custom Biomes addon in the structure configuration file you want.
There are two sections in the addon: CustomBiomes
and CustomBiomeRange
.
The CustomBiomes
section works like any of the default sections.
CustomBiomes:
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:
BaseTemp: 0.4
DownFall: [0;1]
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
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
.
Custom Structure WIKI
- Main Page
- Installation
- Commands
- Creating Schematics
-
Structure Configuration
- Structure Configuration File
- Configuration Signs
- Weighted Probability
- Updating The Plugin
- Addons
- Developer API