changelog, added blood lily to klayze loot

This commit is contained in:
Pyritie 2025-06-19 13:09:46 +01:00
parent 5f7b9dd291
commit afc88dda91
2 changed files with 8 additions and 2 deletions

View file

@ -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'])
}