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/desert_pyramid.json | 24 +++++++++++----------- 1 file changed, 12 insertions(+), 12 deletions(-) (limited to 'data/minecraft/worldgen/structure/desert_pyramid.json') diff --git a/data/minecraft/worldgen/structure/desert_pyramid.json b/data/minecraft/worldgen/structure/desert_pyramid.json index 8a7f761..cae5983 100644 --- a/data/minecraft/worldgen/structure/desert_pyramid.json +++ b/data/minecraft/worldgen/structure/desert_pyramid.json @@ -1,19 +1,19 @@ { - "type": "minecraft:jigsaw", "biomes": "#minecraft:has_structure/desert_pyramid", - "step": "surface_structures", + "max_distance_from_center": 1, + "size": 1, "spawn_overrides": {}, - "start_pool": "vanilla_skyblock:desert_pyramid", - "max_distance_from_center": 1, - "size": 1, - "start_height": { - "type": "minecraft:very_biased_to_bottom", + "start_height": { + "max_inclusive": { + "below_top": 0 + }, "min_inclusive": { "above_bottom": 0 }, - "max_inclusive": { - "below_top": 0 - } - }, + "type": "minecraft:very_biased_to_bottom" + }, + "start_pool": "vanilla_skyblock:desert_pyramid", + "step": "surface_structures", + "type": "minecraft:jigsaw", "use_expansion_hack": false -} +} \ No newline at end of file -- cgit v1.2.3