Crash on Game Load - Possible "Tiny Progressions" Conflict.
XvSkItZvX opened this issue ยท 3 comments
MC: 1.12.2
Forge: x.2493
Plants: 2.0.1
When the issue first presented I noticed two other mods listed with the error. The following excerpt is the trace from my first error. (commentary continues between log excerpts)
=============
Time: 9/29/17 7:32 AM
Description: There was a severe problem during mod loading that has caused the game to fail
net.minecraftforge.fml.common.LoaderExceptionModCrash: Caught exception from Plants (plants2)
Caused by: java.lang.IndexOutOfBoundsException: Index: 32767, Size: 10
at java.util.ArrayList.rangeCheck(Unknown Source)
at java.util.ArrayList.get(Unknown Source)
at com.wynprice.betterunderground.MultiItemBlock.func_77667_c(MultiItemBlock.java:28)
at net.minecraft.item.Item.func_77657_g(Item.java:292)
at net.minecraft.item.Item.func_77653_i(Item.java:362)
at net.minecraft.item.ItemStack.func_82833_r(ItemStack.java:617)
at com.kashdeya.tinyprogressions.main.TinyProgressions.registerOre(TinyProgressions.java:125)
at net.minecraftforge.fml.common.eventhandler.ASMEventHandler_1447_TinyProgressions_registerOre_OreRegisterEvent.invoke(.dynamic)
at net.minecraftforge.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:90)
at net.minecraftforge.fml.common.eventhandler.EventBus.post(EventBus.java:179)
at net.minecraftforge.oredict.OreDictionary.registerOreImpl(OreDictionary.java:683)
at net.minecraftforge.oredict.OreDictionary.registerOre(OreDictionary.java:628)
at shadows.plants2.init.ModRegistry.oreDict(ModRegistry.java:253)
at shadows.plants2.Plants2.init(Plants2.java:61)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at net.minecraftforge.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:611)
at sun.reflect.GeneratedMethodAccessor5.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
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:253)
at net.minecraftforge.fml.common.LoadController.propogateStateMessage(LoadController.java:231)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
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:148)
at net.minecraftforge.fml.common.Loader.initializeMods(Loader.java:781)
at net.minecraftforge.fml.client.FMLClientHandler.finishMinecraftLoading(FMLClientHandler.java:348)
at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:534)
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:377)
at net.minecraft.client.main.Main.main(SourceFile:123)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at org.multimc.onesix.OneSixLauncher.launchWithMainClass(OneSixLauncher.java:236)
at org.multimc.onesix.OneSixLauncher.launch(OneSixLauncher.java:297)
at org.multimc.EntryPoint.listen(EntryPoint.java:162)
at org.multimc.EntryPoint.main(EntryPoint.java:53)
```============
As you can see it mentions not only "Plants2", but, "Better Undergrounds" and "Tiny Progressions" as well.
In hopes to narrow this down I disabled "Better Undergrounds". The following excerpt is the trace from the resulting error report.
=============
Time: 9/29/17 7:38 AM
Description: There was a severe problem during mod loading that has caused the game to fail
net.minecraftforge.fml.common.LoaderExceptionModCrash: Caught exception from Plants (plants2)
Caused by: java.lang.ArrayIndexOutOfBoundsException: 32767
at biomesoplenty.common.block.BlockBOPLilypad.func_176203_a(BlockBOPLilypad.java:108)
at biomesoplenty.common.item.ItemBOPBlock.func_77667_c(ItemBOPBlock.java:85)
at net.minecraft.item.Item.func_77657_g(Item.java:292)
at net.minecraft.item.Item.func_77653_i(Item.java:362)
at net.minecraft.item.ItemStack.func_82833_r(ItemStack.java:617)
at com.kashdeya.tinyprogressions.main.TinyProgressions.registerOre(TinyProgressions.java:125)
at net.minecraftforge.fml.common.eventhandler.ASMEventHandler_1447_TinyProgressions_registerOre_OreRegisterEvent.invoke(.dynamic)
at net.minecraftforge.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:90)
at net.minecraftforge.fml.common.eventhandler.EventBus.post(EventBus.java:179)
at net.minecraftforge.oredict.OreDictionary.registerOreImpl(OreDictionary.java:683)
at net.minecraftforge.oredict.OreDictionary.registerOre(OreDictionary.java:628)
at shadows.plants2.init.ModRegistry.oreDict(ModRegistry.java:253)
at shadows.plants2.Plants2.init(Plants2.java:61)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at net.minecraftforge.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:611)
at sun.reflect.GeneratedMethodAccessor5.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
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:253)
at net.minecraftforge.fml.common.LoadController.propogateStateMessage(LoadController.java:231)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
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:148)
at net.minecraftforge.fml.common.Loader.initializeMods(Loader.java:781)
at net.minecraftforge.fml.client.FMLClientHandler.finishMinecraftLoading(FMLClientHandler.java:348)
at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:534)
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:377)
at net.minecraft.client.main.Main.main(SourceFile:123)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at org.multimc.onesix.OneSixLauncher.launchWithMainClass(OneSixLauncher.java:236)
at org.multimc.onesix.OneSixLauncher.launch(OneSixLauncher.java:297)
at org.multimc.EntryPoint.listen(EntryPoint.java:162)
at org.multimc.EntryPoint.main(EntryPoint.java:53)
Again it says that "Plants2" is where the error happened, but this time it doesn't reference "Better Undergrounds", it was disabled, but it mentions "BiomesO'Plenty" and particularly the Lilly Pad, and again "Tiny Progressions".
When checking through the issue tracker I noticed something about BoP's lily pad the two my be related.
However with "Tiny Progressions" being a reoccurring character in my error logs I chose to disable that mod and attempt to load again.
And it loaded, so I re-enabled "Better Undergrounds", and it loaded then as well.
Below are the complete copies of both of the crash reports that I clipped from above.
================
---- Minecraft Crash Report ----
WARNING: coremods are present:
BetterSprintingCore (BetterSprinting MC-1.12.2 v2.1.0.jar)
Do not report to Forge! Remove FoamFixAPI (or replace with FoamFixAPI-Lawful) and try again. (foamfix-0.8.0-1.12-anarchy.jar)
LoadingPlugin (AdFinders-1.12-2.0.2.0-build.0014.jar)
ForgelinPlugin (Forgelin-1.5.1.jar)
MMFMLCorePlugin (MultiMine-1.12.1.jar)
AppleCore (AppleCore-mc1.12.2-2.2.2.jar)
DLFMLCorePlugin (DynamicLights-1.12.1.jar)
CTMCorePlugin (CTM-MC1.12-0.2.3.9.jar)
Plugin (NotEnoughIDs-1.5.4.2.jar)
DynamicSurroundingsCore (DynamicSurroundings-1.12.2-3.4.7.2.jar)
DummyPlugin (ForgeEndertech-1.12-3.0.1.0-build.0012.jar)
BetterFontsCore (TTFR-1.12.1-1.9.1.jar)
ComfortsLoadingPlugin (comforts-1.12.2-0.0.2.jar)
FMLPlugin (albedo-0.1.2.jar)
LibrarianLib Plugin (librarianlib-4.0.jar)
LoadingPlugin (Quark-r1.3-110.jar)
ShetiPhian-ASM (shetiphiancore-1.12.0-3.5.2.jar)
MovingWorldCore (movingworld-1.12-6.342-full.jar)
BetterFoliageLoader (BetterFoliage-MC1.12-2.1.10.jar)
Contact their authors BEFORE contacting forge
// There are four lights!
Time: 9/29/17 7:32 AM
Description: There was a severe problem during mod loading that has caused the game to fail
net.minecraftforge.fml.common.LoaderExceptionModCrash: Caught exception from Plants (plants2)
Caused by: java.lang.IndexOutOfBoundsException: Index: 32767, Size: 10
at java.util.ArrayList.rangeCheck(Unknown Source)
at java.util.ArrayList.get(Unknown Source)
at com.wynprice.betterunderground.MultiItemBlock.func_77667_c(MultiItemBlock.java:28)
at net.minecraft.item.Item.func_77657_g(Item.java:292)
at net.minecraft.item.Item.func_77653_i(Item.java:362)
at net.minecraft.item.ItemStack.func_82833_r(ItemStack.java:617)
at com.kashdeya.tinyprogressions.main.TinyProgressions.registerOre(TinyProgressions.java:125)
at net.minecraftforge.fml.common.eventhandler.ASMEventHandler_1447_TinyProgressions_registerOre_OreRegisterEvent.invoke(.dynamic)
at net.minecraftforge.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:90)
at net.minecraftforge.fml.common.eventhandler.EventBus.post(EventBus.java:179)
at net.minecraftforge.oredict.OreDictionary.registerOreImpl(OreDictionary.java:683)
at net.minecraftforge.oredict.OreDictionary.registerOre(OreDictionary.java:628)
at shadows.plants2.init.ModRegistry.oreDict(ModRegistry.java:253)
at shadows.plants2.Plants2.init(Plants2.java:61)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at net.minecraftforge.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:611)
at sun.reflect.GeneratedMethodAccessor5.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
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:253)
at net.minecraftforge.fml.common.LoadController.propogateStateMessage(LoadController.java:231)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
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:148)
at net.minecraftforge.fml.common.Loader.initializeMods(Loader.java:781)
at net.minecraftforge.fml.client.FMLClientHandler.finishMinecraftLoading(FMLClientHandler.java:348)
at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:534)
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:377)
at net.minecraft.client.main.Main.main(SourceFile:123)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at org.multimc.onesix.OneSixLauncher.launchWithMainClass(OneSixLauncher.java:236)
at org.multimc.onesix.OneSixLauncher.launch(OneSixLauncher.java:297)
at org.multimc.EntryPoint.listen(EntryPoint.java:162)
at org.multimc.EntryPoint.main(EntryPoint.java:53)
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_144, Oracle Corporation
Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
Memory: 1022883608 bytes (975 MB) / 4169138176 bytes (3976 MB) up to 4744609792 bytes (4524 MB)
JVM Flags: 25 total; -XX:+DisableExplicitGC -XX:+UseConcMarkSweepGC -XX:+UseParNewGC -XX:+UseNUMA -XX:+CMSParallelRemarkEnabled -XX:MaxTenuringThreshold=15 -XX:MaxGCPauseMillis=30 -XX:GCPauseIntervalMillis=150 -XX:+UseAdaptiveGCBoundary -XX:-UseGCOverheadLimit -XX:+UseBiasedLocking -XX:SurvivorRatio=8 -XX:TargetSurvivorRatio=90 -XX:MaxTenuringThreshold=15 -XX:+UseFastAccessorMethods -XX:+UseCompressedOops -XX:+OptimizeStringConcat -XX:+AggressiveOpts -XX:ReservedCodeCacheSize=2048m -XX:+UseCodeCacheFlushing -XX:SoftRefLRUPolicyMSPerMB=10000 -XX:ParallelGCThreads=10 -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xms2048m -Xmx4608m
IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0
FML: MCP 9.42 Powered by Forge 14.23.0.2493 Optifine OptiFine_1.12.2_HD_U_C5 198 mods loaded, 198 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 |
|:----- |:-------------------------------------------- |:----------------------- |:----------------------------------------------- |:---------------------------------------- |
| UCHI | minecraft | 1.12.2 | minecraft.jar | None |
| UCHI | mcp | 9.42 | minecraft.jar | None |
| UCHI | FML | 8.0.99.99 | forge-1.12.2-14.23.0.2493-universal.jar | e3c3d50c7c986df74c645c0ac54639741c90a557 |
| UCHI | forge | 14.23.0.2493 | forge-1.12.2-14.23.0.2493-universal.jar | e3c3d50c7c986df74c645c0ac54639741c90a557 |
| UCHI | betterfonts | 1.9.1 | minecraft.jar | None |
| UCHI | com.elytradev.movingworld.common.asm.coremod | | minecraft.jar | None |
| UCHI | foamfixcore | 7.7.4 | minecraft.jar | None |
| UCHI | albedocore | 0.1 | minecraft.jar | None |
| UCHI | rpghud | 3.6.6.2 | [1.12] RPG-HUD-3.6.6.2.jar | None |
| UCHI | securitycraft | v1.8.2.3-hotfix | [1.12] SecurityCraft v1.8.2.3-hotfix.jar | None |
| UCHI | movillages | 1.5.4 | [1.12]MoVillages-1.5.4.jar | None |
| UCHI | albedo | 0.1.2 | albedo-0.1.2.jar | None |
| UCHI | craftstudioapi | 1.0.0 | CraftStudio-1.0.0.93-mc1.12-alpha.jar | None |
| UCHI | quark | r1.3-110 | Quark-r1.3-110.jar | None |
| UCHI | animania | 1.3.3 | animania-1.12.1-1.3.3.jar | None |
| UCHI | applecore | 2.2.2 | AppleCore-mc1.12.2-2.2.2.jar | None |
| UCHI | jei | 4.7.11.102 | jei_1.12.2-4.7.11.102.jar | None |
| UCHI | appleskin | 1.0.8 | AppleSkin-mc1.12-1.0.8.jar | None |
| UCHI | architecturecraft | @VERSION@ | architecturecraft-1.12-1.20.jar | None |
| UCHI | csb_armorstand | 1.0.4 | ArmorStandGUI-1.12-1.0.4.jar | None |
| UCHI | autoreglib | 1.3-13 | AutoRegLib-1.3-13.jar | None |
| UCHI | baubles | 1.5.1 | Baubles-1.12-1.5.1.jar | None |
| UCHI | bedbugs | @VERSION@ | BedBugs-1.12-1.0.1.jar | None |
| UCHI | betteradvancements | 0.0.3.12 | BetterAdvancements-1.12.1-0.0.3.12.jar | None |
| UCHI | betterbuilderswands | 0.11.1 | BetterBuildersWands-1.12-0.11.1.245+69d0d70.jar | None |
| UCHI | betterfoliage | 2.1.10 | BetterFoliage-MC1.12-2.1.10.jar | None |
| UCHI | bettersprinting | 2.1.0 | BetterSprinting MC-1.12.2 v2.1.0.jar | None |
| UCHI | betterunderground | 1.0.2 | betterunderground-1.0.2.jar | None |
| UCHI | bibliocraft | 2.4.3 | BiblioCraft[v2.4.3][MC1.12.0].jar | None |
| UCHI | biomesoplenty | 7.0.1.2297 | BiomesOPlenty-1.12.2-7.0.1.2297-universal.jar | None |
| UCHI | blockcraftery | 0.1.3 | blockcraftery-0.1.3.jar | None |
| UCHI | bookshelf | 2.1.449 | Bookshelf-1.12.2-2.1.449.jar | d476d1b22b218a10d845928d1665d45fce301b27 |
| UCHI | botania | r1.10-347 | Botania r1.10-347.jar | None |
| UCHI | codechickenlib | 3.1.2.297 | CodeChickenLib-1.12-3.1.2.297-universal.jar | f1850c39b2516232a2108a7bd84d1cb5df93b261 |
| UCHI | redstoneflux | 2.0.1 | RedstoneFlux-1.12-2.0.1.2-universal.jar | d4f1503fbacd9b9fb767720420c5395104239ec9 |
| UCHI | brandonscore | 2.3.3 | BrandonsCore-1.12-2.3.3.132-universal.jar | None |
| UCHI | caliper | 1.0.12 | Caliper-1.12.2-1.0.12.jar | d476d1b22b218a10d845928d1665d45fce301b27 |
| UCHI | campfire | 1.2 | campfire-1.12-v1.2.jar | None |
| UCHI | carryon | 1.5.1 | CarryOn MC1.12 v1.5.1.jar | None |
| UCHI | forgelin | 1.5.1 | Forgelin-1.5.1.jar | None |
| UCHI | librarianlib | 4.0 | librarianlib-4.0.jar | None |
| UCHI | catwalks | 3.0.4 | catwalks-3.0.4.jar | None |
| UCHI | ctm | MC1.12-0.2.3.9 | CTM-MC1.12-0.2.3.9.jar | None |
| UCHI | chisel | MC1.12-0.0.14.18 | Chisel-MC1.12-0.0.14.18.jar | None |
| UCHI | harvestcraft | 1.12.1c | Pam's HarvestCraft 1.12.1c.jar | None |
| UCHI | duckcraft | 3.0.5 | Duckcraft-1.12-3.0.5.jar | None |
| UCHI | mantle | 1.12-1.3.1.21 | Mantle-1.12-1.3.1.21.jar | None |
| UCHI | tconstruct | 1.12-2.7.3.30 | TConstruct-1.12-2.7.3.30.jar | None |
| UCHI | ceramics | 1.12-1.3.2 | Ceramics-1.12-1.3.2.jar | None |
| UCHI | chameleon | 1.12-4.1.3 | Chameleon-1.12-4.1.3.jar | None |
| UCHI | chiselsandbits | 14.8 | chiselsandbits-14.8.jar | None |
| UCHI | cofhworld | 1.0.1 | CoFHWorld-1.12-1.0.1.8-universal.jar | None |
| UCHI | comforts | 0.0.2 | comforts-1.12.2-0.0.2.jar | None |
| UCHI | controlling | 3.0.3 | Controlling-3.0.3.jar | None |
| UCHI | cookingforblockheads | 6.3.6 | CookingForBlockheads_1.12.1-6.3.6.jar | None |
| UCHI | extendedrenderer | v1.0 | coroutil-1.12.1-1.1.22.jar | None |
| UCHI | coroutil | 1.12.1-1.1.20 | coroutil-1.12.1-1.1.22.jar | None |
| UCHI | configmod | v1.0 | coroutil-1.12.1-1.1.22.jar | None |
| UCHI | craftingtweaks | 8.1.5 | CraftingTweaks_1.12.1-8.1.5.jar | None |
| UCHI | waila | 1.8.20 | Hwyla-1.8.20-B35_1.12.jar | None |
| UCHI | darkutils | 1.7.173 | DarkUtils-1.12.2-1.7.173.jar | d476d1b22b218a10d845928d1665d45fce301b27 |
| UCHI | movingworld | 1.12-6.342 | movingworld-1.12-6.342-full.jar | None |
| UCHI | davincisvessels | @DVESSELSVER@ | davincisvessels-1.12-6.337-full.jar | None |
| UCHI | diethopper | 1.1 | diethopper-1.1.jar | None |
| UCHI | dig | 1.1.7 | Dig-1.1.7_1.12.1.jar | None |
| UCHI | doggytalents | 1.14.2.308 | DoggyTalents-1.12-1.14.2.308-universal.jar | None |
| UCHI | draconicevolution | 2.3.4 | Draconic-Evolution-1.12-2.3.4.265-universal.jar | None |
| UCHI | dynamiclights | 1.4.6 | DynamicLights-1.12.1.jar | None |
| UCHI | dynamiclights_onfire | 1.0.7 | DynamicLights-1.12.1.jar | None |
| UCHI | dynamiclights_creepers | 1.0.6 | DynamicLights-1.12.1.jar | None |
| UCHI | dynamiclights_dropitems | 1.1.0 | DynamicLights-1.12.1.jar | None |
| UCHI | dynamiclights_entityclasses | 1.0.1 | DynamicLights-1.12.1.jar | None |
| UCHI | dynamiclights_mobequipment | 1.1.0 | DynamicLights-1.12.1.jar | None |
| UCHI | dynamiclights_flamearrows | 1.0.1 | DynamicLights-1.12.1.jar | None |
| UCHI | dynamiclights_floodlights | 1.0.3 | DynamicLights-1.12.1.jar | None |
| UCHI | dynamiclights_otherplayers | 1.0.9 | DynamicLights-1.12.1.jar | None |
| UCHI | dynamiclights_theplayer | 1.1.3 | DynamicLights-1.12.1.jar | None |
| UCHI | dsurround | 3.4.7.2 | DynamicSurroundings-1.12.2-3.4.7.2.jar | 7a2128d395ad96ceb9d9030fbd41d035b435753a |
| UCHI | presets | 3.4.7.2 | DynamicSurroundings-1.12.2-3.4.7.2.jar | None |
| UCHI | dynamictrees | 0.6.4 | DynamicTrees-1.12.1-0.6.4.jar | None |
| UCHI | ediblebugs | 1.5.7.2456 | ediblebugs-mc1.12.1_eb1.5.7.2456.jar | None |
| UCHI | embers | 0.221 | embers-0.221.jar | None |
| UCHI | csb_ench_table | 1.1.2 | EnchantingTable-1.12-1.1.2.jar | None |
| UCHI | enderstorage | 2.4.0.122 | EnderStorage-1.12-2.4.0.122-universal.jar | f1850c39b2516232a2108a7bd84d1cb5df93b261 |
| UCHI | enderutilities | 0.7.5 | enderutilities-1.12.2-0.7.5.jar | 2b03e1423915a189b8094816baa18f239d576dff |
| UCHI | enderzoo | 1.12.1-1.4.0.49 | EnderZoo-1.12.1-1.4.0.49.jar | None |
| UCHI | enhancedvisuals | 1.0 | EnhancedVisuals v1.1.4 mc1.12.jar | None |
| UCHI | valkyrielib | 1.12-2.0.3a | valkyrielib-1.12.X-2.0.4a.jar | None |
| UCHI | environmentalmaterials | @EM_VERSION@ | environmentalmaterials-1.12.X-1.0.4a.jar | None |
| UCHI | environmentaltech | 1.12.X-2.0.4a | environmentaltech-1.12.X-2.0.4a.jar | None |
| UCHI | etlunar | 1.12.X-2.0.4a | etlunar-1.12.X-2.0.4a.jar | None |
| UCHI | extrabitmanipulation | 1.12-3.2.1 | ExtraBitManipulation-1.12-3.2.1.jar | None |
| UCHI | farmingforblockheads | 3.1.5 | FarmingForBlockheads_1.12-3.1.5.jar | None |
| UCHI | flatcoloredblocks | mc1.12-6.6 | flatcoloredblocks-mc1.12-6.6.jar | None |
| UCHI | mcmultipart | 2.2.2 | MCMultiPart-2.2.2.jar | None |
| UCHI | mekanism | 9.4.1 | Mekanism-1.12.1-9.4.1.326.jar | None |
| UCHI | sonarcore | 5.0.1 | sonarcore-1.12.2-5.0.1.jar | None |
| UCHI | fluxnetworks | 3.0.1 | fluxnetworks-1.12.2-3.0.1.jar | None |
| UCHI | foamfix | 0.8.0-1.12 | foamfix-0.8.0-1.12-anarchy.jar | None |
| UCHI | forgeendertech | 1.12-3.0.1.0 | ForgeEndertech-1.12-3.0.1.0-build.0012.jar | None |
| UCHI | ftbl | 4.1.5 | FTBLib-4.1.5.jar | None |
| UCHI | ftbu | 4.1.5 | FTBUtilities-4.1.5.jar | None |
| UCHI | fw | 1.6.0 | FullscreenWindowed-1.12-1.6.0.jar | None |
| UCHI | cfm | 4.1.5 | furniture-4.1.5-1.12.jar | None |
| UCHI | genera | 0.0.9 | Genera-1.12.2-0.0.9.jar | None |
| UCHI | hardcorerevival | 1.0.5 | HardcoreRevival_1.12.1-1.0.5.jar | None |
| UCHI | harvestables | 1.2 | harvestables-1.2.1.jar | None |
| UCHI | helpfixer | 1.12.1-1.5.18 | HelpFixer-1.12.1-1.5.18.jar | None |
| UCHI | horsepower | 2.5.7 | HorsePower-1.12-2.5.7.50.jar | None |
| UCHI | immersiveengineering | 0.12-72 | ImmersiveEngineering-0.12-72.jar | 4cb49fcde3b43048c9889e0a3d083225da926334 |
| UCHI | immersivepetroleum | 1.1.3 | immersivepetroleum-1.12-1.1.3.jar | None |
| UCHI | immersiverailroading | 0.3.2 | ImmersiveRailroading-0.3.2.jar | None |
| UCHI | immersivetech | 1.3.2 | immersivetech-1.12-1.3.2.jar | None |
| UCHI | inventorypets | 1.4.9.9 | inventorypets-1.12-1.4.9.9.jar | None |
| UCHI | ironchest | 1.12.2-7.0.32.819 | ironchest-1.12.2-7.0.32.819.jar | None |
| UCHI | itemzoom | 1.10 | itemzoom_1.12.1-1.10.jar | None |
| UCHI | jehc | 1.3.1 | jehc-1.12-1.3.1.jar | None |
| UCHI | jeiintegration | 1.4.2.31 | jeiintegration_1.12.1-1.4.2.31.jar | None |
| UCHI | jepb | 1.2.1 | jepb-1.12-1.2.1.jar | None |
| UCHI | journeymap | 1.12.1-5.5.0 | journeymap-1.12.1-5.5.0.jar | None |
| UCHI | jeresources | 0.8.3.23 | JustEnoughResources-1.12-0.8.3.23.jar | None |
| UCHI | kc | 1.12 | knobcontrol-1.12-4.0.16.jar | None |
| UCHI | levelup2 | ${version} | Level Up! 2-1.1.6-1.12.jar | None |
| UCHI | longfallboots | 1.2.1a | longfallboots-1.2.1a.jar | None |
| UCHI | lostcities | 1.0.1 | lostcities-1.12-1.0.1.jar | None |
| UCHI | magicalmap | 2.2.0 | Magical Map-1.12-2.2.0.jar | None |
| UCHI | modelloader | 1.0.5 | modelloader-1.0.5.jar | None |
| UCHI | magneticraft | 2.0.2 | Magneticraft_1.12-2.0.2.jar | None |
| UCHI | radixcore | 1.12.x-2.2.1 | RadixCore-1.12.x-2.2.1-universal.jar | None |
| UCHI | mca | 1.12.2-5.3.1 | MCA-1.12.x-5.3.1-universal.jar | None |
| UCHI | mekanismgenerators | 9.4.1 | MekanismGenerators-1.12.1-9.4.1.326.jar | None |
| UCHI | mekanismtools | 9.4.1 | MekanismTools-1.12.1-9.4.1.326.jar | None |
| UCHI | minecolonies | 1.12.1-0.8.4075 | minecolonies-universal-1.12.1-0.8.4075.jar | None |
| UCHI | minewatch | 3.3.2 | Minewatch-1.12.1-3.3.2.jar | None |
| UCHI | storagedrawers | 1.12-5.2.5 | StorageDrawers-1.12.1-5.3.3.jar | None |
| UCHI | refinedstorage | 1.5.18 | refinedstorage-1.5.18.jar | None |
| UCHI | moartinkers | 0.5.4 | moartinkers-0.5.4.jar | None |
| UCHI | mob_grinding_utils | 0.3.2 | MobGrindingUtils-0.3.2.jar | None |
| UCHI | modeltrains | 1.2.1 | modeltrains-1.2.1.jar | None |
| UCHI | ueri | included-1.0.1 | modeltrains-1.2.1.jar | None |
| UCHI | mousetweaks | 2.8 | MouseTweaks-2.8-mc1.12.1.jar | None |
| UCHI | multimine | 1.5.7 | MultiMine-1.12.1.jar | None |
| UCHI | natura | 1.12-4.3.0.17 | Natura-1.12-4.3.0.17.jar | None |
| UCHI | neat | 1.4-15 | Neat 1.4-15.jar | None |
| UCHI | netherportalfix | 1.0 | NetherPortalFix_1.12-5.3.1.jar | None |
| UCHI | nofist | 6.2.0.0 | nofist-1.12.1-6.2.0.0.jar | None |
| UCHI | neid | 1.5.4.2 | NotEnoughIDs-1.5.4.2.jar | None |
| UCHI | oreberries | 0.3.2 | oreberries-1.12.x-0.3.2.jar | None |
| UCHE | plants2 | 2.0.1 | Plants-2.0.1.jar | None |
| UCHI | shetiphiancore | 3.5.2 | shetiphiancore-1.12.0-3.5.2.jar | None |
| UCHI | platforms | 1.4.0.1 | platforms-1.12.0-1.4.0.1.jar | None |
| UCHI | tesla | 1.0.62 | Tesla-1.12.2-1.0.62.jar | d476d1b22b218a10d845928d1665d45fce301b27 |
| UCHI | plustic | 6.3.1.2 | plustic-6.3.1.2.jar | None |
| UCHI | pmdumper | 2.0.2 | pmdumper-1.12.1-2.0.2.jar | None |
| UCHI | roguelike | 1.7.2 | RoguelikeDungeons-1.12.2-1.7.2.jar | None |
| UCHI | primal | 0.5.13 | PrimalCore-1.12.2-0.5.13.jar | 67a0e286dc0d4b502f3c92ac20b953517b52d0a9 |
| UCHI | cobwebs | 1.0.3 | realistic-cobwebs-1.12.1-1.0.3.jar | None |
| UCHI | reborncore | 3.4.4.120 | RebornCore-1.12.2-3.4.4.120-universal.jar | 8727a3141c8ec7f173b87aa78b9b9807867c4e6b |
| UCHI | rebornstorage | 1.0.0 | RebornStorage-1.12-2.0.1.6.jar | None |
| UCHI | recycler | 1.4.8 | recycler-1.4.8-1.12.0.jar | None |
| UCHI | refinedstorageaddons | 0.1.1 | refinedstorageaddons-0.1.1.jar | None |
| UCHI | rflux | 0.1.2 | rflux-1.12-0.1.2.jar | None |
| UCHI | rftools | 6.13 | rftools-1.12-6.13.jar | None |
| UCHI | rftoolscontrol | 1.6.8 | rftoolsctrl-1.12-1.6.8.jar | None |
| UCHI | rftoolsdim | 5.05 | rftoolsdim-1.12-5.05.jar | None |
| UCHI | roots | 0.103 | roots-2-0.103.jar | None |
| UCHI | rustic | 0.4.2.1 | rustic-0.4.3.jar | None |
| UCHI | scannable | 1.6.2.13 | Scannable-MC1.12-1.6.2.13.jar | None |
| UCHI | shadowmc | 3.8.0 | ShadowMC-1.12-3.8.0.jar | None |
| UCHI | soundfilters | 0.10_for_1.12 | SoundFilters-0.10_for_1.12.jar | None |
| UCHI | spartanshields | 1.3a | SpartanShields-1.12-1.3a.jar | None |
| UCHI | spiceoflife | 1.3.10 | SpiceOfLife-mc1.12-1.3.10.jar | None |
| UCHI | stevescarts | ${version} | StevesCarts-1.12.2-2.4.10.49.jar | None |
| UCHI | stg | 1.12-1.2.1 | stg-1.12-1.2.1.jar | None |
| UCHI | tellme | 0.5.4 | tellme-1.12.1-0.5.4.jar | 2b03e1423915a189b8094816baa18f239d576dff |
| UCHI | tinkersaddons | 1.0.7 | Tinkers' Addons-1.12.1-1.0.7.jar | None |
| UCHI | tcomplement | ${version} | TinkersComplement-1.12.1-0.2.1.jar | None |
| UCHI | tinkertoolleveling | 1.12-1.0.2b.DEV.1a79301 | TinkerToolLeveling-1.12-1.0.2b.jar | None |
| UCHI | tp | 1.12 | tinyprogressions-1.12-3.2.6.jar | None |
| UCHI | tombstone | 1.3.7 | tombstone-1.3.7-1.12.jar | None |
| UCHI | toolbelt | 1.7.1 | ToolBelt-1.12.0-1.7.1.jar | None |
| UCHI | torochess | 1.12.1-2 | torochess-1.12.1-2.jar | None |
| UCHI | underwaterutilities | @VERSION@ | UnderwaterUtilities-1.12-1.3.3.jar | None |
| UCHI | unlimitedchiselworks | 0.1.5 | UnlimitedChiselWorks-0.1.5.jar | None |
| UCHI | vials | 1.2.1.1 | Vials-MC1.12-1.2.1.1.jar | None |
| UCHI | wailaharvestability | 1.1.12 | WailaHarvestability-mc1.12-1.1.12.jar | None |
| UCHI | waterstrainer | 3.2.0 | WaterStrainer-1.12-3.2.0.jar | None |
| UCHI | wawla | 2.5.244 | Wawla-1.12.2-2.5.244.jar | d476d1b22b218a10d845928d1665d45fce301b27 |
| UCHI | waystones | 4.0.15 | Waystones_1.12.1-4.0.15.jar | None |
| UCHI | weather2 | 1.12.1-2.5.4 | weather2-1.12.1-2.5.4.jar | None |
| UCHI | wit | 1.0.25 | WIT-1.12-1.0.25-44.jar | None |
| UCHI | xnet | 1.4.0 | xnet-1.12-1.4.0.jar | None |
| UCHI | xtones | 1.12-1.0.6-9 | Xtones-1.12-1.0.6-9.jar | None |
| UCHI | zombieawareness | 1.12.1-1.11.10 | zombieawareness-1.12.1-1.11.10.jar | None |
| UCHI | adfinders | 1.12-2.0.2.0 | AdFinders-1.12-2.0.2.0-build.0014.jar | None |
| UCHI | elulib | 0.1.7 | elulib-0.1.7.jar | None |
| UCHI | gravelores | 1.3 | gravelores-1.7b.jar | None |
| UCHI | librarianliblate | 4.0 | librarianlib-4.0.jar | None |
Loaded coremods (and transformers):
BetterSprintingCore (BetterSprinting MC-1.12.2 v2.1.0.jar)
chylex.bettersprinting.system.core.TransformerEntityPlayerSP
Do not report to Forge! Remove FoamFixAPI (or replace with FoamFixAPI-Lawful) and try again. (foamfix-0.8.0-1.12-anarchy.jar)
pl.asie.foamfix.coremod.FoamFixTransformer
LoadingPlugin (AdFinders-1.12-2.0.2.0-build.0014.jar)
com.endertech.minecraft.mods.adfinders.core.RenderTransformer
ForgelinPlugin (Forgelin-1.5.1.jar)
MMFMLCorePlugin (MultiMine-1.12.1.jar)
atomicstryker.multimine.common.fmlmagic.MMTransformer
AppleCore (AppleCore-mc1.12.2-2.2.2.jar)
squeek.applecore.asm.TransformerModuleHandler
DLFMLCorePlugin (DynamicLights-1.12.1.jar)
atomicstryker.dynamiclights.common.DLTransformer
CTMCorePlugin (CTM-MC1.12-0.2.3.9.jar)
team.chisel.ctm.client.asm.CTMTransformer
Plugin (NotEnoughIDs-1.5.4.2.jar)
ru.fewizz.neid.asm.Transformer
DynamicSurroundingsCore (DynamicSurroundings-1.12.2-3.4.7.2.jar)
org.blockartistry.DynSurround.asm.Transformer
DummyPlugin (ForgeEndertech-1.12-3.0.1.0-build.0012.jar)
BetterFontsCore (TTFR-1.12.1-1.9.1.jar)
cubex2.ttfr.BFClassTransformer
ComfortsLoadingPlugin (comforts-1.12.2-0.0.2.jar)
c4.comforts.asm.SleepTransformer
FMLPlugin (albedo-0.1.2.jar)
elucent.albedo.asm.ASMTransformer
LibrarianLib Plugin (librarianlib-4.0.jar)
com.teamwizardry.librarianlib.asm.LibLibTransformer
LoadingPlugin (Quark-r1.3-110.jar)
vazkii.quark.base.asm.ClassTransformer
ShetiPhian-ASM (shetiphiancore-1.12.0-3.5.2.jar)
shetiphian.asm.ClassTransformer
MovingWorldCore (movingworld-1.12-6.342-full.jar)
BetterFoliageLoader (BetterFoliage-MC1.12-2.1.10.jar)
mods.betterfoliage.loader.BetterFoliageTransformer
GL info: ' Vendor: 'NVIDIA Corporation' Version: '4.5.0 NVIDIA 385.69' Renderer: 'GeForce GTX 980 Ti/PCIe/SSE2'
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)
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/tcomplement loaded Pulses:
- ModuleCommons (Enabled/Forced)
- ModuleFeature (Enabled/Not Forced)
- CeramicsPlugin (Enabled/Not Forced)
RebornCore:
Plugin Engine: 0
RebornCore Version: 3.4.4.120
Runtime Debofucsation 1
RenderEngine: 1
OptiFine Version: OptiFine_1.12.2_HD_U_C5
Render Distance Chunks: 12
Mipmaps: 4
Anisotropic Filtering: 1
Antialiasing: 0
Multitexture: false
Shaders: null
OpenGlVersion: 4.5.0 NVIDIA 385.69
OpenGlRenderer: GeForce GTX 980 Ti/PCIe/SSE2
OpenGlVendor: NVIDIA Corporation
CpuCount: 8
=======================================
---- Minecraft Crash Report ----
WARNING: coremods are present:
BetterSprintingCore (BetterSprinting MC-1.12.2 v2.1.0.jar)
Do not report to Forge! Remove FoamFixAPI (or replace with FoamFixAPI-Lawful) and try again. (foamfix-0.8.0-1.12-anarchy.jar)
LoadingPlugin (AdFinders-1.12-2.0.2.0-build.0014.jar)
ForgelinPlugin (Forgelin-1.5.1.jar)
MMFMLCorePlugin (MultiMine-1.12.1.jar)
AppleCore (AppleCore-mc1.12.2-2.2.2.jar)
DLFMLCorePlugin (DynamicLights-1.12.1.jar)
CTMCorePlugin (CTM-MC1.12-0.2.3.9.jar)
Plugin (NotEnoughIDs-1.5.4.2.jar)
DynamicSurroundingsCore (DynamicSurroundings-1.12.2-3.4.7.2.jar)
DummyPlugin (ForgeEndertech-1.12-3.0.1.0-build.0012.jar)
BetterFontsCore (TTFR-1.12.1-1.9.1.jar)
ComfortsLoadingPlugin (comforts-1.12.2-0.0.2.jar)
FMLPlugin (albedo-0.1.2.jar)
LibrarianLib Plugin (librarianlib-4.0.jar)
LoadingPlugin (Quark-r1.3-110.jar)
ShetiPhian-ASM (shetiphiancore-1.12.0-3.5.2.jar)
MovingWorldCore (movingworld-1.12-6.342-full.jar)
BetterFoliageLoader (BetterFoliage-MC1.12-2.1.10.jar)
Contact their authors BEFORE contacting forge
// I blame Dinnerbone.
Time: 9/29/17 7:38 AM
Description: There was a severe problem during mod loading that has caused the game to fail
net.minecraftforge.fml.common.LoaderExceptionModCrash: Caught exception from Plants (plants2)
Caused by: java.lang.ArrayIndexOutOfBoundsException: 32767
at biomesoplenty.common.block.BlockBOPLilypad.func_176203_a(BlockBOPLilypad.java:108)
at biomesoplenty.common.item.ItemBOPBlock.func_77667_c(ItemBOPBlock.java:85)
at net.minecraft.item.Item.func_77657_g(Item.java:292)
at net.minecraft.item.Item.func_77653_i(Item.java:362)
at net.minecraft.item.ItemStack.func_82833_r(ItemStack.java:617)
at com.kashdeya.tinyprogressions.main.TinyProgressions.registerOre(TinyProgressions.java:125)
at net.minecraftforge.fml.common.eventhandler.ASMEventHandler_1447_TinyProgressions_registerOre_OreRegisterEvent.invoke(.dynamic)
at net.minecraftforge.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:90)
at net.minecraftforge.fml.common.eventhandler.EventBus.post(EventBus.java:179)
at net.minecraftforge.oredict.OreDictionary.registerOreImpl(OreDictionary.java:683)
at net.minecraftforge.oredict.OreDictionary.registerOre(OreDictionary.java:628)
at shadows.plants2.init.ModRegistry.oreDict(ModRegistry.java:253)
at shadows.plants2.Plants2.init(Plants2.java:61)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at net.minecraftforge.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:611)
at sun.reflect.GeneratedMethodAccessor5.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
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:253)
at net.minecraftforge.fml.common.LoadController.propogateStateMessage(LoadController.java:231)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
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:148)
at net.minecraftforge.fml.common.Loader.initializeMods(Loader.java:781)
at net.minecraftforge.fml.client.FMLClientHandler.finishMinecraftLoading(FMLClientHandler.java:348)
at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:534)
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:377)
at net.minecraft.client.main.Main.main(SourceFile:123)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at org.multimc.onesix.OneSixLauncher.launchWithMainClass(OneSixLauncher.java:236)
at org.multimc.onesix.OneSixLauncher.launch(OneSixLauncher.java:297)
at org.multimc.EntryPoint.listen(EntryPoint.java:162)
at org.multimc.EntryPoint.main(EntryPoint.java:53)
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_144, Oracle Corporation
Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
Memory: 958765000 bytes (914 MB) / 3731746816 bytes (3558 MB) up to 4744609792 bytes (4524 MB)
JVM Flags: 25 total; -XX:+DisableExplicitGC -XX:+UseConcMarkSweepGC -XX:+UseParNewGC -XX:+UseNUMA -XX:+CMSParallelRemarkEnabled -XX:MaxTenuringThreshold=15 -XX:MaxGCPauseMillis=30 -XX:GCPauseIntervalMillis=150 -XX:+UseAdaptiveGCBoundary -XX:-UseGCOverheadLimit -XX:+UseBiasedLocking -XX:SurvivorRatio=8 -XX:TargetSurvivorRatio=90 -XX:MaxTenuringThreshold=15 -XX:+UseFastAccessorMethods -XX:+UseCompressedOops -XX:+OptimizeStringConcat -XX:+AggressiveOpts -XX:ReservedCodeCacheSize=2048m -XX:+UseCodeCacheFlushing -XX:SoftRefLRUPolicyMSPerMB=10000 -XX:ParallelGCThreads=10 -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xms2048m -Xmx4608m
IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0
FML: MCP 9.42 Powered by Forge 14.23.0.2493 Optifine OptiFine_1.12.2_HD_U_C5 197 mods loaded, 197 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 |
|:----- |:-------------------------------------------- |:----------------------- |:----------------------------------------------- |:---------------------------------------- |
| UCHI | minecraft | 1.12.2 | minecraft.jar | None |
| UCHI | mcp | 9.42 | minecraft.jar | None |
| UCHI | FML | 8.0.99.99 | forge-1.12.2-14.23.0.2493-universal.jar | e3c3d50c7c986df74c645c0ac54639741c90a557 |
| UCHI | forge | 14.23.0.2493 | forge-1.12.2-14.23.0.2493-universal.jar | e3c3d50c7c986df74c645c0ac54639741c90a557 |
| UCHI | betterfonts | 1.9.1 | minecraft.jar | None |
| UCHI | com.elytradev.movingworld.common.asm.coremod | | minecraft.jar | None |
| UCHI | foamfixcore | 7.7.4 | minecraft.jar | None |
| UCHI | albedocore | 0.1 | minecraft.jar | None |
| UCHI | rpghud | 3.6.6.2 | [1.12] RPG-HUD-3.6.6.2.jar | None |
| UCHI | securitycraft | v1.8.2.3-hotfix | [1.12] SecurityCraft v1.8.2.3-hotfix.jar | None |
| UCHI | movillages | 1.5.4 | [1.12]MoVillages-1.5.4.jar | None |
| UCHI | albedo | 0.1.2 | albedo-0.1.2.jar | None |
| UCHI | craftstudioapi | 1.0.0 | CraftStudio-1.0.0.93-mc1.12-alpha.jar | None |
| UCHI | quark | r1.3-110 | Quark-r1.3-110.jar | None |
| UCHI | animania | 1.3.3 | animania-1.12.1-1.3.3.jar | None |
| UCHI | applecore | 2.2.2 | AppleCore-mc1.12.2-2.2.2.jar | None |
| UCHI | jei | 4.7.11.102 | jei_1.12.2-4.7.11.102.jar | None |
| UCHI | appleskin | 1.0.8 | AppleSkin-mc1.12-1.0.8.jar | None |
| UCHI | architecturecraft | @VERSION@ | architecturecraft-1.12-1.20.jar | None |
| UCHI | csb_armorstand | 1.0.4 | ArmorStandGUI-1.12-1.0.4.jar | None |
| UCHI | autoreglib | 1.3-13 | AutoRegLib-1.3-13.jar | None |
| UCHI | baubles | 1.5.1 | Baubles-1.12-1.5.1.jar | None |
| UCHI | bedbugs | @VERSION@ | BedBugs-1.12-1.0.1.jar | None |
| UCHI | betteradvancements | 0.0.3.12 | BetterAdvancements-1.12.1-0.0.3.12.jar | None |
| UCHI | betterbuilderswands | 0.11.1 | BetterBuildersWands-1.12-0.11.1.245+69d0d70.jar | None |
| UCHI | betterfoliage | 2.1.10 | BetterFoliage-MC1.12-2.1.10.jar | None |
| UCHI | bettersprinting | 2.1.0 | BetterSprinting MC-1.12.2 v2.1.0.jar | None |
| UCHI | bibliocraft | 2.4.3 | BiblioCraft[v2.4.3][MC1.12.0].jar | None |
| UCHI | biomesoplenty | 7.0.1.2297 | BiomesOPlenty-1.12.2-7.0.1.2297-universal.jar | None |
| UCHI | blockcraftery | 0.1.3 | blockcraftery-0.1.3.jar | None |
| UCHI | bookshelf | 2.1.449 | Bookshelf-1.12.2-2.1.449.jar | d476d1b22b218a10d845928d1665d45fce301b27 |
| UCHI | botania | r1.10-347 | Botania r1.10-347.jar | None |
| UCHI | codechickenlib | 3.1.2.297 | CodeChickenLib-1.12-3.1.2.297-universal.jar | f1850c39b2516232a2108a7bd84d1cb5df93b261 |
| UCHI | redstoneflux | 2.0.1 | RedstoneFlux-1.12-2.0.1.2-universal.jar | d4f1503fbacd9b9fb767720420c5395104239ec9 |
| UCHI | brandonscore | 2.3.3 | BrandonsCore-1.12-2.3.3.132-universal.jar | None |
| UCHI | caliper | 1.0.12 | Caliper-1.12.2-1.0.12.jar | d476d1b22b218a10d845928d1665d45fce301b27 |
| UCHI | campfire | 1.2 | campfire-1.12-v1.2.jar | None |
| UCHI | carryon | 1.5.1 | CarryOn MC1.12 v1.5.1.jar | None |
| UCHI | forgelin | 1.5.1 | Forgelin-1.5.1.jar | None |
| UCHI | librarianlib | 4.0 | librarianlib-4.0.jar | None |
| UCHI | catwalks | 3.0.4 | catwalks-3.0.4.jar | None |
| UCHI | ctm | MC1.12-0.2.3.9 | CTM-MC1.12-0.2.3.9.jar | None |
| UCHI | chisel | MC1.12-0.0.14.18 | Chisel-MC1.12-0.0.14.18.jar | None |
| UCHI | harvestcraft | 1.12.1c | Pam's HarvestCraft 1.12.1c.jar | None |
| UCHI | duckcraft | 3.0.5 | Duckcraft-1.12-3.0.5.jar | None |
| UCHI | mantle | 1.12-1.3.1.21 | Mantle-1.12-1.3.1.21.jar | None |
| UCHI | tconstruct | 1.12-2.7.3.30 | TConstruct-1.12-2.7.3.30.jar | None |
| UCHI | ceramics | 1.12-1.3.2 | Ceramics-1.12-1.3.2.jar | None |
| UCHI | chameleon | 1.12-4.1.3 | Chameleon-1.12-4.1.3.jar | None |
| UCHI | chiselsandbits | 14.8 | chiselsandbits-14.8.jar | None |
| UCHI | cofhworld | 1.0.1 | CoFHWorld-1.12-1.0.1.8-universal.jar | None |
| UCHI | comforts | 0.0.2 | comforts-1.12.2-0.0.2.jar | None |
| UCHI | controlling | 3.0.3 | Controlling-3.0.3.jar | None |
| UCHI | cookingforblockheads | 6.3.6 | CookingForBlockheads_1.12.1-6.3.6.jar | None |
| UCHI | extendedrenderer | v1.0 | coroutil-1.12.1-1.1.22.jar | None |
| UCHI | coroutil | 1.12.1-1.1.20 | coroutil-1.12.1-1.1.22.jar | None |
| UCHI | configmod | v1.0 | coroutil-1.12.1-1.1.22.jar | None |
| UCHI | craftingtweaks | 8.1.5 | CraftingTweaks_1.12.1-8.1.5.jar | None |
| UCHI | waila | 1.8.20 | Hwyla-1.8.20-B35_1.12.jar | None |
| UCHI | darkutils | 1.7.173 | DarkUtils-1.12.2-1.7.173.jar | d476d1b22b218a10d845928d1665d45fce301b27 |
| UCHI | movingworld | 1.12-6.342 | movingworld-1.12-6.342-full.jar | None |
| UCHI | davincisvessels | @DVESSELSVER@ | davincisvessels-1.12-6.337-full.jar | None |
| UCHI | diethopper | 1.1 | diethopper-1.1.jar | None |
| UCHI | dig | 1.1.7 | Dig-1.1.7_1.12.1.jar | None |
| UCHI | doggytalents | 1.14.2.308 | DoggyTalents-1.12-1.14.2.308-universal.jar | None |
| UCHI | draconicevolution | 2.3.4 | Draconic-Evolution-1.12-2.3.4.265-universal.jar | None |
| UCHI | dynamiclights | 1.4.6 | DynamicLights-1.12.1.jar | None |
| UCHI | dynamiclights_onfire | 1.0.7 | DynamicLights-1.12.1.jar | None |
| UCHI | dynamiclights_creepers | 1.0.6 | DynamicLights-1.12.1.jar | None |
| UCHI | dynamiclights_dropitems | 1.1.0 | DynamicLights-1.12.1.jar | None |
| UCHI | dynamiclights_entityclasses | 1.0.1 | DynamicLights-1.12.1.jar | None |
| UCHI | dynamiclights_mobequipment | 1.1.0 | DynamicLights-1.12.1.jar | None |
| UCHI | dynamiclights_flamearrows | 1.0.1 | DynamicLights-1.12.1.jar | None |
| UCHI | dynamiclights_floodlights | 1.0.3 | DynamicLights-1.12.1.jar | None |
| UCHI | dynamiclights_otherplayers | 1.0.9 | DynamicLights-1.12.1.jar | None |
| UCHI | dynamiclights_theplayer | 1.1.3 | DynamicLights-1.12.1.jar | None |
| UCHI | dsurround | 3.4.7.2 | DynamicSurroundings-1.12.2-3.4.7.2.jar | 7a2128d395ad96ceb9d9030fbd41d035b435753a |
| UCHI | presets | 3.4.7.2 | DynamicSurroundings-1.12.2-3.4.7.2.jar | None |
| UCHI | dynamictrees | 0.6.4 | DynamicTrees-1.12.1-0.6.4.jar | None |
| UCHI | ediblebugs | 1.5.7.2456 | ediblebugs-mc1.12.1_eb1.5.7.2456.jar | None |
| UCHI | embers | 0.221 | embers-0.221.jar | None |
| UCHI | csb_ench_table | 1.1.2 | EnchantingTable-1.12-1.1.2.jar | None |
| UCHI | enderstorage | 2.4.0.122 | EnderStorage-1.12-2.4.0.122-universal.jar | f1850c39b2516232a2108a7bd84d1cb5df93b261 |
| UCHI | enderutilities | 0.7.5 | enderutilities-1.12.2-0.7.5.jar | 2b03e1423915a189b8094816baa18f239d576dff |
| UCHI | enderzoo | 1.12.1-1.4.0.49 | EnderZoo-1.12.1-1.4.0.49.jar | None |
| UCHI | enhancedvisuals | 1.0 | EnhancedVisuals v1.1.4 mc1.12.jar | None |
| UCHI | valkyrielib | 1.12-2.0.3a | valkyrielib-1.12.X-2.0.4a.jar | None |
| UCHI | environmentalmaterials | @EM_VERSION@ | environmentalmaterials-1.12.X-1.0.4a.jar | None |
| UCHI | environmentaltech | 1.12.X-2.0.4a | environmentaltech-1.12.X-2.0.4a.jar | None |
| UCHI | etlunar | 1.12.X-2.0.4a | etlunar-1.12.X-2.0.4a.jar | None |
| UCHI | extrabitmanipulation | 1.12-3.2.1 | ExtraBitManipulation-1.12-3.2.1.jar | None |
| UCHI | farmingforblockheads | 3.1.5 | FarmingForBlockheads_1.12-3.1.5.jar | None |
| UCHI | flatcoloredblocks | mc1.12-6.6 | flatcoloredblocks-mc1.12-6.6.jar | None |
| UCHI | mcmultipart | 2.2.2 | MCMultiPart-2.2.2.jar | None |
| UCHI | mekanism | 9.4.1 | Mekanism-1.12.1-9.4.1.326.jar | None |
| UCHI | sonarcore | 5.0.1 | sonarcore-1.12.2-5.0.1.jar | None |
| UCHI | fluxnetworks | 3.0.1 | fluxnetworks-1.12.2-3.0.1.jar | None |
| UCHI | foamfix | 0.8.0-1.12 | foamfix-0.8.0-1.12-anarchy.jar | None |
| UCHI | forgeendertech | 1.12-3.0.1.0 | ForgeEndertech-1.12-3.0.1.0-build.0012.jar | None |
| UCHI | ftbl | 4.1.5 | FTBLib-4.1.5.jar | None |
| UCHI | ftbu | 4.1.5 | FTBUtilities-4.1.5.jar | None |
| UCHI | fw | 1.6.0 | FullscreenWindowed-1.12-1.6.0.jar | None |
| UCHI | cfm | 4.1.5 | furniture-4.1.5-1.12.jar | None |
| UCHI | genera | 0.0.9 | Genera-1.12.2-0.0.9.jar | None |
| UCHI | hardcorerevival | 1.0.5 | HardcoreRevival_1.12.1-1.0.5.jar | None |
| UCHI | harvestables | 1.2 | harvestables-1.2.1.jar | None |
| UCHI | helpfixer | 1.12.1-1.5.18 | HelpFixer-1.12.1-1.5.18.jar | None |
| UCHI | horsepower | 2.5.7 | HorsePower-1.12-2.5.7.50.jar | None |
| UCHI | immersiveengineering | 0.12-72 | ImmersiveEngineering-0.12-72.jar | 4cb49fcde3b43048c9889e0a3d083225da926334 |
| UCHI | immersivepetroleum | 1.1.3 | immersivepetroleum-1.12-1.1.3.jar | None |
| UCHI | immersiverailroading | 0.3.2 | ImmersiveRailroading-0.3.2.jar | None |
| UCHI | immersivetech | 1.3.2 | immersivetech-1.12-1.3.2.jar | None |
| UCHI | inventorypets | 1.4.9.9 | inventorypets-1.12-1.4.9.9.jar | None |
| UCHI | ironchest | 1.12.2-7.0.32.819 | ironchest-1.12.2-7.0.32.819.jar | None |
| UCHI | itemzoom | 1.10 | itemzoom_1.12.1-1.10.jar | None |
| UCHI | jehc | 1.3.1 | jehc-1.12-1.3.1.jar | None |
| UCHI | jeiintegration | 1.4.2.31 | jeiintegration_1.12.1-1.4.2.31.jar | None |
| UCHI | jepb | 1.2.1 | jepb-1.12-1.2.1.jar | None |
| UCHI | journeymap | 1.12.1-5.5.0 | journeymap-1.12.1-5.5.0.jar | None |
| UCHI | jeresources | 0.8.3.23 | JustEnoughResources-1.12-0.8.3.23.jar | None |
| UCHI | kc | 1.12 | knobcontrol-1.12-4.0.16.jar | None |
| UCHI | levelup2 | ${version} | Level Up! 2-1.1.6-1.12.jar | None |
| UCHI | longfallboots | 1.2.1a | longfallboots-1.2.1a.jar | None |
| UCHI | lostcities | 1.0.1 | lostcities-1.12-1.0.1.jar | None |
| UCHI | magicalmap | 2.2.0 | Magical Map-1.12-2.2.0.jar | None |
| UCHI | modelloader | 1.0.5 | modelloader-1.0.5.jar | None |
| UCHI | magneticraft | 2.0.2 | Magneticraft_1.12-2.0.2.jar | None |
| UCHI | radixcore | 1.12.x-2.2.1 | RadixCore-1.12.x-2.2.1-universal.jar | None |
| UCHI | mca | 1.12.2-5.3.1 | MCA-1.12.x-5.3.1-universal.jar | None |
| UCHI | mekanismgenerators | 9.4.1 | MekanismGenerators-1.12.1-9.4.1.326.jar | None |
| UCHI | mekanismtools | 9.4.1 | MekanismTools-1.12.1-9.4.1.326.jar | None |
| UCHI | minecolonies | 1.12.1-0.8.4075 | minecolonies-universal-1.12.1-0.8.4075.jar | None |
| UCHI | minewatch | 3.3.2 | Minewatch-1.12.1-3.3.2.jar | None |
| UCHI | storagedrawers | 1.12-5.2.5 | StorageDrawers-1.12.1-5.3.3.jar | None |
| UCHI | refinedstorage | 1.5.18 | refinedstorage-1.5.18.jar | None |
| UCHI | moartinkers | 0.5.4 | moartinkers-0.5.4.jar | None |
| UCHI | mob_grinding_utils | 0.3.2 | MobGrindingUtils-0.3.2.jar | None |
| UCHI | modeltrains | 1.2.1 | modeltrains-1.2.1.jar | None |
| UCHI | ueri | included-1.0.1 | modeltrains-1.2.1.jar | None |
| UCHI | mousetweaks | 2.8 | MouseTweaks-2.8-mc1.12.1.jar | None |
| UCHI | multimine | 1.5.7 | MultiMine-1.12.1.jar | None |
| UCHI | natura | 1.12-4.3.0.17 | Natura-1.12-4.3.0.17.jar | None |
| UCHI | neat | 1.4-15 | Neat 1.4-15.jar | None |
| UCHI | netherportalfix | 1.0 | NetherPortalFix_1.12-5.3.1.jar | None |
| UCHI | nofist | 6.2.0.0 | nofist-1.12.1-6.2.0.0.jar | None |
| UCHI | neid | 1.5.4.2 | NotEnoughIDs-1.5.4.2.jar | None |
| UCHI | oreberries | 0.3.2 | oreberries-1.12.x-0.3.2.jar | None |
| UCHE | plants2 | 2.0.1 | Plants-2.0.1.jar | None |
| UCHI | shetiphiancore | 3.5.2 | shetiphiancore-1.12.0-3.5.2.jar | None |
| UCHI | platforms | 1.4.0.1 | platforms-1.12.0-1.4.0.1.jar | None |
| UCHI | tesla | 1.0.62 | Tesla-1.12.2-1.0.62.jar | d476d1b22b218a10d845928d1665d45fce301b27 |
| UCHI | plustic | 6.3.1.2 | plustic-6.3.1.2.jar | None |
| UCHI | pmdumper | 2.0.2 | pmdumper-1.12.1-2.0.2.jar | None |
| UCHI | roguelike | 1.7.2 | RoguelikeDungeons-1.12.2-1.7.2.jar | None |
| UCHI | primal | 0.5.13 | PrimalCore-1.12.2-0.5.13.jar | 67a0e286dc0d4b502f3c92ac20b953517b52d0a9 |
| UCHI | cobwebs | 1.0.3 | realistic-cobwebs-1.12.1-1.0.3.jar | None |
| UCHI | reborncore | 3.4.4.120 | RebornCore-1.12.2-3.4.4.120-universal.jar | 8727a3141c8ec7f173b87aa78b9b9807867c4e6b |
| UCHI | rebornstorage | 1.0.0 | RebornStorage-1.12-2.0.1.6.jar | None |
| UCHI | recycler | 1.4.8 | recycler-1.4.8-1.12.0.jar | None |
| UCHI | refinedstorageaddons | 0.1.1 | refinedstorageaddons-0.1.1.jar | None |
| UCHI | rflux | 0.1.2 | rflux-1.12-0.1.2.jar | None |
| UCHI | rftools | 6.13 | rftools-1.12-6.13.jar | None |
| UCHI | rftoolscontrol | 1.6.8 | rftoolsctrl-1.12-1.6.8.jar | None |
| UCHI | rftoolsdim | 5.05 | rftoolsdim-1.12-5.05.jar | None |
| UCHI | roots | 0.103 | roots-2-0.103.jar | None |
| UCHI | rustic | 0.4.2.1 | rustic-0.4.3.jar | None |
| UCHI | scannable | 1.6.2.13 | Scannable-MC1.12-1.6.2.13.jar | None |
| UCHI | shadowmc | 3.8.0 | ShadowMC-1.12-3.8.0.jar | None |
| UCHI | soundfilters | 0.10_for_1.12 | SoundFilters-0.10_for_1.12.jar | None |
| UCHI | spartanshields | 1.3a | SpartanShields-1.12-1.3a.jar | None |
| UCHI | spiceoflife | 1.3.10 | SpiceOfLife-mc1.12-1.3.10.jar | None |
| UCHI | stevescarts | ${version} | StevesCarts-1.12.2-2.4.10.49.jar | None |
| UCHI | stg | 1.12-1.2.1 | stg-1.12-1.2.1.jar | None |
| UCHI | tellme | 0.5.4 | tellme-1.12.1-0.5.4.jar | 2b03e1423915a189b8094816baa18f239d576dff |
| UCHI | tinkersaddons | 1.0.7 | Tinkers' Addons-1.12.1-1.0.7.jar | None |
| UCHI | tcomplement | ${version} | TinkersComplement-1.12.1-0.2.1.jar | None |
| UCHI | tinkertoolleveling | 1.12-1.0.2b.DEV.1a79301 | TinkerToolLeveling-1.12-1.0.2b.jar | None |
| UCHI | tp | 1.12 | tinyprogressions-1.12-3.2.6.jar | None |
| UCHI | tombstone | 1.3.7 | tombstone-1.3.7-1.12.jar | None |
| UCHI | toolbelt | 1.7.1 | ToolBelt-1.12.0-1.7.1.jar | None |
| UCHI | torochess | 1.12.1-2 | torochess-1.12.1-2.jar | None |
| UCHI | underwaterutilities | @VERSION@ | UnderwaterUtilities-1.12-1.3.3.jar | None |
| UCHI | unlimitedchiselworks | 0.1.5 | UnlimitedChiselWorks-0.1.5.jar | None |
| UCHI | vials | 1.2.1.1 | Vials-MC1.12-1.2.1.1.jar | None |
| UCHI | wailaharvestability | 1.1.12 | WailaHarvestability-mc1.12-1.1.12.jar | None |
| UCHI | waterstrainer | 3.2.0 | WaterStrainer-1.12-3.2.0.jar | None |
| UCHI | wawla | 2.5.244 | Wawla-1.12.2-2.5.244.jar | d476d1b22b218a10d845928d1665d45fce301b27 |
| UCHI | waystones | 4.0.15 | Waystones_1.12.1-4.0.15.jar | None |
| UCHI | weather2 | 1.12.1-2.5.4 | weather2-1.12.1-2.5.4.jar | None |
| UCHI | wit | 1.0.25 | WIT-1.12-1.0.25-44.jar | None |
| UCHI | xnet | 1.4.0 | xnet-1.12-1.4.0.jar | None |
| UCHI | xtones | 1.12-1.0.6-9 | Xtones-1.12-1.0.6-9.jar | None |
| UCHI | zombieawareness | 1.12.1-1.11.10 | zombieawareness-1.12.1-1.11.10.jar | None |
| UCHI | adfinders | 1.12-2.0.2.0 | AdFinders-1.12-2.0.2.0-build.0014.jar | None |
| UCHI | elulib | 0.1.7 | elulib-0.1.7.jar | None |
| UCHI | gravelores | 1.3 | gravelores-1.7b.jar | None |
| UCHI | librarianliblate | 4.0 | librarianlib-4.0.jar | None |
Loaded coremods (and transformers):
BetterSprintingCore (BetterSprinting MC-1.12.2 v2.1.0.jar)
chylex.bettersprinting.system.core.TransformerEntityPlayerSP
Do not report to Forge! Remove FoamFixAPI (or replace with FoamFixAPI-Lawful) and try again. (foamfix-0.8.0-1.12-anarchy.jar)
pl.asie.foamfix.coremod.FoamFixTransformer
LoadingPlugin (AdFinders-1.12-2.0.2.0-build.0014.jar)
com.endertech.minecraft.mods.adfinders.core.RenderTransformer
ForgelinPlugin (Forgelin-1.5.1.jar)
MMFMLCorePlugin (MultiMine-1.12.1.jar)
atomicstryker.multimine.common.fmlmagic.MMTransformer
AppleCore (AppleCore-mc1.12.2-2.2.2.jar)
squeek.applecore.asm.TransformerModuleHandler
DLFMLCorePlugin (DynamicLights-1.12.1.jar)
atomicstryker.dynamiclights.common.DLTransformer
CTMCorePlugin (CTM-MC1.12-0.2.3.9.jar)
team.chisel.ctm.client.asm.CTMTransformer
Plugin (NotEnoughIDs-1.5.4.2.jar)
ru.fewizz.neid.asm.Transformer
DynamicSurroundingsCore (DynamicSurroundings-1.12.2-3.4.7.2.jar)
org.blockartistry.DynSurround.asm.Transformer
DummyPlugin (ForgeEndertech-1.12-3.0.1.0-build.0012.jar)
BetterFontsCore (TTFR-1.12.1-1.9.1.jar)
cubex2.ttfr.BFClassTransformer
ComfortsLoadingPlugin (comforts-1.12.2-0.0.2.jar)
c4.comforts.asm.SleepTransformer
FMLPlugin (albedo-0.1.2.jar)
elucent.albedo.asm.ASMTransformer
LibrarianLib Plugin (librarianlib-4.0.jar)
com.teamwizardry.librarianlib.asm.LibLibTransformer
LoadingPlugin (Quark-r1.3-110.jar)
vazkii.quark.base.asm.ClassTransformer
ShetiPhian-ASM (shetiphiancore-1.12.0-3.5.2.jar)
shetiphian.asm.ClassTransformer
MovingWorldCore (movingworld-1.12-6.342-full.jar)
BetterFoliageLoader (BetterFoliage-MC1.12-2.1.10.jar)
mods.betterfoliage.loader.BetterFoliageTransformer
GL info: ' Vendor: 'NVIDIA Corporation' Version: '4.5.0 NVIDIA 385.69' Renderer: 'GeForce GTX 980 Ti/PCIe/SSE2'
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)
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/tcomplement loaded Pulses:
- ModuleCommons (Enabled/Forced)
- ModuleFeature (Enabled/Not Forced)
- CeramicsPlugin (Enabled/Not Forced)
RebornCore:
Plugin Engine: 0
RebornCore Version: 3.4.4.120
Runtime Debofucsation 1
RenderEngine: 1
OptiFine Version: OptiFine_1.12.2_HD_U_C5
Render Distance Chunks: 12
Mipmaps: 4
Anisotropic Filtering: 1
Antialiasing: 0
Multitexture: false
Shaders: null
OpenGlVersion: 4.5.0 NVIDIA 385.69
OpenGlRenderer: GeForce GTX 980 Ti/PCIe/SSE2
OpenGlVendor: NVIDIA Corporation
CpuCount: 8
======================================
Follow up... After getting in touch with the "Tiny Progressions" Dev,
the tinyprogressions-1.12-3.2.7 - Beta version released on 09-28-2017 resolves this issue.
Yeah. Its tiny progressions' fault, mezz said he told kashdeya already, so its known. Its caused by TP printing the name of every itemstack added to oredict