From 0028d1276f042953a4034016815593006d823f6d Mon Sep 17 00:00:00 2001 From: Daniel Weipert Date: Sun, 23 Jun 2024 23:43:14 +0200 Subject: generate json files programmatically --- .../worldgen/structure/ruined_portal.json | 32 +++++++++++----------- 1 file changed, 16 insertions(+), 16 deletions(-) (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 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 -- cgit v1.2.3