e08c3a903a
Add support for mod loading on Forge 1.13.
Daniel Scalzi
2019-02-18 18:17:31 -05:00
81367bc619
1.13 Update Phase 1 Mojang has changed its manifest format for 1.13. Forge is no longer a universal jar, it requires more hosted files, all of which are generated by the installer. We can no longer extract the version manifest from forge's jar and have to include it in the distribution. This commit adds support for launching forge only, mods are currently not supported from the distribution. Handling of 1.13 launches are subject to change as we move forward.
Daniel Scalzi
2019-02-18 06:31:01 -05:00
e8e7f85c64
Updated deps.
Daniel Scalzi
2019-02-17 19:21:23 -05:00
c834ca971a
Order the launch arguments better. Classpath -> JVM -> Main Class -> Liteloader -> Minecraft -> Client Options -> Mod list
Daniel Scalzi
2019-02-14 20:22:12 -05:00
6b96770c98
Update dependencies (clean install).
Daniel Scalzi
2019-02-12 19:20:54 -05:00
46f8b195d6
v1.5.2
Daniel Scalzi
2019-02-05 17:35:31 -05:00
6d1ecd73ee
Show a meaningful message if users try to login without a paid account.
Daniel Scalzi
2019-02-05 17:26:00 -05:00
c74e3f0676
Updated dependencies.
Daniel Scalzi
2019-02-05 17:06:45 -05:00
8bd040aece
v1.5.1
Daniel Scalzi
2019-01-20 22:32:23 -05:00
90651d4fbe
Reset clientToken if all accounts are removed.
Daniel Scalzi
2019-01-20 22:29:05 -05:00
3e20b1f63a
Updated dependencies.
Daniel Scalzi
2019-01-20 06:59:56 -05:00
8c0bf8faac
Improve error handling during launch (#21) If anything happens to the forked process, the main should now pick up on it and alert the user. Should no longer get 'stuck at 100%' issues when the forked process fails, for whatever reason.
Daniel Scalzi
2019-01-20 06:55:13 -05:00
cb12c0786e
Fix element class name for the data directory title.
Daniel Scalzi
2019-01-04 14:46:24 -05:00
de15440e6d
Added option to change data folder location. (#17) Removed commonDirectory. Removed instanceDirectory. Added dataDirectory. The common and instance directories are now resolved from this. The config.json and distribution.json are now stored in Electron's data folder (app.getPath('userData')). Users can edit the dataDirectory under launcher settings.
Daniel Scalzi
2019-01-04 14:25:27 -05:00
e12197526d
Allow users to change install directory on windows.
Daniel Scalzi
2019-01-02 18:48:00 -05:00
d7fe519923
Preliminary Java 9+ Support (#20).
Daniel Scalzi
2018-12-31 10:39:27 -05:00
be533af38b
v1.4.0 - Added Shader Options, Electron v4.
Daniel Scalzi
2018-12-21 16:06:34 -05:00
b98a4ec21f
Shaderpack settings nearly finalized.
Daniel Scalzi
2018-12-21 08:02:24 -05:00
a4d4b69791
Initial work on shader options, electron@4.
Daniel Scalzi
2018-12-21 06:51:08 -05:00
f5b1418d18
Reduced size of background 7. Removed some unused images. 7.jpg : 24MB -> 5MB Updated electron, electron-builder.
Daniel Scalzi
2018-12-21 02:29:33 -05:00
f65793c0fb
Previous commit should have been v1.3.0. A new feature is included in this version, requiring a minor bump.
Daniel Scalzi
2018-12-17 00:36:19 -05:00