This repository has been archived on 2023-11-02. You can view files and clone it, but cannot push or open issues or pull requests.
jland-packwiz-pack/kubejs/server_scripts/recipes/notenoughwands.js

15 lines
411 B
JavaScript
Raw Normal View History

2023-11-02 12:32:44 -05:00
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'
])
})