NOISSUE silly/simple implementation of mod metadata in OneSix version format
This commit is contained in:
parent
581460dcf9
commit
f3c46dbf11
6 changed files with 72 additions and 4 deletions
|
@ -35,6 +35,7 @@ void VersionFile::applyTo(MinecraftProfile *profile)
|
|||
profile->applyMinecraftArguments(minecraftArguments);
|
||||
profile->applyTweakers(addTweakers);
|
||||
profile->applyJarMods(jarMods);
|
||||
profile->applyMods(mods);
|
||||
profile->applyTraits(traits);
|
||||
|
||||
for (auto library : libraries)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue