for example if I were to type
Code: Select all
game.createentity{name="stone-furnace",{0,0}}
Code: Select all
Cannot execute command. Error: [string "game.createentity{name="stone-furnace",{0,0})..."]:1: bad argument #-1
Code: Select all
Cannot execute command. Error: [string "game.createentity{name="stone-furnace",{0,0})..."]:1: bad argument #-1 to 'createentity' (table expected, not nil)
also the console text is behind the 'in-hand' inventory on the right and the research menu (once it scrolls up).
If you'd like I can easily post pictures displaying what I mean
edit: also noticed that the console has a limit I can not type
Code: Select all
game.createentity{name="stone-furnace",position={x=game.getplayer().position.x,y=game.getplayer().position.y}}
Code: Select all
game.createentity{name="stone-furnace",position={x=game.getplayer().position.x,y=game.getplayer().po