The mod that I have been working on is a item deleter mod where it just gets rid of those annoying items that you place down at the beginning but have no use for them late game. I have seen people have similar ideas but none the less no one can be original anymore with ideas.
This is the error that I keep getting:
Unknown key: "Error while running the on_init:
__void__/control.lua:5: attempt to index global
'glob' (a nil value)"
This is what the code is for that line.
Code: Select all
game.on_init(function()
glob.void = {}
end)