Fellies/kubejs[e6]/data/thermal/recipes/machine/smelter/smelter_alloy_bronze.json

35 lines
695 B
JSON
Raw Normal View History

2021-01-28 22:28:10 +00:00
{
"type": "thermal:smelter",
"input": [
{
"value": [
{
"tag": "forge:ingots/copper"
},
{
"tag": "forge:dusts/copper"
}
],
"count": 3
},
{
"value": [
{
"tag": "forge:ingots/tin"
},
{
"tag": "forge:dusts/tin"
}
],
"count": 1
}
],
"result": [
{
"item": "emendatusenigmatica:bronze_ingot",
"count": 4
}
],
"energy": 6400
}