1
0
mirror of https://gitlab.com/rubenwardy/awards.git synced 2024-09-28 03:30:16 +02:00

values the wrong way round

This commit is contained in:
Rubenwardy 2013-02-23 14:52:41 +00:00
parent 25cdfc2b26
commit 90cd09f7ca

View File

@ -12,7 +12,7 @@ awards.register_achievement("award_lightitup",{
description = "You have placed 100 torches",
trigger={
type="dig",
node="default:tree",
node="default:torch",
target=100,
},
})
@ -23,7 +23,7 @@ awards.register_achievement("award_lumberjack",{
description = "You have dug 100 tree blocks",
trigger={
type="dig",
node="default:torch",
node="default:tree",
target=100,
},
})