mirror of
https://gitlab.com/rubenwardy/awards.git
synced 2024-11-26 17:23:49 +01:00
place torches, no dig torches
thanks sfan5 :D
This commit is contained in:
parent
e1c4402f4c
commit
6b031a601d
2
init.lua
2
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,
|
||||
},
|
||||
|
Loading…
Reference in New Issue
Block a user