diff options
author | Ciaran Gultnieks <ciaran@ciarang.com> | 2011-05-09 19:22:07 +0100 |
---|---|---|
committer | Ciaran Gultnieks <ciaran@ciarang.com> | 2011-05-09 19:22:07 +0100 |
commit | 2e1a69c3b1154c189816c8072ce3a4dbcc9fa163 (patch) | |
tree | fa91a48b279752ffc8fdc762cbd0e000a794836a /src/mapnode.h | |
parent | 59c4a342a9625fe37e9a7aa755e6deca14c3a110 (diff) | |
download | minetest-2e1a69c3b1154c189816c8072ce3a4dbcc9fa163.tar.gz minetest-2e1a69c3b1154c189816c8072ce3a4dbcc9fa163.tar.bz2 minetest-2e1a69c3b1154c189816c8072ce3a4dbcc9fa163.zip |
Added glass, with rendering and furnace support.
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 |