summaryrefslogtreecommitdiff
path: root/data/minecraft/worldgen/structure/ruined_portal.json
diff options
context:
space:
mode:
authorDaniel Weipert <git@mail.dweipert.de>2024-06-23 23:43:14 +0200
committerDaniel Weipert <git@mail.dweipert.de>2024-06-23 23:43:14 +0200
commit0028d1276f042953a4034016815593006d823f6d (patch)
treec3cea08bad6778e24fc3b7de905069f5c35889ff /data/minecraft/worldgen/structure/ruined_portal.json
parentfcbea16f2ae86843eb214f64e02a96862e8e3564 (diff)
generate json files programmatically
Diffstat (limited to 'data/minecraft/worldgen/structure/ruined_portal.json')
-rw-r--r--data/minecraft/worldgen/structure/ruined_portal.json32
1 files changed, 16 insertions, 16 deletions
diff --git a/data/minecraft/worldgen/structure/ruined_portal.json b/data/minecraft/worldgen/structure/ruined_portal.json
index 4651ce2..a7c0f9d 100644
--- a/data/minecraft/worldgen/structure/ruined_portal.json
+++ b/data/minecraft/worldgen/structure/ruined_portal.json
@@ -1,41 +1,41 @@
{
- "type": "minecraft:jigsaw",
"biomes": "#minecraft:has_structure/ruined_portal_standard",
- "step": "surface_structures",
- "spawn_overrides": {},
+ "max_distance_from_center": 1,
"setups": [
{
- "placement": "underground",
"air_pocket_probability": 1,
+ "can_be_cold": true,
"mossiness": 0.2,
"overgrown": false,
- "vines": false,
- "can_be_cold": true,
+ "placement": "underground",
"replace_with_blackstone": false,
+ "vines": false,
"weight": 0.5
},
{
- "placement": "on_land_surface",
"air_pocket_probability": 0.5,
+ "can_be_cold": true,
"mossiness": 0.2,
"overgrown": false,
- "vines": false,
- "can_be_cold": true,
+ "placement": "on_land_surface",
"replace_with_blackstone": false,
+ "vines": false,
"weight": 0.5
}
],
- "start_pool": "vanilla_skyblock:empty_16",
- "max_distance_from_center": 1,
"size": 1,
+ "spawn_overrides": {},
"start_height": {
- "type": "minecraft:uniform",
+ "max_inclusive": {
+ "below_top": 0
+ },
"min_inclusive": {
"above_bottom": 0
},
- "max_inclusive": {
- "below_top": 0
- }
+ "type": "minecraft:uniform"
},
+ "start_pool": "vanilla_skyblock:empty_16",
+ "step": "surface_structures",
+ "type": "minecraft:jigsaw",
"use_expansion_hack": false
-}
+} \ No newline at end of file