mist? or beast?

This commit is contained in:
Pyritie 2025-09-09 21:27:44 +01:00
parent 7805e8bcb1
commit 6a7a342ff7

View file

@ -210,7 +210,9 @@ function registerPrimitiveCreaturesLoots(event) {
// mistah beeeaaaasssstt
event.addEntityLootModifier('primitive_creatures:beast')
.removeLoot(ItemFilter.ALWAYS_TRUE)
.addWeightedLoot([4,8], ['minecraft:bone'])
.addWeightedLoot([12,16], ['minecraft:bone'])
.addWeightedLoot([2,3], ['tfc:large_raw_hide'])
// raw meat?
.addWeightedLoot([4,6], ['tfc:blubber'])
// change to our own raw meat?
.addWeightedLoot([20, 30], ['tfc:food/bear'])
}