mirror of
https://gitlab.com/rubenwardy/awards.git
synced 2025-07-12 12:50:25 +02:00
Use awards for technical things, and achievements for user facing things
Fixes #18
This commit is contained in:
@ -9,10 +9,10 @@ Majority of awards are back ported from Calinou's old fork in Carbone, under sam
|
||||
|
||||
# API
|
||||
|
||||
## Registering Achievements
|
||||
## Registering Awards
|
||||
|
||||
```lua
|
||||
awards.register_achievement("mymod:myaward", {
|
||||
awards.register_award("mymod:myaward", {
|
||||
description = "The title of the award",
|
||||
|
||||
-- Optional:
|
||||
|
Reference in New Issue
Block a user