veloren/assets/common/items/log/hardwood.ron

10 lines
250 B
Rust

ItemDef(
name: "Hardwood Logs",
description: "Extra thick and sturdy logs.",
kind: Ingredient(
kind: "HardwoodLogs",
descriptor: "Hardwood",
),
quality: Common,
tags: [MaterialKind(Wood), Material(Hardwood)],
)