veloren/assets/common/items/flowers/wild_flax.ron

11 lines
216 B
Rust
Raw Normal View History

ItemDef(
name: "Wild Flax",
description: "Could be used to spin some simple cloth.",
kind: Ingredient(
// Descriptor not needed
descriptor: "",
),
quality: Common,
tags: [],
)