daily
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "dungeon_mountain",
|
||||
"criteria": {"biomeTypes": ["MOUNTAIN"]},
|
||||
"criteria": {"biomeTypes": ["MOUNTAIN", "HILLS"]},
|
||||
"inherit": [
|
||||
"loot_all",
|
||||
"loot_mountain",
|
||||
@@ -13,5 +13,14 @@
|
||||
"2" : {
|
||||
"diff" : 4
|
||||
}
|
||||
}
|
||||
},
|
||||
"loot_rules": [
|
||||
{"level": [0, 1, 2, 3, 4], "each": true, "quantity": 6, "loot": [
|
||||
{"data": {"name": "minecraft:book", "meta": 0, "min": 1, "max": 2}, "weight": 30},
|
||||
{"data": {"name": "minecraft:paper", "meta": 0, "min": 1, "max": 3}, "weight": 30},
|
||||
{"data": {"name": "minecraft:emerald", "meta": 0, "min": 1, "max": 1}, "weight": 5},
|
||||
{"data": {"name": "etfuturum:amethyst_shard", "meta": 0, "min": 1, "max": 2}, "weight": 10}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user