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

update old UK.lua

fixing old map 2021
This commit is contained in:
Claude 2021-09-12 17:42:05 +03:00 committed by GitHub
parent 5663360ffc
commit 35f1770ae7
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 = 1000,
width = 802,
data = {
@ -1003,4 +1004,4 @@ data = {
{5,802,},
{5,802,},
}
}
})