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

14 lines
402 B
JavaScript
Raw Normal View History

2023-11-02 12:32:44 -05:00
ServerEvents.recipes(e => {
removeRecipeByID(e, [
'farmersdelight:onion',
'farmersdelight:carrot_crate',
'farmersdelight:beetroot_crate',
'farmersdelight:potato_crate',
'farmersdelight:onion_crate',
'farmersdelight:carrot_from_crate',
'farmersdelight:potato_from_crate',
'farmersdelight:beetroot_from_crate',
'farmersdelight:onion_from_crate'
])
})