diff options
author | ubq323 <ubq323@ubq323.website> | 2023-02-13 13:05:55 +0000 |
---|---|---|
committer | ubq323 <ubq323@ubq323.website> | 2023-02-13 13:05:55 +0000 |
commit | 7e0a520f8efd748a13c277b3c39514aee07c74d2 (patch) | |
tree | ba92438a2c2008103bb5af6acb0e01538fa15dce /tiles.txt | |
parent | 0abc0b9b7928cd72b1c92b3af9f30674397013d1 (diff) |
change blank and ubqorange tiles from false and true to 0 and 9
Diffstat (limited to 'tiles.txt')
-rw-r--r-- | tiles.txt | 8 |
1 files changed, 2 insertions, 6 deletions
@@ -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) |