Open Drakensin opened 3 years ago
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" } } ] }
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" } } ] }