feat: add bases to handle emerald beach map

This commit is contained in:
Kazhnuz 2019-07-26 17:36:07 +02:00
parent fb7d5a2018
commit 37036760a3
2 changed files with 12 additions and 0 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 126 KiB

View file

@ -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, "", ""},
}
}