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

11 lines
238 B
Rust

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