1
0
mirror of https://github.com/minetest-mods/3d_armor.git synced 2024-12-28 11:40:36 +01:00

Add diamond shield craft registration

This commit is contained in:
stujones11 2013-06-24 20:34:51 +01:00
parent 61e6052019
commit cf0331a043

View File

@ -33,6 +33,7 @@ local craft_ingreds = {
wood = "default:wood", wood = "default:wood",
steel = "default:steel_ingot", steel = "default:steel_ingot",
bronze = "default:bronze_ingot", bronze = "default:bronze_ingot",
diamond = "default:diamond",
} }
for k, v in pairs(craft_ingreds) do for k, v in pairs(craft_ingreds) do