veloren/assets/common/items/crafting_ing/twigs.ron

12 lines
212 B
Rust

ItemDef(
name: "Twigs",
description: "Found near trees.",
kind: Ingredient(
kind: "Twigs",
// Descriptor not needed
descriptor: "",
),
quality: Common,
tags: [],
)