Description
Just a small mod that adds recipes from other mods in minecraft.
Some examples can be find inside of the mod using WinRAR.
Forge just reads any recipe he finds inside .jar/data/nameofthemod/recipes.
You can download my modpack to see this mod in action.
Download JaSMP
Example.
Using Mod Create to add steel ingots to steel plates of Immersive Engineering.
{
"type": "create:pressing",
"ingredients": [
{
"tag": "forge:ingots/steel"
}
],
"results": [
{
"item": "immersiveengineering:plate_steel"
}
]
}
