fixed deer dropping the wrong meat with a butchery knife
This commit is contained in:
parent
3e5e4a2d33
commit
044f13978a
1 changed files with 1 additions and 5 deletions
|
|
@ -169,11 +169,7 @@ function registerTFCLoots(event) {
|
|||
|
||||
event.addEntityLootModifier('tfc:deer')
|
||||
.randomChanceWithEnchantment('minecraft:looting', [0, 0.3, 0.6, 1])
|
||||
.addWeightedLoot([2, 4], ['tfc:food/camelidae'])
|
||||
|
||||
event.addEntityLootModifier('tfc:deer')
|
||||
.randomChanceWithEnchantment('minecraft:looting', [0, 0.3, 0.6, 1])
|
||||
.addWeightedLoot([2, 5], ['tfc:food/venison'])
|
||||
.addWeightedLoot([2, 4], ['tfc:food/venison'])
|
||||
|
||||
event.addEntityLootModifier('tfc:donkey')
|
||||
.randomChanceWithEnchantment('minecraft:looting', [0, 0.3, 0.6, 1])
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue