aboutsummaryrefslogtreecommitdiff
path: root/api/logic/minecraft/ftb
AgeCommit message (Collapse)Author
2017-09-09NOISSUE remove FTB integrationPetr Mrázek
2017-08-07GH-1314 add UI for custom minecraft jar additionPetr Mrázek
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.
2017-05-21NOISSUE more compiler warning removalPetr Mrázek
2017-05-21NOISSUE get rid of some more compiler warningsPetr Mrázek
2017-04-23GH-1856 Make MultiMC fail hard when things are missingPetr Mrázek
Things like: * jar mods * valid version files
2017-04-14GH-1853 fix FTB and parsing of old version filesPetr Mrázek
2017-04-07NOISSUE Rough refactor of ProfilePatch and VersionFile internals.Petr Mrázek
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.
2017-04-07NOISSUE stuff and things happened. Maybe.Petr Mrázek
2017-04-07NOISSUE Remove Minecraft version list and versions.Petr Mrázek
2017-01-22GH-1794 Only write to the instance.cfg once after copying FTB instances.Petr Mrázek
2016-11-17NOISSUE include json path in errors when FTB json is missing.Petr Mrázek
2016-11-09GH-1713 fix FTB loading crashesPetr Mrázek
2016-10-26NOISSUE Granular instance reloadPetr Mrázek
2016-08-14GH-352 Make OneSix instance update downloads cancellablePetr Mrázek
2016-05-03GH-1559 Fix FTB iconsPetr Mrázek
This was caused by separation of GUI and logic. Now logic has an interface that GUI implements. It should be expanded upon later.
2016-05-01NOISSUE reorganize and document librariesPetr Mrázek