diff options
author | Perttu Ahola <celeron55@gmail.com> | 2011-08-15 16:57:57 +0300 |
---|---|---|
committer | Perttu Ahola <celeron55@gmail.com> | 2011-08-15 16:57:57 +0300 |
commit | ad408f269c3ce17d3ff188919ecdc600b22caabc (patch) | |
tree | 11013528a9b8e5315cdd6b0e14bbeb457c1b2b7b | |
parent | e57754868f63d5c104a582c1d2c5d1885a87c049 (diff) | |
download | minetest-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)
-rw-r--r-- | src/content_craft.cpp | 1 |
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 }; |