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
16
kubejs/server_scripts/ad_astra/loot.js
Normal file
16
kubejs/server_scripts/ad_astra/loot.js
Normal file
|
|
@ -0,0 +1,16 @@
|
|||
// priority: 0
|
||||
|
||||
function registerAdAstraLoots(event) {
|
||||
|
||||
event.addEntityLootModifier('ad_astra:corrupted_lunarian')
|
||||
.addWeightedLoot([1, 2], ['minecraft:rotten_flesh'])
|
||||
.addWeightedLoot([4, 6], ['minecraft:bone'])
|
||||
|
||||
|
||||
event.addEntityLootModifier('ad_astra:star_crawler')
|
||||
.addWeightedLoot([5, 8], ['tfg:food/raw_crawlermari'])
|
||||
|
||||
event.addEntityLootModifier('ad_astra:star_crawler')
|
||||
.randomChanceWithEnchantment('minecraft:looting', [0, 0.3, 0.6, 1])
|
||||
.addWeightedLoot([2, 4], ['tfc:food/raw_crawlermari'])
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue