fix #2305, also buffed its loot

This commit is contained in:
Pyritie 2025-11-30 18:21:05 +00:00
parent c3017574b3
commit d1d7c859ba
3 changed files with 6 additions and 4 deletions

View file

@ -41,14 +41,15 @@ function registerSpeciesLoots(event) {
event.addEntityLootModifier('species:cruncher')
.addLoot('tfc:large_raw_hide')
.addLoot('species:music_disk_spawner')
.addWeightedLoot([3, 4], ['tfc:large_raw_hide'])
.addWeightedLoot([10, 13], ['minecraft:bone'])
.addWeightedLoot([14, 24], ['tfg:food/raw_cruncher_ribs'])
.addWeightedLoot([24, 36], ['tfg:food/raw_cruncher_ribs'])
.addSequenceLoot(LootEntry.of('species:cruncher_egg').when(c => c.randomChance(0.5)))
event.addEntityLootModifier('species:cruncher')
.matchMainHand('#forge:tools/butchery_knives')
.addWeightedLoot([7, 12], ['tfg:food/raw_cruncher_ribs'])
.addWeightedLoot([12, 18], ['tfg:food/raw_cruncher_ribs'])
event.addEntityLootModifier('species:stackatick')