Alloy smelter recipes

This commit is contained in:
drcrazy 2019-07-26 14:08:03 +03:00
parent e4b0eff608
commit f28462a9e6
7 changed files with 81 additions and 21 deletions

View file

@ -0,0 +1,20 @@
{
"type": "techreborn:alloy_smelter",
"power": 16,
"time": 200,
"ingredients" : [
{
"item": "techreborn:copper_ingot",
"count": 3
},
{
"item": "techreborn:zinc_ingot"
}
],
"results" : [
{
"item": "techreborn:brass_ingot",
"count": 4
}
]
}

View file

@ -0,0 +1,20 @@
{
"type": "techreborn:alloy_smelter",
"power": 16,
"time": 200,
"ingredients" : [
{
"item": "techreborn:copper_dust",
"count": 3
},
{
"item": "techreborn:zinc_dust"
}
],
"results" : [
{
"item": "techreborn:brass_ingot",
"count": 4
}
]
}

View file

@ -0,0 +1,20 @@
{
"type": "techreborn:alloy_smelter",
"power": 16,
"time": 200,
"ingredients" : [
{
"item": "techreborn:copper_ingot",
"count": 3
},
{
"item": "techreborn:zinc_dust"
}
],
"results" : [
{
"item": "techreborn:brass_ingot",
"count": 4
}
]
}

View file

@ -0,0 +1,20 @@
{
"type": "techreborn:alloy_smelter",
"power": 16,
"time": 200,
"ingredients" : [
{
"item": "techreborn:copper_dust",
"count": 3
},
{
"item": "techreborn:zinc_ingot"
}
],
"results" : [
{
"item": "techreborn:brass_ingot",
"count": 4
}
]
}