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

12 lines
242 B
JavaScript

ServerEvents.recipes(e => {
removeRecipeByID(e, [
'waystones:bound_scroll',
'waystones:return_scroll',
'waystones:warp_scroll',
'waystones:warp_stone',
'waystones:waystone',
'waystones:warp_dust'
])
})