diff options
author | Perttu Ahola <celeron55@gmail.com> | 2011-07-23 20:01:06 +0300 |
---|---|---|
committer | Perttu Ahola <celeron55@gmail.com> | 2011-07-23 20:01:06 +0300 |
commit | 501034a792d08263bcab22fe0b50271192b2fe0f (patch) | |
tree | 6714af14d7aa6c7042e93d6063ad6fbd39cd3a32 /src/content_mapnode.h | |
parent | 96fedb5cb0916305de0ea045bbe41df490d8de26 (diff) | |
parent | d67cef0eb76c4c35cebb4c8f35d62f90c573b198 (diff) | |
download | minetest-501034a792d08263bcab22fe0b50271192b2fe0f.tar.gz minetest-501034a792d08263bcab22fe0b50271192b2fe0f.tar.bz2 minetest-501034a792d08263bcab22fe0b50271192b2fe0f.zip |
merged jungle and bluish shadows
Diffstat (limited to 'src/content_mapnode.h')
-rw-r--r-- | src/content_mapnode.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/content_mapnode.h b/src/content_mapnode.h index 02c604c60..51cf06496 100644 --- a/src/content_mapnode.h +++ b/src/content_mapnode.h @@ -44,6 +44,8 @@ MapNode mapnode_translate_to_internal(MapNode n_from, u8 version); #define CONTENT_FURNACE 16 #define CONTENT_FENCE 21 #define CONTENT_RAIL 30 +#define CONTENT_JUNGLETREE 31 +#define CONTENT_JUNGLEGRASS 32 // 0x800...0xfff (2048...4095): higher 4 bytes of param2 are not usable #define CONTENT_GRASS 0x800 //1 |