
DoubleCrafter
Crafting Recipe Combination
This mod offers a unique ability to merge two different crafting recipes into a single workflow. Functionally, it operates like two crafting tables combined into one, significantly expanding your capabilities in Minecraft.
How It Works
Example JSON configuration appears as follows:
{
"type": "doublecrafter:double_crafting",
"inputA": {
"item": "minecraft:netherite_ingot"
},
"inputB": {
"item": "minecraft:diamond_pickaxe"
},
"outputItem": "minecraft:netherite_pickaxe",
"outputAmount": "1"
}
Recipe Configuration
To utilize this example, simply place the JSON file in the appropriate recipes folder and specify the required crafting type.