HHGames/data/herohost/dimension/world.json

14 lines
317 B
JSON
Raw Normal View History

2023-09-15 19:52:54 +02:00
{
"type": "herohost:world_type",
"generator": {
"type": "minecraft:flat",
"settings": {
"biome": "herohost:biome",
"layers": [{
"block": "minecraft:air",
"height": 1
2023-09-15 19:52:54 +02:00
}],
"structure_overrides": []
}
}
}