LTDV10Test/packet/kubejs/server_scripts/Nether Exp/loot.js
3944Realms 67a395b765
Some checks failed
Deploy to Remote Server / deploy (push) Failing after 1m11s
初始化
2026-04-14 18:20:56 +08:00

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")
})