summaryrefslogtreecommitdiff
path: root/tiles.txt
diff options
context:
space:
mode:
authorubq323 <ubq323@ubq323.website>2023-02-13 13:05:55 +0000
committerubq323 <ubq323@ubq323.website>2023-02-13 13:05:55 +0000
commit7e0a520f8efd748a13c277b3c39514aee07c74d2 (patch)
treeba92438a2c2008103bb5af6acb0e01538fa15dce /tiles.txt
parent0abc0b9b7928cd72b1c92b3af9f30674397013d1 (diff)
change blank and ubqorange tiles from false and true to 0 and 9
Diffstat (limited to 'tiles.txt')
-rw-r--r--tiles.txt8
1 files changed, 2 insertions, 6 deletions
diff --git a/tiles.txt b/tiles.txt
index 22ce851..7902ed4 100644
--- a/tiles.txt
+++ b/tiles.txt
@@ -1,8 +1,4 @@
-this is kind of inconsistent, it shall change soon
-
-false: nothing
+number 0: empty
number 1-8: red orange yellow green teal blue purple grey
-true: other orange. the one you can place yourself.
-
+9: other orange. the one you can place yourself.
-suggestion: use 0 for nothing. (probably don't use nil, because that's used for unloaded chunks. perhaps use false. idk)