mirror of
https://github.com/minetest-mods/3d_armor.git
synced 2024-11-26 14:23:45 +01:00
Added gold recipe.
This commit is contained in:
parent
0936d6f173
commit
b67de94223
@ -51,6 +51,7 @@ local craft_ingreds = {
|
|||||||
steel = "default:steel_ingot",
|
steel = "default:steel_ingot",
|
||||||
bronze = "default:bronze_ingot",
|
bronze = "default:bronze_ingot",
|
||||||
diamond = "default:diamond",
|
diamond = "default:diamond",
|
||||||
|
gold = "default:gold_ingot",
|
||||||
}
|
}
|
||||||
|
|
||||||
if has_moreores then
|
if has_moreores then
|
||||||
|
Loading…
Reference in New Issue
Block a user