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