does anyone have a console command for generating trees?
I tried this
But it isnt working with trees./c local surface = game.player.surface; for y=0,40 do for x=0,24 do surface.create_entity({name="tree", amount=5000000, position={game.player.position.x+x, game.player.position.y+y}}) end end
Thx for help