Fix crafting table achievement

This commit is contained in:
Wuzzy 2017-03-10 00:19:31 +01:00
parent d849a4f936
commit 80634edb84
1 changed files with 1 additions and 1 deletions

View File

@ -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
}
})