mirror of
https://gitlab.com/veloren/veloren.git
synced 2024-08-30 18:12:32 +00:00
12 lines
187 B
Rust
12 lines
187 B
Rust
|
ItemDef(
|
||
|
legacy_name: "",
|
||
|
legacy_description: "",
|
||
|
kind: RecipeGroup(
|
||
|
recipes: [
|
||
|
"ironwood_weapons",
|
||
|
],
|
||
|
),
|
||
|
quality: Common,
|
||
|
tags: [],
|
||
|
)
|