15 lines
411 B
JavaScript
15 lines
411 B
JavaScript
|
ServerEvents.recipes(e => {
|
||
|
|
||
|
removeRecipeByID(e, [
|
||
|
'notenoughwands:wand_core',
|
||
|
'notenoughwands:advanced_wand_core',
|
||
|
'notenoughwands:swapping_wand',
|
||
|
'notenoughwands:illumination_wand',
|
||
|
'notenoughwands:acceleration_wand',
|
||
|
'notenoughwands:capturing_wand',
|
||
|
'notenoughwands:teleportation_wand',
|
||
|
'notenoughwands:building_wand',
|
||
|
'notenoughwands:moving_wand'
|
||
|
])
|
||
|
})
|