mirror of
https://gitlab.com/veloren/veloren.git
synced 2024-08-30 18:12:32 +00:00
Merge branch 'entropy9s/irontyouforgettingsomething' into 'master'
Add Iron Ingots See merge request veloren/veloren!1658
This commit is contained in:
commit
e04fa48186
8
assets/common/items/crafting_ing/iron_ingot.ron
Normal file
8
assets/common/items/crafting_ing/iron_ingot.ron
Normal file
@ -0,0 +1,8 @@
|
||||
ItemDef(
|
||||
name: "Iron Ingot",
|
||||
description: "An incredibly commonplace metal.",
|
||||
kind: Ingredient(
|
||||
kind: "IronIngot",
|
||||
),
|
||||
quality: Common,
|
||||
)
|
Loading…
Reference in New Issue
Block a user