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

16 lines
547 B
JavaScript
Raw Normal View History

2023-11-02 12:32:44 -05:00
ServerEvents.recipes(e => {
removeRecipeByID(e, [
'biomesoplenty:fir_pressure_plate',
'biomesoplenty:redwood_pressure_plate',
'biomesoplenty:cherry_pressure_plate',
'biomesoplenty:mahogany_pressure_plate',
'biomesoplenty:jacaranda_pressure_plate',
'biomesoplenty:palm_pressure_plate',
'biomesoplenty:willow_pressure_plate',
'biomesoplenty:dead_pressure_plate',
'biomesoplenty:magic_pressure_plate',
'biomesoplenty:umbran_pressure_plate',
'biomesoplenty:hellbark_pressure_plate'
])
})