Clean up crafting recipes, add new helpers
This commit is contained in:
parent
cdd326c812
commit
b0fc9778f9
6 changed files with 28 additions and 30 deletions
|
@ -1,6 +1,6 @@
|
|||
-- Armor Configuration
|
||||
ARMOR_MATERIALS = {
|
||||
leather = "group:wood",
|
||||
leather = "mobs:leather",
|
||||
iron = "default:steel_ingot",
|
||||
chain = nil,
|
||||
gold = "default:gold_ingot",
|
||||
|
|
|
@ -150,8 +150,7 @@ minetest.register_tool("3d_armor:boots_chain", {
|
|||
-- Register Craft Recipies
|
||||
|
||||
local craft_ingreds = {
|
||||
-- FIXME: Replace with leather
|
||||
leather = { "default:wood" },
|
||||
leather = { "mobs:leather" },
|
||||
steel = { "default:steel_ingot", "default:iron_nugget" },
|
||||
gold = { "default:gold_ingot", "default:gold_nugget" },
|
||||
diamond = { "default:diamond" },
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue