Added Recipe

This commit is contained in:
Timo Ley 2020-04-11 14:41:27 +02:00
parent c7135b3ddc
commit d10d4bf64c
1 changed files with 37 additions and 0 deletions

View File

@ -0,0 +1,37 @@
{
"type": "minecraft:crafting_shaped",
"pattern":
[
"rir",
"gcg",
"rer"
],
"key":
{
"r":
{
"type": "forge:ore_dict",
"ore": "ingotIron"
},
"i":
{
"item": "refinedstorage:interface"
},
"c":
{
"item": "refinedstorage:machine_casing"
},
"e":
{
"item": "refinedstorage:external_storage"
},
"g":
{
"item": "minecraft:glass"
}
},
"result":
{
"item": "exposer:exposer"
}
}