summaryrefslogtreecommitdiffstats
path: root/api/logic/minecraft/ftb
Commit message (Collapse)AuthorAgeLines
* GH-1856 Make MultiMC fail hard when things are missingPetr Mrázek2017-04-23-33/+34
| | | | | | Things like: * jar mods * valid version files
* GH-1853 fix FTB and parsing of old version filesPetr Mrázek2017-04-14-0/+1
|
* NOISSUE Rough refactor of ProfilePatch and VersionFile internals.Petr Mrázek2017-04-07-4/+4
| | | | | | | | They are now distinct classes with distinct responsibilities. * ProfilePatch is an entry in MinecraftProfile and can hold VersionFile or Meta::Version. * VersionFile is the basic element that holds version information loaded from JSON. * Meta::Version is the loader class for VersionFile(s) from a server.
* NOISSUE stuff and things happened. Maybe.Petr Mrázek2017-04-07-2/+2
|
* NOISSUE Remove Minecraft version list and versions.Petr Mrázek2017-04-07-47/+2
|
* GH-1794 Only write to the instance.cfg once after copying FTB instances.Petr Mrázek2017-01-22-6/+3
|
* NOISSUE include json path in errors when FTB json is missing.Petr Mrázek2016-11-17-2/+2
|
* GH-1713 fix FTB loading crashesPetr Mrázek2016-11-09-11/+5
|
* NOISSUE Granular instance reloadPetr Mrázek2016-10-26-285/+325
|
* GH-352 Make OneSix instance update downloads cancellablePetr Mrázek2016-08-14-2/+2
|
* GH-1559 Fix FTB iconsPetr Mrázek2016-05-03-1/+5
| | | | | This was caused by separation of GUI and logic. Now logic has an interface that GUI implements. It should be expanded upon later.
* NOISSUE reorganize and document librariesPetr Mrázek2016-05-01-0/+801