forked from nalc/awards
values the wrong way round
This commit is contained in:
parent
25cdfc2b26
commit
90cd09f7ca
4
init.lua
4
init.lua
|
@ -12,7 +12,7 @@ awards.register_achievement("award_lightitup",{
|
||||||
description = "You have placed 100 torches",
|
description = "You have placed 100 torches",
|
||||||
trigger={
|
trigger={
|
||||||
type="dig",
|
type="dig",
|
||||||
node="default:tree",
|
node="default:torch",
|
||||||
target=100,
|
target=100,
|
||||||
},
|
},
|
||||||
})
|
})
|
||||||
|
@ -23,7 +23,7 @@ awards.register_achievement("award_lumberjack",{
|
||||||
description = "You have dug 100 tree blocks",
|
description = "You have dug 100 tree blocks",
|
||||||
trigger={
|
trigger={
|
||||||
type="dig",
|
type="dig",
|
||||||
node="default:torch",
|
node="default:tree",
|
||||||
target=100,
|
target=100,
|
||||||
},
|
},
|
||||||
})
|
})
|
||||||
|
|
Loading…
Reference in New Issue
Block a user