Mark bad recipes

This commit is contained in:
Wuzzy 2017-01-10 03:43:31 +01:00
parent ce0c202236
commit 24d3c1a309
6 changed files with 6 additions and 2 deletions

View file

@ -150,6 +150,7 @@ minetest.register_tool("3d_armor:boots_chain", {
-- Register Craft Recipies
local craft_ingreds = {
-- FIXME: Replace with leather
leather = { "default:wood" },
steel = { "default:steel_ingot", "default:iron_nugget" },
gold = { "default:gold_ingot", "default:gold_nugget" },