diff options
author | Perttu Ahola <celeron55@gmail.com> | 2011-05-09 21:41:16 +0300 |
---|---|---|
committer | Perttu Ahola <celeron55@gmail.com> | 2011-05-09 21:41:16 +0300 |
commit | 0674db4a6b687a73637844fa354d2ac662e42820 (patch) | |
tree | 0fd303ffdbca9d1a7c60c13c3ca4aeddd28c7c57 /src/mapnode.h | |
parent | 8c3b4fed10ce5bad422436b8b804fd1fd71b0e65 (diff) | |
parent | 2c4eb198c37a3b6cc63a277916139c94922e442f (diff) | |
download | minetest-0674db4a6b687a73637844fa354d2ac662e42820.tar.gz minetest-0674db4a6b687a73637844fa354d2ac662e42820.tar.bz2 minetest-0674db4a6b687a73637844fa354d2ac662e42820.zip |
merged CiaranG's changes: the glass block
Diffstat (limited to 'src/mapnode.h')
-rw-r--r-- | src/mapnode.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mapnode.h b/src/mapnode.h index d456cf883..9ab885386 100644 --- a/src/mapnode.h +++ b/src/mapnode.h @@ -99,6 +99,7 @@ void init_content_inventory_texture_paths(); //#define CONTENT_WORKBENCH 17 #define CONTENT_COBBLE 18 #define CONTENT_STEEL 19 +#define CONTENT_GLASS 20 /* Content feature list |