veloren/assets/common/items/flowers/plant_fiber.ron
2021-06-07 10:59:35 +02:00

9 lines
179 B
Rust

ItemDef(
name: "Plant Fiber",
description: "A length of raw plant material.",
kind: Ingredient(
kind: "PlantFiber",
),
quality: Common,
tags: [],
)