Merge branch 'entropy9s/irontyouforgettingsomething' into 'master'

Add Iron Ingots

See merge request veloren/veloren!1658
This commit is contained in:
Monty Marz 2020-12-23 03:25:50 +00:00
commit e04fa48186

View File

@ -0,0 +1,8 @@
ItemDef(
name: "Iron Ingot",
description: "An incredibly commonplace metal.",
kind: Ingredient(
kind: "IronIngot",
),
quality: Common,
)