values the wrong way round

This commit is contained in:
Rubenwardy 2013-02-23 14:52:41 +00:00
parent 25cdfc2b26
commit 90cd09f7ca
1 changed files with 2 additions and 2 deletions

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,
},
})