summaryrefslogtreecommitdiff
path: root/src/content_craft.cpp
diff options
context:
space:
mode:
authorPerttu Ahola <celeron55@gmail.com>2011-08-15 16:57:57 +0300
committerPerttu Ahola <celeron55@gmail.com>2011-08-15 16:57:57 +0300
commitad408f269c3ce17d3ff188919ecdc600b22caabc (patch)
tree11013528a9b8e5315cdd6b0e14bbeb457c1b2b7b /src/content_craft.cpp
parente57754868f63d5c104a582c1d2c5d1885a87c049 (diff)
downloadminetest-ad408f269c3ce17d3ff188919ecdc600b22caabc.tar.gz
minetest-ad408f269c3ce17d3ff188919ecdc600b22caabc.tar.bz2
minetest-ad408f269c3ce17d3ff188919ecdc600b22caabc.zip
Add lava to creative inventory (hmm, we're shortly running out of creative inventory space)
Diffstat (limited to 'src/content_craft.cpp')
-rw-r--r--src/content_craft.cpp1
1 files changed, 1 insertions, 0 deletions
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
};