From 0028d1276f042953a4034016815593006d823f6d Mon Sep 17 00:00:00 2001 From: Daniel Weipert Date: Sun, 23 Jun 2024 23:43:14 +0200 Subject: generate json files programmatically --- data/minecraft/worldgen/structure/ancient_city.json | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'data/minecraft/worldgen/structure/ancient_city.json') 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 -- cgit v1.2.3