summaryrefslogtreecommitdiff
path: root/data/minecraft/worldgen/structure
diff options
context:
space:
mode:
Diffstat (limited to 'data/minecraft/worldgen/structure')
-rw-r--r--data/minecraft/worldgen/structure/monument.json8
-rw-r--r--data/minecraft/worldgen/structure/village_desert.json20
2 files changed, 27 insertions, 1 deletions
diff --git a/data/minecraft/worldgen/structure/monument.json b/data/minecraft/worldgen/structure/monument.json
index 210441d..b45f16c 100644
--- a/data/minecraft/worldgen/structure/monument.json
+++ b/data/minecraft/worldgen/structure/monument.json
@@ -14,6 +14,12 @@
"maxCount": 4,
"minCount": 2,
"type": "minecraft:guardian",
+ "weight": 100
+ },
+ {
+ "maxCount": 1,
+ "minCount": 1,
+ "type": "minecraft:elder_guardian",
"weight": 1
}
]
@@ -32,7 +38,7 @@
},
"type": "minecraft:biased_to_bottom"
},
- "start_pool": "vanilla_skyblock:empty_full",
+ "start_pool": "vanilla_skyblock:ocean_monument",
"step": "surface_structures",
"type": "minecraft:jigsaw",
"use_expansion_hack": false
diff --git a/data/minecraft/worldgen/structure/village_desert.json b/data/minecraft/worldgen/structure/village_desert.json
new file mode 100644
index 0000000..c0f2fba
--- /dev/null
+++ b/data/minecraft/worldgen/structure/village_desert.json
@@ -0,0 +1,20 @@
+{
+ "biomes": "#minecraft:has_structure/village_desert",
+ "max_distance_from_center": 80,
+ "size": 6,
+ "spawn_overrides": {},
+ "start_height": {
+ "max_inclusive": {
+ "below_top": 0
+ },
+ "min_inclusive": {
+ "above_bottom": 0
+ },
+ "type": "minecraft:biased_to_bottom"
+ },
+ "start_pool": "minecraft:village/desert/town_centers",
+ "step": "surface_structures",
+ "terrain_adaptation": "beard_thin",
+ "type": "minecraft:jigsaw",
+ "use_expansion_hack": true
+} \ No newline at end of file