cleaned up some of the tfc data files, also added moon meat!
This commit is contained in:
parent
59481eb03c
commit
25530b72c5
24 changed files with 611 additions and 527 deletions
21
kubejs/server_scripts/species/loot.js
Normal file
21
kubejs/server_scripts/species/loot.js
Normal file
|
|
@ -0,0 +1,21 @@
|
|||
// priority: 0
|
||||
|
||||
function registerSpeciesLoots(event) {
|
||||
|
||||
event.addEntityLootModifier('species:birt')
|
||||
.addWeightedLoot([2, 4], ['tfg:food/raw_birt'])
|
||||
.addWeightedLoot([1, 2], ['gtceu:blue_alloy_single_wire'])
|
||||
|
||||
event.addEntityLootModifier('species:birt')
|
||||
.randomChanceWithEnchantment('minecraft:looting', [0, 0.3, 0.6, 1])
|
||||
.addWeightedLoot([1, 3], ['tfc:food/raw_birt'])
|
||||
|
||||
|
||||
event.addEntityLootModifier('species:limpet')
|
||||
.addWeightedLoot([5, 8], ['tfg:food/raw_limpet'])
|
||||
|
||||
event.addEntityLootModifier('species:limpet')
|
||||
.randomChanceWithEnchantment('minecraft:looting', [0, 0.3, 0.6, 1])
|
||||
.addWeightedLoot([2, 4], ['tfc:food/raw_limpet'])
|
||||
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue