summaryrefslogtreecommitdiff
path: root/init.lua
diff options
context:
space:
mode:
authorRubenwardy <anjayward@gmail.com>2013-02-23 14:55:23 +0000
committerRubenwardy <anjayward@gmail.com>2013-02-23 14:55:23 +0000
commit6b031a601d7ba394b61bcbce73c569a74625a913 (patch)
tree9484a8c0d7ad65e2e7a1a04446da73db966fd220 /init.lua
parente1c4402f4c406d0d50462d861266fe51739634ad (diff)
place torches, no dig torches
thanks sfan5 :D
Diffstat (limited to 'init.lua')
-rw-r--r--init.lua2
1 files changed, 1 insertions, 1 deletions
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,
},