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_lumium.json
2021-01-23 21:36:55 +01:00

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
}