mirror of
https://github.com/IrisDimensions/flat.git
synced 2025-12-19 14:59:24 +00:00
Fix flat
This commit is contained in:
2
.gitignore
vendored
2
.gitignore
vendored
@@ -1,3 +1,5 @@
|
||||
.DS_Store
|
||||
*.code-workspace
|
||||
*.txt
|
||||
|
||||
_docs/
|
||||
|
||||
@@ -4,7 +4,9 @@
|
||||
"layers": [
|
||||
{
|
||||
"palette": [
|
||||
"GRASS_BLOCK"
|
||||
{
|
||||
"block": "grass_block"
|
||||
}
|
||||
],
|
||||
"style": {
|
||||
"style": "FLAT"
|
||||
@@ -12,7 +14,9 @@
|
||||
},
|
||||
{
|
||||
"palette": [
|
||||
"DIRT"
|
||||
{
|
||||
"block": "dirt"
|
||||
}
|
||||
],
|
||||
"minHeight": 2,
|
||||
"maxHeight": 2,
|
||||
|
||||
Reference in New Issue
Block a user