Mark bad recipes
This commit is contained in:
parent
ce0c202236
commit
24d3c1a309
6 changed files with 6 additions and 2 deletions
|
@ -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" },
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue