From: Perttu Ahola Date: Mon, 15 Aug 2011 13:57:57 +0000 (+0300) Subject: Add lava to creative inventory (hmm, we're shortly running out of creative inventory... X-Git-Url: http://81.2.79.47:8989/gitweb/?a=commitdiff_plain;h=ad408f269c3ce17d3ff188919ecdc600b22caabc;p=zefram%2Fminetest%2Fminetest_engine.git Add lava to creative inventory (hmm, we're shortly running out of creative inventory space) --- diff --git a/src/content_craft.cpp b/src/content_craft.cpp index 481ea1a6..20ab5f06 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 };