mirror of
https://gitlab.com/veloren/veloren.git
synced 2024-08-30 18:12:32 +00:00
Change Mortar and Pestle crafting recipe
- Make it require bowl instead of coconut
This commit is contained in:
parent
e05a79e6c4
commit
8b9316a2c6
@ -12,7 +12,7 @@
|
||||
output: ("common.items.crafting_tools.mortar_pestle", 1),
|
||||
inputs: [
|
||||
(Item("common.items.crafting_ing.stones"), 6),
|
||||
(Item("common.items.food.coconut"), 1),
|
||||
(Item("common.items.crafting_ing.bowl"), 1),
|
||||
(Item("common.items.tool.craftsman_hammer"), 0),
|
||||
],
|
||||
craft_sprite: Some(CraftingBench),
|
||||
|
Loading…
Reference in New Issue
Block a user