i am stupid and forgot iron ingots, whoops.

This commit is contained in:
Entropy 2020-12-22 13:07:23 -08:00
parent 4a8d8c2cf5
commit e62c77f452

View File

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