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

12 lines
221 B
Rust

ItemDef(
name: "Stones",
description: "Pebbles from the ground.",
kind: Ingredient(
kind: "Stones",
// Descriptor not needed
descriptor: "",
),
quality: Common,
tags: [],
)