I'm playing on a 1.12.2 custom modpack and the game works, but if any large even occurs in game, (I die, or an effect turns the time from day to night instantly, or something like that) the sky breaks, making the far render for the sky (that part that is supposed to be light blue when its daylight, then turn orange at sunset and then black at night with no stars) it turns that into a perpetual twilight, an orange-black color that isn't natural. if I turn off the sky completely, that color is the whole sky, making it seem like the sun is about to crash into the earth. The first picture 2018-04-29_22.22.20 is what the sky usually looks like, the second _13.22.48 is what the sky looks like when its broken but i still have the sky on, and the last picture _13.24.07 is what it looks like with the sky off, with a picture of the sun. If i reload the world, it fixes the problem for a little while, but then it appears again, if i completely reload the modpack, it fixes it until another great event occurs. I am running Optifine 1.12.2_HD_U_1, with forge 14.23.2.2654
If you need a mod list, i will be happy to provide one
Discovering other minor details about the pack... one crash with Taiga and trying to put TC tools in the Tool forge, (i fixed by removing Taiga till they release a fixed version) and another crash which happened while i was in the twilight forest,
---- Minecraft Crash Report ----
WARNING: coremods are present:
LoadingPlugin (LootingModMC1.12.2-1.1.jar)
CTMCorePlugin (CTM-MC1.12-0.2.3.12.jar)
TheBetweenlandsLoadingPlugin (TheBetweenlands-3.3.6-core.jar)
HammerCoreCore (HammerCore-1.12.2-1.9.8.1.jar)
LoadingPlugin (Bloodmoon-MC1.12.2-1.5.3.jar)
CoreMod (Aroma1997Core-1.12.2-1.3.0.2.jar)
Do not report to Forge! Remove FoamFixAPI (or replace with FoamFixAPI-Lawful) and try again. (foamfix-0.9.6-1.12.2-anarchy.jar)
Inventory Tweaks Coremod (InventoryTweaks-1.63.jar)
AppleCore (AppleCore-mc1.12.2-3.1.1.jar)
IvToolkit (IvToolkit-1.3.3-1.12.jar)
IELoadingPlugin (ImmersiveEngineering-0.12-81-core.jar)
IELoadingPlugin (ImmersiveEngineering-0.12-80-core.jar)
EnderCorePlugin (EnderCore-1.12.2-0.5.18.jar)
Contact their authors BEFORE contacting forge
// Uh... Did I do that?
Time: 5/5/18 7:22 PM
Description:
Ticking entity
java.util.ConcurrentModificationException
at java.util.ArrayList$Itr.checkForComodification(ArrayList.java:901)
at java.util.ArrayList$Itr.next(ArrayList.java:851)
at net.minecraft.world.chunk.Chunk.func_177430_a(Chunk.java:932)
at net.minecraft.world.World.func_175647_a(World.java:3078)
at funwayguy.epicsiegemod.ai.ESM_EntityAINearestAttackableTarget.func_75250_a(ESM_EntityAINearestAttackableTarget.java:76)
at net.minecraft.entity.ai.EntityAITasks.func_75774_a(SourceFile:94)
at net.minecraft.entity.EntityLiving.func_70626_be(EntityLiving.java:880)
at net.minecraft.entity.EntityLivingBase.func_70636_d(EntityLivingBase.java:2350)
at net.minecraft.entity.EntityLiving.func_70636_d(EntityLiving.java:678)
at net.minecraft.entity.EntityAgeable.func_70636_d(EntityAgeable.java:178)
at net.minecraft.entity.passive.EntityAnimal.func_70636_d(SourceFile:43)
at mod.akrivus.mob_mash.entity.EntityCrocoduck.func_70636_d(EntityCrocoduck.java:151)
at net.minecraft.entity.EntityLivingBase.func_70071_h_(EntityLivingBase.java:2170)
at net.minecraft.entity.EntityLiving.func_70071_h_(EntityLiving.java:377)
at mod.akrivus.mob_mash.entity.EntityCrocoduck.func_70071_h_(EntityCrocoduck.java:125)
at net.minecraft.world.World.func_72866_a(World.java:1990)
at net.minecraft.world.WorldServer.func_72866_a(WorldServer.java:832)
at net.minecraft.world.World.func_72870_g(World.java:1952)
at net.minecraft.world.World.func_72939_s(World.java:1756)
at net.minecraft.world.WorldServer.func_72939_s(WorldServer.java:613)
at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:765)
at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:666)
at net.minecraft.server.integrated.IntegratedServer.func_71217_p(IntegratedServer.java:252)
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:524)
at java.lang.Thread.run(Thread.java:745)
A detailed walkthrough of the error, its code path and all known details is as follows:
---------------------------------------------------------------------------------------
-- Head --
Thread: Server thread
Stacktrace:
at java.util.ArrayList$Itr.checkForComodification(ArrayList.java:901)
at java.util.ArrayList$Itr.next(ArrayList.java:851)
at net.minecraft.world.chunk.Chunk.func_177430_a(Chunk.java:932)
at net.minecraft.world.World.func_175647_a(World.java:3078)
at funwayguy.epicsiegemod.ai.ESM_EntityAINearestAttackableTarget.func_75250_a(ESM_EntityAINearestAttackableTarget.java:76)
at net.minecraft.entity.ai.EntityAITasks.func_75774_a(SourceFile:94)
at net.minecraft.entity.EntityLiving.func_70626_be(EntityLiving.java:880)
at net.minecraft.entity.EntityLivingBase.func_70636_d(EntityLivingBase.java:2350)
at net.minecraft.entity.EntityLiving.func_70636_d(EntityLiving.java:678)
at net.minecraft.entity.EntityAgeable.func_70636_d(EntityAgeable.java:178)
at net.minecraft.entity.passive.EntityAnimal.func_70636_d(SourceFile:43)
at mod.akrivus.mob_mash.entity.EntityCrocoduck.func_70636_d(EntityCrocoduck.java:151)
at net.minecraft.entity.EntityLivingBase.func_70071_h_(EntityLivingBase.java:2170)
at net.minecraft.entity.EntityLiving.func_70071_h_(EntityLiving.java:377)
at mod.akrivus.mob_mash.entity.EntityCrocoduck.func_70071_h_(EntityCrocoduck.java:125)
at net.minecraft.world.World.func_72866_a(World.java:1990)
at net.minecraft.world.WorldServer.func_72866_a(WorldServer.java:832)
at net.minecraft.world.World.func_72870_g(World.java:1952)
-- Entity being ticked --
Details:
Entity Type: mob_mash:crocoduck (mod.akrivus.mob_mash.entity.EntityCrocoduck)
Entity ID: 121961
Entity Name: Crocoduck
Entity's Exact location: 1942.50, 31.00, -91.50
Entity's Block location: World: (1942,31,-92), Chunk: (at 6,1,4 in 121,-6; contains blocks 1936,0,-96 to 1951,255,-81), Region: (3,-1; contains chunks 96,-32 to 127,-1, blocks 1536,0,-512 to 2047,255,-1)
Entity's Momentum: 0.00, -0.08, 0.00
Entity's Passengers: []
Entity's Vehicle: ~~ERROR~~ NullPointerException: null
Stacktrace:
at net.minecraft.world.World.func_72939_s(World.java:1756)
at net.minecraft.world.WorldServer.func_72939_s(WorldServer.java:613)
-- Affected level --
Details:
Level name: Mobs Survival
All players: 1 total; [EntityPlayerMP['Chris_The_Lion'/84828, l='Mobs Survival', x=1810.15, y=32.00, z=13.68]]
Chunk stats: ServerChunkCache: 543 Drop: 0
Level seed: 6387682202978931376
Level generator: ID 00 - default, ver 1. Features enabled: false
Level generator options:
Level spawn location: World: (0,0,0), Chunk: (at 0,0,0 in 0,0; contains blocks 0,0,0 to 15,255,15), Region: (0,0; contains chunks 0,0 to 31,31, blocks 0,0,0 to 511,255,511)
Level time: 0 game time, 0 day time
Level dimension: 0
Level storage version: 0x00000 - Unknown?
Level weather: Rain time: 0 (now: false), thunder time: 0 (now: false)
Level game mode: ~~ERROR~~ NullPointerException: null
Stacktrace:
at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:765)
at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:666)
at net.minecraft.server.integrated.IntegratedServer.func_71217_p(IntegratedServer.java:252)
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:524)
at java.lang.Thread.run(Thread.java:745)
-- System Details --
Details:
Minecraft Version: 1.12.2
Operating System: Windows 10 (amd64) version 10.0
Java Version: 1.8.0_25, Oracle Corporation
Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
Memory: 2805266472 bytes (2675 MB) / 6052904960 bytes (5772 MB) up to 6442450944 bytes (6144 MB)
JVM Flags: 4 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xmx6912m -Xms256m -XX:PermSize=256m
IntCache: cache: 0, tcache: 0, allocated: 1, tallocated: 38
FML: MCP 9.42 Powered by Forge 14.23.3.2678 Optifine OptiFine_1.12.2_HD_U_D1 168 mods loaded, 168 mods active
States: 'U' = Unloaded 'L' = Loaded 'C' = Constructed 'H' = Pre-initialized 'I' = Initialized 'J' = Post-initialized 'A' = Available 'D' = Disabled 'E' = Errored
RebornCore:
Plugin Engine: 0
RebornCore Version: 3.8.0.264
Runtime Debofucsation 1
RenderEngine: 1
Ender IO: Found the following problem(s) with your installation (That does NOT mean that Ender IO caused the crash or was involved in it in any way. We add this information to help finding common problems, not as an invitation to post any crash you encounter to Ender IO's issue tracker. Always check the stack trace above to see which mod is most likely failing.):
* Optifine is installed. This is NOT supported.
This may (look up the meaning of 'may' in the dictionary if you're not sure what it means) have caused the error. Try reproducing the crash WITHOUT this/these mod(s) before reporting it.
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
!!!You are looking at the diagnostics information, not at the crash. !!!
!!!Scroll up until you see the line with '---- Minecraft Crash Report ----'!!!
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
I have no idea what caused it, other than me being in the Twilight forest, i think the crash was a once-off and wont happen again, but this could be used for someones bug reporter i'm sure.
Rollback Post to RevisionRollBack
To post a comment, please login or register a new account.
I'm playing on a 1.12.2 custom modpack and the game works, but if any large even occurs in game, (I die, or an effect turns the time from day to night instantly, or something like that) the sky breaks, making the far render for the sky (that part that is supposed to be light blue when its daylight, then turn orange at sunset and then black at night with no stars) it turns that into a perpetual twilight, an orange-black color that isn't natural. if I turn off the sky completely, that color is the whole sky, making it seem like the sun is about to crash into the earth. The first picture 2018-04-29_22.22.20 is what the sky usually looks like, the second _13.22.48 is what the sky looks like when its broken but i still have the sky on, and the last picture _13.24.07 is what it looks like with the sky off, with a picture of the sun. If i reload the world, it fixes the problem for a little while, but then it appears again, if i completely reload the modpack, it fixes it until another great event occurs. I am running Optifine 1.12.2_HD_U_1, with forge 14.23.2.2654
If you need a mod list, i will be happy to provide one
Thanks
Discovering other minor details about the pack... one crash with Taiga and trying to put TC tools in the Tool forge, (i fixed by removing Taiga till they release a fixed version) and another crash which happened while i was in the twilight forest,
---- Minecraft Crash Report ----
WARNING: coremods are present:
LoadingPlugin (LootingModMC1.12.2-1.1.jar)
CTMCorePlugin (CTM-MC1.12-0.2.3.12.jar)
TheBetweenlandsLoadingPlugin (TheBetweenlands-3.3.6-core.jar)
HammerCoreCore (HammerCore-1.12.2-1.9.8.1.jar)
LoadingPlugin (Bloodmoon-MC1.12.2-1.5.3.jar)
CoreMod (Aroma1997Core-1.12.2-1.3.0.2.jar)
Do not report to Forge! Remove FoamFixAPI (or replace with FoamFixAPI-Lawful) and try again. (foamfix-0.9.6-1.12.2-anarchy.jar)
Inventory Tweaks Coremod (InventoryTweaks-1.63.jar)
AppleCore (AppleCore-mc1.12.2-3.1.1.jar)
IvToolkit (IvToolkit-1.3.3-1.12.jar)
IELoadingPlugin (ImmersiveEngineering-0.12-81-core.jar)
IELoadingPlugin (ImmersiveEngineering-0.12-80-core.jar)
EnderCorePlugin (EnderCore-1.12.2-0.5.18.jar)
Contact their authors BEFORE contacting forge
// Uh... Did I do that?
Time: 5/5/18 7:22 PM
Description:
Ticking entity
java.util.ConcurrentModificationException
at java.util.ArrayList$Itr.checkForComodification(ArrayList.java:901)
at java.util.ArrayList$Itr.next(ArrayList.java:851)
at net.minecraft.world.chunk.Chunk.func_177430_a(Chunk.java:932)
at net.minecraft.world.World.func_175647_a(World.java:3078)
at funwayguy.epicsiegemod.ai.ESM_EntityAINearestAttackableTarget.func_75250_a(ESM_EntityAINearestAttackableTarget.java:76)
at net.minecraft.entity.ai.EntityAITasks.func_75774_a(SourceFile:94)
at net.minecraft.entity.EntityLiving.func_70626_be(EntityLiving.java:880)
at net.minecraft.entity.EntityLivingBase.func_70636_d(EntityLivingBase.java:2350)
at net.minecraft.entity.EntityLiving.func_70636_d(EntityLiving.java:678)
at net.minecraft.entity.EntityAgeable.func_70636_d(EntityAgeable.java:178)
at net.minecraft.entity.passive.EntityAnimal.func_70636_d(SourceFile:43)
at mod.akrivus.mob_mash.entity.EntityCrocoduck.func_70636_d(EntityCrocoduck.java:151)
at net.minecraft.entity.EntityLivingBase.func_70071_h_(EntityLivingBase.java:2170)
at net.minecraft.entity.EntityLiving.func_70071_h_(EntityLiving.java:377)
at mod.akrivus.mob_mash.entity.EntityCrocoduck.func_70071_h_(EntityCrocoduck.java:125)
at net.minecraft.world.World.func_72866_a(World.java:1990)
at net.minecraft.world.WorldServer.func_72866_a(WorldServer.java:832)
at net.minecraft.world.World.func_72870_g(World.java:1952)
at net.minecraft.world.World.func_72939_s(World.java:1756)
at net.minecraft.world.WorldServer.func_72939_s(WorldServer.java:613)
at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:765)
at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:666)
at net.minecraft.server.integrated.IntegratedServer.func_71217_p(IntegratedServer.java:252)
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:524)
at java.lang.Thread.run(Thread.java:745)
A detailed walkthrough of the error, its code path and all known details is as follows:
---------------------------------------------------------------------------------------
-- Head --
Thread: Server thread
Stacktrace:
at java.util.ArrayList$Itr.checkForComodification(ArrayList.java:901)
at java.util.ArrayList$Itr.next(ArrayList.java:851)
at net.minecraft.world.chunk.Chunk.func_177430_a(Chunk.java:932)
at net.minecraft.world.World.func_175647_a(World.java:3078)
at funwayguy.epicsiegemod.ai.ESM_EntityAINearestAttackableTarget.func_75250_a(ESM_EntityAINearestAttackableTarget.java:76)
at net.minecraft.entity.ai.EntityAITasks.func_75774_a(SourceFile:94)
at net.minecraft.entity.EntityLiving.func_70626_be(EntityLiving.java:880)
at net.minecraft.entity.EntityLivingBase.func_70636_d(EntityLivingBase.java:2350)
at net.minecraft.entity.EntityLiving.func_70636_d(EntityLiving.java:678)
at net.minecraft.entity.EntityAgeable.func_70636_d(EntityAgeable.java:178)
at net.minecraft.entity.passive.EntityAnimal.func_70636_d(SourceFile:43)
at mod.akrivus.mob_mash.entity.EntityCrocoduck.func_70636_d(EntityCrocoduck.java:151)
at net.minecraft.entity.EntityLivingBase.func_70071_h_(EntityLivingBase.java:2170)
at net.minecraft.entity.EntityLiving.func_70071_h_(EntityLiving.java:377)
at mod.akrivus.mob_mash.entity.EntityCrocoduck.func_70071_h_(EntityCrocoduck.java:125)
at net.minecraft.world.World.func_72866_a(World.java:1990)
at net.minecraft.world.WorldServer.func_72866_a(WorldServer.java:832)
at net.minecraft.world.World.func_72870_g(World.java:1952)
-- Entity being ticked --
Details:
Entity Type: mob_mash:crocoduck (mod.akrivus.mob_mash.entity.EntityCrocoduck)
Entity ID: 121961
Entity Name: Crocoduck
Entity's Exact location: 1942.50, 31.00, -91.50
Entity's Block location: World: (1942,31,-92), Chunk: (at 6,1,4 in 121,-6; contains blocks 1936,0,-96 to 1951,255,-81), Region: (3,-1; contains chunks 96,-32 to 127,-1, blocks 1536,0,-512 to 2047,255,-1)
Entity's Momentum: 0.00, -0.08, 0.00
Entity's Passengers: []
Entity's Vehicle: ~~ERROR~~ NullPointerException: null
Stacktrace:
at net.minecraft.world.World.func_72939_s(World.java:1756)
at net.minecraft.world.WorldServer.func_72939_s(WorldServer.java:613)
-- Affected level --
Details:
Level name: Mobs Survival
All players: 1 total; [EntityPlayerMP['Chris_The_Lion'/84828, l='Mobs Survival', x=1810.15, y=32.00, z=13.68]]
Chunk stats: ServerChunkCache: 543 Drop: 0
Level seed: 6387682202978931376
Level generator: ID 00 - default, ver 1. Features enabled: false
Level generator options:
Level spawn location: World: (0,0,0), Chunk: (at 0,0,0 in 0,0; contains blocks 0,0,0 to 15,255,15), Region: (0,0; contains chunks 0,0 to 31,31, blocks 0,0,0 to 511,255,511)
Level time: 0 game time, 0 day time
Level dimension: 0
Level storage version: 0x00000 - Unknown?
Level weather: Rain time: 0 (now: false), thunder time: 0 (now: false)
Level game mode: ~~ERROR~~ NullPointerException: null
Stacktrace:
at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:765)
at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:666)
at net.minecraft.server.integrated.IntegratedServer.func_71217_p(IntegratedServer.java:252)
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:524)
at java.lang.Thread.run(Thread.java:745)
-- System Details --
Details:
Minecraft Version: 1.12.2
Operating System: Windows 10 (amd64) version 10.0
Java Version: 1.8.0_25, Oracle Corporation
Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
Memory: 2805266472 bytes (2675 MB) / 6052904960 bytes (5772 MB) up to 6442450944 bytes (6144 MB)
JVM Flags: 4 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xmx6912m -Xms256m -XX:PermSize=256m
IntCache: cache: 0, tcache: 0, allocated: 1, tallocated: 38
FML: MCP 9.42 Powered by Forge 14.23.3.2678 Optifine OptiFine_1.12.2_HD_U_D1 168 mods loaded, 168 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 |
|:-------------- |:-------------------------- |:------------------------------ |:------------------------------------------------- |:---------------------------------------- |
| UCHIJAAAAAAAAA | minecraft | 1.12.2 | minecraft.jar | None |
| UCHIJAAAAAAAAA | mcp | 9.42 | minecraft.jar | None |
| UCHIJAAAAAAAAA | FML | 8.0.99.99 | forge-1.12.2-14.23.3.2678.jar | e3c3d50c7c986df74c645c0ac54639741c90a557 |
| UCHIJAAAAAAAAA | forge | 14.23.3.2678 | forge-1.12.2-14.23.3.2678.jar | e3c3d50c7c986df74c645c0ac54639741c90a557 |
| UCHIJAAAAAAAAA | ivtoolkit | 1.3.3-1.12 | minecraft.jar | None |
| UCHIJAAAAAAAAA | foamfixcore | 7.7.4 | minecraft.jar | None |
| UCHIJAAAAAAAAA | gobblecore | 1.12-0.1.6.35 | GobbleCore-1.12-0.1.6.35.jar | None |
| UCHIJAAAAAAAAA | charcoalblock | 1.1 | A Block of Charcoal-1.1.jar | None |
| UCHIJAAAAAAAAA | actuallyadditions | 1.12.2-r133 | ActuallyAdditions-1.12.2-r133.jar | None |
| UCHIJAAAAAAAAA | baubles | 1.5.2 | Baubles-1.12-1.5.2.jar | None |
| UCHIJAAAAAAAAA | actuallybaubles | 1.1 | ActuallyBaubles-1.12-1.1.jar | None |
| UCHIJAAAAAAAAA | applecore | 3.1.1 | AppleCore-mc1.12.2-3.1.1.jar | None |
| UCHIJAAAAAAAAA | jei | 4.8.5.159 | jei_1.12.2-4.8.5.159.jar | None |
| UCHIJAAAAAAAAA | appleskin | 1.0.9 | AppleSkin-mc1.12-1.0.9.jar | None |
| UCHIJAAAAAAAAA | appliedenergistics2 | rv5-stable-11 | appliedenergistics2-rv5-stable-11.jar | None |
| UCHIJAAAAAAAAA | aroma1997core | 1.3.0.2 | Aroma1997Core-1.12.2-1.3.0.2.jar | dfbfe4c473253d8c5652417689848f650b2cbe32 |
| UCHIJAAAAAAAAA | aroma1997sdimension | 1.3.0.0.b37 | Aroma1997s-Dimensional-World-1.12-1.3.0.0.b37.jar | None |
| UCHIJAAAAAAAAA | morphtool | 1.2-16 | Morph-o-Tool-1.2-16.jar | None |
| UCHIJAAAAAAAAA | autoreglib | 1.3-16 | AutoRegLib-1.3-16.jar | None |
| UCHIJAAAAAAAAA | bno | 1.12.2-1.0.0.0 | BasicNetherOres-1.12.2-1.0.0.0.jar | None |
| UCHIJAAAAAAAAA | betterbuilderswands | 0.11.1 | BetterBuildersWands-1.12-0.11.1.245+69d0d70.jar | None |
| UCHIJAAAAAAAAA | bibliocraft | 2.4.3 | BiblioCraft[v2.4.3][MC1.12.0].jar | None |
| UCHIJAAAAAAAAA | biomesoplenty | 7.0.1.2325 | BiomesOPlenty-1.12.2-7.0.1.2325-universal.jar | None |
| UCHIJAAAAAAAAA | bloodmoon | 1.5.3 | Bloodmoon-MC1.12.2-1.5.3.jar | d72e0dd57935b3e9476212aea0c0df352dd76291 |
| UCHIJAAAAAAAAA | bookshelf | 2.3.537 | Bookshelf-1.12.2-2.3.537.jar | d476d1b22b218a10d845928d1665d45fce301b27 |
| UCHIJAAAAAAAAA | botania | r1.10-353 | Botania+r1.10-353.jar | None |
| UCHIJAAAAAAAAA | codechickenlib | 3.1.7.340 | CodeChickenLib-1.12.2-3.1.7.340-universal.jar | f1850c39b2516232a2108a7bd84d1cb5df93b261 |
| UCHIJAAAAAAAAA | redstoneflux | 2.0.1 | RedstoneFlux-1.12-2.0.1.2-universal.jar | d4f1503fbacd9b9fb767720420c5395104239ec9 |
| UCHIJAAAAAAAAA | brandonscore | 2.4.0 | BrandonsCore-1.12-2.4.0.152-universal.jar | None |
| UCHIJAAAAAAAAA | buildcraftlib | 7.99.15 | buildcraft-7.99.15.jar | None |
| UCHIJAAAAAAAAA | buildcraftcore | 7.99.15 | buildcraft-7.99.15.jar | None |
| UCHIJAAAAAAAAA | buildcraftbuilders | 7.99.15 | buildcraft-7.99.15.jar | None |
| UCHIJAAAAAAAAA | buildcraftenergy | 7.99.15 | buildcraft-7.99.15.jar | None |
| UCHIJAAAAAAAAA | buildcraftfactory | 7.99.15 | buildcraft-7.99.15.jar | None |
| UCHIJAAAAAAAAA | buildcraftrobotics | 7.99.15 | buildcraft-7.99.15.jar | None |
| UCHIJAAAAAAAAA | buildcraftsilicon | 7.99.15 | buildcraft-7.99.15.jar | None |
| UCHIJAAAAAAAAA | buildcrafttransport | 7.99.15 | buildcraft-7.99.15.jar | None |
| UCHIJAAAAAAAAA | ic2 | 2.8.73-ex112 | industrialcraft-2-2.8.73-ex112.jar | de041f9f6187debbc77034a344134053277aa3b0 |
| UCHIJAAAAAAAAA | forestry | 5.8.0.263 | forestry_1.12.2-5.8.0.263.jar | None |
| UCHIJAAAAAAAAA | buildcraftcompat | 7.99.14 | buildcraft-compat-7.99.14.jar | None |
| UCHIJAAAAAAAAA | cd4017be_lib | 6.2.1 | CD4017BE_lib-1.12.2-6.2.1.jar | None |
| UCHIJAAAAAAAAA | chancecubes | 1.12.2-3.1.0.217 | ChanceCubes-1.12.2-3.1.0.217.jar | None |
| UCHIJAAAAAAAAA | ctm | MC1.12-0.2.3.12 | CTM-MC1.12-0.2.3.12.jar | None |
| UCHIJAAAAAAAAA | chisel | MC1.12.2-0.2.0.31 | Chisel-MC1.12.2-0.2.0.31.jar | None |
| UCHIJAAAAAAAAA | chiselsandbits | 14.16 | chiselsandbits-14.16.jar | None |
| UCHIJAAAAAAAAA | chunkpregenerator | 1.7 | Chunk Pregenerator V1.12-1.7.1.jar | None |
| UCHIJAAAAAAAAA | clib | 1.0.2.31 | CLib-1.0.2.31-universal.jar | None |
| UCHIJAAAAAAAAA | cofhcore | 4.4.1 | CoFHCore-1.12.2-4.4.1.12-universal.jar | None |
| UCHIJAAAAAAAAA | cofhworld | 1.1.1 | CoFHWorld-1.12.2-1.1.1.12-universal.jar | None |
| UCHIJAAAAAAAAA | cyclopscore | 0.11.5 | CyclopsCore-1.12.2-0.11.5.jar | bd0353b3e8a2810d60dd584e256e364bc3bedd44 |
| UCHIJAAAAAAAAA | colossalchests | 1.6.11 | ColossalChests-1.12.2-1.6.11.jar | bd0353b3e8a2810d60dd584e256e364bc3bedd44 |
| UCHIJAAAAAAAAA | cookingforblockheads | 6.3.26 | CookingForBlockheads_1.12.2-6.3.26.jar | None |
| UCHIJAAAAAAAAA | extendedrenderer | v1.0 | coroutil-1.12.1-1.1.24.jar | None |
| UCHIJAAAAAAAAA | coroutil | 1.12.1-1.1.24 | coroutil-1.12.1-1.1.24.jar | None |
| UCHIJAAAAAAAAA | configmod | v1.0 | coroutil-1.12.1-1.1.24.jar | None |
| UCHIJAAAAAAAAA | cucumber | 1.1.0 | cucumber-1.12-1.1.0.jar | None |
| UCHIJAAAAAAAAA | waila | 1.8.24 | Hwyla-1.8.24-B39_1.12.jar | None |
| UCHIJAAAAAAAAA | darkutils | 1.8.208 | DarkUtils-1.12.2-1.8.208.jar | d476d1b22b218a10d845928d1665d45fce301b27 |
| UCHIJAAAAAAAAA | eleccore | 1.8.434 | ElecCore-1.12.2-1.8.434.jar | None |
| UCHIJAAAAAAAAA | mcjtylib_ng | 2.6.7 | mcjtylib-1.12-2.6.7.jar | None |
| UCHIJAAAAAAAAA | deepresonance | 1.6.0 | deepresonance-1.12-1.6.0.jar | None |
| UCHIJAAAAAAAAA | dldungeonsjdg | 1.11.1 | DoomlikeDungeons-1.11.1-MC1.12.2.jar | None |
| UCHIJAAAAAAAAA | thermalfoundation | 2.4.1 | ThermalFoundation-1.12.2-2.4.1.15-universal.jar | 8a6abf2cb9e141b866580d369ba6548732eff25f |
| UCHIJAAAAAAAAA | draconicevolution | 2.3.10 | Draconic-Evolution-1.12-2.3.10.284-universal.jar | None |
| UCHIJAAAAAAAAA | endercore | 1.12.2-0.5.18 | EnderCore-1.12.2-0.5.18.jar | None |
| UCHIJAAAAAAAAA | thermalexpansion | 5.4.2 | ThermalExpansion-1.12.2-5.4.2.27-universal.jar | 8a6abf2cb9e141b866580d369ba6548732eff25f |
| UCHIJAAAAAAAAA | enderio | 5.0.22 | EnderIO-1.12.2-5.0.22.jar | None |
| UCHIJAAAAAAAAA | enderiointegrationtic | 5.0.22 | EnderIO-1.12.2-5.0.22.jar | None |
| UCHIJAAAAAAAAA | enderiobase | 5.0.22 | EnderIO-1.12.2-5.0.22.jar | None |
| UCHIJAAAAAAAAA | enderioconduits | 5.0.22 | EnderIO-1.12.2-5.0.22.jar | None |
| UCHIJAAAAAAAAA | enderiointegrationforestry | 5.0.22 | EnderIO-1.12.2-5.0.22.jar | None |
| UCHIJAAAAAAAAA | mantle | 1.12-1.3.2.24 | Mantle-1.12-1.3.2.24.jar | None |
| UCHIJAAAAAAAAA | tconstruct | 1.12.2-2.9.1.65 | TConstruct-1.12.2-2.9.1.65.jar | None |
| UCHIJAAAAAAAAA | enderiointegrationticlate | 5.0.22 | EnderIO-1.12.2-5.0.22.jar | None |
| UCHIJAAAAAAAAA | ichunutil | 7.1.4 | iChunUtil-1.12.2-7.1.4.jar | None |
| UCHIJAAAAAAAAA | ftblib | 5.0.1.15 | FTBLib-5.0.1.15.jar | None |
| UCHIJAAAAAAAAA | enderiomachines | 5.0.22 | EnderIO-1.12.2-5.0.22.jar | None |
| UCHIJAAAAAAAAA | enderiopowertools | 5.0.22 | EnderIO-1.12.2-5.0.22.jar | None |
| UCHIJAAAAAAAAA | enderstorage | 2.4.2.126 | EnderStorage-1.12.2-2.4.2.126-universal.jar | f1850c39b2516232a2108a7bd84d1cb5df93b261 |
| UCHIJAAAAAAAAA | valkyrielib | 1.12.2-2.0.9b | valkyrielib-1.12.2-2.0.9b.jar | None |
| UCHIJAAAAAAAAA | environmentaltech | 1.12.2-2.0.9c | environmentaltech-1.12.2-2.0.9c.jar | None |
| UCHIJAAAAAAAAA | epicsiegemod | 13.160 | EpicSiegeMod-13.160.jar | None |
| UCHIJAAAAAAAAA | evilcraft | 0.10.53 | EvilCraft-1.12.2-0.10.53.jar | bd0353b3e8a2810d60dd584e256e364bc3bedd44 |
| UCHIJAAAAAAAAA | evilcraftcompat | 1.0.0 | EvilCraft-1.12.2-0.10.53.jar | None |
| UCHIJAAAAAAAAA | extrabitmanipulation | 1.12-3.2.1 | ExtraBitManipulation-1.12-3.2.1.jar | None |
| UCHIJAAAAAAAAA | extrautils2 | 1.0 | extrautils2-1.12-1.7.5.jar | None |
| UCHIJAAAAAAAAA | zerocore | 1.12-0.1.2.1 | zerocore-1.12-0.1.2.1.jar | None |
| UCHIJAAAAAAAAA | bigreactors | 1.12.2-0.4.5.48 | ExtremeReactors-1.12.2-0.4.5.48.jar | None |
| UCHIJAAAAAAAAA | fairylights | 2.1.2 | fairylights-2.1.2-1.12.x.jar | None |
| UCHIJAAAAAAAAA | farmingforblockheads | 3.1.5 | FarmingForBlockheads_1.12-3.1.5.jar | None |
| UCHIJAAAAAAAAA | fastleafdecay | v14 | FastLeafDecay-v14.jar | None |
| UCHIJAAAAAAAAA | fenceoverhaul | 1.3.4 | FenceOverhaul-1.3.4.jar | None |
| UCHIJAAAAAAAAA | foamfix | 0.9.6-1.12.2 | foamfix-0.9.6-1.12.2-anarchy.jar | None |
| UCHIJAAAAAAAAA | fortuneores | v0.3 | FortuneOres v0.3 1.12.2.jar | None |
| UCHIJAAAAAAAAA | friendlyfire | 1.5.8 | FriendlyFire-1.12.2-1.5.8.jar | d476d1b22b218a10d845928d1665d45fce301b27 |
| UCHIJAAAAAAAAA | ftbutilities | 5.0.1.12 | FTBUtilities-5.0.1.12.jar | None |
| UCHIJAAAAAAAAA | placebo | 1.3.3 | Placebo-1.12.2-1.3.3.jar | None |
| UCHIJAAAAAAAAA | refinedstorage | 1.5.33 | refinedstorage-1.5.33.jar | 57893d5b90a7336e8c63fe1c1e1ce472c3d59578 |
| UCHIJAAAAAAAAA | growablecells | 3.0.1 | Growable Cells-1.12.2-3.0.1.jar | None |
| UCHIJAAAAAAAAA | hammercore | 1.9.8.1 | HammerCore-1.12.2-1.9.8.1.jar | 4d7b29cd19124e986da685107d16ce4b49bc0a97 |
| UCHIJAAAAAAAAA | hats | 7.0.0 | Hats-1.12.2-7.0.2.jar | None |
| UCHIJAAAAAAAAA | headcrumbs | 2.0.4 | Headcrumbs-1.12.2-2.0.4.14.jar | None |
| UCHIJAAAAAAAAA | huntingdim | 1.0.20 | HuntingDimension-1.12.2-1.0.20.jar | d476d1b22b218a10d845928d1665d45fce301b27 |
| UCHIJAAAAAAAAA | immersiveengineering | 0.12-81 | ImmersiveEngineering-0.12-81.jar | 4cb49fcde3b43048c9889e0a3d083225da926334 |
| UCHIJAAAAAAAAA | immersivetech | 1.3.7 | immersivetech-1.12-1.3.7.jar | None |
| UCHIJAAAAAAAAA | indlog | 1.1.3 | InductiveLogistics-1.12.2-1.1.3.jar | None |
| UCHIJAAAAAAAAA | infernalmobs | 1.7.5 | InfernalMobs-1.12.2.jar | None |
| UCHIJAAAAAAAAA | instantunify | 1.1.1 | instantunify-1.12.2-1.1.1.jar | None |
| UCHIJAAAAAAAAA | inventorypets | 1.4.9.9b | inventorypets-1.12-1.4.9.9b.jar | None |
| UCHIJAAAAAAAAA | inventorytweaks | 1.63+release.109.220f184 | InventoryTweaks-1.63.jar | 55d2cd4f5f0961410bf7b91ef6c6bf00a766dcbe |
| UCHIJAAAAAAAAA | ironbackpacks | 1.12.2-3.0.5-6 | IronBackpacks-1.12.2-3.0.5-6.jar | None |
| UCHIJAAAAAAAAA | ironchest | 1.12.2-7.0.40.824 | ironchest-1.12.2-7.0.40.824.jar | None |
| UCHIJAAAAAAAAA | irontanks | 2.1.0-beta.5 | irontanks-2.1.0-beta.5.jar | None |
| UCHIJAAAAAAAAA | harvestcraft | 1.12.2t | Pam's HarvestCraft 1.12.2t.jar | None |
| UCHIJAAAAAAAAA | jehc | 1.12.2 | JEHC-1.12.2-1.5.0.0.jar | None |
| UCHIJAAAAAAAAA | journeymap | 1.12.2-5.5.2 | journeymap-1.12.2-5.5.2.jar | None |
| UCHIJAAAAAAAAA | kythsopmoss | 0.1 | kythsopmoss-0.2.jar | None |
| UCHIJAAAAAAAAA | lootbags | 2.5.4b | LootBags-1.12.2-2.5.4b.jar | None |
| UCHIJAAAAAAAAA | lootingmod | 1.0 | LootingModMC1.12.2-1.1.jar | None |
| UCHIJAAAAAAAAA | machinemod | 1.12.2-1.1-Pre-ALPHA-Build-256 | MachineMod-1.12.2-1.1-Pre-ALPHA-Build-256.jar | None |
| UCHIJAAAAAAAAA | matteroverdrive | 0.6.0.148 | MatterOverdrive-1.12.2-0.6.0.148-universal.jar | None |
| UCHIJAAAAAAAAA | mekanism | 1.12.2-9.4.9.344 | Mekanism-1.12.2-9.4.9.344.jar | None |
| UCHIJAAAAAAAAA | mekanismgenerators | 9.4.4 | MekanismGenerators-1.12.2-9.4.9.344.jar | None |
| UCHIJAAAAAAAAA | mekanismtools | 9.4.4 | MekanismTools-1.12.2-9.4.9.344.jar | None |
| UCHIJAAAAAAAAA | missing_pieces | 4.3.0 | missing_pieces-1.12.2-4.3.0.jar | None |
| UCHIJAAAAAAAAA | moartinkers | 0.5.4 | moartinkers-0.5.4.jar | None |
| UCHIJAAAAAAAAA | mob_mash | 2.4 | Mob+Mash-2.4.jar | None |
| UCHIJAAAAAAAAA | moreplates | 4.0.2 | moreplates-1.12.2-4.0.2.jar | None |
| UCHIJAAAAAAAAA | morph | 7.1.2 | Morph-1.12.2-7.1.2.jar | None |
| UCHIJAAAAAAAAA | mmm | 1.0.8 | mutatedmobs-1.0.8.jar | None |
| UCHIJAAAAAAAAA | mysticalagriculture | 1.6.9 | mysticalagriculture-1.12-1.6.9.jar | None |
| UCHIJAAAAAAAAA | mysticalagradditions | 1.2.8 | mysticalagradditions-1.12-1.2.8.jar | None |
| UCHIJAAAAAAAAA | nex | 2.1.14.15 | NetherEx-1.12-2.1.14.15.jar | None |
| UCHIJAAAAAAAAA | projecte | 1.12-PE1.3.0 | ProjectE-1.12-PE1.3.0.jar | None |
| UCHIJAAAAAAAAA | twilightforest | 3.6.345 | twilightforest-1.12.2-3.6.345-universal.jar | None |
| UCHIJAAAAAAAAA | plustic | 6.4.0.0 | plustic-6.4.0.0.jar | None |
| UCHIJAAAAAAAAA | reborncore | 3.8.0.264 | RebornCore-1.12.2-3.8.0.264-universal.jar | 8727a3141c8ec7f173b87aa78b9b9807867c4e6b |
| UCHIJAAAAAAAAA | rebornstorage | 1.0.0 | RebornStorage-1.12.2-3.0.6.43.jar | None |
| UCHIJAAAAAAAAA | reconstructor | 2.11a | reconstructor-2.11a.jar | None |
| UCHIJAAAAAAAAA | reccomplex | 1.4.7 | RecurrentComplex-1.4.7.jar | None |
| UCHIJAAAAAAAAA | refinedstorageaddons | 0.3 | refinedstorageaddons-0.3.jar | None |
| UCHIJAAAAAAAAA | rftools | 7.33 | rftools-1.12-7.33.jar | None |
| UCHIJAAAAAAAAA | rftoolsdim | 5.53 | rftoolsdim-1.12-5.53.jar | None |
| UCHIJAAAAAAAAA | roguelike | 1.8.0 | RoguelikeDungeons-1.12.2-1.8.0.jar | None |
| UCHIJAAAAAAAAA | ruins | 17.0 | Ruins-1.12.2.jar | None |
| UCHIJAAAAAAAAA | solarfluxreborn | 3.50r | SolarFluxReborn_1.12.2-3.50r.jar | None |
| UCHIJAAAAAAAAA | soviet | 0.1b | Soviet Lab Mod 1.12.2 v0.1.6 (0.1g) .jar | None |
| UCHIJAAAAAAAAA | storagetech | 2.1 | StorageTech R2.1.jar | None |
| UCHIJAAAAAAAAA | switchbow | 1.5.3 | switchbow-1.5.3.jar | None |
| UCHIJAAAAAAAAA | beneath | 1.4.1 | The Beneath-1.12.2-1.4.1.jar | 220f10d3a93b3ff5fbaa7434cc629d863d6751b9 |
| UCHIJAAAAAAAAA | thebetweenlands | 3.3.6 | TheBetweenlands-3.3.6-universal.jar | 38067d6878811efb38b6a045521cfd80b9b60b38 |
| UCHIJAAAAAAAAA | thermaldynamics | 2.4.1 | ThermalDynamics-1.12.2-2.4.1.10-universal.jar | 8a6abf2cb9e141b866580d369ba6548732eff25f |
| UCHIJAAAAAAAAA | thermalinnovation | 0.2.1 | ThermalInnovation-1.12.2-0.2.1.6-universal.jar | 8a6abf2cb9e141b866580d369ba6548732eff25f |
| UCHIJAAAAAAAAA | tinker_io | release 2.6.1 | tinker_io-1.12.2-release 2.6.1.jar | None |
| UCHIJAAAAAAAAA | tinkersaddons | 1.0.7 | Tinkers' Addons-1.12.1-1.0.7.jar | None |
| UCHIJAAAAAAAAA | tcomplement | ${version} | TinkersComplement-1.12.2-0.2.3b.jar | None |
| UCHIJAAAAAAAAA | tinkersjei | 1.0 | tinkersjei-1.0.jar | None |
| UCHIJAAAAAAAAA | tinkertoolleveling | 1.12-1.0.3.DEV.56fac4f | TinkerToolLeveling-1.12-1.0.3.jar | None |
| UCHIJAAAAAAAAA | tp | 3.2.25 | tinyprogressions-1.12.2-3.3.25-Release.jar | None |
| UCHIJAAAAAAAAA | tombstone | 2.9.1 | tombstone-2.9.1-1.12.jar | None |
| UCHIJAAAAAAAAA | tropicraft | 7.1.3.62 | tropicraft-MC1.12.2-7.1.3.62.jar | None |
| UCHIJAAAAAAAAA | universalmodifiers | 1.12.2-1.0.9a | valkyrielib-1.12.2-2.0.9b.jar | None |
| UCHIJAAAAAAAAA | veinminer | 0.38.1 | VeinMiner-1.12-0.38.1.639+134fb1e.jar | None |
| UCHIJAAAAAAAAA | veinminermodsupport | 0.38.1 | VeinMiner-1.12-0.38.1.639+134fb1e.jar | None |
| UCHIJAAAAAAAAA | wanionlib | 1.12.2-1.5 | WanionLib-1.12.2-1.5.jar | None |
| UCHIJAAAAAAAAA | thejungle | 1.011.1222 | Welcome To The Jungle-1.011.1222.jar | None |
| UCHIJAAAAAAAAA | zombieawareness | 1.12.1-1.11.12 | zombieawareness-1.12.1-1.11.12.jar | None |
| UCHIJAAAAAAAAA | unidict | 1.12.2-2.5b | UniDict-1.12.2-2.5b.jar | None |
Loaded coremods (and transformers):
LoadingPlugin (LootingModMC1.12.2-1.1.jar)
com.ToMe.LootingMod.ClassTransformer
CTMCorePlugin (CTM-MC1.12-0.2.3.12.jar)
team.chisel.ctm.client.asm.CTMTransformer
TheBetweenlandsLoadingPlugin (TheBetweenlands-3.3.6-core.jar)
thebetweenlands.core.TheBetweenlandsClassTransformer
HammerCoreCore (HammerCore-1.12.2-1.9.8.1.jar)
com.pengu.hammercore.asm.HammerCoreTransformer
LoadingPlugin (Bloodmoon-MC1.12.2-1.5.3.jar)
lumien.bloodmoon.asm.ClassTransformer
CoreMod (Aroma1997Core-1.12.2-1.3.0.2.jar)
Do not report to Forge! Remove FoamFixAPI (or replace with FoamFixAPI-Lawful) and try again. (foamfix-0.9.6-1.12.2-anarchy.jar)
pl.asie.foamfix.coremod.FoamFixTransformer
Inventory Tweaks Coremod (InventoryTweaks-1.63.jar)
invtweaks.forge.asm.ContainerTransformer
AppleCore (AppleCore-mc1.12.2-3.1.1.jar)
squeek.applecore.asm.TransformerModuleHandler
IvToolkit (IvToolkit-1.3.3-1.12.jar)
IELoadingPlugin (ImmersiveEngineering-0.12-81-core.jar)
blusunrize.immersiveengineering.common.asm.IEClassTransformer
IELoadingPlugin (ImmersiveEngineering-0.12-80-core.jar)
blusunrize.immersiveengineering.common.asm.IEClassTransformer
EnderCorePlugin (EnderCore-1.12.2-0.5.18.jar)
com.enderio.core.common.transform.EnderCoreTransformer
GL info: ~~ERROR~~ RuntimeException: No OpenGL context found in the current thread.
AE2 Version: stable rv5-stable-11 for Forge 14.23.1.2554
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)
RebornCore:
Plugin Engine: 0
RebornCore Version: 3.8.0.264
Runtime Debofucsation 1
RenderEngine: 1
Ender IO: Found the following problem(s) with your installation (That does NOT mean that Ender IO caused the crash or was involved in it in any way. We add this information to help finding common problems, not as an invitation to post any crash you encounter to Ender IO's issue tracker. Always check the stack trace above to see which mod is most likely failing.):
* Optifine is installed. This is NOT supported.
This may (look up the meaning of 'may' in the dictionary if you're not sure what it means) have caused the error. Try reproducing the crash WITHOUT this/these mod(s) before reporting it.
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
!!!You are looking at the diagnostics information, not at the crash. !!!
!!!Scroll up until you see the line with '---- Minecraft Crash Report ----'!!!
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
AE2 Integration: IC2:ON, RC:OFF, MFR:OFF, Waila:ON, InvTweaks:ON, JEI:ON, Mekanism:ON, OpenComputers:OFF, THE_ONE_PROBE:OFF, TESLA:OFF, CRAFTTWEAKER:OFF
Profiler Position: N/A (disabled)
Player Count: 1 / 8; [EntityPlayerMP['Chris_The_Lion'/84828, l='Mobs Survival', x=1810.15, y=32.00, z=13.68]]
Type: Integrated Server (map_client.txt)
Is Modded: Definitely; Client brand changed to 'fml,forge'
OptiFine Version: OptiFine_1.12.2_HD_U_D1
OptiFine Build: 20180323-135452
Render Distance Chunks: 8
Mipmaps: 0
Anisotropic Filtering: 1
Antialiasing: 0
Multitexture: false
Shaders: null
OpenGlVersion: 4.5.13476 Compatibility Profile Context 22.19.172.769
OpenGlRenderer: AMD Radeon (TM) R9 360
OpenGlVendor: ATI Technologies Inc.
CpuCount: 4
I have no idea what caused it, other than me being in the Twilight forest, i think the crash was a once-off and wont happen again, but this could be used for someones bug reporter i'm sure.