veloren/assets/common/items/crafting_ing/stones.ron
2022-05-19 22:46:31 +00:00

11 lines
226 B
Rust

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