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