diff options
author | Rubenwardy <anjayward@gmail.com> | 2013-02-23 14:55:23 +0000 |
---|---|---|
committer | Rubenwardy <anjayward@gmail.com> | 2013-02-23 14:55:23 +0000 |
commit | 6b031a601d7ba394b61bcbce73c569a74625a913 (patch) | |
tree | 9484a8c0d7ad65e2e7a1a04446da73db966fd220 | |
parent | e1c4402f4c406d0d50462d861266fe51739634ad (diff) |
place torches, no dig torches
thanks sfan5 :D
-rw-r--r-- | init.lua | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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, }, |