19 lines
793 B
JavaScript
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"])
|
|
}) |