dinosaur nest structures!
This commit is contained in:
parent
095bce1626
commit
49b290772c
22 changed files with 618 additions and 1 deletions
|
|
@ -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')
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue