summaryrefslogtreecommitdiffstats
path: root/api/logic/minecraft/ComponentList.cpp
Commit message (Collapse)AuthorAgeLines
* GH-1082 allow disabling componentsPetr Mrázek2017-12-03-9/+61
| | | | Currently only ones that are removable and aren't dep-only
* GH-2026 implement changes necessary to support 1.13 snapshotsPetr Mrázek2017-12-03-409/+731
|
* NOISSUE split out the LaunchProfile out of the ComponentListPetr Mrázek2017-11-17-289/+14
|
* NOISSUE rename MinecraftProfile to ComponentListPetr Mrázek2017-11-04-0/+1125
It is realistically a list of components. The fact that it also holds the final launch parameters is a design bug.