mirror of
https://git.minetest.land/VoxeLibre/VoxeLibre.git
synced 2025-02-17 02:55:02 +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",
|
icon = "crafting_workbench_front.png",
|
||||||
trigger = {
|
trigger = {
|
||||||
type = "craft",
|
type = "craft",
|
||||||
item = "crafting:workbench",
|
item = "mcl_inventory:workbench",
|
||||||
target = 1
|
target = 1
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
|
|
Loading…
Reference in a new issue