diff options
author | Daniel Weipert <git@mail.dweipert.de> | 2024-06-26 21:50:58 +0200 |
---|---|---|
committer | Daniel Weipert <git@mail.dweipert.de> | 2024-06-26 21:50:58 +0200 |
commit | 289faaf0ec2063c42acc54f80f9b9298106b8e32 (patch) | |
tree | dc695d33da917a63c9297a775955d1544f7c01d3 /data/minecraft/worldgen/structure/ruined_portal_swamp.json | |
parent | 9104556192e966c52b28c2e95e3e9692ed8e7932 (diff) |
Diffstat (limited to 'data/minecraft/worldgen/structure/ruined_portal_swamp.json')
-rw-r--r-- | data/minecraft/worldgen/structure/ruined_portal_swamp.json | 31 |
1 files changed, 31 insertions, 0 deletions
diff --git a/data/minecraft/worldgen/structure/ruined_portal_swamp.json b/data/minecraft/worldgen/structure/ruined_portal_swamp.json new file mode 100644 index 0000000..14e121f --- /dev/null +++ b/data/minecraft/worldgen/structure/ruined_portal_swamp.json @@ -0,0 +1,31 @@ +{ + "biomes": "#minecraft:has_structure/ruined_portal_swamp", + "max_distance_from_center": 1, + "setups": [ + { + "air_pocket_probability": 0, + "can_be_cold": false, + "mossiness": 0.5, + "overgrown": false, + "placement": "on_ocean_floor", + "replace_with_blackstone": false, + "vines": true, + "weight": 1 + } + ], + "size": 1, + "spawn_overrides": {}, + "start_height": { + "max_inclusive": { + "below_top": 0 + }, + "min_inclusive": { + "above_bottom": 0 + }, + "type": "minecraft:uniform" + }, + "start_pool": "original_skyblock:empty_full", + "step": "surface_structures", + "type": "minecraft:jigsaw", + "use_expansion_hack": false +}
\ No newline at end of file |