summaryrefslogtreecommitdiff
path: root/data/minecraft/worldgen/structure/ruined_portal_mountain.json
diff options
context:
space:
mode:
Diffstat (limited to 'data/minecraft/worldgen/structure/ruined_portal_mountain.json')
-rw-r--r--data/minecraft/worldgen/structure/ruined_portal_mountain.json41
1 files changed, 41 insertions, 0 deletions
diff --git a/data/minecraft/worldgen/structure/ruined_portal_mountain.json b/data/minecraft/worldgen/structure/ruined_portal_mountain.json
new file mode 100644
index 0000000..275d541
--- /dev/null
+++ b/data/minecraft/worldgen/structure/ruined_portal_mountain.json
@@ -0,0 +1,41 @@
+{
+ "biomes": "#minecraft:has_structure/ruined_portal_mountain",
+ "max_distance_from_center": 1,
+ "setups": [
+ {
+ "air_pocket_probability": 1,
+ "can_be_cold": true,
+ "mossiness": 0.2,
+ "overgrown": false,
+ "placement": "in_mountain",
+ "replace_with_blackstone": false,
+ "vines": false,
+ "weight": 0.5
+ },
+ {
+ "air_pocket_probability": 0.5,
+ "can_be_cold": true,
+ "mossiness": 0.2,
+ "overgrown": false,
+ "placement": "on_land_surface",
+ "replace_with_blackstone": false,
+ "vines": false,
+ "weight": 0.5
+ }
+ ],
+ "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