place torches, no dig torches

thanks sfan5 :D
This commit is contained in:
Rubenwardy 2013-02-23 14:55:23 +00:00
parent e1c4402f4c
commit 6b031a601d
1 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@ awards.register_achievement("award_lightitup",{
title = "Light It Up",
description = "You have placed 100 torches",
trigger={
type="dig",
type="place",
node="default:torch",
target=100,
},