9 lines
251 B
JavaScript
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"
|
|
]
|
|
)
|
|
}) |