Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Local Achievements #215

Open
Drakensin opened this issue Mar 10, 2021 · 0 comments
Open

Local Achievements #215

Drakensin opened this issue Mar 10, 2021 · 0 comments
Labels
proposal A proposed feature that needs further consideration

Comments

@Drakensin
Copy link

Drakensin commented Mar 10, 2021

This feature would allow players to make custom achievements for their mods and allow the players to have special goals to achieve.
The achievements would be in its own dat file named, "achievements.dat". Below is an example code for the data file:


{
"achievements": [
{
"name": "Example Cheevo",
"condition": {
"???": "magic"
}
}
]
}


@joshuaskelly joshuaskelly added the proposal A proposed feature that needs further consideration label Apr 21, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
proposal A proposed feature that needs further consideration
Projects
None yet
Development

No branches or pull requests

2 participants