diff options
| author | Perttu Ahola <celeron55@gmail.com> | 2012-05-12 22:34:59 +0300 |
|---|---|---|
| committer | Perttu Ahola <celeron55@gmail.com> | 2012-05-12 22:34:59 +0300 |
| commit | d7442aecbeabccac62d3dc8c5fe5b1458b466821 (patch) | |
| tree | 7cddf312c710ac7a5fe100548adde603600328a3 /src/content_craft.cpp | |
| parent | 1596628850a66a7eb9be0bc288afd626f1628b66 (diff) | |
| download | minetest-d7442aecbeabccac62d3dc8c5fe5b1458b466821.tar.xz | |
Add wooden planks to creative inventory (...finally 8D)
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 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, |
