#Command to reset player recipes ? like factory reset

2 messages · Page 1 of 1 (latest)

spring glade
#

hi
im making the requirements for mi mod recipes
is a little .troublesome
to test recipes i have to create new world right
if i dont like whata got i have to close the game manually change what i need in the
src/main/resources/data/modname/advancement/recipes/requirement_axe_steel.json

coze this world alredy has the recipe wrong i have dump it into the trash and create a new world arestear the process

i need a command to factoryDefaults player recipes and achivements!

https://es.minecraft.wiki/w/Comandos/recipe

if I
/recipe take @a *
it not only remove the recipes but remove the capacity to re_adquire those recipes
no crafthing anymore then dump the new world and create another
restart the cicle

well thanks

Minecraft Wiki

Este comando te permite otorgar recetas a otros jugadores o a ti mismo, así como también puedes quitarlas. Es un comando que solo existe en Java Edition.

spiral wasp
#

I may not be understanding your request quite right. If you wish to fully reset recipes, such that you can reacquire them, then you can use the /recipe take @a * command and follow it with /advancement revoke @a everything
Most recipe advancements will be 'achieved' by the player when they have meet a specific condition, like an ingredient to craft it, or already have the recipe unlocked. So that is why the order of first taking away the recipe and then the advancement is important.