From ad408f269c3ce17d3ff188919ecdc600b22caabc Mon Sep 17 00:00:00 2001 From: Perttu Ahola Date: Mon, 15 Aug 2011 16:57:57 +0300 Subject: Add lava to creative inventory (hmm, we're shortly running out of creative inventory space) --- src/content_craft.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'src/content_craft.cpp') diff --git a/src/content_craft.cpp b/src/content_craft.cpp index 481ea1a63..20ab5f069 100644 --- a/src/content_craft.cpp +++ b/src/content_craft.cpp @@ -486,6 +486,7 @@ void craft_set_creative_inventory(Player *player) CONTENT_CHEST, CONTENT_FURNACE, CONTENT_SIGN_WALL, + CONTENT_LAVASOURCE, CONTENT_IGNORE }; -- cgit v1.2.3