LTDV10/packet/kubejs/server_scripts/Create Confectionery/remove.js
2026-04-14 18:20:56 +08:00

9 lines
251 B
JavaScript

ServerEvents.recipes(e => {
remove_recipes_id(e,
[
"create_confectionery:candy_cane_block_recipe",
"create_confectionery:candy_cane_recipe_2",
"create_confectionery:candy_cane_recipe"
]
)
})