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?
#How to remove recipes only once?
14 messages · Page 1 of 1 (latest)
Once your ticket has been resolved, please close it with </ticket close:1054771505520717835> command!
adding recipes during runtime is not supported and also won't work
you can stage crafting table recipes, but that's about it
AStages supports all vanilla recipe types https://github.com/Alessandro-Casale/AStages/wiki/AStages-Recipe-Restriction
so other json recipes (like create mixing) won’t work?
nope, in 1.20.1 you could use this mod https://www.curseforge.com/minecraft/mc-mods/recipe-machine-stages-zs-js
but that hasn't updated to newer versions and hasn't been updated for 5 months aswell
could i maybe give recipes ids and do /recipe give @p [recipe] or will that also not work?
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