9
0
mirror of https://github.com/IrisDimensions/flat.git synced 2025-12-19 14:59:24 +00:00
This commit is contained in:
Daniel Mills
2020-09-11 09:26:19 -04:00
parent 393caace6a
commit 26aef35519
2 changed files with 8 additions and 2 deletions

2
.gitignore vendored
View File

@@ -1,3 +1,5 @@
.DS_Store .DS_Store
*.code-workspace *.code-workspace
*.txt *.txt
_docs/

View File

@@ -4,7 +4,9 @@
"layers": [ "layers": [
{ {
"palette": [ "palette": [
"GRASS_BLOCK" {
"block": "grass_block"
}
], ],
"style": { "style": {
"style": "FLAT" "style": "FLAT"
@@ -12,7 +14,9 @@
}, },
{ {
"palette": [ "palette": [
"DIRT" {
"block": "dirt"
}
], ],
"minHeight": 2, "minHeight": 2,
"maxHeight": 2, "maxHeight": 2,