dinosaur nest structures!

This commit is contained in:
Pyritie 2025-10-12 02:10:27 +01:00
parent 095bce1626
commit 49b290772c
22 changed files with 618 additions and 1 deletions

View file

@ -44,6 +44,7 @@ function registerSpeciesLoots(event) {
.addLoot('tfc:large_raw_hide')
.addWeightedLoot([10, 13], ['minecraft:bone'])
.addWeightedLoot([14, 24], ['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')