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

10 lines
189 B
Rust
Raw Normal View History

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