-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
3ccea07
commit 03858b5
Showing
1 changed file
with
5 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,7 @@ | ||
# CurseGraph | ||
|
||
This small application creates a background process in SystemTray (On Windows, its the small icon bar on bottom right) and tracks and records your mods total downloads every 15 minutes. By default, my mods are added, but you can press "Remove" to remove them and "Add a Mod" in main menu to add a new mod. Valid ModID is "224778-latcoremc" (the ending of your Curse project's link). Files are saved in C:/Users/username/LatMod/CurseGraph/, formatted in Json | ||
This small application creates a background process in SystemTray (On Windows, its the small icon bar on bottom right) and tracks and records your mods total downloads every 15 minutes. By default, my mods are added, but you can press "Remove" to remove them and "Add a Mod" in main menu to add a new mod. Files are saved in C:/Users/username/LatMod/CurseGraph/, formatted in Json | ||
|
||
Valid ModIDs are "224778-latcoremc" or "tinkers-construct" (the ending of your Curse project's link). Older projects dont have the number. | ||
|
||
This is still WIP for MacOSX, you can still doubleclick to open Graph selector, but you have to edit ModIDs in /user home/CurseGraph/mods.json |