1
0
mirror of https://github.com/Refactorio/RedMew.git synced 2024-12-12 10:04:40 +02:00

update old manhattan.lua

fixing 2021
This commit is contained in:
Claude 2021-09-12 17:24:51 +03:00 committed by GitHub
parent f5f6af861d
commit 077ac53fef
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,4 +1,5 @@
return {
local b = require 'map_gen.shared.builders'
return b.decompress({
height = 2979,
width = 898,
data = {
@ -2982,4 +2983,4 @@ data = {
{5,898,},
{3,898,},
}
}
})