mirror of
https://gitlab.com/veloren/veloren.git
synced 2024-08-30 18:12:32 +00:00
Added repair recipes for pickaxes and craftsman hammer
This commit is contained in:
parent
504ea158d2
commit
985661b674
@ -158,6 +158,22 @@ recipes: {
|
||||
(Item("common.items.mineral.ore.veloritefrag"), 8),
|
||||
],
|
||||
),
|
||||
// TOOLS
|
||||
ItemDefId("common.items.tool.pickaxe_stone"): (
|
||||
inputs: [
|
||||
(Item("common.items.crafting_ing.stones"), 1),
|
||||
],
|
||||
),
|
||||
ItemDefId("common.items.tool.pickaxe_steel"): (
|
||||
inputs: [
|
||||
(Item("common.items.mineral.ingot.steel"), 1),
|
||||
],
|
||||
),
|
||||
ItemDefId("common.items.tool.craftsman_hammer"): (
|
||||
inputs: [
|
||||
(Item("common.items.crafting_ing.stones"), 1),
|
||||
],
|
||||
),
|
||||
// ARMOR
|
||||
ItemDefId("common.items.armor.cloth_purple.chest"): ( inputs: [], ),
|
||||
ItemDefId("common.items.armor.cloth_purple.belt"): ( inputs: [], ),
|
||||
|
Loading…
Reference in New Issue
Block a user