veloren/assets/common/items/mineral/stone/basalt.ron

10 lines
196 B
Rust

ItemDef(
name: Direct("Basalt"),
description: "A dark volcanic rock.",
kind: Ingredient(
kind: "Basalt",
descriptor: "Basalt",
),
quality: High,
tags: [],
)