mirror of
https://github.com/minetest-mods/3d_armor.git
synced 2024-11-22 20:43:43 +01:00
Add diamond shield craft registration
This commit is contained in:
parent
61e6052019
commit
cf0331a043
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user