aboutsummaryrefslogtreecommitdiff
path: root/api/logic/minecraft/Library.h
AgeCommit message (Collapse)Author
2020-07-18GH-3234 Add support for custom meta URLs at build timePetr Mrázek
This is not particularly interesting for non-developers. Also includes some internal restructuring of URL constants in general.
2018-11-26GH-2475 fix reporting missing local libraries on launchPetr Mrázek
2018-07-15NOISSUE tabs -> spacesPetr Mrázek
2017-04-17NOISSUE jar mods as libraries, fix for customizing net.minecraftPetr Mrázek
2016-10-02NOISSUE add instance-local library storagePetr Mrázek
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.
2016-05-01NOISSUE reorganize and document librariesPetr Mrázek