mirror of
https://github.com/PHIDIAS0303/factorio-mod-PHI.git
synced 2025-12-27 11:05:22 +09:00
.
This commit is contained in:
@@ -266,8 +266,8 @@ script.on_init(function()
|
|||||||
|
|
||||||
local tiles = {}
|
local tiles = {}
|
||||||
|
|
||||||
for x = -10, 10 do
|
for x = -7, 7 do
|
||||||
for y = -10, 20 do
|
for y = -7, 10 do
|
||||||
table.insert(tiles, {name='space-platform-foundation', position={x, y}})
|
table.insert(tiles, {name='space-platform-foundation', position={x, y}})
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|||||||
Reference in New Issue
Block a user