aboutsummaryrefslogtreecommitdiff
path: root/api/logic/minecraft/legacy
AgeCommit message (Collapse)Author
2016-08-01NOISSUE implement direct java launchPetr Mrázek
Just running the Java process and giving it params on the command line
2016-06-05NOISSUE refactor *Download into more, smaller piecesPetr Mrázek
* Download is now Download. * Download uses Sink subclasses to process various events. * Validators can be used to further customize the Sink behaviour.
2016-05-15GH-575 separate legacy jar mod list from mod listPetr Mrázek
2016-05-01NOISSUE move Java and Minecraft launch tasks to the proper placesPetr Mrázek
Minecraft and Java are not generic.
2016-05-01NOISSUE reorganize and document librariesPetr Mrázek