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/buildinggadgets.js
2023-11-02 12:32:44 -05:00

12 lines
332 B
JavaScript

ServerEvents.recipes(e => {
removeRecipeByID(e, [
'buildinggadgets:construction_block_powder',
'buildinggadgets:construction_paste_powder',
'buildinggadgets:gadget_building',
'buildinggadgets:gadget_copy_paste',
'buildinggadgets:gadget_destruction',
'buildinggadgets:gadget_exchanging'
])
})