diff options
author | Perttu Ahola <celeron55@gmail.com> | 2011-09-26 20:55:00 +0300 |
---|---|---|
committer | Perttu Ahola <celeron55@gmail.com> | 2011-09-26 20:55:00 +0300 |
commit | 3ca847b4e1427bc8b9abb2448725dfc2cb05683d (patch) | |
tree | e712900e95b6527b68011eb19e4cc73cad86a86a /util | |
parent | e7fcc08d2690d15982b86515a6ef883fd59cecad (diff) | |
download | minetest-3ca847b4e1427bc8b9abb2448725dfc2cb05683d.tar.gz minetest-3ca847b4e1427bc8b9abb2448725dfc2cb05683d.tar.bz2 minetest-3ca847b4e1427bc8b9abb2448725dfc2cb05683d.zip |
Add apple color to minetestmapper and fix cactus color
Diffstat (limited to 'util')
-rw-r--r-- | util/colors.txt | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/util/colors.txt b/util/colors.txt index b605a9e2e..2c350a826 100644 --- a/util/colors.txt +++ b/util/colors.txt @@ -24,7 +24,7 @@ f 128 79 0 # CONTENT_CHEST 80d 219 202 178 # CONTENT_MOSSYCOBBLE
80e 78 154 6 # CONTENT_GRAVEL
80f 204 0 0 # CONTENT_SANDSTONE
-810 211 215 207 # CONTENT_CACTUS
+810 0 215 0 # CONTENT_CACTUS
811 170 50 25 # CONTENT_BRICK
812 104 78 42 # CONTENT_CLAY
813 58 105 18 # CONTENT_PAPYRUS
@@ -33,3 +33,4 @@ f 128 79 0 # CONTENT_CHEST 816 62 101 25 # CONTENT_JUNGLEGRASS
817 255 153 255 # CONTENT_NC
818 102 50 255 # CONTENT_NC_RB
+819 200 0 0 # CONTENT_APPLE
|