summaryrefslogtreecommitdiff
path: root/data/minecraft/worldgen/structure/ruined_portal.json
diff options
context:
space:
mode:
authorDaniel Weipert <git@mail.dweipert.de>2024-06-23 17:04:11 +0200
committerDaniel Weipert <git@mail.dweipert.de>2024-06-23 17:04:11 +0200
commitfcbea16f2ae86843eb214f64e02a96862e8e3564 (patch)
treecf169230f9ad723e610cfb511701ae128c754ed2 /data/minecraft/worldgen/structure/ruined_portal.json
parent9104556192e966c52b28c2e95e3e9692ed8e7932 (diff)
original => vanilla && overwrite some more hard-coded structures :]
Diffstat (limited to 'data/minecraft/worldgen/structure/ruined_portal.json')
-rw-r--r--data/minecraft/worldgen/structure/ruined_portal.json41
1 files changed, 41 insertions, 0 deletions
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
+}