mirror of
https://gitlab.com/veloren/veloren.git
synced 2024-08-30 18:12:32 +00:00
+ Added limited event recipe. Can make one diamond with 20 coal. (actual conversion ratio would be around 12.5)
This commit is contained in:
parent
d641245388
commit
cd995b5ffe
@ -296,6 +296,14 @@
|
|||||||
],
|
],
|
||||||
craft_sprite: Some(Forge),
|
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),
|
||||||
|
],
|
||||||
|
craft_sprite: Some(Forge),
|
||||||
|
),
|
||||||
"cotton": (
|
"cotton": (
|
||||||
output: ("common.items.crafting_ing.cloth.cotton", 1),
|
output: ("common.items.crafting_ing.cloth.cotton", 1),
|
||||||
inputs: [
|
inputs: [
|
||||||
|
Loading…
x
Reference in New Issue
Block a user