added missing bear meat to pandas
This commit is contained in:
parent
c619ba8102
commit
26dfa184e6
1 changed files with 9 additions and 0 deletions
|
|
@ -13,6 +13,15 @@ function registerTFCLoots(event) {
|
|||
.addWeightedLoot([4, 6], ['tfc:food/bear'])
|
||||
|
||||
|
||||
event.addEntityLootModifier('tfc:panda')
|
||||
.addWeightedLoot([8, 12], ['tfc:food/bear'])
|
||||
.addWeightedLoot([1, 2], ['tfc:blubber'])
|
||||
|
||||
event.addEntityLootModifier('tfc:panda')
|
||||
.matchMainHand('#forge:tools/butchery_knives')
|
||||
.addWeightedLoot([4, 6], ['tfc:food/bear'])
|
||||
|
||||
|
||||
event.addEntityLootModifier('tfc:grizzly_bear')
|
||||
.addWeightedLoot([10, 16], ['tfc:food/bear'])
|
||||
.addWeightedLoot([1, 2], ['tfc:blubber'])
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue