diff options
author | Perttu Ahola <celeron55@gmail.com> | 2011-08-22 12:53:02 +0300 |
---|---|---|
committer | Perttu Ahola <celeron55@gmail.com> | 2011-08-22 12:53:02 +0300 |
commit | 23717510c21c89f39760faf033844d531fc093b5 (patch) | |
tree | 078e94632a2d622f0d45673d43e867b717496429 /src/content_craft.cpp | |
parent | 29c9d3d5f44ea6bb812a7d66d3ce582a1aeb7557 (diff) | |
parent | dc4ac0b96fc11d4620f04d6068e681ab793a5d92 (diff) | |
download | minetest-23717510c21c89f39760faf033844d531fc093b5.tar.gz minetest-23717510c21c89f39760faf033844d531fc093b5.tar.bz2 minetest-23717510c21c89f39760faf033844d531fc093b5.zip |
Merge branch 'lava'
Diffstat (limited to 'src/content_craft.cpp')
-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 }; |