usefulskyblock/src/main/resources/config.yml
Nick Guy c869fdefb1 Add BiomeRod feature.
- Implemented BiomeRod for biome transformation with configurable radius.
- Updated configuration files and resource handling.
- Integrated reload command for dynamic biome mapping updates.
2025-07-29 21:34:56 +01:00

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"