Initial Commit!

This commit is contained in:
zombieguy
2026-07-08 22:58:56 +01:00
parent d9910aee00
commit 9cef1c5373
2371 changed files with 56283 additions and 0 deletions
@@ -0,0 +1,9 @@
#Biome ids disabled for newly generated chunks. Example: ["minecraft:desert", "biomesoplenty:lavender_field"]
disabledBiomes = []
#Legacy single fallback biome id used by older configs when fallbackBiomes is not present.
fallbackBiome = "minecraft:plains"
#Fallback biome candidates for disabled biomes. Use ["default:all_enabled"] to dynamically use every enabled biome in the active worldgen registry.
fallbackBiomes = ["default:all_enabled"]
#Direct biome replacements that win before fallback selection. Format: ["minecraft:forest=minecraft:plains"].
replacementBiomes = []