In the Java Edition, you can make custom recipes for the Smithing Table. However, in the Bedrock Edition, you cannot. The recipe files for netherite gear also do not exist in the Vanilla_Behavior_Pack_1.16.20.zip folder.
Attachments
Comments 6
Pretty sure smithing table is not supported by API which is pretty sad considering it have one recipe to begin with and it can easily be replaced with custom crafting recipe.
The second slot of the Smithing Table recipe will take any item in the format namespace.netherite_ingot. While I will not give a 100% pass to this solution, it does allow recipes to be made with custom items using your namespace so long as the item is properly named.
It's not 'fixed', but does allow for a workaround.
@Thelarrikin I've created a custom sword and I would like to use the smithing table to craft it from a netherite sword. Would this work-around allow me to not lose the enchantments during the process? Thank you in advance for the answer!
Are there any custom recipes that can use recipe_smithing_transform?
https://www.minecraft.net/en-us/article/1-19-60-update-available-bedrock
"Renamed and converted all Smithing Table recipes to use the newly introduced “minecraft:recipe_smithing_transform” recipe format"
This makes it sound like these newly introduced recipes are useful to us, or is this just an internal change?
https://github.com/Mojang/bedrock-samples/blob/main/behavior_pack/recipes/smithing_netherite_sword.json
What is the point of having these recipes in the sample GitHub repo if we can't use them anyway?
yeah, I'm have similar problem, I want to add some more gear upgrades for my addon, but the smithing table recipes don't show