diff options
| author | Mark Holmquist <marktraceur@gmail.com> | 2011-07-27 10:18:09 -0700 |
|---|---|---|
| committer | Giuseppe Bilotta <giuseppe.bilotta@gmail.com> | 2011-08-01 09:22:36 +0200 |
| commit | bc2819cab2978c61b2ca1d7b68a5d1f223e8647a (patch) | |
| tree | 6895505207c2146c8775f7c481f5e15eb63fbe25 /src/content_mapnode.h | |
| parent | 7ece67727dcc1ff7a6634e4b911eeb82ed3eaf45 (diff) | |
| download | dragonfireclient-bc2819cab2978c61b2ca1d7b68a5d1f223e8647a.tar.xz | |
Added ladders--they don't have any use yet, though
Diffstat (limited to 'src/content_mapnode.h')
| -rw-r--r-- | src/content_mapnode.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/content_mapnode.h b/src/content_mapnode.h index 609df0a95..8f44126cf 100644 --- a/src/content_mapnode.h +++ b/src/content_mapnode.h @@ -46,6 +46,7 @@ MapNode mapnode_translate_to_internal(MapNode n_from, u8 version); #define CONTENT_FURNACE 16 #define CONTENT_FENCE 21 #define CONTENT_RAIL 30 +#define CONTENT_LADDER 31 // 0x800...0xfff (2048...4095): higher 4 bytes of param2 are not usable #define CONTENT_GRASS 0x800 //1 |
