From 7e0a520f8efd748a13c277b3c39514aee07c74d2 Mon Sep 17 00:00:00 2001 From: ubq323 Date: Mon, 13 Feb 2023 13:05:55 +0000 Subject: change blank and ubqorange tiles from false and true to 0 and 9 --- tiles.txt | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) (limited to 'tiles.txt') 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) -- cgit v1.2.3