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

11 lines
203 B
Rust
Raw Normal View History

ItemDef(
name: "Seashells",
2021-04-28 16:32:19 +00:00
description: "Shells from a sea creature.",
kind: Ingredient(
// Descriptor not needed
descriptor: "",
),
quality: Common,
tags: [],
)