summaryrefslogtreecommitdiff
path: root/data/minecraft/worldgen/structure/fortress.json
diff options
context:
space:
mode:
Diffstat (limited to 'data/minecraft/worldgen/structure/fortress.json')
-rw-r--r--data/minecraft/worldgen/structure/fortress.json34
1 files changed, 17 insertions, 17 deletions
diff --git a/data/minecraft/worldgen/structure/fortress.json b/data/minecraft/worldgen/structure/fortress.json
index 1b5f723..89a28cd 100644
--- a/data/minecraft/worldgen/structure/fortress.json
+++ b/data/minecraft/worldgen/structure/fortress.json
@@ -1,55 +1,55 @@
{
- "type": "minecraft:jigsaw",
"biomes": "#minecraft:has_structure/nether_fortress",
- "step": "underground_decoration",
+ "max_distance_from_center": 1,
+ "size": 1,
"spawn_overrides": {
"monster": {
"bounding_box": "piece",
"spawns": [
{
- "type": "minecraft:blaze",
"maxCount": 3,
"minCount": 2,
+ "type": "minecraft:blaze",
"weight": 10
},
{
- "type": "minecraft:zombified_piglin",
"maxCount": 4,
"minCount": 4,
+ "type": "minecraft:zombified_piglin",
"weight": 5
},
{
- "type": "minecraft:wither_skeleton",
"maxCount": 5,
"minCount": 5,
+ "type": "minecraft:wither_skeleton",
"weight": 8
},
{
- "type": "minecraft:skeleton",
"maxCount": 5,
"minCount": 5,
+ "type": "minecraft:skeleton",
"weight": 2
},
{
- "type": "minecraft:magma_cube",
"maxCount": 4,
"minCount": 4,
+ "type": "minecraft:magma_cube",
"weight": 3
}
]
}
},
- "start_pool": "vanilla_skyblock:fortress",
- "max_distance_from_center": 1,
- "size": 1,
- "start_height": {
- "type": "minecraft:biased_to_bottom",
+ "start_height": {
+ "max_inclusive": {
+ "below_top": 0
+ },
"min_inclusive": {
"above_bottom": 0
},
- "max_inclusive": {
- "below_top": 0
- }
- },
+ "type": "minecraft:biased_to_bottom"
+ },
+ "start_pool": "vanilla_skyblock:empty_full",
+ "step": "underground_decoration",
+ "type": "minecraft:jigsaw",
"use_expansion_hack": false
-}
+} \ No newline at end of file