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
|
.DS_Store
|
||||||
*.code-workspace
|
*.code-workspace
|
||||||
*.txt
|
*.txt
|
||||||
|
|
||||||
|
_docs/
|
||||||
|
|||||||
@@ -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,
|
||||||
|
|||||||
Reference in New Issue
Block a user