LTDV10/packet/kubejs/server_scripts/Art Of Forging/loot.js
2026-04-14 18:20:56 +08:00

12 lines
443 B
JavaScript

LootJS.modifiers(e => {
// // 移除恶意碎片
// e.addEntityLootModifier("minecraft:wither_skeleton")
// .removeLoot("art_of_forging:shards_of_malice")
// // 移除伊甸碎片
// e.addEntityLootModifier("minecraft:wither")
// .removeLoot("art_of_forging:fragment_of_eden")
// // 移除灵魂碎片
// e.addEntityLootModifier("minecraft:blaze")
// .removeLoot("art_of_forging:soul_ember")
})