Fix broken workbench achievement

This commit is contained in:
Wuzzy 2017-06-13 02:50:43 +02:00
parent f879be1e1b
commit 1ddd629fd5
1 changed files with 1 additions and 1 deletions

View File

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