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

11 lines
219 B
Rust
Raw Normal View History

2021-01-19 18:23:44 +00:00
ItemDef(
2024-01-13 18:22:50 +00:00
legacy_name: "Bowl",
legacy_description: "A simple bowl for preparing meals.",
2021-01-19 18:23:44 +00:00
kind: Ingredient(
// Descriptor not needed
descriptor: "",
2021-01-19 18:23:44 +00:00
),
quality: Common,
tags: [],
2021-01-19 18:23:44 +00:00
)