This commit is contained in:
KaadmY 2017-05-18 08:30:43 -07:00
parent 82c59771fc
commit 68a51a6e6a
2 changed files with 2 additions and 2 deletions

View File

@ -197,7 +197,7 @@ achievements.register_achievement(
title = "Enlightened",
description = "Place 9 lumien crystals.",
times = 9,
plcenode = "lumien:lumien_crystal_off",
placenode = "lumien:lumien_crystal_off",
})
default.log("mod:lumien", "loaded")

View File

@ -156,7 +156,7 @@ achievements.register_achievement(
title = "True Navigator",
description = "Craft a compass",
times = 1,
craftitem = "nav:compass",
craftitem = "nav:compass_0",
})
default.log("compass", "loaded")