LTDV10/packet/kubejs/server_scripts/Lets Do/remove_fxxking_things.js
2026-04-14 18:20:56 +08:00

9 lines
164 B
JavaScript

ServerEvents.recipes(e => {
remove_recipes_input(e, [
"vinery:cherry_boat"
])
remove_recipes_output(e, [
"vinery:cherry_boat"
])
})