daily
This commit is contained in:
@@ -1,10 +1,19 @@
|
||||
{
|
||||
"name": "dungeon_mesa",
|
||||
"criteria": {"biomeTypes": ["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}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user