
OtakuSenpai62
Members-
Posts
4 -
Joined
-
Last visited
OtakuSenpai62's Achievements

Tree Puncher (2/8)
0
Reputation
-
I don't know how to fix this issue
OtakuSenpai62 replied to OtakuSenpai62's topic in Support & Bug Reports
halp -
problem is fixed
-
---- Minecraft Crash Report ---- WARNING: coremods are present: IELoadingPlugin (ImmersiveEngineering-core-0.12-98.jar) AppleCore (AppleCore-mc1.12.2-3.1.3.jar) EnderCorePlugin (EnderCore-1.12.2-0.5.37.jar) MekanismCoremod (Mekanism-1.12.2-9.8.3.390.jar) Quark Plugin (Quark-r1.6-179.jar) UniDictCoreMod (UniDict-1.12.2-3.0.10.jar) infwithmend (infwithmend-1.12.2-1.0.0.jar) LoadingPlugin (RandomThings-MC1.12.2-4.2.0.1.jar) MalisisCorePlugin (malisiscore-1.12.2-6.4.0.jar) Inventory Tweaks Coremod (InventoryTweaks-1.63.jar) craftfallessentials (CraftfallEssentials-1.12.2-1.2.6.jar) BlurPlugin (Blur-1.0.4-14.jar) LoadingPlugin (ResourceLoader-MC1.12.1-1.5.3.jar) pymtech (PymTech-1.12.2-1.0.2.jar) TransformerLoader (OpenComputers-MC1.12.2-1.7.2.67.jar) FarseekCoreMod (Farseek-1.12-2.3.1.jar) MicdoodlePlugin (MicdoodleCore-1.12.2-4.0.1.181.jar) ForgelinPlugin (Forgelin-1.7.4.jar) BedPatch (bedpatch-2.2-1.12.2.jar) OpenModsCorePlugin (OpenModsLib-1.12.2-0.11.5.jar) CorePlugin (SmoothFont-1.12.2-1.15.jar) Plugin (NotEnoughIDs-1.5.4.2.jar) CTMCorePlugin (CTM-MC1.12.2-1.0.2.31.jar) LucraftCoreCoreMod (LucraftCore-1.12.2-2.4.17.jar) DynamicSurroundingsCore (DynamicSurroundings-1.12.2-3.4.9.14.jar) Contact their authors BEFORE contacting forge // Surprise! Haha. Well, this is awkward. Time: 3/7/23 3:18 AM Description: There was a severe problem during mod loading that has caused the game to fail net.minecraftforge.fml.common.LoaderException: java.lang.NoClassDefFoundError: micdoodle8/mods/galacticraft/api/event/oxygen/GCCoreOxygenSuffocationEvent$Pre at net.minecraftforge.fml.common.AutomaticEventSubscriber.inject(AutomaticEventSubscriber.java:89) at net.minecraftforge.fml.common.FMLModContainer.constructMod(FMLModContainer.java:612) at sun.reflect.GeneratedMethodAccessor5.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:497) at com.google.common.eventbus.Subscriber.invokeSubscriberMethod(Subscriber.java:91) at com.google.common.eventbus.Subscriber$SynchronizedSubscriber.invokeSubscriberMethod(Subscriber.java:150) at com.google.common.eventbus.Subscriber$1.run(Subscriber.java:76) at com.google.common.util.concurrent.MoreExecutors$DirectExecutor.execute(MoreExecutors.java:399) at com.google.common.eventbus.Subscriber.dispatchEvent(Subscriber.java:71) at com.google.common.eventbus.Dispatcher$PerThreadQueuedDispatcher.dispatch(Dispatcher.java:116) at com.google.common.eventbus.EventBus.post(EventBus.java:217) at net.minecraftforge.fml.common.LoadController.sendEventToModContainer(LoadController.java:219) at net.minecraftforge.fml.common.LoadController.propogateStateMessage(LoadController.java:197) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:497) at com.google.common.eventbus.Subscriber.invokeSubscriberMethod(Subscriber.java:91) at com.google.common.eventbus.Subscriber$SynchronizedSubscriber.invokeSubscriberMethod(Subscriber.java:150) at com.google.common.eventbus.Subscriber$1.run(Subscriber.java:76) at com.google.common.util.concurrent.MoreExecutors$DirectExecutor.execute(MoreExecutors.java:399) at com.google.common.eventbus.Subscriber.dispatchEvent(Subscriber.java:71) at com.google.common.eventbus.Dispatcher$PerThreadQueuedDispatcher.dispatch(Dispatcher.java:116) at com.google.common.eventbus.EventBus.post(EventBus.java:217) at net.minecraftforge.fml.common.LoadController.distributeStateMessage(LoadController.java:136) at net.minecraftforge.fml.common.Loader.loadMods(Loader.java:595) at net.minecraftforge.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:232) at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:467) at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:378) at net.minecraft.client.main.Main.main(SourceFile:123) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:497) at net.minecraft.launchwrapper.Launch.launch(Launch.java:135) at net.minecraft.launchwrapper.Launch.main(Launch.java:28) Caused by: java.lang.NoClassDefFoundError: micdoodle8/mods/galacticraft/api/event/oxygen/GCCoreOxygenSuffocationEvent$Pre at java.lang.Class.getDeclaredMethods0(Native Method) at java.lang.Class.privateGetDeclaredMethods(Class.java:2701) at java.lang.Class.privateGetPublicMethods(Class.java:2902) at java.lang.Class.getMethods(Class.java:1615) at net.minecraftforge.fml.common.eventhandler.EventBus.register(EventBus.java:82) at net.minecraftforge.fml.common.AutomaticEventSubscriber.inject(AutomaticEventSubscriber.java:82) ... 36 more Caused by: java.lang.ClassNotFoundException: micdoodle8.mods.galacticraft.api.event.oxygen.GCCoreOxygenSuffocationEvent$Pre at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:191) at java.lang.ClassLoader.loadClass(ClassLoader.java:424) at java.lang.ClassLoader.loadClass(ClassLoader.java:357) ... 42 more Caused by: java.lang.NullPointerException A detailed walkthrough of the error, its code path and all known details is as follows: --------------------------------------------------------------------------------------- -- System Details -- Details: Minecraft Version: 1.12.2 Operating System: Windows 10 (amd64) version 10.0 Java Version: 1.8.0_51, Oracle Corporation Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation Memory: 1356683312 bytes (1293 MB) / 2802843648 bytes (2673 MB) up to 7844397056 bytes (7481 MB) JVM Flags: 3 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xmx8416m -Xms256m IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0 FML: MCP 9.42 Powered by Forge 14.23.5.2860 Optifine OptiFine_1.12.2_HD_U_G5 246 mods loaded, 246 mods active States: 'U' = Unloaded 'L' = Loaded 'C' = Constructed 'H' = Pre-initialized 'I' = Initialized 'J' = Post-initialized 'A' = Available 'D' = Disabled 'E' = Errored | State | ID | Version | Source | Signature | |:----- |:------------------------------------ |:------------------------ |:-------------------------------------------------- |:---------------------------------------- | | LC | minecraft | 1.12.2 | minecraft.jar | None | | LC | mcp | 9.42 | minecraft.jar | None | | LC | FML | 8.0.99.99 | forge-1.12.2-14.23.5.2860.jar | e3c3d50c7c986df74c645c0ac54639741c90a557 | | LC | forge | 14.23.5.2860 | forge-1.12.2-14.23.5.2860.jar | e3c3d50c7c986df74c645c0ac54639741c90a557 | | LC | micdoodlecore | | minecraft.jar | None | | LC | smoothfontcore | 1.12.2-1.14 | minecraft.jar | None | | LC | openmodscore | 0.11.5 | minecraft.jar | None | | LC | foamfixcore | 7.7.4 | minecraft.jar | None | | LC | opencomputers|core | 1.7.2.67 | minecraft.jar | None | | LC | smoothfont | 1.12.2-1.15 | SmoothFont-1.12.2-1.15.jar | None | | LC | actuallyadditions | 1.12.2-r140 | ActuallyAdditions-1.12.2-r140.jar | None | | LC | baubles | 1.5.2 | Baubles-1.12-1.5.2.jar | None | | LC | actuallybaubles | 1.1 | ActuallyBaubles-1.12-1.1.jar | None | | LC | opencomputers | 1.7.2.67 | OpenComputers-MC1.12.2-1.7.2.67.jar | None | | LC | actuallycomputers | 2.1.0 | actuallycomputers-2.1.0.jar | None | | LC | aiimprovements | 0.0.1.3 | AIImprovements-1.12-0.0.1b3.jar | None | | LC | applecore | 3.1.3 | AppleCore-mc1.12.2-3.1.3.jar | None | | LC | crafttweaker | 4.1.9 | CraftTweaker2-1.12-4.1.9.jar | None | | LC | mtlib | 3.0.5 | MTLib-3.0.5.jar | None | | LC | modtweaker | 4.0.13 | modtweaker-4.0.13.jar | None | | LC | jei | 4.16.1.301 | jei_1.12.2-4.16.1.301.jar | None | | LC | appleskin | 1.0.9 | AppleSkin-mc1.12-1.0.9.jar | None | | LC | psi | r1.1-59 | Psi-r1.1-59.jar | None | | LC | quark | r1.6-179 | Quark-r1.6-179.jar | None | | LC | autoreglib | 1.3-32 | AutoRegLib-1.3-32.jar | None | | LC | codechickenlib | 3.2.3.358 | CodeChickenLib-1.12.2-3.2.3.358-universal.jar | f1850c39b2516232a2108a7bd84d1cb5df93b261 | | LC | avaritia | 3.3.0 | Avaritia-1.12.2-3.3.0.37-universal.jar | None | | LC | thaumcraft | 6.1.BETA26 | Thaumcraft-1.12.2-6.1.BETA26.jar | None | | LC | botania | r1.10-354 | Botania r1.10-354.jar | None | | LC | avaritiatweaks | @VERSION@ | Avaritia's Complement-1.12.2-1.4.jar | None | | LC | avaritiafurnace | 1.0.0 | Avaritia_furnace-1.0.0-1.12.2.jar | None | | LC | wanionlib | 1.12.2-2.9 | WanionLib-1.12.2-2.9.jar | None | | LC | avaritiaddons | 1.12.2-1.7b | Avaritiaddons-1.12.2-1.7b.jar | None | | LC | badwithernocookiereloaded | 1.12.2-3.1.14 | badwithernocookiereloaded-1.12.2-3.1.14.jar | None | | LC | bdlib | 1.14.3.12 | bdlib-1.14.3.12-mc1.12.2.jar | None | | LC | betterbuilderswands | 0.11.1 | BetterBuildersWands-1.12-0.11.1.245+69d0d70.jar | None | | LC | bettercombatmod | 1.5.6 | BetterCombat-1.12.2-1.5.6.jar | None | | LC | betterquesting | 3.5.262 | BetterQuesting-3.5.262.jar | None | | LC | bibliocraft | 2.4.5 | BiblioCraft[v2.4.5][MC1.12.2].jar | None | | LC | ic2 | 2.8.170-ex112 | industrialcraft-2-2.8.170-ex112.jar | de041f9f6187debbc77034a344134053277aa3b0 | | LC | mantle | 1.12-1.3.2.24 | Mantle-1.12-1.3.2.24.jar | None | | LC | natura | 1.12.2-4.3.2.62 | natura-1.12.2-4.3.2.62.jar | None | | LC | forestry | 5.8.1.322 | forestry_1.12.2-5.8.1.322.jar | None | | LC | binniecore | 2.5.0.168 | binnie-mods-1.12.2-2.5.0.168.jar | None | | LC | binniedesign | 2.5.0.168 | binnie-mods-1.12.2-2.5.0.168.jar | None | | LC | genetics | 2.5.0.168 | binnie-mods-1.12.2-2.5.0.168.jar | None | | LC | botany | 2.5.0.168 | binnie-mods-1.12.2-2.5.0.168.jar | None | | LC | extrabees | 2.5.0.168 | binnie-mods-1.12.2-2.5.0.168.jar | None | | LC | extratrees | 2.5.0.168 | binnie-mods-1.12.2-2.5.0.168.jar | None | | LC | biomesoplenty | 7.0.1.2399 | BiomesOPlenty-1.12.2-7.0.1.2399-universal.jar | None | | LC | cyclicmagic | 1.16.9 | Cyclic-1.12.2-1.16.9.jar | 1bc8f8dbe770187a854cef35dad0ff40ba441bbe | | LC | guideapi | 1.12-2.1.6-61 | Guide-API-1.12-2.1.6-61.jar | None | | LC | bloodmagic | 1.12.2-2.3.1-99 | BloodMagic-1.12.2-2.3.1-99.jar | None | | LC | blur | 1.0.4-14 | Blur-1.0.4-14.jar | None | | LC | bookshelf | 2.3.553 | Bookshelf-1.12.2-2.3.553.jar | d476d1b22b218a10d845928d1665d45fce301b27 | | LC | bowinfinityfix | rv5.1 | BowInfinityFix-1.12.2-rv5.1.jar | None | | LC | redstoneflux | 2.1.0 | RedstoneFlux-1.12-2.1.0.6-universal.jar | 8a6abf2cb9e141b866580d369ba6548732eff25f | | LC | brandonscore | 2.4.4 | BrandonsCore-1.12.2-2.4.4.173-universal.jar | None | | LC | careerbees | 1.0 | careerbees-0.4.0.jar | None | | LC | carryon | 1.9.3 | CarryOn MC1.12.2 v1.9.3.jar | None | | LC | chameleon | 1.12-4.1.3 | Chameleon-1.12-4.1.3.jar | None | | LC | ctm | MC1.12.2-1.0.2.31 | CTM-MC1.12.2-1.0.2.31.jar | None | | LC | chisel | MC1.12.2-1.0.2.45 | Chisel-MC1.12.2-1.0.2.45.jar | None | | LC | chiselsandbits | 14.33 | chiselsandbits-14.33.jar | None | | LC | citcore | 1.0.1 | CITCore1.0.1.jar | None | | LC | cit_injections | 1.0.0 | CITinjections1.0.0.jar | None | | LC | clumps | 3.1.1 | Clumps-3.1.1.jar | None | | LC | cofhcore | 4.6.6 | CoFHCore-1.12.2-4.6.6.1-universal.jar | None | | LC | cofhworld | 1.2.0 | CoFHWorld-1.12.2-1.2.0.5-universal.jar | 8a6abf2cb9e141b866580d369ba6548732eff25f | | LC | cyclopscore | 0.11.8 | CyclopsCore-1.12.2-0.11.8.jar | bd0353b3e8a2810d60dd584e256e364bc3bedd44 | | LC | commoncapabilities | 1.4.0 | CommonCapabilities-1.12-1.4.0.jar | None | | LC | storagedrawers | 1.12-5.3.5 | StorageDrawers-1.12.2-5.3.7.jar | None | | LC | compactdrawers | 1.12.2-1.0.3.86 | CompactDrawers-1.12.2-1.0.3.86.jar | None | | LC | controlling | 3.0.6 | Controlling-3.0.6.jar | None | | LC | cookingforblockheads | 6.4.44 | CookingForBlockheads_1.12.2-6.4.44.jar | None | | LC | extendedrenderer | v1.0 | coroutil-1.12.1-1.2.13.jar | None | | LC | coroutil | 1.12.1-1.2.13 | coroutil-1.12.1-1.2.13.jar | None | | LC | configmod | v1.0 | coroutil-1.12.1-1.2.13.jar | None | | LC | cosmeticarmorreworked | 1.12.2-v3 | CosmeticArmorReworked-1.12.2-v3.jar | aaaf83332a11df02406e9f266b1b65c1306f0f76 | | LC | cosmeticarmorreworked|tombmanygraves | 1.12.2-v3 | CosmeticArmorReworked-1.12.2-v3.jar | aaaf83332a11df02406e9f266b1b65c1306f0f76 | | LC | ftblib | 5.2.0.31 | FTBLib-5.2.0.31.jar | None | | LC | journeymap | 1.12.2-5.5.2 | journeymap-1.12.2-5.5.2.jar | None | | LC | ftbutilities | 5.2.0.37 | FTBUtilities-5.2.0.37.jar | None | | LC | ironman | Beta-1.12.2-1.2.6 | IronMan-1.12.2-Beta-1.12.2-1.2.6.jar | None | | LC | speedsterheroes | 1.12.2-2.2.1 | SpeedsterHeroes-1.12.2-2.2.1.jar | None | | LC | endercore | 1.12.2-0.5.37 | EnderCore-1.12.2-0.5.37.jar | None | | LC | thermalfoundation | 2.6.7 | ThermalFoundation-1.12.2-2.6.7.1-universal.jar | None | | LC | draconicevolution | 2.3.13 | Draconic-Evolution-1.12.2-2.3.13.306-universal.jar | None | | LC | thermalexpansion | 5.5.7 | ThermalExpansion-1.12.2-5.5.7.1-universal.jar | None | | LC | enderio | 5.0.31 | EnderIO-1.12.2-5.0.31.jar | None | | LC | enderiointegrationtic | 5.0.31 | EnderIO-1.12.2-5.0.31.jar | None | | LC | tconstruct | 1.12.2-2.10.1.87 | TConstruct-1.12.2-2.10.1.87.jar | None | | LE | lucraftcore | 1.12.2-2.4.16 | LucraftCore-1.12.2-2.4.17.jar | None | | L | heroesexpansion | 1.12.2-1.3.5 | HeroesExpansion-1.12.2-1.3.5.jar | None | | L | craftfallessentials | 1.2.6 | CraftfallEssentials-1.12.2-1.2.6.jar | None | | L | craftingtweaks | 8.1.9 | CraftingTweaks_1.12.2-8.1.9.jar | None | | L | ctgui | 1.0.0 | CraftTweaker2-1.12-4.1.9.jar | None | | L | crafttweakerjei | 2.0.2 | CraftTweaker2-1.12-4.1.9.jar | None | | L | waila | 1.8.26 | Hwyla-1.8.26-B41_1.12.2.jar | None | | L | darkutils | 1.8.211 | DarkUtils-1.12.2-1.8.211.jar | None | | L | galacticraftcore | 4.0.1.181 | GalacticraftCore-1.12.2-4.0.1.181.jar | None | | L | dsurround | 3.4.9.14 | DynamicSurroundings-1.12.2-3.4.9.14.jar | None | | L | presets | 3.4.9.14 | DynamicSurroundings-1.12.2-3.4.9.14.jar | None | | L | elevatorid | 1.3.6 | ElevatorMod-1.12.2-1.3.6.jar | None | | L | projecte | 1.12.2-PE1.4.1 | ProjectE-1.12.2-PE1.4.1.jar | None | | L | projectex | 1.2.0.40 | ProjectEX-1.2.0.40.jar | None | | L | emcbaubles | 1.0 | emcbaubles-1.12-1.0.jar | None | | L | endercompass | 1.2.6.2 | EnderCompass-1.12-1.2.6.2.jar | None | | L | enderiobase | 5.0.31 | EnderIO-1.12.2-5.0.31.jar | None | | L | enderioconduits | 5.0.31 | EnderIO-1.12.2-5.0.31.jar | None | | L | enderioconduitsappliedenergistics | 5.0.31 | EnderIO-1.12.2-5.0.31.jar | None | | L | refinedstorage | 1.6.3 | refinedstorage-1.6.3.jar | None | | L | enderioconduitsopencomputers | 5.0.31 | EnderIO-1.12.2-5.0.31.jar | None | | L | enderioconduitsrefinedstorage | 5.0.31 | EnderIO-1.12.2-5.0.31.jar | None | | L | enderiointegrationforestry | 5.0.31 | EnderIO-1.12.2-5.0.31.jar | None | | L | enderiointegrationticlate | 5.0.31 | EnderIO-1.12.2-5.0.31.jar | None | | L | enderiomachines | 5.0.31 | EnderIO-1.12.2-5.0.31.jar | None | | L | enderiopowertools | 5.0.31 | EnderIO-1.12.2-5.0.31.jar | None | | L | enderstorage | 2.4.5.135 | EnderStorage-1.12.2-2.4.5.135-universal.jar | None | | L | mekanism | 1.12.2-9.8.3.390 | Mekanism-1.12.2-9.8.3.390.jar | None | | L | immersiveengineering | 0.12-98 | ImmersiveEngineering-0.12-98.jar | None | | L | exchangers | 1.12.2-2.7.3 | Exchangers-1.12.2-2.7.3.jar | None | | L | extrautils2 | 1.0 | extrautils2-1.12-1.8.3.jar | None | | L | zerocore | 1.12-0.1.2.2 | zerocore-1.12-0.1.2.2.jar | None | | L | bigreactors | 1.12.2-0.4.5.49 | ExtremeReactors-1.12.2-0.4.5.49.jar | None | | L | farmingforblockheads | 3.1.21 | FarmingForBlockheads_1.12.2-3.1.21.jar | None | | L | farseek | 2.3.1 | Farseek-1.12-2.3.1.jar | None | | L | fastleafdecay | v14 | FastLeafDecay-v14.jar | None | | L | foamfix | 0.10.0-1.12.2 | foamfix-0.10.0-1.12.2.jar | None | | L | foodexpansion | 1.3 | FoodExpansion1.3.3-1.12.2.jar | None | | L | forgelin | 1.7.4 | Forgelin-1.7.4.jar | None | | L | forgemultipartcbe | 2.5.0.71 | ForgeMultipart-1.12.2-2.5.0.71-universal.jar | None | | L | microblockcbe | 2.5.0.71 | ForgeMultipart-1.12.2-2.5.0.71-universal.jar | None | | L | minecraftmultipartcbe | 2.5.0.71 | ForgeMultipart-1.12.2-2.5.0.71-universal.jar | None | | L | cfm | 6.3.0 | furniture-6.3.2-1.12.2.jar | None | | L | galacticraftplanets | 4.0.1.181 | Galacticraft-Planets-1.12.2-4.0.1.181.jar | None | | L | galacticrafttweaker | 1.12.2-1.0.3 | GalacticraftTweaker-1.12.2-1.0.3.jar | None | | L | gendustry | 1.6.5.8 | gendustry-1.6.5.8-mc1.12.2.jar | None | | L | ikwid | 1.0.2 | ikwid-1.0.2.jar | None | | L | immersivepetroleum | 1.1.9 | immersivepetroleum-1.12.2-1.1.9.jar | None | | L | immersivetech | 1.3.10 | immersivetech-1.12-1.3.10.jar | None | | L | teslacorelib | 1.0.15 | tesla-core-lib-1.12.2-1.0.15.jar | None | | L | industrialforegoing | 1.12.2-1.12.2 | industrialforegoing-1.12.2-1.10.7-204.jar | None | | L | infinity | 1.12 | infinity-1.12.jar | None | | L | infwithmend | 1.0.0 | infwithmend-1.12.2-1.0.0.jar | None | | L | harvestcraft | 1.12.2u | Pam's HarvestCraft 1.12.2v.jar | None | | L | mcjtylib_ng | 3.0.3 | mcjtylib-1.12-3.0.3.jar | None | | L | rftools | 7.55 | rftools-1.12-7.55.jar | None | | L | integrationforegoing | 1.12.2-1.7.3 | IntegrationForegoing-1.12.2-1.7.3.jar | None | | L | inventoryspam | 1.0.3 | InventorySpam-1.12.0-1.0.3.jar | None | | L | inventorytweaks | 1.63+release.109.220f184 | InventoryTweaks-1.63.jar | None | | L | ironbackpacks | 1.12.2-3.0.8-12 | IronBackpacks-1.12.2-3.0.8-12.jar | None | | L | ironchest | 1.12.2-7.0.40.824 | ironchest-1.12.2-7.0.40.824.jar | None | | L | jaopca | 1.12.2-2.2.8.91 | JAOPCA-1.12.2-2.2.8.91.jar | None | | L | oredictinit | 1.12.2-2.2.1.68 | JAOPCA-1.12.2-2.2.8.91.jar | None | | L | jehc | 1.12.2 | JEHC-1.12.2-1.6.1.0.jar | None | | L | jeibees | 0.9.0.5 | jeibees-0.9.0.5-mc1.12.2.jar | None | | L | jeiintegration | 1.6.0 | jeiintegration_1.12.2-1.6.0.jar | None | | L | justenoughreactors | 1.1.1.47 | JustEnoughReactors-1.12.2-1.1.1.47.jar | None | | L | jeresources | 0.8.5.27 | JustEnoughResources-1.12.2-0.8.5.27.jar | None | | L | kleeslabs | 5.4.10 | KleeSlabs_1.12.2-5.4.10.jar | None | | L | lightningcraft | 2.9.1 | lightningcraft-2.9.1-[1.12.2].jar | None | | L | lucky | 7.6.0 | lucky-block-forge-1.12.2-2.0.jar | None | | L | magicbees | 1.0 | MagicBees-1.12.2-3.1.10.jar | None | | L | malisiscore | 1.12.2-6.4.0 | malisiscore-1.12.2-6.4.0.jar | None | | L | malisisdoors | 1.12.2-7.3.0 | malisisdoors-1.12.2-7.3.0.jar | None | | L | minersdream | 1.0.0 | Maxilol's+Miner's+Dream+mc1.12.2+v1.1.jar | None | | L | mekanismgenerators | 1.12.2-9.8.3.390 | MekanismGenerators-1.12.2-9.8.3.390.jar | None | | L | mekanismtools | 1.12.2-9.8.3.390 | MekanismTools-1.12.2-9.8.3.390.jar | None | | L | modularforcefieldsystem | 3.0.1 | MFFS-1.12.2-4.0.1.0_1.12_cc3a5aa.jar | None | | L | mob_grinding_utils | 0.3.10 | MobGrindingUtils-0.3.10.jar | None | | L | moreplanets | 2.0.16 | More-Planets-1.12.2-2.0.16-GC181.jar | None | | L | moreavaritia | 3.5 | moreavaritia-mc1.12.2-v1.5.jar | None | | L | moreoverlays | 1.14 | moreoverlays-1.14-mc1.12.2.jar | None | | L | moreplanetsextras | 1.12.2-1.0 | MorePlanetsExtras-1.12.2-1.0.jar | None | | L | morpheus | 1.12-3.3.2 | Morpheus-1.12-3.3.2.jar | None | | L | mousetweaks | 2.8 | MouseTweaks-2.8-mc1.12.1.jar | None | | L | mrtjpcore | 2.1.3.35 | MrTJPCore-1.12.2-2.1.3.35-universal.jar | None | | L | mam | 1.0 | MystAdditions-1.0.jar | None | | L | naturescompass | 1.8.5 | NaturesCompass-1.12.2-1.8.5.jar | None | | L | neat | 1.4-17 | Neat 1.4-17.jar | None | | L | netherportalfix | 5.3.13 | NetherPortalFix_1.12.1-5.3.13.jar | None | | L | neid | 1.5.4.2 | NotEnoughIDs-1.5.4.2.jar | None | | L | nuclearcraft | 2.15a | NuclearCraft-2.15a-1.12.2.jar | None | | L | omlib | 3.0.0-148 | omlib-1.12.2-3.0.0-148.jar | None | | L | openmods | 0.11.5 | OpenModsLib-1.12.2-0.11.5.jar | None | | L | openblocks | 1.7.6 | OpenBlocks-1.12.2-1.7.6.jar | None | | L | openmodularturrets | 3.0.1-257 | openmodularturrets-1.12.2-3.0.1-257.jar | None | | L | oreexcavation | 1.4.119 | OreExcavation-1.4.119.jar | None | | L | p455w0rdslib | 2.0.32 | p455w0rdslib-1.12-2.0.32.jar | None | | L | pamscookables | 1.1 | pamscookables-1.1.jar | None | | L | projectred-core | 4.9.1.92 | ProjectRed-1.12.2-4.9.1.92-Base.jar | None | | L | thermaldynamics | 2.5.6 | ThermalDynamics-1.12.2-2.5.6.1-universal.jar | None | | L | simplyjetpacks | 2.2.7.45 | SimplyJetpacks2-1.12.2-2.2.7.45.jar | None | | L | plustic | 7.1.6.1 | plustic-7.1.6.1.jar | None | | L | prettybeaches | 1.0.3 | PrettyBeaches_1.12.2-1.0.3.jar | None | | L | reborncore | 3.10.0.332 | RebornCore-1.12.2-3.10.0.332-universal.jar | None | | L | projecteintegration | 1.12.2 | ProjectEIntegration-1.12.2-2.3.1.jar | None | | L | projectred-compat | 1.0 | ProjectRed-1.12.2-4.9.1.92-compat.jar | None | | L | projectred-illumination | 4.9.1.92 | ProjectRed-1.12.2-4.9.1.92-lighting.jar | None | | L | pymtech | 1.12.2-1.0.2 | PymTech-1.12.2-1.0.2.jar | None | | L | quantumflux | 2.0.16 | quantumflux-1.12.2-2.0.16.jar | None | | L | quarkoddities | 1 | QuarkOddities-1.12.2.jar | None | | L | questbook | 3.1.1-1.12 | questbook-3.1.1-1.12.jar | None | | L | randomthings | 4.2.0.1 | RandomThings-MC1.12.2-4.2.0.1.jar | None | | L | rebornstorage | 1.0.0 | RebornStorage-1.12.2-3.2.2.65.jar | None | | L | refined_avaritia | 2.0 | refined_avaritia-1.12.2-2.0.jar | None | | L | refinedstorageaddons | 0.4.1 | refinedstorageaddons-0.4.1.jar | None | | L | resourceloader | 1.5.3 | ResourceLoader-MC1.12.1-1.5.3.jar | None | | L | ropebridge | 2.0.5 | ropebridge-1.12-2.0.7.jar | None | | L | scannable | 1.6.3.19 | Scannable-MC1.12-1.6.3.19.jar | None | | L | simplybackpacks | 1.4.9 | simplybackpacks-1.4.9.jar | None | | L | solcarrot | 1.3.1 | solcarrot-1.12.2-1.3.3.jar | None | | L | spacecraftx | 1.0.35 | spacecraftx-1.12.2-1.0.35.jar | None | | L | bq_standard | 3.4.143 | StandardExpansion-3.4.143.jar | None | | L | star-tech | 1.1.1 | star-tech-1.1.1.jar | None | | L | stg | 1.12.2-1.2.3 | stg-1.12.2-1.2.3.jar | None | | L | storagedrawersextra | @VERSION@ | StorageDrawersExtras-1.12-3.1.0.jar | None | | L | streams | 0.4.4 | Streams-1.12-0.4.4.jar | None | | L | tc6aspects4jei | 0.0.2a | tc6aspects4jei-0.0.2a.jar | None | | L | tcinventoryscan | 2.0.10 | ThaumicInventoryScanning_1.12.2-2.0.10.jar | None | | L | thaumicjei | 1.6.0 | ThaumicJEI-1.12.2-1.6.0-27.jar | None | | L | thaumictinkerer | 1.12.2-5.0-620a0c5 | thaumictinkerer-1.12.2-5.0-620a0c5.jar | None | | L | the-fifth-world | 0.5 | the-fifth-world-0.5.1.jar | None | | L | tinker_io | release 2.6.1 | tinker_io-1.12.2-release 2.6.1.jar | None | | L | tinkersaddons | 1.0.7 | Tinkers' Addons-1.12.1-1.0.7.jar | None | | L | tcomplement | ${version} | TinkersComplement-1.12.2-0.2.3b.jar | None | | L | tinkersjei | 1.0 | tinkersjei-1.0.jar | None | | L | tinkertoolleveling | 1.12.2-1.0.5.DEV.30c7957 | TinkerToolLeveling-1.12.2-1.0.5.jar | None | | L | tp | 3.2.34 | tinyprogressions-1.12.2-3.3.34-Release.jar | None | | L | uteamcore | 2.2.5.226 | u_team_core-1.12.2-2.2.5.226.jar | None | | L | unlimitedchiselworks | 0.3.5 | UnlimitedChiselWorks-0.3.5.jar | None | | L | unloader | 1.2.0 | unloader-1.2.0.jar | None | | L | usefulbackpacks | 1.5.4.85 | useful_backpacks-1.12.2-1.5.4.85.jar | None | | L | viewemc | v8 | ViewEMC-1.12.2-v8.jar | None | | L | wailaharvestability | 1.1.12 | WailaHarvestability-mc1.12-1.1.12.jar | None | | L | weather2 | 1.12.1-2.6.12 | weather2-1.12.1-2.6.12.jar | None | | L | xlfoodmod | 1.12.2-1.9.2 | XL-Food-Mod-1.12.2-1.9.2.jar | None | | L | industrialwires | 1.7-28 | IndustrialWires-1.7-28.jar | None | | L | structurize | 1.12.2-0.10.277-RELEASE | structurize-1.12.2-0.10.277-RELEASE.jar | None | | L | minecolonies | 1.12.2-0.11.841-ALPHA | minecolonies-1.12.2-0.11.841-BETA-universal.jar | None | | L | reauth | 3.6.0 | reauth-3.6.0.jar | None | | L | rtg | 6.1.0.0-snapshot.1 | RTG-1.12.2-6.1.0.0-snapshot.1.jar | None | | L | teslacorelib_registries | 1.0.15 | tesla-core-lib-1.12.2-1.0.15.jar | None | | L | unidict | 1.12.2-3.0.10 | UniDict-1.12.2-3.0.10.jar | None | | L | wrapup | 1.12-1.1.3 | WrapUp-1.12-1.1.3.jar | None | Loaded coremods (and transformers): Do not report to Forge! Remove FoamFixAPI (or replace with FoamFixAPI-Lawful) and try again. (foamfix-0.10.0-1.12.2.jar) pl.asie.foamfix.coremod.FoamFixTransformer IELoadingPlugin (ImmersiveEngineering-core-0.12-98.jar) blusunrize.immersiveengineering.common.asm.IEClassTransformer AppleCore (AppleCore-mc1.12.2-3.1.3.jar) squeek.applecore.asm.TransformerModuleHandler EnderCorePlugin (EnderCore-1.12.2-0.5.37.jar) com.enderio.core.common.transform.EnderCoreTransformer com.enderio.core.common.transform.SimpleMixinPatcher MekanismCoremod (Mekanism-1.12.2-9.8.3.390.jar) mekanism.coremod.KeybindingMigrationHelper Quark Plugin (Quark-r1.6-179.jar) vazkii.quark.base.asm.ClassTransformer UniDictCoreMod (UniDict-1.12.2-3.0.10.jar) wanion.unidict.core.UniDictCoreModTransformer infwithmend (infwithmend-1.12.2-1.0.0.jar) LoadingPlugin (RandomThings-MC1.12.2-4.2.0.1.jar) lumien.randomthings.asm.ClassTransformer MalisisCorePlugin (malisiscore-1.12.2-6.4.0.jar) Inventory Tweaks Coremod (InventoryTweaks-1.63.jar) invtweaks.forge.asm.ContainerTransformer craftfallessentials (CraftfallEssentials-1.12.2-1.2.6.jar) com.hydrosimp.craftfallessentials.core.CEClassTransformer BlurPlugin (Blur-1.0.4-14.jar) com.tterrag.blur.BlurTransformer LoadingPlugin (ResourceLoader-MC1.12.1-1.5.3.jar) lumien.resourceloader.asm.ClassTransformer pymtech (PymTech-1.12.2-1.0.2.jar) lucraft.mods.pymtech.core.PymTechClassTransformer TransformerLoader (OpenComputers-MC1.12.2-1.7.2.67.jar) li.cil.oc.common.asm.ClassTransformer FarseekCoreMod (Farseek-1.12-2.3.1.jar) farseek.core.FarseekClassTransformer MicdoodlePlugin (MicdoodleCore-1.12.2-4.0.1.181.jar) micdoodle8.mods.miccore.MicdoodleTransformer ForgelinPlugin (Forgelin-1.7.4.jar) BedPatch (bedpatch-2.2-1.12.2.jar) com.mordenkainen.bedpatch.BedPatchASM OpenModsCorePlugin (OpenModsLib-1.12.2-0.11.5.jar) openmods.core.OpenModsClassTransformer CorePlugin (SmoothFont-1.12.2-1.15.jar) bre.smoothfont.asm.Transformer Plugin (NotEnoughIDs-1.5.4.2.jar) ru.fewizz.neid.asm.Transformer CTMCorePlugin (CTM-MC1.12.2-1.0.2.31.jar) team.chisel.ctm.client.asm.CTMTransformer LucraftCoreCoreMod (LucraftCore-1.12.2-2.4.17.jar) lucraft.mods.lucraftcore.core.LCTransformer DynamicSurroundingsCore (DynamicSurroundings-1.12.2-3.4.9.14.jar) org.blockartistry.DynSurround.asm.Transformer GL info: ' Vendor: 'Intel' Version: '4.6.0 - Build 30.0.101.1029' Renderer: 'Intel(R) Iris(R) Xe Graphics' OpenModsLib class transformers: [llama_null_fix:FINISHED],[horse_base_null_fix:FINISHED],[pre_world_render_hook:FINISHED],[player_render_hook:FINISHED],[horse_null_fix:FINISHED] Pulsar/natura loaded Pulses: - NaturaCommons (Enabled/Forced) - NaturaOverworld (Enabled/Not Forced) - NaturaNether (Enabled/Not Forced) - NaturaDecorative (Enabled/Not Forced) - NaturaTools (Enabled/Not Forced) - NaturaEntities (Enabled/Not Forced) - NaturaOredict (Enabled/Forced) - NaturaWorld (Enabled/Not Forced) - craftingtweaksIntegration (Enabled/Not Forced) Pulsar/tconstruct loaded Pulses: - TinkerCommons (Enabled/Forced) - TinkerWorld (Enabled/Not Forced) - TinkerTools (Enabled/Not Forced) - TinkerHarvestTools (Enabled/Forced) - TinkerMeleeWeapons (Enabled/Forced) - TinkerRangedWeapons (Enabled/Forced) - TinkerModifiers (Enabled/Forced) - TinkerSmeltery (Enabled/Not Forced) - TinkerGadgets (Enabled/Not Forced) - TinkerOredict (Enabled/Forced) - TinkerIntegration (Enabled/Forced) - TinkerFluids (Enabled/Forced) - TinkerMaterials (Enabled/Forced) - TinkerModelRegister (Enabled/Forced) - chiselIntegration (Enabled/Not Forced) - chiselsandbitsIntegration (Enabled/Not Forced) - craftingtweaksIntegration (Enabled/Not Forced) - wailaIntegration (Enabled/Not Forced) OptiFine Version: OptiFine_1.12.2_HD_U_G5 OptiFine Build: 20210124-142939 Render Distance Chunks: 12 Mipmaps: 0 Anisotropic Filtering: 1 Antialiasing: 0 Multitexture: false Shaders: null OpenGlVersion: 4.6.0 - Build 30.0.101.1029 OpenGlRenderer: Intel(R) Iris(R) Xe Graphics OpenGlVendor: Intel CpuCount: 20
-
OtakuSenpai62 joined the community
-
carry on crashing exit code -1 ---- Minecraft Crash Report ---- WARNING: coremods are present: Do not report to Forge! Remove FoamFixAPI (or replace with FoamFixAPI-Lawful) and try again. (foamfix-0.10.0-1.12.2.jar) FarseekCoreMod (Farseek-1.12-2.3.1.jar) AppleCore (AppleCore-mc1.12.2-3.1.3.jar) MicdoodlePlugin (MicdoodleCore-1.12.2-4.0.1.181.jar) EnderCorePlugin (EnderCore-1.12.2-0.5.37.jar) ForgelinPlugin (Forgelin-1.7.4.jar) BedPatch (bedpatch-2.2-1.12.2.jar) MekanismCoremod (Mekanism-1.12.2-9.8.3.390.jar) OpenModsCorePlugin (OpenModsLib-1.12.2-0.11.5.jar) CorePlugin (SmoothFont-1.12.2-1.15.jar) Plugin (NotEnoughIDs-1.5.4.2.jar) LucraftCoreCoreMod (LucraftCore-1.12.2-2.4.17.jar) IELoadingPlugin (ImmersiveEngineering-core-0.12-84.jar) LoadingPlugin (RandomThings-MC1.12.2-4.2.0.1.jar) MalisisCorePlugin (malisiscore-1.12.2-6.4.0.jar) Inventory Tweaks Coremod (InventoryTweaks-1.63.jar) BlurPlugin (Blur-1.0.4-14.jar) CTMCorePlugin (CTM-MC1.12.2-0.3.2.18.jar) LoadingPlugin (ResourceLoader-MC1.12.1-1.5.3.jar) DynamicSurroundingsCore (DynamicSurroundings-1.12.2-3.4.9.14.jar) pymtech (PymTech-1.12.2-1.0.2.jar) TransformerLoader (OpenComputers-MC1.12.2-1.7.2.67.jar) Contact their authors BEFORE contacting forge // There are four lights! Time: 3/5/23 2:33 AM Description: Initializing game java.lang.VerifyError: Inconsistent stackmap frames at branch target 116 Exception Details: Location: net/minecraftforge/client/model/ModelLoader$VanillaModelWrapper.getTextures()Ljava/util/Collection; @116: invokestatic Reason: Type 'net/minecraftforge/client/model/IModel' (current frame, locals[1]) is not assignable to 'net/minecraft/util/ResourceLocation' (stack map, locals[1]) Current Frame: bci: @14 flags: { } locals: { 'net/minecraftforge/client/model/ModelLoader$VanillaModelWrapper', 'net/minecraftforge/client/model/IModel' } stack: { 'net/minecraftforge/client/model/IModel' } Stackmap Frame: bci: @116 flags: { } locals: { 'net/minecraftforge/client/model/ModelLoader$VanillaModelWrapper', 'net/minecraft/util/ResourceLocation' } stack: { } Bytecode: 0x0000000: 2ab4 0044 b600 9b4c 2bb8 00b5 4c2b c600 0x0000010: 662a b400 44b4 00b8 c700 5c2b b600 9e12 0x0000020: bab6 00bb 9900 102a b400 44b8 00bf b500 0x0000030: b8a7 0043 2ab4 0044 2bbb 0080 59b7 0081 0x0000040: 12c1 b600 872b b600 8a12 c3b6 0087 2ab4 0x0000050: 0044 b600 8a12 c5b6 0087 b600 8db8 0093 0x0000060: b900 c901 002a ba00 db00 00b6 00e1 c000 0x0000070: 54b5 00b8 b800 e54d 2ab4 003d 2ab4 0044 0x0000080: b800 e999 004a b200 efb9 00f2 0100 4e2d 0x0000090: b900 6501 0099 0038 2db9 0069 0100 c000 0x00000a0: a23a 042a b400 4419 04b6 00f6 3a05 bb00 0x00000b0: 6b59 1905 b700 f93a 0619 0519 04b6 00bb 0x00000c0: 9a00 0a2c 1906 b600 fc57 a7ff c52a b400 0x00000d0: 44b4 0100 b901 0301 00b9 005d 0100 4e2d 0x00000e0: b900 6501 0099 002a 2db9 0069 0100 c000 0x00000f0: a23a 0419 0413 0105 b600 a69a 0011 2cbb 0x0000100: 006b 5919 04b7 00f9 b600 fc57 a7ff d32c 0x0000110: b601 09b0 Stackmap Table: append_frame(@52,Object[#107]) same_frame(@116) append_frame(@143,Object[#14],Object[#97]) same_frame(@202) chop_frame(@205,1) append_frame(@223,Object[#97]) same_frame(@268) chop_frame(@271,1) at java.lang.Class.forName0(Native Method) at java.lang.Class.forName(Class.java:264) at weather2.client.foliage.FoliageEnhancerShader.<clinit>(FoliageEnhancerShader.java:69) at weather2.ClientTickHandler.<init>(ClientTickHandler.java:66) at weather2.ClientProxy.<init>(ClientProxy.java:60) at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62) at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45) at java.lang.reflect.Constructor.newInstance(Constructor.java:422) at java.lang.Class.newInstance(Class.java:442) at net.minecraftforge.fml.common.ProxyInjector.inject(ProxyInjector.java:85) at net.minecraftforge.fml.common.FMLModContainer.constructMod(FMLModContainer.java:611) at sun.reflect.GeneratedMethodAccessor4.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:497) at com.google.common.eventbus.Subscriber.invokeSubscriberMethod(Subscriber.java:91) at com.google.common.eventbus.Subscriber$SynchronizedSubscriber.invokeSubscriberMethod(Subscriber.java:150) at com.google.common.eventbus.Subscriber$1.run(Subscriber.java:76) at com.google.common.util.concurrent.MoreExecutors$DirectExecutor.execute(MoreExecutors.java:399) at com.google.common.eventbus.Subscriber.dispatchEvent(Subscriber.java:71) at com.google.common.eventbus.Dispatcher$PerThreadQueuedDispatcher.dispatch(Dispatcher.java:116) at com.google.common.eventbus.EventBus.post(EventBus.java:217) at net.minecraftforge.fml.common.LoadController.sendEventToModContainer(LoadController.java:219) at net.minecraftforge.fml.common.LoadController.propogateStateMessage(LoadController.java:197) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:497) at com.google.common.eventbus.Subscriber.invokeSubscriberMethod(Subscriber.java:91) at com.google.common.eventbus.Subscriber$SynchronizedSubscriber.invokeSubscriberMethod(Subscriber.java:150) at com.google.common.eventbus.Subscriber$1.run(Subscriber.java:76) at com.google.common.util.concurrent.MoreExecutors$DirectExecutor.execute(MoreExecutors.java:399) at com.google.common.eventbus.Subscriber.dispatchEvent(Subscriber.java:71) at com.google.common.eventbus.Dispatcher$PerThreadQueuedDispatcher.dispatch(Dispatcher.java:116) at com.google.common.eventbus.EventBus.post(EventBus.java:217) at net.minecraftforge.fml.common.LoadController.distributeStateMessage(LoadController.java:136) at net.minecraftforge.fml.common.Loader.loadMods(Loader.java:595) at net.minecraftforge.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:232) at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:467) at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:378) at net.minecraft.client.main.Main.main(SourceFile:123) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:497) at net.minecraft.launchwrapper.Launch.launch(Launch.java:135) at net.minecraft.launchwrapper.Launch.main(Launch.java:28) A detailed walkthrough of the error, its code path and all known details is as follows: --------------------------------------------------------------------------------------- -- Head -- Thread: Client thread Stacktrace: at java.lang.Class.forName0(Native Method) at java.lang.Class.forName(Class.java:264) at weather2.client.foliage.FoliageEnhancerShader.<clinit>(FoliageEnhancerShader.java:69) at weather2.ClientTickHandler.<init>(ClientTickHandler.java:66) at weather2.ClientProxy.<init>(ClientProxy.java:60) at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62) at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45) at java.lang.reflect.Constructor.newInstance(Constructor.java:422) at java.lang.Class.newInstance(Class.java:442) at net.minecraftforge.fml.common.ProxyInjector.inject(ProxyInjector.java:85) at net.minecraftforge.fml.common.FMLModContainer.constructMod(FMLModContainer.java:611) at sun.reflect.GeneratedMethodAccessor4.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:497) at com.google.common.eventbus.Subscriber.invokeSubscriberMethod(Subscriber.java:91) at com.google.common.eventbus.Subscriber$SynchronizedSubscriber.invokeSubscriberMethod(Subscriber.java:150) at com.google.common.eventbus.Subscriber$1.run(Subscriber.java:76) at com.google.common.util.concurrent.MoreExecutors$DirectExecutor.execute(MoreExecutors.java:399) at com.google.common.eventbus.Subscriber.dispatchEvent(Subscriber.java:71) at com.google.common.eventbus.Dispatcher$PerThreadQueuedDispatcher.dispatch(Dispatcher.java:116) at com.google.common.eventbus.EventBus.post(EventBus.java:217) at net.minecraftforge.fml.common.LoadController.sendEventToModContainer(LoadController.java:219) at net.minecraftforge.fml.common.LoadController.propogateStateMessage(LoadController.java:197) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:497) at com.google.common.eventbus.Subscriber.invokeSubscriberMethod(Subscriber.java:91) at com.google.common.eventbus.Subscriber$SynchronizedSubscriber.invokeSubscriberMethod(Subscriber.java:150) at com.google.common.eventbus.Subscriber$1.run(Subscriber.java:76) at com.google.common.util.concurrent.MoreExecutors$DirectExecutor.execute(MoreExecutors.java:399) at com.google.common.eventbus.Subscriber.dispatchEvent(Subscriber.java:71) at com.google.common.eventbus.Dispatcher$PerThreadQueuedDispatcher.dispatch(Dispatcher.java:116) at com.google.common.eventbus.EventBus.post(EventBus.java:217) at net.minecraftforge.fml.common.LoadController.distributeStateMessage(LoadController.java:136) at net.minecraftforge.fml.common.Loader.loadMods(Loader.java:595) at net.minecraftforge.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:232) at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:467) -- Initialization -- Details: Stacktrace: at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:378) at net.minecraft.client.main.Main.main(SourceFile:123) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:497) at net.minecraft.launchwrapper.Launch.launch(Launch.java:135) at net.minecraft.launchwrapper.Launch.main(Launch.java:28) -- System Details -- Details: Minecraft Version: 1.12.2 Operating System: Windows 10 (amd64) version 10.0 Java Version: 1.8.0_51, Oracle Corporation Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation Memory: 2027236984 bytes (1933 MB) / 3068657664 bytes (2926 MB) up to 11453595648 bytes (10923 MB) JVM Flags: 3 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xmx12288m -Xms256m IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0 FML: MCP 9.42 Powered by Forge 14.23.5.2860 231 mods loaded, 231 mods active States: 'U' = Unloaded 'L' = Loaded 'C' = Constructed 'H' = Pre-initialized 'I' = Initialized 'J' = Post-initialized 'A' = Available 'D' = Disabled 'E' = Errored | State | ID | Version | Source | Signature | |:----- |:------------------------------------ |:------------------------ |:-------------------------------------------------- |:---------------------------------------- | | LC | minecraft | 1.12.2 | minecraft.jar | None | | LC | mcp | 9.42 | minecraft.jar | None | | LC | FML | 8.0.99.99 | forge-1.12.2-14.23.5.2860.jar | e3c3d50c7c986df74c645c0ac54639741c90a557 | | LC | forge | 14.23.5.2860 | forge-1.12.2-14.23.5.2860.jar | e3c3d50c7c986df74c645c0ac54639741c90a557 | | LC | micdoodlecore | | minecraft.jar | None | | LC | smoothfontcore | 1.12.2-1.14 | minecraft.jar | None | | LC | openmodscore | 0.11.5 | minecraft.jar | None | | LC | foamfixcore | 7.7.4 | minecraft.jar | None | | LC | opencomputers|core | 1.7.2.67 | minecraft.jar | None | | LC | smoothfont | 1.12.2-1.15 | SmoothFont-1.12.2-1.15.jar | None | | LC | actuallyadditions | 1.12.2-r140 | ActuallyAdditions-1.12.2-r140.jar | None | | LC | baubles | 1.5.2 | Baubles-1.12-1.5.2.jar | None | | LC | actuallybaubles | 1.1 | ActuallyBaubles-1.12-1.1.jar | None | | LC | opencomputers | 1.7.2.67 | OpenComputers-MC1.12.2-1.7.2.67.jar | None | | LC | actuallycomputers | 2.1.0 | actuallycomputers-2.1.0.jar | None | | LC | aiimprovements | 0.0.1.3 | AIImprovements-1.12-0.0.1b3.jar | None | | LC | applecore | 3.1.3 | AppleCore-mc1.12.2-3.1.3.jar | None | | LC | crafttweaker | 4.1.9 | CraftTweaker2-1.12-4.1.9.jar | None | | LC | mtlib | 3.0.5 | MTLib-3.0.5.jar | None | | LC | modtweaker | 4.0.13 | modtweaker-4.0.13.jar | None | | LC | jei | 4.11.0.212 | jei_1.12.2-4.11.0.212.jar | None | | LC | appleskin | 1.0.9 | AppleSkin-mc1.12-1.0.9.jar | None | | LC | psi | r1.1-59 | Psi-r1.1-59.jar | None | | LC | autoreglib | 1.3-18 | AutoRegLib-1.3-18.jar | None | | LC | codechickenlib | 3.2.1.350 | CodeChickenLib-1.12.2-3.2.1.350-universal.jar | f1850c39b2516232a2108a7bd84d1cb5df93b261 | | LC | avaritia | 3.3.0 | Avaritia-1.12.2-3.3.0.37-universal.jar | None | | LC | thaumcraft | 6.1.BETA21 | Thaumcraft-1.12.2-6.1.BETA21.jar | None | | LC | botania | r1.10-354 | Botania r1.10-354.jar | None | | LC | avaritiatweaks | @VERSION@ | Avaritia's Complement-1.12.2-1.4.jar | None | | LC | avaritiafurnace | 1.0.0 | Avaritia_furnace-1.0.0-1.12.2.jar | None | | LC | wanionlib | 1.12.2-2.9 | WanionLib-1.12.2-2.9.jar | None | | LC | avaritiaddons | 1.12.2-1.7b | Avaritiaddons-1.12.2-1.7b.jar | None | | LC | badwithernocookiereloaded | 1.12.2-3.1.14 | badwithernocookiereloaded-1.12.2-3.1.14.jar | None | | LC | bdlib | 1.14.3.12 | bdlib-1.14.3.12-mc1.12.2.jar | None | | LC | betterbuilderswands | 0.11.1 | BetterBuildersWands-1.12-0.11.1.245+69d0d70.jar | None | | LC | bettercombatmod | 1.5.6 | BetterCombat-1.12.2-1.5.6.jar | None | | LC | betterquesting | 3.5.262 | BetterQuesting-3.5.262.jar | None | | LC | bibliocraft | 2.4.5 | BiblioCraft[v2.4.5][MC1.12.2].jar | None | | LC | ic2 | 2.8.73-ex112 | industrialcraft-2-2.8.73-ex112.jar | de041f9f6187debbc77034a344134053277aa3b0 | | LC | mantle | 1.12-1.3.2.24 | Mantle-1.12-1.3.2.24.jar | None | | LC | natura | 1.12.2-4.3.2.62 | natura-1.12.2-4.3.2.62.jar | None | | LC | forestry | 5.8.1.322 | forestry_1.12.2-5.8.1.322.jar | None | | LC | binniecore | 2.5.0.168 | binnie-mods-1.12.2-2.5.0.168.jar | None | | LC | binniedesign | 2.5.0.168 | binnie-mods-1.12.2-2.5.0.168.jar | None | | LC | genetics | 2.5.0.168 | binnie-mods-1.12.2-2.5.0.168.jar | None | | LC | botany | 2.5.0.168 | binnie-mods-1.12.2-2.5.0.168.jar | None | | LC | extrabees | 2.5.0.168 | binnie-mods-1.12.2-2.5.0.168.jar | None | | LC | extratrees | 2.5.0.168 | binnie-mods-1.12.2-2.5.0.168.jar | None | | LC | biomesoplenty | 7.0.1.2399 | BiomesOPlenty-1.12.2-7.0.1.2399-universal.jar | None | | LC | cyclicmagic | 1.16.9 | Cyclic-1.12.2-1.16.9.jar | 1bc8f8dbe770187a854cef35dad0ff40ba441bbe | | LC | guideapi | 1.12-2.1.6-61 | Guide-API-1.12-2.1.6-61.jar | None | | LC | bloodmagic | 1.12.2-2.3.1-99 | BloodMagic-1.12.2-2.3.1-99.jar | None | | LC | blur | 1.0.4-14 | Blur-1.0.4-14.jar | None | | LC | bookshelf | 2.3.553 | Bookshelf-1.12.2-2.3.553.jar | d476d1b22b218a10d845928d1665d45fce301b27 | | LC | redstoneflux | 2.0.2 | RedstoneFlux-1.12-2.0.2.3-universal.jar | 8a6abf2cb9e141b866580d369ba6548732eff25f | | LC | brandonscore | 2.4.4 | BrandonsCore-1.12.2-2.4.4.173-universal.jar | None | | LC | careerbees | 1.0 | careerbees-0.4.0.jar | None | | LC | carryon | 1.9.3 | CarryOn MC1.12.2 v1.9.3.jar | None | | LC | chameleon | 1.12-4.1.3 | Chameleon-1.12-4.1.3.jar | None | | LC | ctm | MC1.12.2-0.3.2.18 | CTM-MC1.12.2-0.3.2.18.jar | None | | LC | chisel | MC1.12.2-0.2.0.31 | Chisel-MC1.12.2-0.2.0.31.jar | None | | LC | chiselsandbits | 14.20 | chiselsandbits-14.20.jar | None | | LC | clumps | 3.1.1 | Clumps-3.1.1.jar | None | | LC | cofhcore | 4.5.3 | CoFHCore-1.12.2-4.5.3.20-universal.jar | None | | LC | cofhworld | 1.2.0 | CoFHWorld-1.12.2-1.2.0.5-universal.jar | 8a6abf2cb9e141b866580d369ba6548732eff25f | | LC | cyclopscore | 0.11.8 | CyclopsCore-1.12.2-0.11.8.jar | bd0353b3e8a2810d60dd584e256e364bc3bedd44 | | LC | commoncapabilities | 1.4.0 | CommonCapabilities-1.12-1.4.0.jar | None | | LC | storagedrawers | 1.12-5.3.5 | StorageDrawers-1.12.2-5.3.7.jar | None | | LC | compactdrawers | 1.12.2-1.0.3.86 | CompactDrawers-1.12.2-1.0.3.86.jar | None | | LC | controlling | 3.0.6 | Controlling-3.0.6.jar | None | | LC | cookingforblockheads | 6.4.44 | CookingForBlockheads_1.12.2-6.4.44.jar | None | | LC | extendedrenderer | v1.0 | coroutil-1.12.1-1.2.13.jar | None | | LC | coroutil | 1.12.1-1.2.13 | coroutil-1.12.1-1.2.13.jar | None | | LC | configmod | v1.0 | coroutil-1.12.1-1.2.13.jar | None | | LC | cosmeticarmorreworked | 1.12.2-v3 | CosmeticArmorReworked-1.12.2-v3.jar | aaaf83332a11df02406e9f266b1b65c1306f0f76 | | LC | cosmeticarmorreworked|tombmanygraves | 1.12.2-v3 | CosmeticArmorReworked-1.12.2-v3.jar | aaaf83332a11df02406e9f266b1b65c1306f0f76 | | LC | ctgui | 1.0.0 | CraftTweaker2-1.12-4.1.9.jar | None | | LC | crafttweakerjei | 2.0.2 | CraftTweaker2-1.12-4.1.9.jar | None | | LC | waila | 1.8.26 | Hwyla-1.8.26-B41_1.12.2.jar | None | | LC | darkutils | 1.8.211 | DarkUtils-1.12.2-1.8.211.jar | d476d1b22b218a10d845928d1665d45fce301b27 | | LC | thermalfoundation | 2.5.0 | ThermalFoundation-1.12.2-2.5.0.19-universal.jar | 8a6abf2cb9e141b866580d369ba6548732eff25f | | LC | draconicevolution | 2.3.13 | Draconic-Evolution-1.12.2-2.3.13.306-universal.jar | None | | LC | endercore | 1.12.2-0.5.37 | EnderCore-1.12.2-0.5.37.jar | None | | LC | thermalexpansion | 5.5.0 | ThermalExpansion-1.12.2-5.5.0.29-universal.jar | 8a6abf2cb9e141b866580d369ba6548732eff25f | | LC | enderio | 5.0.31 | EnderIO-1.12.2-5.0.31.jar | None | | LC | enderiointegrationtic | 5.0.31 | EnderIO-1.12.2-5.0.31.jar | None | | LC | tconstruct | 1.12.2-2.10.1.87 | TConstruct-1.12.2-2.10.1.87.jar | None | | LC | galacticraftcore | 4.0.1.181 | GalacticraftCore-1.12.2-4.0.1.181.jar | None | | LC | dsurround | 3.4.9.14 | DynamicSurroundings-1.12.2-3.4.9.14.jar | 7a2128d395ad96ceb9d9030fbd41d035b435753a | | LC | presets | 3.4.9.14 | DynamicSurroundings-1.12.2-3.4.9.14.jar | None | | LC | elevatorid | 1.3.6 | ElevatorMod-1.12.2-1.3.6.jar | None | | LC | projecte | 1.12.2-PE1.4.1 | ProjectE-1.12.2-PE1.4.1.jar | None | | LC | projectex | 1.2.0.40 | ProjectEX-1.2.0.40.jar | None | | LC | emcbaubles | 1.0 | emcbaubles-1.12-1.0.jar | None | | LC | endercompass | 1.2.6.2 | EnderCompass-1.12-1.2.6.2.jar | None | | LC | enderiobase | 5.0.31 | EnderIO-1.12.2-5.0.31.jar | None | | LC | enderioconduits | 5.0.31 | EnderIO-1.12.2-5.0.31.jar | None | | LC | enderioconduitsappliedenergistics | 5.0.31 | EnderIO-1.12.2-5.0.31.jar | None | | LC | refinedstorage | 1.6.3 | refinedstorage-1.6.3.jar | 57893d5b90a7336e8c63fe1c1e1ce472c3d59578 | | LC | enderioconduitsopencomputers | 5.0.31 | EnderIO-1.12.2-5.0.31.jar | None | | LC | enderioconduitsrefinedstorage | 5.0.31 | EnderIO-1.12.2-5.0.31.jar | None | | LC | enderiointegrationforestry | 5.0.31 | EnderIO-1.12.2-5.0.31.jar | None | | LC | enderiointegrationticlate | 5.0.31 | EnderIO-1.12.2-5.0.31.jar | None | | LC | ftblib | 5.2.0.31 | FTBLib-5.2.0.31.jar | None | | LC | enderiomachines | 5.0.31 | EnderIO-1.12.2-5.0.31.jar | None | | LC | enderiopowertools | 5.0.31 | EnderIO-1.12.2-5.0.31.jar | None | | LC | enderstorage | 2.4.5.135 | EnderStorage-1.12.2-2.4.5.135-universal.jar | f1850c39b2516232a2108a7bd84d1cb5df93b261 | | LC | mekanism | 1.12.2-9.8.3.390 | Mekanism-1.12.2-9.8.3.390.jar | None | | LC | immersiveengineering | 0.12-84 | ImmersiveEngineering-0.12-84.jar | 4cb49fcde3b43048c9889e0a3d083225da926334 | | LC | exchangers | 1.12.2-2.7.3 | Exchangers-1.12.2-2.7.3.jar | 4ffa87db52cf086d00ecc4853a929367b1c39b5c | | LC | extrautils2 | 1.0 | extrautils2-1.12-1.8.3.jar | None | | LC | zerocore | 1.12-0.1.2.2 | zerocore-1.12-0.1.2.2.jar | None | | LC | bigreactors | 1.12.2-0.4.5.49 | ExtremeReactors-1.12.2-0.4.5.49.jar | None | | LC | farmingforblockheads | 3.1.21 | FarmingForBlockheads_1.12.2-3.1.21.jar | None | | LC | farseek | 2.3.1 | Farseek-1.12-2.3.1.jar | None | | LC | fastleafdecay | v14 | FastLeafDecay-v14.jar | None | | LC | foamfix | 0.10.0-1.12.2 | foamfix-0.10.0-1.12.2.jar | None | | LC | foodexpansion | 1.3 | FoodExpansion1.3.3-1.12.2.jar | None | | LC | forgelin | 1.7.4 | Forgelin-1.7.4.jar | None | | LC | forgemultipartcbe | 2.5.0.71 | ForgeMultipart-1.12.2-2.5.0.71-universal.jar | f1850c39b2516232a2108a7bd84d1cb5df93b261 | | LC | microblockcbe | 2.5.0.71 | ForgeMultipart-1.12.2-2.5.0.71-universal.jar | None | | LC | minecraftmultipartcbe | 2.5.0.71 | ForgeMultipart-1.12.2-2.5.0.71-universal.jar | None | | LC | journeymap | 1.12.2-5.5.2 | journeymap-1.12.2-5.5.2.jar | None | | LC | ftbutilities | 5.2.0.37 | FTBUtilities-5.2.0.37.jar | None | | LC | cfm | 6.3.0 | furniture-6.3.2-1.12.2.jar | None | | LC | galacticraftplanets | 4.0.1.181 | Galacticraft-Planets-1.12.2-4.0.1.181.jar | None | | LC | galacticrafttweaker | 1.12.2-1.0.1 | GalacticraftTweaker-1.12.2-1.0.1.jar | b02331787272ec3515ebe63ecdeea0d746653468 | | LC | gendustry | 1.6.5.8 | gendustry-1.6.5.8-mc1.12.2.jar | None | | LC | ironman | Beta-1.12.2-1.2.6 | IronMan-1.12.2-Beta-1.12.2-1.2.6.jar | None | | LC | speedsterheroes | 1.12.2-2.2.1 | SpeedsterHeroes-1.12.2-2.2.1.jar | None | | LC | lucraftcore | 1.12.2-2.4.16 | LucraftCore-1.12.2-2.4.17.jar | None | | LC | heroesexpansion | 1.12.2-1.3.5 | HeroesExpansion-1.12.2-1.3.5.jar | None | | LC | ikwid | 1.0.2 | ikwid-1.0.2.jar | None | | LC | immersivepetroleum | 1.1.9 | immersivepetroleum-1.12.2-1.1.9.jar | None | | LC | immersivetech | 1.3.10 | immersivetech-1.12-1.3.10.jar | None | | LC | teslacorelib | 1.0.15 | tesla-core-lib-1.12.2-1.0.15.jar | d476d1b22b218a10d845928d1665d45fce301b27 | | LC | industrialforegoing | 1.12.2-1.12.2 | industrialforegoing-1.12.2-1.10.7-204.jar | None | | LC | harvestcraft | 1.12.2u | Pam's HarvestCraft 1.12.2v.jar | None | | LC | mcjtylib_ng | 3.0.3 | mcjtylib-1.12-3.0.3.jar | None | | LC | rftools | 7.55 | rftools-1.12-7.55.jar | None | | LC | integrationforegoing | 1.12.2-1.7.3 | IntegrationForegoing-1.12.2-1.7.3.jar | 4ffa87db52cf086d00ecc4853a929367b1c39b5c | | LC | inventoryspam | 1.0.3 | InventorySpam-1.12.0-1.0.3.jar | None | | LC | inventorytweaks | 1.63+release.109.220f184 | InventoryTweaks-1.63.jar | 55d2cd4f5f0961410bf7b91ef6c6bf00a766dcbe | | LC | ironbackpacks | 1.12.2-3.0.8-12 | IronBackpacks-1.12.2-3.0.8-12.jar | None | | LC | ironchest | 1.12.2-7.0.40.824 | ironchest-1.12.2-7.0.40.824.jar | None | | LC | jaopca | 1.12.2-2.2.8.91 | JAOPCA-1.12.2-2.2.8.91.jar | None | | LC | oredictinit | 1.12.2-2.2.1.68 | JAOPCA-1.12.2-2.2.8.91.jar | None | | LC | jehc | 1.12.2 | JEHC-1.12.2-1.6.1.0.jar | None | | LC | jeibees | 0.9.0.5 | jeibees-0.9.0.5-mc1.12.2.jar | None | | LC | jeiintegration | 1.5.1.36 | jeiintegration_1.12.2-1.5.1.36.jar | None | | LC | justenoughreactors | 1.1.1.47 | JustEnoughReactors-1.12.2-1.1.1.47.jar | 2238d4a92d81ab407741a2fdb741cebddfeacba6 | | LC | jeresources | 0.8.5.27 | JustEnoughResources-1.12.2-0.8.5.27.jar | None | | LC | kleeslabs | 5.4.10 | KleeSlabs_1.12.2-5.4.10.jar | None | | LC | lightningcraft | 2.9.1 | lightningcraft-2.9.1-[1.12.2].jar | None | | LC | lucky | 7.6.0 | lucky-block-forge-1.12.2-2.0.jar | None | | LC | magicbees | 1.0 | MagicBees-1.12.2-3.1.10.jar | None | | LC | malisiscore | 1.12.2-6.4.0 | malisiscore-1.12.2-6.4.0.jar | None | | LC | malisisdoors | 1.12.2-7.3.0 | malisisdoors-1.12.2-7.3.0.jar | None | | LC | mekanismgenerators | 1.12.2-9.8.3.390 | MekanismGenerators-1.12.2-9.8.3.390.jar | None | | LC | mekanismtools | 1.12.2-9.8.3.390 | MekanismTools-1.12.2-9.8.3.390.jar | None | | LC | modularforcefieldsystem | 3.0.1 | MFFS-1.12.2-4.0.1.0_1.12_cc3a5aa.jar | None | | LC | minecolonies | 1.12.2-0.9.1-RELEASE | minecolonies-1.12.2-0.9.1-RELEASE-universal.jar | None | | LC | mob_grinding_utils | 0.3.10 | MobGrindingUtils-0.3.10.jar | None | | LC | moreplanets | 2.0.16 | More-Planets-1.12.2-2.0.16-GC181.jar | b3468b224a74e296555ad7efeb35f482e6f445de | | LC | moreavaritia | 3.5 | moreavaritia-mc1.12.2-v1.5.jar | None | | LC | moreoverlays | 1.14 | moreoverlays-1.14-mc1.12.2.jar | None | | LC | moreplanetsextras | 1.12.2-1.0 | MorePlanetsExtras-1.12.2-1.0.jar | None | | LC | morpheus | 1.12-3.3.2 | Morpheus-1.12-3.3.2.jar | None | | LC | mousetweaks | 2.8 | MouseTweaks-2.8-mc1.12.1.jar | None | | LC | mrtjpcore | 2.1.3.35 | MrTJPCore-1.12.2-2.1.3.35-universal.jar | None | | LC | neat | 1.4-17 | Neat 1.4-17.jar | None | | LC | netherportalfix | 5.3.13 | NetherPortalFix_1.12.1-5.3.13.jar | None | | LC | neid | 1.5.4.2 | NotEnoughIDs-1.5.4.2.jar | None | | LC | nuclearcraft | 2.18zzz | NuclearCraft-2.18zzz-1.12.2.jar | None | | LC | omlib | 3.0.0-148 | omlib-1.12.2-3.0.0-148.jar | None | | LC | openmods | 0.11.5 | OpenModsLib-1.12.2-0.11.5.jar | d2a9a8e8440196e26a268d1f3ddc01b2e9c572a5 | | LC | openblocks | 1.7.6 | OpenBlocks-1.12.2-1.7.6.jar | d2a9a8e8440196e26a268d1f3ddc01b2e9c572a5 | | LC | openmodularturrets | 3.0.1-257 | openmodularturrets-1.12.2-3.0.1-257.jar | None | | LC | oreexcavation | 1.4.119 | OreExcavation-1.4.119.jar | None | | LC | p455w0rdslib | 2.0.32 | p455w0rdslib-1.12-2.0.32.jar | None | | LC | pamscookables | 1.1 | pamscookables-1.1.jar | None | | LC | plustic | 6.5.2.0 | plustic-6.5.2.0.jar | None | | LC | prettybeaches | 1.0.3 | PrettyBeaches_1.12.2-1.0.3.jar | None | | LC | reborncore | 3.10.0.332 | RebornCore-1.12.2-3.10.0.332-universal.jar | 8727a3141c8ec7f173b87aa78b9b9807867c4e6b | | LC | projecteintegration | 1.12.2 | ProjectEIntegration-1.12.2-2.3.1.jar | 342c9251777bda1ef9b9f1cb1387c2bd4d06cd78 | | LC | projectred-core | 4.9.1.92 | ProjectRed-1.12.2-4.9.1.92-Base.jar | None | | LC | projectred-compat | 1.0 | ProjectRed-1.12.2-4.9.1.92-compat.jar | None | | LC | projectred-illumination | 4.9.1.92 | ProjectRed-1.12.2-4.9.1.92-lighting.jar | None | | LC | pymtech | 1.12.2-1.0.2 | PymTech-1.12.2-1.0.2.jar | None | | LC | quantumflux | 2.0.16 | quantumflux-1.12.2-2.0.16.jar | None | | LC | questbook | 3.1.1-1.12 | questbook-3.1.1-1.12.jar | None | | LC | randomthings | 4.2.0.1 | RandomThings-MC1.12.2-4.2.0.1.jar | d72e0dd57935b3e9476212aea0c0df352dd76291 | | LC | rebornstorage | 1.0.0 | RebornStorage-1.12.2-3.2.2.65.jar | None | | LC | refined_avaritia | 2.0 | refined_avaritia-1.12.2-2.0.jar | None | | LC | refinedstorageaddons | 0.4.1 | refinedstorageaddons-0.4.1.jar | None | | LC | resourceloader | 1.5.3 | ResourceLoader-MC1.12.1-1.5.3.jar | d72e0dd57935b3e9476212aea0c0df352dd76291 | | LC | ropebridge | 2.0.5 | ropebridge-1.12-2.0.7.jar | None | | LC | scannable | 1.6.3.19 | Scannable-MC1.12-1.6.3.19.jar | None | | LC | simplybackpacks | 1.4.9 | simplybackpacks-1.4.9.jar | None | | LC | thermaldynamics | 2.5.1 | ThermalDynamics-1.12.2-2.5.1.14-universal.jar | 8a6abf2cb9e141b866580d369ba6548732eff25f | | LC | simplyjetpacks | 2.2.7.45 | SimplyJetpacks2-1.12.2-2.2.7.45.jar | None | | LC | solcarrot | 1.3.1 | solcarrot-1.12.2-1.3.3.jar | None | | LC | spacecraftx | 1.0.35 | spacecraftx-1.12.2-1.0.35.jar | None | | LC | bq_standard | 3.4.143 | StandardExpansion-3.4.143.jar | None | | LC | stg | 1.12.2-1.2.3 | stg-1.12.2-1.2.3.jar | None | | LC | storagedrawersextra | @VERSION@ | StorageDrawersExtras-1.12-3.1.0.jar | None | | LC | streams | 0.4.4 | Streams-1.12-0.4.4.jar | None | | LC | tc6aspects4jei | 0.0.2a | tc6aspects4jei-0.0.2a.jar | None | | LC | tcinventoryscan | 2.0.10 | ThaumicInventoryScanning_1.12.2-2.0.10.jar | None | | LC | thaumicjei | 1.2.1 | ThaumicJEI-1.12.2-1.4.0-14.jar | None | | LC | thaumictinkerer | 1.12.2-5.0-353c71c | thaumictinkerer-1.12.2-5.0-353c71c.jar | None | | LC | the-fifth-world | 0.5 | the-fifth-world-0.5.1.jar | None | | LC | tinker_io | release 2.6.1 | tinker_io-1.12.2-release 2.6.1.jar | None | | LC | tinkersaddons | 1.0.7 | Tinkers' Addons-1.12.1-1.0.7.jar | None | | LC | tcomplement | ${version} | TinkersComplement-1.12.2-0.2.3b.jar | None | | LC | tinkersjei | 1.0 | tinkersjei-1.0.jar | None | | LC | tinkertoolleveling | 1.12.2-1.0.5.DEV.30c7957 | TinkerToolLeveling-1.12.2-1.0.5.jar | None | | LC | tp | 3.2.29 | tinyprogressions-1.12.2-3.3.29-Release.jar | None | | LC | uteamcore | 2.2.5.226 | u_team_core-1.12.2-2.2.5.226.jar | None | | LC | unlimitedchiselworks | 0.2.0 | UnlimitedChiselWorks-0.2.0.jar | None | | LC | unloader | 1.2.0 | unloader-1.2.0.jar | None | | LC | usefulbackpacks | 1.5.4.85 | useful_backpacks-1.12.2-1.5.4.85.jar | None | | LC | viewemc | v8 | ViewEMC-1.12.2-v8.jar | None | | LC | wailaharvestability | 1.1.12 | WailaHarvestability-mc1.12-1.1.12.jar | None | | L | weather2 | 1.12.1-2.6.12 | weather2-1.12.1-2.6.12.jar | None | | L | xlfoodmod | 1.12.2-1.9.2 | XL-Food-Mod-1.12.2-1.9.2.jar | None | | L | industrialwires | 1.7-28 | IndustrialWires-1.7-28.jar | None | | L | reauth | 3.6.0 | reauth-3.6.0.jar | None | | L | teslacorelib_registries | 1.0.15 | tesla-core-lib-1.12.2-1.0.15.jar | None | | L | unidict | 1.12.2-2.6 | UniDict-1.12.2-2.6.jar | None | | L | wrapup | 1.12-1.1.3 | WrapUp-1.12-1.1.3.jar | None | Loaded coremods (and transformers): Do not report to Forge! Remove FoamFixAPI (or replace with FoamFixAPI-Lawful) and try again. (foamfix-0.10.0-1.12.2.jar) pl.asie.foamfix.coremod.FoamFixTransformer FarseekCoreMod (Farseek-1.12-2.3.1.jar) farseek.core.FarseekClassTransformer AppleCore (AppleCore-mc1.12.2-3.1.3.jar) squeek.applecore.asm.TransformerModuleHandler MicdoodlePlugin (MicdoodleCore-1.12.2-4.0.1.181.jar) micdoodle8.mods.miccore.MicdoodleTransformer EnderCorePlugin (EnderCore-1.12.2-0.5.37.jar) com.enderio.core.common.transform.EnderCoreTransformer com.enderio.core.common.transform.SimpleMixinPatcher ForgelinPlugin (Forgelin-1.7.4.jar) BedPatch (bedpatch-2.2-1.12.2.jar) com.mordenkainen.bedpatch.BedPatchASM MekanismCoremod (Mekanism-1.12.2-9.8.3.390.jar) mekanism.coremod.KeybindingMigrationHelper OpenModsCorePlugin (OpenModsLib-1.12.2-0.11.5.jar) openmods.core.OpenModsClassTransformer CorePlugin (SmoothFont-1.12.2-1.15.jar) bre.smoothfont.asm.Transformer Plugin (NotEnoughIDs-1.5.4.2.jar) ru.fewizz.neid.asm.Transformer LucraftCoreCoreMod (LucraftCore-1.12.2-2.4.17.jar) lucraft.mods.lucraftcore.core.LCTransformer IELoadingPlugin (ImmersiveEngineering-core-0.12-84.jar) blusunrize.immersiveengineering.common.asm.IEClassTransformer LoadingPlugin (RandomThings-MC1.12.2-4.2.0.1.jar) lumien.randomthings.asm.ClassTransformer MalisisCorePlugin (malisiscore-1.12.2-6.4.0.jar) Inventory Tweaks Coremod (InventoryTweaks-1.63.jar) invtweaks.forge.asm.ContainerTransformer BlurPlugin (Blur-1.0.4-14.jar) com.tterrag.blur.BlurTransformer CTMCorePlugin (CTM-MC1.12.2-0.3.2.18.jar) team.chisel.ctm.client.asm.CTMTransformer LoadingPlugin (ResourceLoader-MC1.12.1-1.5.3.jar) lumien.resourceloader.asm.ClassTransformer DynamicSurroundingsCore (DynamicSurroundings-1.12.2-3.4.9.14.jar) org.blockartistry.DynSurround.asm.Transformer pymtech (PymTech-1.12.2-1.0.2.jar) lucraft.mods.pymtech.core.PymTechClassTransformer TransformerLoader (OpenComputers-MC1.12.2-1.7.2.67.jar) li.cil.oc.common.asm.ClassTransformer GL info: ' Vendor: 'Intel' Version: '4.6.0 - Build 30.0.101.1029' Renderer: 'Intel(R) Iris(R) Xe Graphics' OpenModsLib class transformers: [llama_null_fix:FINISHED],[horse_base_null_fix:FINISHED],[pre_world_render_hook:FINISHED],[player_render_hook:FINISHED],[horse_null_fix:FINISHED] Pulsar/natura loaded Pulses: - NaturaCommons (Enabled/Forced) - NaturaOverworld (Enabled/Not Forced) - NaturaNether (Enabled/Not Forced) - NaturaDecorative (Enabled/Not Forced) - NaturaTools (Enabled/Not Forced) - NaturaEntities (Enabled/Not Forced) - NaturaOredict (Enabled/Forced) - NaturaWorld (Enabled/Not Forced) Pulsar/tconstruct loaded Pulses: - TinkerCommons (Enabled/Forced) - TinkerWorld (Enabled/Not Forced) - TinkerTools (Enabled/Not Forced) - TinkerHarvestTools (Enabled/Forced) - TinkerMeleeWeapons (Enabled/Forced) - TinkerRangedWeapons (Enabled/Forced) - TinkerModifiers (Enabled/Forced) - TinkerSmeltery (Enabled/Not Forced) - TinkerGadgets (Enabled/Not Forced) - TinkerOredict (Enabled/Forced) - TinkerIntegration (Enabled/Forced) - TinkerFluids (Enabled/Forced) - TinkerMaterials (Enabled/Forced) - TinkerModelRegister (Enabled/Forced) - chiselIntegration (Enabled/Not Forced) - chiselsandbitsIntegration (Enabled/Not Forced) - wailaIntegration (Enabled/Not Forced) Pulsar/tcomplement loaded Pulses: - ModuleCommons (Enabled/Forced) - ModuleFeature (Enabled/Not Forced) - ChiselPlugin (Enabled/Not Forced) Launched Version: forge-14.23.5.2860 LWJGL: 2.9.4 OpenGL: Intel(R) Iris(R) Xe Graphics GL version 4.6.0 - Build 30.0.101.1029, Intel GL Caps: Using GL 1.3 multitexturing. Using GL 1.3 texture combiners. Using framebuffer objects because OpenGL 3.0 is supported and separate blending is supported. Shaders are available because OpenGL 2.1 is supported. VBOs are available because OpenGL 1.5 is supported. Using VBOs: Yes Is Modded: Definitely; Client brand changed to 'fml,forge' Type: Client (map_client.txt) Resource Packs: Current Language: English (US) Profiler Position: N/A (disabled) CPU: 20x 12th Gen Intel(R) Core(TM) i7-12700H