GH-1778: Fix placement of modded Minecraft.jar in OneSix instances.

This commit is contained in:
Petr Mrázek
2017-01-10 23:03:00 +01:00
parent 12c3683ec0
commit 858b490c74
7 changed files with 21 additions and 11 deletions

View File

@ -146,6 +146,10 @@
This fixes launching of legacy (and legacy FTB) instances.
- GH-1778: Jar modded Minecraft.jar location breaks mod assumptions
Some ancient mods require the modded `Minecraft.jar` to be in `.minecraft/bin`, inside the instance. Now it is placed there.
## Internals
- Full support for the current Mojang downloads JSON format.