added missing bear meat to pandas

This commit is contained in:
Pyritie 2026-02-05 00:28:23 +00:00
parent c619ba8102
commit 26dfa184e6

View file

@ -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'])