diff options
Diffstat (limited to 'init.lua')
-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, }, |