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 :] --- .../worldgen/structure/ruined_portal.json | 41 ++++++++++++++++++++++ 1 file changed, 41 insertions(+) create mode 100644 data/minecraft/worldgen/structure/ruined_portal.json (limited to 'data/minecraft/worldgen/structure/ruined_portal.json') diff --git a/data/minecraft/worldgen/structure/ruined_portal.json b/data/minecraft/worldgen/structure/ruined_portal.json new file mode 100644 index 0000000..4651ce2 --- /dev/null +++ b/data/minecraft/worldgen/structure/ruined_portal.json @@ -0,0 +1,41 @@ +{ + "type": "minecraft:jigsaw", + "biomes": "#minecraft:has_structure/ruined_portal_standard", + "step": "surface_structures", + "spawn_overrides": {}, + "setups": [ + { + "placement": "underground", + "air_pocket_probability": 1, + "mossiness": 0.2, + "overgrown": false, + "vines": false, + "can_be_cold": true, + "replace_with_blackstone": false, + "weight": 0.5 + }, + { + "placement": "on_land_surface", + "air_pocket_probability": 0.5, + "mossiness": 0.2, + "overgrown": false, + "vines": false, + "can_be_cold": true, + "replace_with_blackstone": false, + "weight": 0.5 + } + ], + "start_pool": "vanilla_skyblock:empty_16", + "max_distance_from_center": 1, + "size": 1, + "start_height": { + "type": "minecraft:uniform", + "min_inclusive": { + "above_bottom": 0 + }, + "max_inclusive": { + "below_top": 0 + } + }, + "use_expansion_hack": false +} -- cgit v1.2.3