Add diamond shield craft registration

master
stujones11 2013-06-24 20:34:51 +01:00
parent 61e6052019
commit cf0331a043
1 changed files with 1 additions and 0 deletions

View File

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