summaryrefslogtreecommitdiff
path: root/src/content_craft.cpp
diff options
context:
space:
mode:
authorPerttu Ahola <celeron55@gmail.com>2012-05-12 22:34:59 +0300
committerPerttu Ahola <celeron55@gmail.com>2012-05-12 22:34:59 +0300
commitd7442aecbeabccac62d3dc8c5fe5b1458b466821 (patch)
tree7cddf312c710ac7a5fe100548adde603600328a3 /src/content_craft.cpp
parent1596628850a66a7eb9be0bc288afd626f1628b66 (diff)
downloadminetest-d7442aecbeabccac62d3dc8c5fe5b1458b466821.tar.xz
Add wooden planks to creative inventory (...finally 8D)
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 866c1e532..49433db12 100644
--- a/src/content_craft.cpp
+++ b/src/content_craft.cpp
@@ -505,6 +505,7 @@ void craft_set_creative_inventory(Player *player)
CONTENT_CLAY,
CONTENT_BRICK,
CONTENT_TREE,
+ CONTENT_WOOD,
CONTENT_LEAVES,
CONTENT_CACTUS,
CONTENT_PAPYRUS,