projects
/
zefram
/
minetest
/
minetest_engine.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e577548
)
Add lava to creative inventory (hmm, we're shortly running out of creative inventory...
author
Perttu Ahola
<celeron55@gmail.com>
Mon, 15 Aug 2011 13:57:57 +0000
(16:57 +0300)
committer
Perttu Ahola
<celeron55@gmail.com>
Mon, 15 Aug 2011 13:57:57 +0000
(16:57 +0300)
src/content_craft.cpp
patch
|
blob
|
history
diff --git
a/src/content_craft.cpp
b/src/content_craft.cpp
index 481ea1a6304d26d328124fc67ab208b1c5dec55f..20ab5f06937b5aa2223d4df0c3d05961ca114209 100644
(file)
--- 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
};