From 289faaf0ec2063c42acc54f80f9b9298106b8e32 Mon Sep 17 00:00:00 2001 From: Daniel Weipert Date: Wed, 26 Jun 2024 21:50:58 +0200 Subject: overwrite all generating structures with "empty" files --- data/minecraft/worldgen/structure/monument.json | 39 +++++++++++++++++++++++++ 1 file changed, 39 insertions(+) create mode 100644 data/minecraft/worldgen/structure/monument.json (limited to 'data/minecraft/worldgen/structure/monument.json') diff --git a/data/minecraft/worldgen/structure/monument.json b/data/minecraft/worldgen/structure/monument.json new file mode 100644 index 0000000..7e83cc9 --- /dev/null +++ b/data/minecraft/worldgen/structure/monument.json @@ -0,0 +1,39 @@ +{ + "biomes": "#minecraft:has_structure/ocean_monument", + "max_distance_from_center": 1, + "size": 1, + "spawn_overrides": { + "axolotls": { + "bounding_box": "full", + "spawns": [] + }, + "monster": { + "bounding_box": "full", + "spawns": [ + { + "maxCount": 4, + "minCount": 2, + "type": "minecraft:guardian", + "weight": 1 + } + ] + }, + "underground_water_creature": { + "bounding_box": "full", + "spawns": [] + } + }, + "start_height": { + "max_inclusive": { + "below_top": 0 + }, + "min_inclusive": { + "above_bottom": 0 + }, + "type": "minecraft:biased_to_bottom" + }, + "start_pool": "original_skyblock:empty_full", + "step": "surface_structures", + "type": "minecraft:jigsaw", + "use_expansion_hack": false +} \ No newline at end of file -- cgit v1.2.3