Meats and eats (#2001)

* meats and eats

* changelog and pt_br
This commit is contained in:
Redeix 2025-10-10 03:14:29 -05:00 committed by GitHub
parent 9f530f8fb3
commit 69d8e68ef1
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
30 changed files with 469 additions and 35 deletions

View file

@ -33,17 +33,29 @@ function registerSpeciesLoots(event) {
event.addEntityLootModifier('species:springling')
.addLoot('tfc:small_raw_hide')
.addWeightedLoot([2, 4], ['minecraft:bone'])
.addWeightedLoot([6, 8], ['tfg:food/raw_springling_chops'])
.addWeightedLoot([6, 8], ['tfg:food/raw_springling_collar'])
event.addEntityLootModifier('species:springling')
.matchMainHand('#forge:tools/butchery_knives')
.addWeightedLoot([3, 5], ['tfg:food/raw_springling_chops'])
.addWeightedLoot([3, 5], ['tfg:food/raw_springling_collar'])
// TODO: meat
event.addEntityLootModifier('species:cruncher')
.addLoot('tfc:large_raw_hide')
.addWeightedLoot([10, 13], ['minecraft:bone'])
.addWeightedLoot([14, 24], ['tfg:food/raw_cruncher_ribs'])
event.addEntityLootModifier('species:cruncher')
.matchMainHand('#forge:tools/butchery_knives')
.addWeightedLoot([7, 12], ['tfg:food/raw_cruncher_ribs'])
event.addEntityLootModifier('species:stackatick')
.addWeightedLoot([5, 8], ['tfg:food/raw_stackatick_chunks'])
event.addEntityLootModifier('species:stackatick')
.matchMainHand('#forge:tools/butchery_knives')
.addWeightedLoot([2, 4], ['tfg:food/raw_stackatick_chunks'])
event.addEntityLootModifier('species:quake')