/c local surface = game.local_player.surface;
for y=-2,2 do
for x=-2,2 do
surface.create_entity({name="iron-ore", amount=25000000, position={game.local_player.position.x+x, game.local_player.position.y+y}})
end
end
dosnt work anymore?
i just wanna have some time to build my base, instead of serching and planting mining drills all the time
i need cheats for 13.9
i need cheats for 13.9
sorry, my english is not the yellow from the egg.... 4give me
Re: i need cheats for 13.9
Replace local_player with player.
Re: i need cheats for 13.9
nice thx brah
finish cheat for all wo serch after these problem in google
/c local surface = game.player.surface;
for y=-2,2 do
for x=-2,2 do
surface.create_entity({name="iron-ore", amount=25000000, position={game.player.position.x+x, game.player.position.y+y}})
end
end
finish cheat for all wo serch after these problem in google
/c local surface = game.player.surface;
for y=-2,2 do
for x=-2,2 do
surface.create_entity({name="iron-ore", amount=25000000, position={game.player.position.x+x, game.player.position.y+y}})
end
end
sorry, my english is not the yellow from the egg.... 4give me