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

11 lines
193 B
Rust
Raw Normal View History

2022-11-10 20:59:53 +00:00
ItemDef(
name: "Resin",
description: "Used for woodworking.",
kind: Ingredient(
// Descriptor not needed
descriptor: "",
),
quality: Common,
tags: [],
)