veloren/assets/common/items/mineral/ingot/iron.ron

11 lines
242 B
Rust
Raw Normal View History

ItemDef(
name: "Iron Ingot",
description: "An incredibly commonplace metal.",
kind: Ingredient(
kind: "IronIngot",
descriptor: "Iron",
),
quality: Common,
tags: [MaterialKind(Metal), Material(Iron)],
)