39 lines
784 B
JSON
39 lines
784 B
JSON
{
|
|
"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
|
|
}
|