HHGames/data/herohost/dimension/world.json
HeroChris cb08afef4c Redesign biome and update
- Updates to 1.21.3
- Biome changes with correct colours
2024-11-19 18:07:59 +01:00

14 lines
317 B
JSON

{
"type": "herohost:world_type",
"generator": {
"type": "minecraft:flat",
"settings": {
"biome": "herohost:biome",
"layers": [{
"block": "minecraft:air",
"height": 1
}],
"structure_overrides": []
}
}
}