feat: add bases to handle emerald beach map
This commit is contained in:
parent
fb7d5a2018
commit
37036760a3
2 changed files with 12 additions and 0 deletions
Binary file not shown.
After Width: | Height: | Size: 126 KiB |
|
@ -0,0 +1,12 @@
|
|||
return {
|
||||
name = "Emerald Beach",
|
||||
notexture = false,
|
||||
blocks = {
|
||||
{96, 48, 64, 32, "", ""},
|
||||
{112, 80, 32, 32, "", ""},
|
||||
{192, 32, 96, 32, "", ""},
|
||||
{240, 112, 32, 64, "", ""},
|
||||
{112, 160, 32, 64, "", ""},
|
||||
{208, 224, 32, 64, "", ""},
|
||||
}
|
||||
}
|
Loading…
Reference in a new issue