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

@ -60,9 +60,9 @@ function registerWansAncientBeastsLoots(event) {
event.addEntityLootModifier('wan_ancient_beasts:surfer')
.addLoot('tfc:medium_raw_hide')
.addWeightedLoot([1, 3], ['minecraft:bone'])
// TODO: meat
.addWeightedLoot([6, 8], ['tfg:food/raw_surfer_steak'])
//event.addEntityLootModifier('wan_ancient_beasts:surfer')
// .matchMainHand('#forge:tools/butchery_knives')
// .addWeightedLoot([1, 2], ['tfg:food/raw_whole_soarer'])
event.addEntityLootModifier('wan_ancient_beasts:surfer')
.matchMainHand('#forge:tools/butchery_knives')
.addWeightedLoot([3, 4], ['tfg:food/raw_surfer_steak'])
}