mirror of
https://github.com/Refactorio/RedMew.git
synced 2025-01-26 03:52:00 +02:00
13 lines
174 B
Lua
13 lines
174 B
Lua
return
|
|
{
|
|
height = 3,
|
|
width = 6,
|
|
data =
|
|
{
|
|
{true,true,true,true,true,true},
|
|
{true,true,true,true,true,true},
|
|
{true,true,true,true,true,true},
|
|
|
|
}
|
|
}
|