From: Perttu Ahola Date: Sat, 12 May 2012 19:34:59 +0000 (+0300) Subject: Add wooden planks to creative inventory (...finally 8D) X-Git-Tag: 0.3.2~1 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=d7442aecbeabccac62d3dc8c5fe5b1458b466821;p=oweals%2Fminetest.git Add wooden planks to creative inventory (...finally 8D) --- 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,