veloren/assets/common/items/crafting_ing/rock.ron
2022-05-18 16:28:10 -04:00

10 lines
216 B
Rust

ItemDef(
name: "Rock",
description: "A solid made up of a bunch of different minerals.",
kind: Ingredient(
// Descriptor not needed
descriptor: "",
),
quality: Low,
tags: [],
)