summaryrefslogtreecommitdiff
path: root/data/minecraft/worldgen/structure/ancient_city.json
diff options
context:
space:
mode:
authorDaniel Weipert <git@mail.dweipert.de>2024-06-23 23:43:14 +0200
committerDaniel Weipert <git@mail.dweipert.de>2024-06-23 23:43:14 +0200
commit0028d1276f042953a4034016815593006d823f6d (patch)
treec3cea08bad6778e24fc3b7de905069f5c35889ff /data/minecraft/worldgen/structure/ancient_city.json
parentfcbea16f2ae86843eb214f64e02a96862e8e3564 (diff)
generate json files programmatically
Diffstat (limited to 'data/minecraft/worldgen/structure/ancient_city.json')
-rw-r--r--data/minecraft/worldgen/structure/ancient_city.json14
1 files changed, 7 insertions, 7 deletions
diff --git a/data/minecraft/worldgen/structure/ancient_city.json b/data/minecraft/worldgen/structure/ancient_city.json
index 5123d6e..f83ac23 100644
--- a/data/minecraft/worldgen/structure/ancient_city.json
+++ b/data/minecraft/worldgen/structure/ancient_city.json
@@ -1,7 +1,7 @@
{
- "type": "minecraft:jigsaw",
"biomes": "#minecraft:has_structure/ancient_city",
- "step": "underground_decoration",
+ "max_distance_from_center": 116,
+ "size": 7,
"spawn_overrides": {
"ambient": {
"bounding_box": "full",
@@ -36,12 +36,12 @@
"spawns": []
}
},
- "terrain_adaptation": "beard_box",
- "start_pool": "minecraft:ancient_city/city_center",
- "size": 7,
"start_height": {
"absolute": -27
},
- "max_distance_from_center": 116,
+ "start_pool": "minecraft:ancient_city/city_center",
+ "step": "underground_decoration",
+ "terrain_adaptation": "beard_box",
+ "type": "minecraft:jigsaw",
"use_expansion_hack": false
-}
+} \ No newline at end of file