mirror of
https://gitlab.com/rubenwardy/awards.git
synced 2025-06-29 22:50:36 +02:00
add onDeath
This commit is contained in:
10
init.lua
10
init.lua
@ -81,4 +81,14 @@ awards.register_achievement("award_mine4",{
|
||||
node="default:stone",
|
||||
target=10000,
|
||||
},
|
||||
})
|
||||
|
||||
-- First Death
|
||||
awards.register_achievement("award_death1",{
|
||||
title = "First Death",
|
||||
description = "Oh well, it does not matter you have more lives than a cat",
|
||||
trigger={
|
||||
type="death",
|
||||
target=1,
|
||||
},
|
||||
})
|
Reference in New Issue
Block a user