LTDV10/packet/kubejs/server_scripts/Ice and Fire/remove.js
2026-04-14 18:20:56 +08:00

19 lines
793 B
JavaScript

ServerEvents.recipes(e => {
remove_recipes_output(e, [
"iceandfire:dragonsteel_fire_sword",
"iceandfire:dragonsteel_fire_pickaxe",
"iceandfire:dragonsteel_fire_axe",
"iceandfire:dragonsteel_fire_shovel",
"iceandfire:dragonsteel_fire_hoe",
"iceandfire:dragonsteel_ice_pickaxe",
"iceandfire:dragonsteel_ice_sword",
"iceandfire:dragonsteel_ice_axe",
"iceandfire:dragonsteel_ice_shovel",
"iceandfire:dragonsteel_ice_hoe",
"iceandfire:dragonsteel_lightning_sword",
"iceandfire:dragonsteel_lightning_pickaxe",
"iceandfire:dragonsteel_lightning_axe",
"iceandfire:dragonsteel_lightning_shovel",
"iceandfire:dragonsteel_lightning_hoe",
"dreadsteel:dreadsteel_ingot"])
})