mirror of
https://gitlab.com/veloren/veloren.git
synced 2024-08-30 18:12:32 +00:00
fixed silver, gold, copper, tin ingots not showing correctly in crafting
This commit is contained in:
parent
3b6e6be947
commit
5c8c88b786
@ -5,5 +5,5 @@ ItemDef(
|
||||
descriptor: "Copper",
|
||||
),
|
||||
quality: Low,
|
||||
tags: [],
|
||||
tags: [MaterialKind(Metal)],
|
||||
)
|
||||
|
@ -5,5 +5,5 @@ ItemDef(
|
||||
descriptor: "Golden",
|
||||
),
|
||||
quality: Epic,
|
||||
tags: [],
|
||||
tags: [MaterialKind(Metal)],
|
||||
)
|
@ -5,5 +5,5 @@ ItemDef(
|
||||
descriptor: "Silver",
|
||||
),
|
||||
quality: Epic,
|
||||
tags: [],
|
||||
tags: [MaterialKind(Metal)],
|
||||
)
|
@ -5,5 +5,5 @@ ItemDef(
|
||||
descriptor: "Tin",
|
||||
),
|
||||
quality: Common,
|
||||
tags: [],
|
||||
tags: [MaterialKind(Metal)],
|
||||
)
|
||||
|
Loading…
Reference in New Issue
Block a user