Started by
gusmanoff
on
Topic category: Help with MCreator software
Is it possible to disable the recipe and enable it at a certain point. Example: When entering a new world, we cannot create a wooden pickaxe, but when we reach level 2 of vanilla, we will already be able to do it. Is it possible?
Set "doLimitedCrafting" gamerule to true, and just use the /recipe command to lock/unlock recipes.
In the player's procedures, there are procedures to Add and remove a recipe - is this the same thing?
The procedures to give and remove recipe should work the same way as the /recipe command.
Ty bro
AFAIK, that "give/remove" block only unlocks/locks recipes in the crafting book, and does not disable crafting it. You can still craft things that aren't in the book ! Unless that's what /gamerule doLimitedCrafting prevents, but I wouldn't bet my hand on that one