parent
9f530f8fb3
commit
69d8e68ef1
30 changed files with 469 additions and 35 deletions
|
|
@ -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')
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue