This commit is contained in:
2026-02-23 21:48:28 +01:00
parent 68fcf7fbde
commit 76e9b1b59e
15427 changed files with 620572 additions and 11184 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "dungeon_swamp",
"criteria": {"biomeTypes": ["SWAMP"]},
"criteria": {"biomeTypes": ["SWAMP", "RIVER"]},
"inherit": [
"loot_all",
"loot_swamp",
@@ -8,5 +8,14 @@
"tower_swamp",
"rooms_swamp",
"segments_swamp"
]
],
"loot_rules": [
{"level": [0, 1, 2, 3, 4], "each": true, "quantity": 6, "loot": [
{"data": {"name": "minecraft:waterlily", "meta": 0, "min": 3, "max": 5}, "weight": 30},
{"data": {"name": "minecraft:vine", "meta": 0, "min": 2, "max": 6}, "weight": 30},
{"data": {"name": "BiomesOPlenty:gems", "meta": 5, "min": 1, "max": 1}, "weight": 5},
{"data": {"name": "minecraft:red_flower", "meta": 1, "min": 1, "max": 2}, "weight": 10}
]
}
]
}