mirror of
https://gitlab.com/veloren/veloren.git
synced 2024-08-30 18:12:32 +00:00
Rebase fixes.
This commit is contained in:
parent
360e12be22
commit
1c0154487a
@ -296,6 +296,14 @@
|
||||
],
|
||||
craft_sprite: Some(Forge),
|
||||
),
|
||||
// Only for Christmas event so remove once done
|
||||
"diamonds": (
|
||||
output: ("common.items.mineral.gem.diamond", 1),
|
||||
inputs: [
|
||||
(Item("common.items.mineral.ore.coal"), 20, false),
|
||||
],
|
||||
craft_sprite: Some(Forge),
|
||||
),
|
||||
"cotton": (
|
||||
output: ("common.items.crafting_ing.cloth.cotton", 1),
|
||||
inputs: [
|
||||
|
Loading…
Reference in New Issue
Block a user