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