fixed compilation errors
This commit is contained in:
parent
f15ff6b925
commit
c9f7fc3475
1 changed files with 1 additions and 2 deletions
|
@ -51,7 +51,6 @@ public class MinecraftForgeClient {
|
||||||
}
|
}
|
||||||
|
|
||||||
public static void onGameStart() {
|
public static void onGameStart() {
|
||||||
System.out.println("OnGameHook");
|
|
||||||
ModLoader.getMinecraftInstance().effectRenderer = new MinecraftForgeEffectRenderer(ModLoader.getMinecraftInstance().theWorld, ModLoader.getMinecraftInstance().renderEngine);
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue