From 6b031a601d7ba394b61bcbce73c569a74625a913 Mon Sep 17 00:00:00 2001 From: Rubenwardy Date: Sat, 23 Feb 2013 14:55:23 +0000 Subject: [PATCH] place torches, no dig torches thanks sfan5 :D --- init.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/init.lua b/init.lua index 5eeea9e..1573063 100644 --- a/init.lua +++ b/init.lua @@ -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, },