My item won't go into the furnace..
Posted: Fri Apr 15, 2016 8:11 pm
This code is set up as "Zofg-Smelting.lua" and requred in the data.lua file:
Still I can't put the 'Zofg Ingot' into my furnace ingame? Am I missing something?
Code: Select all
data:extend(
{
{
type = "recipe",
name = "Zofg-Ingot",
category = "smelting",
enabled = false,
energy_required = 13,
ingredients = {{"Zofg-Ore", 5}},
result = "Zofg-Ingot"
}
}
)