mirror of
https://gitlab.com/veloren/veloren.git
synced 2024-08-30 18:12:32 +00:00
21 lines
475 B
Rust
21 lines
475 B
Rust
|
ItemDef(
|
||
|
legacy_name: "",
|
||
|
legacy_description: "",
|
||
|
kind: RecipeGroup(
|
||
|
recipes: [
|
||
|
"plain_cloth_glider",
|
||
|
"red_cloth_glider",
|
||
|
"cloverleaf_glider",
|
||
|
"leaves_glider",
|
||
|
"sand_raptor_wings",
|
||
|
"snow_raptor_wings",
|
||
|
"wood_raptor_wings",
|
||
|
"moonlit_love_glider",
|
||
|
"horizon_glider",
|
||
|
"winter_wings",
|
||
|
],
|
||
|
),
|
||
|
quality: Common,
|
||
|
tags: [],
|
||
|
)
|