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

39 lines
784 B
JSON
Raw Normal View History

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