diff options
-rw-r--r-- | tiles.txt | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/tiles.txt b/tiles.txt new file mode 100644 index 0000000..22ce851 --- /dev/null +++ b/tiles.txt @@ -0,0 +1,8 @@ +this is kind of inconsistent, it shall change soon + +false: nothing +number 1-8: red orange yellow green teal blue purple grey +true: 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) |