1
0
mirror of https://git.fellies.tech/minecraft/fellies.git synced 2021-02-13 10:18:48 +00:00
Fellies/kubejs/data/thermal/recipes/machine/smelter/smelter_alloy_constantan.json
2021-01-23 21:36:55 +01:00

35 lines
705 B
JSON

{
"type": "thermal:smelter",
"input": [
{
"value": [
{
"tag": "forge:ingots/copper"
},
{
"tag": "forge:dusts/copper"
}
],
"count": 1
},
{
"value": [
{
"tag": "forge:ingots/nickel"
},
{
"tag": "forge:dusts/nickel"
}
],
"count": 1
}
],
"result": [
{
"item": "emendatusenigmatica:constantan_ingot",
"count": 2
}
],
"energy": 3200
}