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

12 lines
238 B
Rust

ItemDef(
name: Direct("Seashells"),
description: "Shells from a sea creature.",
kind: Ingredient(
kind: "Seashells",
// Descriptor not needed
descriptor: "",
),
quality: Common,
tags: [],
)