From fcbea16f2ae86843eb214f64e02a96862e8e3564 Mon Sep 17 00:00:00 2001 From: Daniel Weipert Date: Sun, 23 Jun 2024 17:04:11 +0200 Subject: original => vanilla && overwrite some more hard-coded structures :] --- .../minecraft/worldgen/structure/ancient_city.json | 47 ++++++++++++++++++++++ 1 file changed, 47 insertions(+) create mode 100644 data/minecraft/worldgen/structure/ancient_city.json (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 new file mode 100644 index 0000000..5123d6e --- /dev/null +++ b/data/minecraft/worldgen/structure/ancient_city.json @@ -0,0 +1,47 @@ +{ + "type": "minecraft:jigsaw", + "biomes": "#minecraft:has_structure/ancient_city", + "step": "underground_decoration", + "spawn_overrides": { + "ambient": { + "bounding_box": "full", + "spawns": [] + }, + "axolotls": { + "bounding_box": "full", + "spawns": [] + }, + "creature": { + "bounding_box": "full", + "spawns": [] + }, + "misc": { + "bounding_box": "full", + "spawns": [] + }, + "monster": { + "bounding_box": "full", + "spawns": [] + }, + "underground_water_creature": { + "bounding_box": "full", + "spawns": [] + }, + "water_ambient": { + "bounding_box": "full", + "spawns": [] + }, + "water_creature": { + "bounding_box": "full", + "spawns": [] + } + }, + "terrain_adaptation": "beard_box", + "start_pool": "minecraft:ancient_city/city_center", + "size": 7, + "start_height": { + "absolute": -27 + }, + "max_distance_from_center": 116, + "use_expansion_hack": false +} -- cgit v1.2.3