changelog, added blood lily to klayze loot
This commit is contained in:
parent
5f7b9dd291
commit
afc88dda91
2 changed files with 8 additions and 2 deletions
|
|
@ -5,8 +5,9 @@ function registerPrimitiveCreatesLoots(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