mirror of
https://github.com/Refactorio/RedMew.git
synced 2025-01-30 04:30:58 +02:00
Update spiral_crossings.lua
This commit is contained in:
parent
ba3a8431b8
commit
b10f81005c
@ -27,7 +27,7 @@ local function value(base, mult, pow)
|
|||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
||||||
local function no_resources(_, _ world, tile)
|
local function no_resources(_, _, world, tile)
|
||||||
for _, e in ipairs(
|
for _, e in ipairs(
|
||||||
world.surface.find_entities_filtered(
|
world.surface.find_entities_filtered(
|
||||||
{type = 'resource', area = {{world.x, world.y}, {world.x + 1, world.y + 1}}}
|
{type = 'resource', area = {{world.x, world.y}, {world.x + 1, world.y + 1}}}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user