trade_bot/assets/common/items/recipes/potions.ron
Jeff 545f8c6643
All checks were successful
Publish / rust (push) Successful in 6m0s
Publish / docker (push) Successful in 31s
Update assets
2024-08-08 17:03:53 -04:00

16 lines
306 B
Plaintext

ItemDef(
legacy_name: "",
legacy_description: "",
kind: RecipeGroup(
recipes: [
"potion_combustion",
"potion_freezing",
"potion_agility",
"potion_minor",
"potion_medium",
],
),
quality: Common,
tags: [],
)