Some checks failed
Deploy to Remote Server / deploy (push) Failing after 1m11s
8 lines
411 B
JavaScript
8 lines
411 B
JavaScript
LootJS.modifiers(e => {
|
|
e.addEntityLootModifier("netherexp:banshee", "netherexp:apparition", "netherexp:vessel")
|
|
.addLoot("art_of_forging:soul_ember").randomChance(0.5)
|
|
e.addEntityLootModifier("minecraft:hoglin")
|
|
.removeLoot("netherexp:hogham")
|
|
.replaceLoot("farmersdelight:ham", "netherexp:hogham")
|
|
.replaceLoot("farmersdelight:smoked_ham", "netherexp:cooked_hogham")
|
|
}) |