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

12 lines
258 B
Rust

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