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

12 lines
241 B
Rust

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