mirror of
https://gitlab.com/veloren/veloren.git
synced 2024-08-30 18:12:32 +00:00
Merge branch 'sam/durability-cost-fix' into 'master'
Fixed repair recipe for tools See merge request veloren/veloren!3870
This commit is contained in:
commit
b40e2b4fe4
@ -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