summaryrefslogtreecommitdiffstats
path: root/api/logic/minecraft/onesix/update
Commit message (Collapse)AuthorAgeLines
* NOISSUE merging of strategy into profile, onesix into minecraftPetr Mrázek2017-09-09-441/+0
|
* GH-1314 add UI for custom minecraft jar additionPetr Mrázek2017-08-07-3/+3
| | | | | | Also changes the text of the jar mod addition button. It should be clearer what it does and hopefully will not confuse as many people.
* GH-1927 fix potential issue with FMLLibrariesTask succeeding twice.Petr Mrázek2017-07-07-0/+1
|
* GH-1927 Add more specific task status loggingPetr Mrázek2017-07-07-0/+5
| | | | | | * Tasks are now described by class name and object name (or memory address). * Tasks starts are logged. * Aborted tasks are now treated just as the other cases.
* NOISSUE Revert all recent changes to NetAction and NetJobPetr Mrázek2017-05-03-6/+6
|
* NOISSUE refactor NetAction to be based on TaskPetr Mrázek2017-04-29-6/+6
| | | | Still missing some things, this is part 1.
* NOISSUE jar mods as libraries, fix for customizing net.minecraftPetr Mrázek2017-04-17-0/+1
|
* NOISSUE implement mainJar support in OneSix formatPetr Mrázek2017-04-13-17/+17
| | | | This allows customizing the main jar like any other library.
* NOISSUE fix issue with the narrator feature by splitting java and native ↵Petr Mrázek2017-04-07-7/+11
| | | | libraries
* NOISSUE add a badge for crashed instancesPetr Mrázek2016-11-04-1/+1
| | | | Not persistent across MultiMC runs.
* NOISSUE add instance-local library storagePetr Mrázek2016-10-02-1/+1
| | | | | | Any libraries stored in $instanceroot/libraries/ will override the libraries from MultiMC's global folders, as long as they are marked 'local' in the json patch.
* GH-352 Make OneSix instance update downloads cancellablePetr Mrázek2016-08-14-0/+430