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

9 lines
168 B
Rust
Raw Normal View History

ItemDef(
name: "Cactus",
description: "Grows in warm and dry places.",
kind: Ingredient(
kind: "Cactus",
),
quality: Common,
tags: [],
)