Skip to content

Commit

Permalink
Fix #58
Browse files Browse the repository at this point in the history
  • Loading branch information
kaadmy committed May 18, 2017
1 parent 82c5977 commit 68a51a6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion mods/lumien/init.lua
Original file line number Diff line number Diff line change
Expand Up @@ -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")
2 changes: 1 addition & 1 deletion mods/nav/compass.lua
Original file line number Diff line number Diff line change
Expand Up @@ -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")

0 comments on commit 68a51a6

Please sign in to comment.