How do I fix this?Unknown key:"item-name."
Code can be found at http://github.com/Mackan90096/Factorio_Mod
How do I fix this?Unknown key:"item-name."
<Trangar> If it doesn't run factorio, it's not worth buying
* mngrif back in my day..
<Trangar> We didn't have schools
<mngrif> WE HAD STICKS.
immaturity is the concentrated essence from which happiness is made
Code: Select all
require "util"
require "defines"
game.oninit(function()
glob.bomber = 0
end)
game.onevent(defines.events.onbuiltentity, function(e)
if e.createdentity.name == "tree-seed" then
game.createentity{name = "big-tree", position= e.createdentity.position}
e.createdentity.destroy()
end
end)
Code: Select all
{
type = "item",
name = "giant-chest",
icon = "__base__/graphics/icons/wood-chest.png",
flags = { "goes-to-quickbar" },
subgroup = "storage",
place_result = "giant-chest",
stack_size = 50,
fuel_value = "0.1MJ"
}
<Trangar> If it doesn't run factorio, it's not worth buying
* mngrif back in my day..
<Trangar> We didn't have schools
<mngrif> WE HAD STICKS.
immaturity is the concentrated essence from which happiness is made