#How to remove recipes only once?

14 messages · Page 1 of 1 (latest)

vast field
#

Heya! I'm making a modpack that follows human technological evolution. I want to remove all the recipes in the game only once, and gradually re-add them later. The thing is that each time the server reloads, all the recipes get deleted again. How can I make it so that it only deletes them once at the first time the world is loaded?

knotty havenBOT
#

Once your ticket has been resolved, please close it with </ticket close:1054771505520717835> command!

slow sparrow
#

adding recipes during runtime is not supported and also won't work

#

you can stage crafting table recipes, but that's about it

vast field
#

so other json recipes (like create mixing) won’t work?

slow sparrow
vast field
#

could i maybe give recipes ids and do /recipe give @p [recipe] or will that also not work?

slow sparrow
#

I think that only supports vanilla recipes as well, and in modded scenarios that also won't work as recipe viewers don't respect that setting
Also that only hides recipes but crafting is still allowed

vast field
#

oh

#

that’s sad

#

well anyways thank you for answering

#

i mean i could switch to 1.20 but if lose some mods

#

i’ll see