From 7538b4c6201675c566c98b21c8ecddb798a14943 Mon Sep 17 00:00:00 2001 From: Perttu Ahola Date: Sat, 25 Jun 2011 04:25:14 +0300 Subject: New map generator added (and SQLite, messed up the commits at that time...) (import from temporary git repo) --- src/content_mapnode.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/content_mapnode.h') diff --git a/src/content_mapnode.h b/src/content_mapnode.h index c511834e5..e314807f9 100644 --- a/src/content_mapnode.h +++ b/src/content_mapnode.h @@ -48,6 +48,8 @@ void content_mapnode_init(); #define CONTENT_STEEL 19 #define CONTENT_GLASS 20 #define CONTENT_FENCE 21 +#define CONTENT_MOSSYCOBBLE 22 +#define CONTENT_GRAVEL 23 #endif -- cgit v1.2.3