Fix EaglerForge bug
This commit is contained in:
parent
f1b8c27033
commit
14b424814b
File diff suppressed because one or more lines are too long
File diff suppressed because it is too large
Load Diff
19511
javascript/classes.js
19511
javascript/classes.js
File diff suppressed because it is too large
Load Diff
File diff suppressed because one or more lines are too long
|
@ -12,7 +12,7 @@ public class EaglercraftVersion {
|
|||
/// Customize these to fit your fork:
|
||||
|
||||
public static final String projectForkName = "Shadow Client";
|
||||
public static final String projectForkVersion = "4.1";
|
||||
public static final String projectForkVersion = "4.2";
|
||||
public static final String projectForkVendor = "PeytonPlayz585";
|
||||
|
||||
public static final String projectForkURL = "https://gitlab.com/lax1dude/eaglercraftx-1.8";
|
||||
|
|
|
@ -499,7 +499,11 @@ public class Minecraft extends ModData implements IThreadListener {
|
|||
this.renderEngine.deleteTexture(this.mojangLogo);
|
||||
this.mojangLogo = null;
|
||||
this.loadingScreen = new LoadingScreenRenderer(this);
|
||||
|
||||
|
||||
//(EaglerForge bug)
|
||||
modapi.onFrame(); //Mods were loaded before onFrame is called
|
||||
ModAPI.setGlobal("settings", this.gameSettings.makeModData());
|
||||
|
||||
ModLoader.loadLoader();
|
||||
ModLoader.loadModsFromLocalStorage();
|
||||
ModLoader.loadMods(ModLoader.Mods);
|
||||
|
|
Loading…
Reference in New Issue
Block a user