Files
Gregtech-New-Bastards/.minecraft/config/roguelike_dungeons/settings/dungeon_mesa.json

20 lines
626 B
JSON

{
"name": "dungeon_mesa",
"criteria": {"biomeTypes": ["MESA", "OCEAN"]},
"inherit": [
"loot_all",
"loot_hot_food",
"theme_mesa",
"tower_mesa"
],
"loot_rules": [
{"level": [0, 1, 2, 3, 4], "each": true, "quantity": 6, "loot": [
{"data": {"name": "minecraft:hardened_clay", "meta": 0, "min": 3, "max": 5}, "weight": 30},
{"data": {"name": "minecraft:sand", "meta": 1, "min": 6, "max": 8}, "weight": 30},
{"data": {"name": "BiomesOPlenty:gems", "meta": 6, "min": 1, "max": 1}, "weight": 5},
{"data": {"name": "minecraft:deadbush", "meta": 0, "min": 1, "max": 2}, "weight": 10}
]
}
]
}