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

11 lines
250 B
Rust
Raw Normal View History

2020-10-07 02:23:20 +00:00
ItemDef(
2024-01-13 18:22:50 +00:00
legacy_name: "Honey",
legacy_description: "Stolen from a beehive. Surely the bees won't be happy with this!",
2020-10-07 02:23:20 +00:00
kind: Ingredient(
// Descriptor not needed
descriptor: "",
2020-10-07 02:23:20 +00:00
),
quality: Common,
tags: [],
2020-10-07 02:23:20 +00:00
)