forked from nalc/awards
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",
|
title = "Light It Up",
|
||||||
description = "You have placed 100 torches",
|
description = "You have placed 100 torches",
|
||||||
trigger={
|
trigger={
|
||||||
type="dig",
|
type="place",
|
||||||
node="default:torch",
|
node="default:torch",
|
||||||
target=100,
|
target=100,
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in New Issue
Block a user