Files
Gregtech-New-Bastards/.minecraft/config/roguelike_dungeons/settings/dungeon_forest.json
2026-02-23 21:48:28 +01:00

20 lines
615 B
JSON

{
"name": "dungeon_forest",
"criteria": {"biomeTypes": ["FOREST"]},
"inherit": [
"loot_all",
"loot_forest",
"tower_forest",
"rooms_forest"
],
"loot_rules": [
{"level": [0, 1, 2, 3, 4], "each": true, "quantity": 6, "loot": [
{"data": {"name": "minecraft:leaves", "meta": 0, "min": 3, "max": 4}, "weight": 30},
{"data": {"name": "minecraft:clay_ball", "meta": 0, "min": 3, "max": 6}, "weight": 30},
{"data": {"name": "BiomesOPlenty:gems", "meta": 7, "min": 1, "max": 1}, "weight": 5},
{"data": {"name": "minecraft:web", "meta": 0, "min": 3, "max": 4}, "weight": 10}
]
}
]
}