mirror of
https://github.com/Refactorio/RedMew.git
synced 2025-01-30 04:30:58 +02:00
updates
This commit is contained in:
parent
3f9ac1c1f9
commit
883dc36d76
@ -43,7 +43,7 @@ local function striped(_, _, world)
|
||||
return {
|
||||
name = ore.resource_type,
|
||||
position = {world.x, world.y},
|
||||
amount = ore.value(world.x, world.y)
|
||||
amount = 3 * ore.value(world.x, world.y)
|
||||
}
|
||||
end
|
||||
|
||||
@ -54,7 +54,7 @@ local function sprinkle(_, _, world)
|
||||
return {
|
||||
name = ore.resource_type,
|
||||
position = {world.x, world.y},
|
||||
amount = ore.value(world.x, world.y)
|
||||
amount = 3 * ore.value(world.x, world.y)
|
||||
}
|
||||
end
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user