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

8 lines
198 B
JavaScript
Raw Normal View History

2023-11-02 12:32:44 -05:00
ServerEvents.recipes(e => {
removeRecipeByID(e, [
'environmental:willow_pressure_plate',
'environmental:cherry_pressure_plate',
'environmental:wisteria_pressure_plate',
])
})