Fix leather recipes
This commit is contained in:
parent
b73ba9b270
commit
8633ff3aa5
3 changed files with 2 additions and 9 deletions
|
@ -150,7 +150,7 @@ minetest.register_tool("3d_armor:boots_chain", {
|
|||
-- Register Craft Recipies
|
||||
|
||||
local craft_ingreds = {
|
||||
leather = { "mobs:leather" },
|
||||
leather = { "mcl_mobitems: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