Smithing table recipes

Published by MMG on
Status
Resolved
Issue description

Hello. I know its a bit early. But I really like the idea of smithing table. I know MC 1.16 is not released. (and I am not even talking about forge) But once will Mcreator update onto 1.16. Could you add smithing table recipe maker? I am sure it would be really unique if you could upgrade more tools then just diamonds ones. I know this is a really early request. I just want to be sure I won't forget to recommend this.

Issue comments

We won't forget this. I hope you don't mind if I close this for now as I do not like these in-advance requests as they can be misleading.

Just slip a comment or open a new one when the time comes, I won't mark it as a duplicate ;)

Good News, Mojang recently made it so you can add Smithing Table Recipes! (I know that this doesn't help now but just saying because they didn't have this before)

https://www.minecraft.net/pl-pl/article/minecraft-1-16-pre-release-1

"SMITHING RECIPES"

"There’s now a smithing recipe type. Recipes of this type are used in the smithing table to upgrade one item type into another type, maintaining tags."

 

Also, as datapacks for 1.16 will probably most likely be added before 1.16 mods, here is the .json file for the recipe, so you won't  have to go through the files when the time comes :)

{
  "type": "minecraft:smithing",
  "base": {
    "item": "minecraft:diamond_pickaxe"
  },
  "addition": {
    "item": "minecraft:netherite_ingot"
  },
  "result": {
    "item": "minecraft:netherite_pickaxe"
  }
}