Merge branch 'dev' into feature/space
This commit is contained in:
commit
8f3eac722b
2 changed files with 8 additions and 2 deletions
|
|
@ -5,8 +5,9 @@ function registerPrimitiveCreaturesLoots(event) {
|
|||
event.addEntityLootModifier('kaolinclayze:tfc')
|
||||
.removeLoot(ItemFilter.ALWAYS_TRUE)
|
||||
.addWeightedLoot([12,16], ['tfc:kaolin_clay', 'minecraft:clay_ball'])
|
||||
.addLoot('tfc:plant/blood_lily')
|
||||
|
||||
event.addEntityLootModifier('kaolinclayze:golem_2')
|
||||
.removeLoot(ItemFilter.ALWAYS_TRUE)
|
||||
.addWeightedLoot([4,6], ['gtceu:rich_raw_graphite'])
|
||||
.addWeightedLoot([3,5], ['gtceu:rich_raw_graphite'])
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue