Several crafting recipes are unable to be overwritten as they do not appear in the recipes folder in the vanilla behavior files.
The most obvious ones are any recipe involving all overworld planks (oak, spruce, birch, jungle, acacia or dark oak), I assume because they have multiple data values for 1 block but I'm not sure.
I also assume that there are many other recipes that are unavailable as well, not just plank related ones.
Steps To Reproduce:
Either download the Vanilla Behavior pack or navigate to C:\Program Files\WindowsApps\ then go to one of the MinecraftUWP folders (stable or beta).
Go to data\behavior_packs then go to vanilla or the latest vanilla_1.16 folder
Go to recipes and look for recipes like crafting table, bookshelf, chest, wooden_sword, etc. (Anything that can be crafted using any of the overworld planks)
The recipes aren't available
Expected Behavior:
All recipes are available to be overwritten
Actual Behavior:
Several recipes are missing
Linked issues
is duplicated by 3
Comments 5
This happens due to the fact that the first 6 types of planks (oak, spruce, birch, jungle, acacia and dark oak) have one identifier ("minecraft:planks"). For this reason, you can combine different planks in one recipe, if no data value is specified. This does not apply to new blocks (crimson, warped and mangrove planks), since these blocks have their own unique identifier, and each of these options has its own separate recipe. The same thing happens with different data values for "minecraft:stone".
That doesn't change the fact that these recipes are still not able to modified as they do not appear in the recipes folder.
can confirm, other examples include pistons and bookshelves