Allow craft from any wood.

master
Sane 2015-08-22 16:57:12 +02:00
parent e0be855ead
commit ec401c8bc9
1 changed files with 1 additions and 1 deletions

View File

@ -188,7 +188,7 @@ minetest.register_tool("3d_armor:boots_mithril", {
-- Register Craft Recipies
local craft_ingreds = {
wood = "default:wood",
wood = "group:wood",
steel = "default:steel_ingot",
bronze = "default:bronze_ingot",
diamond = "default:diamond",