Minecraft Version: 1.16.1
Forge Version: 32.0.38
Logs: https://pastebin.com/vDW3VkrD
Steps to Reproduce:
Description of issue:
In vanilla Minecraft you are able to craft stone tools using blackstone since the Nether update. These recipes appear to be missing in the latest version of Forge.
The cause of this is that Forge overwrites the stone tool recipes to use the forge:cobblestone, which does not include blackstone.
Possible solutions/ideas:
forge:cobblestone, because that is really not intended (would change dispensers as well, for example).minecraft:stone_tool_materials tag to extend from forge:cobblestone and not overwrite the recipe anymore.forge:cobblestone, leaving both the original and Forge's recipe intact.Weird, when I reran datagen (here https://github.com/MinecraftForge/MinecraftForge/pull/6865) the recipe for furnaces changed, since there is a vanilla tag for it now, but the recipes for tools did not
@diesieben07 I think the best option would be to not override that recipe at all anymore. Since the way it currently stands that Tag exists for the specific reason to add materials to tool crafted with some stone like material, and if a modder wants to add support for it, they should add it to the tag themselfs.
Most helpful comment
@diesieben07 I think the best option would be to not override that recipe at all anymore. Since the way it currently stands that Tag exists for the specific reason to add materials to tool crafted with some stone like material, and if a modder wants to add support for it, they should add it to the tag themselfs.