fixed book achievement

This commit is contained in:
kaadmy 2015-11-11 12:36:58 -08:00
parent c3b50b6a9f
commit d57b5ed142
1 changed files with 1 additions and 1 deletions

View File

@ -54,7 +54,7 @@ achievements.register_achievement(
title = "Scribe", title = "Scribe",
description = "Craft a book", description = "Craft a book",
times = 1, times = 1,
placenode = "default:book", craftitem = "default:book",
}) })
default.log("mod:book", "loaded") default.log("mod:book", "loaded")