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/bettershears3.js

12 lines
319 B
JavaScript
Raw Normal View History

2023-11-02 12:32:44 -05:00
ServerEvents.recipes(e => {
removeRecipeByID(e, [
'bettershears3:unfired_clay_shears',
'bettershears3:cobble_shears',
'bettershears3:wooden_shears',
'bettershears3:clay_shears2',
'bettershears3:clay_shears',
'bettershears3:diamond_shears',
'bettershears3:warden_shears'
])
})