generated from babric/babric-example-mod
-
Notifications
You must be signed in to change notification settings - Fork 4
Open
Labels
bugSomething isn't workingSomething isn't working
Description
Description
I want to have an instance with Aether & MojangFix (Station API Edition). I can use Apron to run Babric with Aether, but when I install StationAPI for MojangFix it crashes. Other mods such as BuildCraft & IndustrialCraft seem to be working fine though.
Mods + Version info:
- Apron version:
2.0.1 - Aether version:
1.0.2 - StationAPI version:
2.0-alpha.1.1
Crash Report
Details
java.lang.reflect.InvocationTargetException
at java.base/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
at java.base/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:77)
at java.base/jdk.internal.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
at java.base/java.lang.reflect.Constructor.newInstanceWithCaller(Constructor.java:499)
at java.base/java.lang.reflect.Constructor.newInstance(Constructor.java:480)
at modloader.ModLoader.addInternalMod(ModLoader.java:323)
at modloader.ModLoader.readFromModFolder(ModLoader.java:1270)
at modloader.ModLoader.init(ModLoader.java:790)
at modloader.ModLoader.AddAllRenderers(ModLoader.java:222)
at net.minecraft.class_578.handler$zck000$apron-impl$modloader$ctr(class_578.java:526)
at net.minecraft.class_578.<init>(class_578.java:75)
at net.minecraft.class_578.<clinit>(class_578.java:26)
at net.minecraft.client.Minecraft.method_2106(Minecraft.java:318)
at net.minecraft.client.Minecraft.run(Minecraft.java:716)
at java.base/java.lang.Thread.run(Thread.java:842)
Caused by: java.lang.NullPointerException: Cannot invoke "net.minecraft.class_124.method_442(net.minecraft.class_31)" because "net.minecraft.class_124.field_468[this.field_753]" is null
at net.minecraft.class_31.method_726(class_31.java:226)
at modloader.ModLoader.AddName(ModLoader.java:365)
at net.minecraft.AetherBlocks.<init>(AetherBlocks.java:106)
at net.minecraft.mod_Aether.<init>(mod_Aether.java:105)
... 15 more
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working