mirror of
https://git.minetest.land/VoxeLibre/VoxeLibre.git
synced 2024-11-22 18:41:09 +01:00
Fix broken workbench achievement
This commit is contained in:
parent
f879be1e1b
commit
1ddd629fd5
1 changed files with 1 additions and 1 deletions
|
@ -18,7 +18,7 @@ awards.register_achievement("mcl_buildWorkBench", {
|
|||
icon = "crafting_workbench_front.png",
|
||||
trigger = {
|
||||
type = "craft",
|
||||
item = "mcl_inventory:workbench",
|
||||
item = "mcl_crafting_table:crafting_table",
|
||||
target = 1
|
||||
}
|
||||
})
|
||||
|
|
Loading…
Reference in a new issue