Entity loot table changes (#1035)
* trying stuff, might delete later * updated all loot tables so looting only affects animal meat drops
This commit is contained in:
parent
054a27977b
commit
6048af8042
17 changed files with 496 additions and 449 deletions
|
|
@ -11,11 +11,21 @@
|
|||
"functions": [
|
||||
{
|
||||
"function": "minecraft:set_count",
|
||||
"add": false,
|
||||
"count": {
|
||||
"min": 4,
|
||||
"max": 10,
|
||||
"type": "minecraft:uniform"
|
||||
}
|
||||
},
|
||||
{
|
||||
"count": {
|
||||
"type": "minecraft:uniform",
|
||||
"max": 3.0,
|
||||
"min": 1.0
|
||||
},
|
||||
"enchantment": "minecraft:looting",
|
||||
"function": "minecraft:looting_enchant"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
@ -34,7 +44,7 @@
|
|||
"count": {
|
||||
"type": "minecraft:uniform",
|
||||
"min": 1,
|
||||
"max": 3
|
||||
"max": 6
|
||||
}
|
||||
}
|
||||
]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue