
- Implemented BiomeRod for biome transformation with configurable radius. - Updated configuration files and resource handling. - Integrated reload command for dynamic biome mapping updates.
17 lines
457 B
YAML
17 lines
457 B
YAML
skyblock:
|
|
biomes:
|
|
rod-radius: 16
|
|
biome-map:
|
|
- material: "GRASS_BLOCK"
|
|
biome: "minecraft:plains"
|
|
- material: "SAND"
|
|
biome: "minecraft:desert"
|
|
- material: "MYCELIUM"
|
|
biome: "minecraft:mushroom_fields"
|
|
- material: "NETHERRACK"
|
|
biome: "minecraft:nether_wastes"
|
|
- material: "OAK_LOG"
|
|
biome: "minecraft:forest"
|
|
- material: "SNOW_BLOCK"
|
|
biome: "minecraft:snowy_plains"
|
|
|