veloren/assets/common/items/flowers/wild_flax.ron
2022-05-18 16:28:10 -04:00

11 lines
216 B
Rust

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