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

10 lines
161 B
Rust

ItemDef(
name: Direct("Honey"),
description: "From a beehive.",
kind: Ingredient(
kind: "Honey",
),
quality: Common,
tags: [],
)