---- Minecraft Crash Report ---- WARNING: coremods are present: IELoadingPlugin (ImmersiveEngineering-core-0.12-98.jar) McLib core mod (mclib-2.4.1-1.12.2.jar) SuperMartijn642's Core Lib Plugin (supermartijn642corelib-1.0.19-forge-mc1.12.jar) LoadingPlugin (ChunkAnimator-1.12.2-1.2.1.jar) EntityCullingPlugin (EntityCulling-1.12.2-5.1.0.jar) CustomSkinLoader (CustomSkinLoader_ForgeLegacy-14.14-SNAPSHOT-343.jar) TickCentral (TickCentral-3.2.jar) ShutdownPatcher (mcef-1.12.2-1.11b-coremod.jar) EnderCorePlugin (EnderCore-1.12.2-0.5.76-core.jar) Pick Up Notifier (PickUpNotifier-v1.1.5-1.12.2.jar) LoadingPlugin (ResourceLoader-MC1.12.1-1.5.3.jar) AFMLLoadingPlugin (advsolarpatch-1.1.jar) Inventory Tweaks Coremod (InventoryTweaks-1.64+dev.151.jar) TransformLoader (DynamicSurroundings-1.12.2-3.6.1.0.jar) MixinBooter (mixinbooter-7.1.jar) ForgelinPlugin (Forgelin-1.8.4.jar) Do not report to Forge! (If you haven't disabled the FoamFix coremod, try disabling it in the config! Note that this bit of text will still appear.) (foamfix-0.10.14-1.12.2.jar) DupeFixProjectCoreMod (DupeFixProject-1.12.2-3.1.6.jar) CorePlugin (SmoothFont-mc1.12.2-2.1.4.jar) CTMCorePlugin (CTM-MC1.12.2-1.0.2.31.jar) Plugin (NotEnoughIDs-1.5.4.4.jar) ECHookLoader (EnergyControl-1.12.2-0.3.1.jar) MDECore-Core (mdecore-1.12-1.1.jar) MicdoodlePlugin (Galacticraft-1.12.2-4.0.5.jar) SteveKunGLibPlugin (SteveKunG's-Lib-mc1.12.2-v1.3.0.jar) Contact their authors BEFORE contacting forge // Don't do that. Time: 5/3/23 7:59 PM Description: Ticking block entity java.lang.ArrayIndexOutOfBoundsException: 3 at java.util.Arrays$ArrayList.get(Arrays.java:3841) at net.minecraft.util.NonNullList.get(SourceFile:44) at micdoodle8.mods.galacticraft.core.tile.TileEntityInventory.func_70301_a(TileEntityInventory.java:95) at ic2.core.util.StackUtil.getInventorySlots(StackUtil.java:726) at ic2.core.util.StackUtil.transfer(StackUtil.java:258) at ic2.core.util.StackUtil.transfer(StackUtil.java:242) at ic2.core.item.upgrade.ItemUpgradeModule.onTick(ItemUpgradeModule.java:425) at ic2.core.block.invslot.InvSlotUpgrade.tickNoMark(InvSlotUpgrade.java:194) at ic2.core.block.machine.tileentity.TileEntityStandardMachine.updateEntityServer(TileEntityStandardMachine.java:168) at ic2.core.block.TileEntityBlock.TickCentral_TrueITickableUpdate(TileEntityBlock.java:331) at com.github.terminatornl.tickcentral.api.TickHub.trueUpdate(TickHub.java:48) at com.github.terminatornl.laggoggles.Main.redirectUpdate(Main.java:91) at ic2.core.block.TileEntityBlock.func_73660_a(TileEntityBlock.java) at net.minecraft.world.World.func_72939_s(World.java:1838) at net.minecraft.world.WorldServer.func_72939_s(WorldServer.java:613) at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:767) at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:668) at net.minecraft.server.integrated.IntegratedServer.func_71217_p(IntegratedServer.java:279) at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:526) at java.lang.Thread.run(Thread.java:745) (MixinBooter) Mixins in Stacktrace: net.minecraft.world.WorldServer: stevekung.mods.stevekunglib.mixin.WorldServerMixin (mixins.stevekung's_lib.json) net.minecraft.world.World: stevekung.mods.stevekunglib.mixin.WorldMixin (mixins.stevekung's_lib.json) A detailed walkthrough of the error, its code path and all known details is as follows: --------------------------------------------------------------------------------------- -- Head -- Thread: Server thread Stacktrace: at java.util.Arrays$ArrayList.get(Arrays.java:3841) at net.minecraft.util.NonNullList.get(SourceFile:44) at micdoodle8.mods.galacticraft.core.tile.TileEntityInventory.func_70301_a(TileEntityInventory.java:95) at ic2.core.util.StackUtil.getInventorySlots(StackUtil.java:726) at ic2.core.util.StackUtil.transfer(StackUtil.java:258) at ic2.core.util.StackUtil.transfer(StackUtil.java:242) at ic2.core.item.upgrade.ItemUpgradeModule.onTick(ItemUpgradeModule.java:425) at ic2.core.block.invslot.InvSlotUpgrade.tickNoMark(InvSlotUpgrade.java:194) at ic2.core.block.machine.tileentity.TileEntityStandardMachine.updateEntityServer(TileEntityStandardMachine.java:168) at ic2.core.block.TileEntityBlock.TickCentral_TrueITickableUpdate(TileEntityBlock.java:331) at com.github.terminatornl.tickcentral.api.TickHub.trueUpdate(TickHub.java:48) at com.github.terminatornl.laggoggles.Main.redirectUpdate(Main.java:91) at ic2.core.block.TileEntityBlock.func_73660_a(TileEntityBlock.java) -- Block entity being ticked -- Details: Name: ic2:canner // ic2.core.block.machine.tileentity.TileEntityCanner Block type: ID #253 (ic2.te // ic2.core.block.BlockTileEntity // ic2:te) Block data value: 1 / 0x1 / 0b0001 Block location: World: (112,80,348), Chunk: (at 0,5,12 in 7,21; contains blocks 112,0,336 to 127,255,351), Region: (0,0; contains chunks 0,0 to 31,31, blocks 0,0,0 to 511,255,511) Actual block type: ID #253 (ic2.te // ic2.core.block.BlockTileEntity // ic2:te) Actual block data value: 1 / 0x1 / 0b0001 Stacktrace: at net.minecraft.world.World.func_72939_s(World.java:1838) at net.minecraft.world.WorldServer.func_72939_s(WorldServer.java:613) -- Affected level -- Details: Level name: TEST All players: 0 total; [] Chunk stats: ServerChunkCache: 625 Drop: 0 Level seed: -86757573734522602 Level generator: ID 00 - default, ver 1. Features enabled: true Level generator options: Level spawn location: World: (136,64,256), Chunk: (at 8,4,0 in 8,16; contains blocks 128,0,256 to 143,255,271), Region: (0,0; contains chunks 0,0 to 31,31, blocks 0,0,0 to 511,255,511) Level time: 5998 game time, 5998 day time Level dimension: 0 Level storage version: 0x04ABD - Anvil Level weather: Rain time: 149172 (now: false), thunder time: 66210 (now: false) Level game mode: Game mode: creative (ID 1). Hardcore: false. Cheats: true Stacktrace: at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:767) at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:668) at net.minecraft.server.integrated.IntegratedServer.func_71217_p(IntegratedServer.java:279) at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:526) at java.lang.Thread.run(Thread.java:745) -- System Details -- Details: Minecraft Version: 1.12.2 Operating System: Windows 8.1 (amd64) version 6.3 Java Version: 1.8.0_51, Oracle Corporation Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation Memory: 4997061928 bytes (4765 MB) / 8589934592 bytes (8192 MB) up to 8589934592 bytes (8192 MB) JVM Flags: 9 total; -XX:+UnlockExperimentalVMOptions -XX:+UseG1GC -XX:G1NewSizePercent=20 -XX:G1ReservePercent=20 -XX:MaxGCPauseMillis=50 -XX:G1HeapRegionSize=32M -Xms8192m -Xmx8192m -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump IntCache: cache: 0, tcache: 0, allocated: 12, tallocated: 96 FML: MCP 9.42 Powered by Forge 14.23.5.2860 Optifine OptiFine_1.12.2_HD_U_G5 175 mods loaded, 173 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 | |:------ |:--------------------------------- |:------------------------ |:--------------------------------------------------- |:---------------------------------------- | | LCHIJA | minecraft | 1.12.2 | minecraft.jar | None | | LCHIJA | mcp | 9.42 | minecraft.jar | None | | LCHIJA | FML | 8.0.99.99 | forge-1.12.2-14.23.5.2860-universal.jar | e3c3d50c7c986df74c645c0ac54639741c90a557 | | LCHIJA | forge | 14.23.5.2860 | forge-1.12.2-14.23.5.2860-universal.jar | e3c3d50c7c986df74c645c0ac54639741c90a557 | | LCHIJA | advsolarpatchcore | 1.0 | minecraft.jar | None | | LCHIJA | micdoodlecore | 4.0.5 | minecraft.jar | None | | LCHIJA | smoothfontcore | mc1.12.2-2.1.4 | minecraft.jar | None | | LCHIJA | mixinbooter | 7.1 | minecraft.jar | None | | LCHIJA | foamfixcore | 7.7.4 | minecraft.jar | None | | LCHIJA | tickcentral | 3.2 | TickCentral-3.2.jar | None | | LCHIJA | smoothfont | mc1.12.2-2.1.4 | SmoothFont-mc1.12.2-2.1.4.jar | None | | LCHIJA | customskinloader | 14.14-SNAPSHOT-343 | CustomSkinLoader_ForgeLegacy-14.14-SNAPSHOT-343.jar | 52885f395e68f42e9b3b629ba56ecf606f7d4269 | | LCHIJA | quarryplus | 12.5.7 | AdditionalEnchantedMiner-1.12.2-12.5.7.jar | 617a4e95f0af9de5402bb9883abe0f53a6bfa230 | | LCHIJA | quarryplus_ct | 12.5.7 | AdditionalEnchantedMiner-1.12.2-12.5.7.jar | 617a4e95f0af9de5402bb9883abe0f53a6bfa230 | | LCHIJA | ic2 | 2.8.222-ex112 | industrialcraft-2-2.8.222-ex112.jar | de041f9f6187debbc77034a344134053277aa3b0 | | LCHIJA | advanced_solar_panels | 4.3.0 | Advanced+Solar+Panels-4.3.0.jar | None | | LCHIJA | advsolarpatch | 1.1 | advsolarpatch-1.1.jar | None | | LCHIJA | ctm | MC1.12.2-1.0.2.31 | CTM-MC1.12.2-1.0.2.31.jar | None | | LCHIJA | appliedenergistics2 | rv6-stable-7 | appliedenergistics2-rv6-stable-7.jar | dfa4d3ac143316c6f32aa1a1beda1e34d42132e5 | | LCHIJA | bdlib | 1.14.3.12 | bdlib-1.14.3.12-mc1.12.2.jar | None | | LCHIJA | ae2stuff | 0.7.0.4 | ae2stuff-0.7.0.4-mc1.12.2.jar | None | | LCHIJA | crafttweaker | 4.1.20 | CraftTweaker2-1.12-4.1.20.678.jar | None | | LCHIJA | jei | 4.16.1.302 | jei_1.12.2-4.16.1.302.jar | None | | LCHIJA | appleskin | 1.0.14 | AppleSkin-mc1.12-1.0.14.jar | None | | LCHIJA | baubles | 1.5.2 | Baubles-1.12-1.5.2.jar | None | | LCHIJA | betteradvancements | 0.1.0.77 | BetterAdvancements-1.12.2-0.1.0.77.jar | None | | LCHIJA | bibliocraft | 2.4.6 | BiblioCraft[v2.4.6][MC1.12.2].jar | None | | LCHIJA | buildcraftlib | 7.99.24.8 | buildcraft-all-7.99.24.8.jar | None | | LCHIJA | buildcraftcore | 7.99.24.8 | buildcraft-all-7.99.24.8.jar | None | | LCHIJA | buildcraftenergy | 7.99.24.8 | buildcraft-all-7.99.24.8.jar | None | | LCHIJA | mantle | 1.12-1.3.3.55 | Mantle-1.12-1.3.3.55.jar | None | | LCHIJA | natura | 1.12.2-4.3.2.69 | natura-1.12.2-4.3.2.69.jar | None | | LCHIJA | forestry | 5.8.2.422 | forestry_1.12.2-5.8.2.422.jar | None | | LCHIJA | binniecore | 2.5.1.203 | binnie-mods-1.12.2-2.5.1.203.jar | None | | LCHIJA | binniedesign | 2.5.1.203 | binnie-mods-1.12.2-2.5.1.203.jar | None | | LCHIJA | genetics | 2.5.1.203 | binnie-mods-1.12.2-2.5.1.203.jar | None | | LCHIJA | botany | 2.5.1.203 | binnie-mods-1.12.2-2.5.1.203.jar | None | | LCHIJA | extrabees | 2.5.1.203 | binnie-mods-1.12.2-2.5.1.203.jar | None | | LCHIJA | extratrees | 2.5.1.203 | binnie-mods-1.12.2-2.5.1.203.jar | None | | LCHIJA | biomesoplenty | 7.0.1.2445 | BiomesOPlenty-1.12.2-7.0.1.2445-universal.jar | None | | LCHIJA | blockcraftery | 1.12.2-1.3.1 | blockcraftery-1.12.2-1.3.1.jar | None | | LCHIJA | bookshelf | 2.3.590 | Bookshelf-1.12.2-2.3.590.jar | d476d1b22b218a10d845928d1665d45fce301b27 | | LCHIJA | botania | r1.10-364 | Botania+r1.10-364.4.jar | None | | LCHIJA | codechickenlib | 3.2.3.358 | CodeChickenLib-1.12.2-3.2.3.358-universal.jar | f1850c39b2516232a2108a7bd84d1cb5df93b261 | | LCHIJA | redstoneflux | 2.1.1 | RedstoneFlux-1.12-2.1.1.1-universal.jar | None | | LCHIJA | brandonscore | 2.4.20 | BrandonsCore-1.12.2-2.4.20.162-universal.jar | None | | LCHIJA | buildcraftbuilders | 7.99.24.8 | buildcraft-all-7.99.24.8.jar | None | | LCHIJA | buildcrafttransport | 7.99.24.8 | buildcraft-all-7.99.24.8.jar | None | | LCHIJA | buildcraftsilicon | 7.99.24.8 | buildcraft-all-7.99.24.8.jar | None | | LCHIJA | buildcraftcompat | 7.99.24.8 | buildcraft-all-7.99.24.8.jar | None | | LCHIJA | buildcraftfactory | 7.99.24.8 | buildcraft-all-7.99.24.8.jar | None | | LCHIJA | buildcraftrobotics | 7.99.24.8 | buildcraft-all-7.99.24.8.jar | None | | LCHIJA | cctweaked | 1.89.2 | cc-tweaked-1.12.2-1.89.2.jar | None | | LCHIJA | computercraft | 1.89.2 | cc-tweaked-1.12.2-1.89.2.jar | None | | LCHIJA | chattweaks | 5.1.25 | ChatTweaks_1.12.2-5.1.25.jar | None | | LCHIJA | chisel | MC1.12.2-1.0.2.45 | Chisel-MC1.12.2-1.0.2.45.jar | None | | LCHIJA | chiselsandbits | 14.33 | chiselsandbits-14.33.jar | None | | LCHIJA | chunkanimator | 1.12.2-1.2 | ChunkAnimator-1.12.2-1.2.1.jar | None | | LCHIJA | cofhcore | 4.6.6 | CoFHCore-1.12.2-4.6.6.1-universal.jar | None | | LCHIJA | cofhworld | 1.4.0 | CoFHWorld-1.12.2-1.4.0.1-universal.jar | None | | LCHIJA | commandkeybindings | 7.0.3 | CommandKeybindings-1.12.2-7.0.3.jar | None | | LCHIJA | controlling | 3.0.10 | Controlling-3.0.10.jar | None | | LCHIJA | ctgui | 1.0.0 | CraftTweaker2-1.12-4.1.20.678.jar | None | | LCHIJA | crafttweakerjei | 2.0.3 | CraftTweaker2-1.12-4.1.20.678.jar | None | | LCHIJA | custommainmenu | 2.0.9.1 | CustomMainMenu-MC1.12.2-2.0.9.1.jar | None | | LCHIJA | ptrmodellib | 1.0.5 | PTRLib-1.0.5.jar | None | | LCHIJA | props | 2.6.3.7 | Decocraft-2.6.3.7_1.12.2.jar | None | | LCHIJA | thermalfoundation | 2.6.7 | ThermalFoundation-1.12.2-2.6.7.1-universal.jar | None | | LCHIJA | draconicevolution | 2.3.28 | Draconic-Evolution-1.12.2-2.3.28.354-universal.jar | None | | LCHIJA | dupefixproject | 3.1.6 | DupeFixProject-1.12.2-3.1.6.jar | None | | LCHIJA | durabilityviewer | 1.6 | DurabilityViewer-1.12-forge14.21.1.2387-1.6.jar | None | | LCHIJA | galacticraftcore | 4.0.5 | Galacticraft-1.12.2-4.0.5.jar | None | | LCHIJA | orelib | 3.6.0.1 | OreLib-1.12.2-3.6.0.1.jar | 7a2128d395ad96ceb9d9030fbd41d035b435753a | | LCHIJA | dsurround | 3.6.1.0 | DynamicSurroundings-1.12.2-3.6.1.0.jar | 7a2128d395ad96ceb9d9030fbd41d035b435753a | | LCHIJA | eplus | 5.0.176 | EnchantingPlus-1.12.2-5.0.176.jar | d476d1b22b218a10d845928d1665d45fce301b27 | | LCHIJA | endercore | 1.12.2-0.5.76 | EnderCore-1.12.2-0.5.76.jar | None | | LCHIJA | thermalexpansion | 5.5.7 | ThermalExpansion-1.12.2-5.5.7.1-universal.jar | None | | LCHIJA | enderio | 5.3.70 | EnderIO-1.12.2-5.3.70.jar | None | | LCHIJA | enderiointegrationtic | 5.3.70 | EnderIO-1.12.2-5.3.70.jar | None | | LCHIJA | enderiobase | 5.3.70 | EnderIO-1.12.2-5.3.70.jar | None | | LCHIJA | enderioconduits | 5.3.70 | EnderIO-1.12.2-5.3.70.jar | None | | LCHIJA | enderioconduitsappliedenergistics | 5.3.70 | EnderIO-1.12.2-5.3.70.jar | None | | LCHIJA | enderioconduitsopencomputers | 5.3.70 | EnderIO-1.12.2-5.3.70.jar | None | | LCHIJA | enderioconduitsrefinedstorage | 5.3.70 | EnderIO-1.12.2-5.3.70.jar | None | | LCHIJA | enderiointegrationforestry | 5.3.70 | EnderIO-1.12.2-5.3.70.jar | None | | LCHIJA | twilightforest | 3.11.1021 | twilightforest-1.12.2-3.11.1021-universal.jar | None | | LCHIJA | tconstruct | 1.12.2-2.13.0.183 | TConstruct-1.12.2-2.13.0.183.jar | None | | LCHIJA | enderiointegrationticlate | 5.3.70 | EnderIO-1.12.2-5.3.70.jar | None | | LCHIJA | enderioinvpanel | 5.3.70 | EnderIO-1.12.2-5.3.70.jar | None | | LCHIJA | ftblib | 5.4.7.2 | FTBLib-5.4.7.2.jar | None | | LCHIJA | enderiomachines | 5.3.70 | EnderIO-1.12.2-5.3.70.jar | None | | LCHIJA | enderiopowertools | 5.3.70 | EnderIO-1.12.2-5.3.70.jar | None | | LCHIJA | enderstorage | 2.4.6.137 | EnderStorage-1.12.2-2.4.6.137-universal.jar | f1850c39b2516232a2108a7bd84d1cb5df93b261 | | LCHIJA | energycontrol | 1.12.2-0.3.1 | EnergyControl-1.12.2-0.3.1.jar | None | | LCHIJA | energyconverters | 1.3.7.30 | energyconverters_1.12.2-1.3.7.30.jar | None | | LCHIJA | entityculling | 5.1.0 | EntityCulling-1.12.2-5.1.0.jar | None | | LCHIJA | experiencebugfix | 1.0.0.0 | ExperienceBugFix-1.12.2-1.0.0.0.jar | None | | LCHIJA | waila | 1.8.26 | Hwyla-1.8.26-B41_1.12.2.jar | None | | LCHIJA | extracells | 2.6.5 | ExtraCells-1.12.2-2.6.5.jar | None | | LCHIJA | galacticraftplanets | 4.0.5 | Galacticraft-1.12.2-4.0.5.jar | None | | LCHIJA | mjrlegendslib | 1.12.2-1.2.1 | MJRLegendsLib-1.12.2-1.2.1.jar | b02331787272ec3515ebe63ecdeea0d746653468 | | LCHIJA | extraplanets | 1.12.2-0.7.6 | ExtraPlanets-1.12.2-0.7.6.jar | b02331787272ec3515ebe63ecdeea0d746653468 | | LCHIJA | zerocore | 1.12.2-0.1.2.9 | zerocore-1.12.2-0.1.2.9.jar | None | | LCHIJA | bigreactors | 1.12.2-0.4.5.68 | ExtremeReactors-1.12.2-0.4.5.68.jar | None | | LCHIJA | fastleafdecay | v14 | FastLeafDecay-v14.jar | None | | LCHIJA | foamfix | 0.10.14-1.12.2 | foamfix-0.10.14-1.12.2.jar | None | | LCHIJA | forgelin | 1.8.4 | Forgelin-1.8.4.jar | None | | LCHIJA | forgemultipartcbe | 2.6.2.83 | ForgeMultipart-1.12.2-2.6.2.83-universal.jar | f1850c39b2516232a2108a7bd84d1cb5df93b261 | | LCHIJA | microblockcbe | 2.6.2.83 | ForgeMultipart-1.12.2-2.6.2.83-universal.jar | None | | LCHIJA | minecraftmultipartcbe | 2.6.2.83 | ForgeMultipart-1.12.2-2.6.2.83-universal.jar | None | | LCHIJA | fpsreducer | mc1.12.2-1.20 | FpsReducer-mc1.12.2-1.20.jar | None | | LCHIJA | ftbutilities | 5.4.1.131 | FTBUtilities-5.4.1.131.jar | None | | LCHIJA | cfm | 6.3.0 | furniture-6.3.2-1.12.2.jar | None | | LCHIJA | gendustry | 1.6.5.8 | gendustry-1.6.5.8-mc1.12.2.jar | None | | LCHIJA | gravisuite | 3.1.1 | Gravitation+Suite-3.1.1.jar | None | | LCHIJA | guideapi | 1.12-2.1.8-63 | Guide-API-1.12-2.1.8-63.jar | None | | LCHIJA | ichunutil | 7.2.2 | iChunUtil-1.12.2-7.2.2.jar | 4db5c2bd1b556f252a5b8b54b256d381b2a0a6b8 | | LCHIJA | hats | 7.1.1 | Hats-1.12.2-7.1.1.jar | 4db5c2bd1b556f252a5b8b54b256d381b2a0a6b8 | | LCHIJA | inventorytweaks | 1.64+dev.151.822d839 | InventoryTweaks-1.64+dev.151.jar | 55d2cd4f5f0961410bf7b91ef6c6bf00a766dcbe | | LCHIJA | ironbackpacks | 1.12.2-3.0.8-12 | IronBackpacks-1.12.2-3.0.8-12.jar | None | | LCHIJA | ironchest | 1.12.2-7.0.67.844 | ironchest-1.12.2-7.0.72.847.jar | None | | LCHIJA | jeibees | 0.9.0.5 | jeibees-0.9.0.5-mc1.12.2.jar | None | | LCHIJA | journeymap | 1.12.2-5.7.1 | journeymap-1.12.2-5.7.1.jar | None | | LCHIJA | jukebox | 1.2 | jukebox-1.2.jar | None | | LCHIJA | jeresources | 0.9.2.60 | JustEnoughResources-1.12.2-0.9.2.60.jar | None | | LCHIJA | laggoggles | 1.12.2-5.8-132 | LagGoggles-1.12.2-5.8-132.jar | None | | LCHIJA | libraryex | 1.2.2 | LibraryEx-1.12.2-1.2.2.jar | None | | LCHIJA | lunatriuscore | 1.2.0.42 | LunatriusCore-1.12.2-1.2.0.42-universal.jar | None | | LCHIJA | magicbees | 1.0 | MagicBees-1.12.2-3.2.25.jar | None | | LCHIJA | mcdj | 2.1 | MCDJ-1.12.2-2.1.jar | None | | LCHIJA | mcef | 1.11 | mcef-1.12.2-1.11b.jar | None | | LCHIJA | mclib | 2.4.1 | mclib-2.4.1-1.12.2.jar | None | | LCHIJA | mcwbridges | 1.0.6 | mcw-bridges-1.0.6b-mc1.12.2.jar | None | | LCHIJA | mcwroofs | 1.0.2 | mcw-roofs-1.0.2-mc1.12.2.jar | None | | LCHIJA | mdecore | 1.12-1.1 | mdecore-1.12-1.1.jar | None | | LCHIJA | mtrm | 1.2.2.30 | MineTweakerRecipeMaker-1.12.2-1.2.2.30.jar | None | | LCHIJA | mobends | 1.2.1 | MoBends_1.12.2-1.2.1-19.12.21.jar | None | | LCHIJA | stevekung's_lib | 1.3.0 | SteveKunG's-Lib-mc1.12.2-v1.3.0.jar | None | | LCHIJA | moreplanets | 2.3.2 | More-Planets-1.12.2-2.3.2-GC4.0.5.jar | None | | LCHIJA | mousetweaks | 2.10.1 | MouseTweaks-2.10.1-mc1.12.2.jar | None | | LCHIJA | mrtjpcore | 2.1.4.43 | MrTJPCore-1.12.2-2.1.4.43-universal.jar | None | | LCHIJA | netherex | 2.2.5 | NetherEx-1.12.2-2.2.5.jar | None | | LCHIJA | netherportalfix | 5.3.17 | NetherPortalFix_1.12.1-5.3.17 (1).jar | None | | LCHIJA | norecipebook | 1.2.1 | noRecipeBook_v1.2.2formc1.12.2.jar | None | | LCHIJA | neid | 1.5.4.4 | NotEnoughIDs-1.5.4.4.jar | None | | LCHIJA | nei | 2.4.3 | NotEnoughItems-1.12.2-2.4.3.245-universal.jar | f1850c39b2516232a2108a7bd84d1cb5df93b261 | | LCHIJA | pickupnotifier | 1.1.5 | PickUpNotifier-v1.1.5-1.12.2.jar | 12d137bcc36051a1c2c8ea7211cfc1da1c6e9dea | | LCHIJA | progressivebosses | 1.5.4 | ProgressiveBosses-1.5.4-mc1.12.x.jar | None | | LCHIJA | projectred-core | 4.9.4.120 | ProjectRed-1.12.2-4.9.4.120-Base.jar | None | | LCHIJA | projectred-compat | 1.0 | ProjectRed-1.12.2-4.9.4.120-compat.jar | None | | LCHIJA | projectred-integration | 4.9.4.120 | ProjectRed-1.12.2-4.9.4.120-integration.jar | None | | LCHIJA | projectred-transmission | 4.9.4.120 | ProjectRed-1.12.2-4.9.4.120-integration.jar | None | | LCHIJA | projectred-fabrication | 4.9.4.120 | ProjectRed-1.12.2-4.9.4.120-fabrication.jar | None | | LCHIJA | projectred-illumination | 4.9.4.120 | ProjectRed-1.12.2-4.9.4.120-lighting.jar | None | | LCHIJA | projectred-expansion | 4.9.4.120 | ProjectRed-1.12.2-4.9.4.120-mechanical.jar | None | | LCHIJA | projectred-relocation | 4.9.4.120 | ProjectRed-1.12.2-4.9.4.120-mechanical.jar | None | | LCHIJA | projectred-transportation | 4.9.4.120 | ProjectRed-1.12.2-4.9.4.120-mechanical.jar | None | | LCHIJA | projectred-exploration | 4.9.4.120 | ProjectRed-1.12.2-4.9.4.120-world.jar | None | | LCHIJA | railcraft | 12.0.0 | railcraft-12.0.0.jar | a0c255ac501b2749537d5824bb0f0588bf0320fa | | LCHIJA | resourceloader | 1.5.3 | ResourceLoader-MC1.12.1-1.5.3.jar | d72e0dd57935b3e9476212aea0c0df352dd76291 | | LCHIJA | schematica | 1.8.0.169 | Schematica-1.12.2-1.8.0.169-universal.jar | None | | LCHIJA | soundfilters | 0.12.1_for_1.12 | SoundFilters-0.12.1_for_1.12.jar | None | | LCHIJA | spikemod | 1.12-2.1.0 | spikemod-1.12-2.1.0.jar | None | | LCHIJA | supermartijn642configlib | 1.1.6 | supermartijn642configlib-1.1.6-forge-mc1.12.jar | None | | LCHIJA | supermartijn642corelib | 1.0.19 | supermartijn642corelib-1.0.19-forge-mc1.12.jar | None | | LCHIJA | thermaldynamics | 2.5.6 | ThermalDynamics-1.12.2-2.5.6.1-universal.jar | None | | LCHIJA | tinkertoolleveling | 1.12.2-1.1.0.DEV.b23e769 | TinkerToolLeveling-1.12.2-1.1.0.jar | None | | LCHIJA | wailaharvestability | 1.1.12 | WailaHarvestability-mc1.12-1.1.12.jar | None | | LCHIJA | webdisplays | 1.1 | webdisplays-1.12.2-1.1.jar | None | | LCHIJA | weirdinggadget | 1.0 | weirdinggadget-1.12.2-2.1.16-universal.jar | None | | LCHIJA | yabba | 1.1.2.54 | YABBA-1.1.2.54.jar | None | | LCHIJA | immersiveengineering | 0.12-98 | ImmersiveEngineering-0.12-98.jar | None | | LCHIJA | mysticallib | 1.12.2-1.13.0 | mysticallib-1.12.2-1.13.0.jar | None | | UD | mdecore-core | 1.0 | minecraft.jar | None | | UD | mclib_core | 2.4.1 | minecraft.jar | None | Loaded coremods (and transformers): IELoadingPlugin (ImmersiveEngineering-core-0.12-98.jar) blusunrize.immersiveengineering.common.asm.IEClassTransformer McLib core mod (mclib-2.4.1-1.12.2.jar) mchorse.mclib.core.McLibCMClassTransformer SuperMartijn642's Core Lib Plugin (supermartijn642corelib-1.0.19-forge-mc1.12.jar) LoadingPlugin (ChunkAnimator-1.12.2-1.2.1.jar) lumien.chunkanimator.asm.ClassTransformer EntityCullingPlugin (EntityCulling-1.12.2-5.1.0.jar) meldexun.entityculling.asm.EntityCullingClassTransformer CustomSkinLoader (CustomSkinLoader_ForgeLegacy-14.14-SNAPSHOT-343.jar) customskinloader.forge.loader.LaunchWrapper TickCentral (TickCentral-3.2.jar) com.github.terminatornl.laggoggles.tickcentral.EventBusTransformer com.github.terminatornl.laggoggles.tickcentral.RenderManagerTransformer com.github.terminatornl.tickcentral.asm.BlockTransformer com.github.terminatornl.tickcentral.asm.ITickableTransformer com.github.terminatornl.tickcentral.asm.EntityTransformer com.github.terminatornl.tickcentral.asm.HubAPITransformer ShutdownPatcher (mcef-1.12.2-1.11b-coremod.jar) net.montoyo.mcef.coremod.ShutdownPatcher EnderCorePlugin (EnderCore-1.12.2-0.5.76-core.jar) com.enderio.core.common.transform.EnderCoreTransformer com.enderio.core.common.transform.SimpleMixinPatcher Pick Up Notifier (PickUpNotifier-v1.1.5-1.12.2.jar) com.fuzs.pickupnotifier.asm.ClassTransformer LoadingPlugin (ResourceLoader-MC1.12.1-1.5.3.jar) lumien.resourceloader.asm.ClassTransformer AFMLLoadingPlugin (advsolarpatch-1.1.jar) mods.su5ed.advsolarpatch.asm.AClassTransformer Inventory Tweaks Coremod (InventoryTweaks-1.64+dev.151.jar) invtweaks.forge.asm.ContainerTransformer TransformLoader (DynamicSurroundings-1.12.2-3.6.1.0.jar) MixinBooter (mixinbooter-7.1.jar) ForgelinPlugin (Forgelin-1.8.4.jar) Do not report to Forge! (If you haven't disabled the FoamFix coremod, try disabling it in the config! Note that this bit of text will still appear.) (foamfix-0.10.14-1.12.2.jar) pl.asie.foamfix.coremod.FoamFixTransformer DupeFixProjectCoreMod (DupeFixProject-1.12.2-3.1.6.jar) CorePlugin (SmoothFont-mc1.12.2-2.1.4.jar) bre.smoothfont.asm.Transformer CTMCorePlugin (CTM-MC1.12.2-1.0.2.31.jar) team.chisel.ctm.client.asm.CTMTransformer Plugin (NotEnoughIDs-1.5.4.4.jar) ru.fewizz.neid.asm.Transformer ECHookLoader (EnergyControl-1.12.2-0.3.1.jar) com.zuxelus.hooklib.minecraft.PrimaryClassTransformer MDECore-Core (mdecore-1.12-1.1.jar) com.mattdahepic.mdecore.asm.TickrateTransformer MicdoodlePlugin (Galacticraft-1.12.2-4.0.5.jar) micdoodle8.mods.miccore.MicdoodleTransformer SteveKunGLibPlugin (SteveKunG's-Lib-mc1.12.2-v1.3.0.jar) GL info: ~~ERROR~~ RuntimeException: No OpenGL context found in the current thread. AE2 Version: stable rv6-stable-7 for Forge 14.23.5.2768 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) 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. Authlib is : /C:/Users/Krepelka/AppData/Roaming/.technic/cache/com/mojang/authlib/1.5.25/authlib-1.5.25.jar !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! !!!You are looking at the diagnostics information, not at the crash. !!! !!!Scroll up until you see the line with '---- Minecraft Crash Report ----'!!! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! 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) List of loaded APIs: * appliedenergistics2|API (rv6) from appliedenergistics2-rv6-stable-7.jar * Baubles|API (1.4.0.2) from Baubles-1.12-1.5.2.jar * betteradvancements|API (0.1.0.77) from BetterAdvancements-1.12.2-0.1.0.77.jar * BetterWithModsAPI (Beta 0.6) from AppleSkin-mc1.12-1.0.14.jar * bigreactors|API (4.0.1) from ExtremeReactors-1.12.2-0.4.5.68.jar * BotaniaAPI (93) from Botania+r1.10-364.4.jar * buildcraftapi_blocks (1.0) from buildcraft-all-7.99.24.8.jar * buildcraftapi_boards (2.0) from buildcraft-all-7.99.24.8.jar * buildcraftapi_core (2.2) from buildcraft-all-7.99.24.8.jar * buildcraftapi_crops (1.1) from buildcraft-all-7.99.24.8.jar * buildcraftapi_enums (1.0) from buildcraft-all-7.99.24.8.jar * buildcraftapi_events (2.0) from buildcraft-all-7.99.24.8.jar * buildcraftapi_facades (1.1) from buildcraft-all-7.99.24.8.jar * buildcraftapi_filler (5.0) from buildcraft-all-7.99.24.8.jar * buildcraftapi_fuels (2.0) from buildcraft-all-7.99.24.8.jar * buildcraftapi_gates (4.1) from buildcraft-all-7.99.24.8.jar * buildcraftapi_items (1.1) from buildcraft-all-7.99.24.8.jar * buildcraftapi_library (2.0) from buildcraft-all-7.99.24.8.jar * buildcraftapi_lists (1.0) from buildcraft-all-7.99.24.8.jar * buildcraftapi_power (1.3) from buildcraft-all-7.99.24.8.jar * buildcraftapi_recipes (3.0) from buildcraft-all-7.99.24.8.jar * buildcraftapi_robotics (3.0) from buildcraft-all-7.99.24.8.jar * buildcraftapi_statements (1.1) from buildcraft-all-7.99.24.8.jar * buildcraftapi_tiles (1.2) from buildcraft-all-7.99.24.8.jar * buildcraftapi_tools (1.0) from buildcraft-all-7.99.24.8.jar * buildcraftapi_transport (5.0) from buildcraft-all-7.99.24.8.jar * Chisel-API (0.0.1) from Chisel-MC1.12.2-1.0.2.45.jar * ChiselAPI|Carving (0.0.1) from Chisel-MC1.12.2-1.0.2.45.jar * ChiselsAndBitsAPI (14.25.0) from chiselsandbits-14.33.jar * cofhapi (2.5.0) from CoFHCore-1.12.2-4.6.6.1-universal.jar * ComputerCraft|API (1.89.2) from cc-tweaked-1.12.2-1.89.2.jar * ComputerCraft|API|FileSystem (1.89.2) from cc-tweaked-1.12.2-1.89.2.jar * ComputerCraft|API|Lua (1.89.2) from cc-tweaked-1.12.2-1.89.2.jar * ComputerCraft|API|Media (1.89.2) from cc-tweaked-1.12.2-1.89.2.jar * ComputerCraft|API|Network (1.89.2) from cc-tweaked-1.12.2-1.89.2.jar * ComputerCraft|API|Network|Wired (1.89.2) from cc-tweaked-1.12.2-1.89.2.jar * ComputerCraft|API|Peripheral (1.89.2) from cc-tweaked-1.12.2-1.89.2.jar * ComputerCraft|API|Permissions (1.89.2) from cc-tweaked-1.12.2-1.89.2.jar * ComputerCraft|API|Redstone (1.89.2) from cc-tweaked-1.12.2-1.89.2.jar * ComputerCraft|API|Turtle (1.89.2) from cc-tweaked-1.12.2-1.89.2.jar * ComputerCraft|API|Turtle|Event (1.89.2) from cc-tweaked-1.12.2-1.89.2.jar * CSLib|API (1.0.1) from PTRLib-1.0.5.jar * ctm-api (0.1.0) from CTM-MC1.12.2-1.0.2.31.jar * ctm-api-events (0.1.0) from CTM-MC1.12.2-1.0.2.31.jar * ctm-api-models (0.1.0) from CTM-MC1.12.2-1.0.2.31.jar * ctm-api-textures (0.1.0) from CTM-MC1.12.2-1.0.2.31.jar * ctm-api-utils (0.1.0) from CTM-MC1.12.2-1.0.2.31.jar * DraconicEvolution|API (1.3) from Draconic-Evolution-1.12.2-2.3.28.354-universal.jar * enderioapi (4.0.0) from EnderIO-1.12.2-5.3.70.jar * enderioapi|addon (4.0.0) from EnderIO-1.12.2-5.3.70.jar * enderioapi|capacitor (4.0.0) from EnderIO-1.12.2-5.3.70.jar * enderioapi|conduits (4.0.0) from EnderIO-1.12.2-5.3.70.jar * enderioapi|farm (4.0.0) from EnderIO-1.12.2-5.3.70.jar * enderioapi|redstone (4.0.0) from EnderIO-1.12.2-5.3.70.jar * enderioapi|teleport (4.0.0) from EnderIO-1.12.2-5.3.70.jar * enderioapi|tools (4.0.0) from EnderIO-1.12.2-5.3.70.jar * enderioapi|upgrades (4.0.0) from EnderIO-1.12.2-5.3.70.jar * ForestryAPI|apiculture (5.0.0) from forestry_1.12.2-5.8.2.422.jar * ForestryAPI|arboriculture (4.3.0) from forestry_1.12.2-5.8.2.422.jar * ForestryAPI|book (5.8.1) from forestry_1.12.2-5.8.2.422.jar * ForestryAPI|circuits (3.1.0) from forestry_1.12.2-5.8.2.422.jar * ForestryAPI|climate (5.0.0) from forestry_1.12.2-5.8.2.422.jar * ForestryAPI|core (5.7.0) from forestry_1.12.2-5.8.2.422.jar * ForestryAPI|farming (5.8.0) from forestry_1.12.2-5.8.2.422.jar * ForestryAPI|food (1.1.0) from forestry_1.12.2-5.8.2.422.jar * ForestryAPI|fuels (3.0.0) from forestry_1.12.2-5.8.2.422.jar * ForestryAPI|genetics (5.7.0) from forestry_1.12.2-5.8.2.422.jar * ForestryAPI|gui (5.8.0) from forestry_1.12.2-5.8.2.422.jar * ForestryAPI|hives (4.1.0) from forestry_1.12.2-5.8.2.422.jar * ForestryAPI|lepidopterology (1.4.0) from forestry_1.12.2-5.8.2.422.jar * ForestryAPI|mail (3.1.0) from forestry_1.12.2-5.8.2.422.jar * ForestryAPI|modules (5.7.0) from forestry_1.12.2-5.8.2.422.jar * ForestryAPI|multiblock (3.0.0) from forestry_1.12.2-5.8.2.422.jar * ForestryAPI|recipes (5.4.0) from forestry_1.12.2-5.8.2.422.jar * ForestryAPI|storage (5.0.0) from forestry_1.12.2-5.8.2.422.jar * ForestryAPI|world (2.1.0) from forestry_1.12.2-5.8.2.422.jar * GalacticraftAPI (1.0) from Galacticraft-1.12.2-4.0.5.jar * GalacticraftAPI|block (1.0) from Galacticraft-1.12.2-4.0.5.jar * GalacticraftAPI|entity (1.0) from Galacticraft-1.12.2-4.0.5.jar * GalacticraftAPI|event|client (1.0) from Galacticraft-1.12.2-4.0.5.jar * GalacticraftAPI|event|oxygen (1.0) from Galacticraft-1.12.2-4.0.5.jar * GalacticraftAPI|event|worldgen (1.0) from Galacticraft-1.12.2-4.0.5.jar * GalacticraftAPI|galaxies (1.0) from Galacticraft-1.12.2-4.0.5.jar * GalacticraftAPI|item (1.0) from Galacticraft-1.12.2-4.0.5.jar * GalacticraftAPI|power (1.0) from Galacticraft-1.12.2-4.0.5.jar * GalacticraftAPI|prefab (1.0) from Galacticraft-1.12.2-4.0.5.jar * GalacticraftAPI|prefab|core (1.0) from Galacticraft-1.12.2-4.0.5.jar * GalacticraftAPI|prefab|entity (1.0) from Galacticraft-1.12.2-4.0.5.jar * GalacticraftAPI|prefab|worldgen (1.0) from Galacticraft-1.12.2-4.0.5.jar * GalacticraftAPI|recipe (1.0) from Galacticraft-1.12.2-4.0.5.jar * GalacticraftAPI|tile (1.0) from Galacticraft-1.12.2-4.0.5.jar * GalacticraftAPI|transmission (1.0) from Galacticraft-1.12.2-4.0.5.jar * GalacticraftAPI|transmission|grid (1.0) from Galacticraft-1.12.2-4.0.5.jar * GalacticraftAPI|trasmission|tile (1.0) from Galacticraft-1.12.2-4.0.5.jar * GalacticraftAPI|vector (1.0) from Galacticraft-1.12.2-4.0.5.jar * GalacticraftAPI|world (1.0) from Galacticraft-1.12.2-4.0.5.jar * gendustryAPI (2.3.0) from gendustry-1.6.5.8-mc1.12.2.jar * Guide-API|API (2.0.0) from Guide-API-1.12-2.1.8-63.jar * iChunUtil API (1.2.0) from iChunUtil-1.12.2-7.2.2.jar * ImmersiveEngineering|API (1.0) from ImmersiveEngineering-0.12-98.jar * ImmersiveEngineering|ImmersiveFluxAPI (1.0) from ImmersiveEngineering-0.12-98.jar * jeresources|API (0.9.2.60) from JustEnoughResources-1.12.2-0.9.2.60.jar * journeymap|client-api (1.4) from journeymap-1.12.2-5.7.1.jar * journeymap|client-api-display (1.4) from journeymap-1.12.2-5.7.1.jar * journeymap|client-api-event (1.4) from journeymap-1.12.2-5.7.1.jar * journeymap|client-api-model (1.4) from journeymap-1.12.2-5.7.1.jar * journeymap|client-api-util (1.4) from journeymap-1.12.2-5.7.1.jar * JustEnoughItemsAPI (4.13.0) from jei_1.12.2-4.16.1.302.jar * MouseTweaks|API (1.0) from MouseTweaks-2.10.1-mc1.12.2.jar * projectred|api (2.1) from ProjectRed-1.12.2-4.9.4.120-Base.jar * railcraft:api_carts (3.0.0) from railcraft-12.0.0.jar * railcraft:api_charge (4.0.0) from railcraft-12.0.0.jar * railcraft:api_core (3.2.0) from railcraft-12.0.0.jar * railcraft:api_crafting (4.0.0) from railcraft-12.0.0.jar * railcraft:api_events (2.0.0) from railcraft-12.0.0.jar * railcraft:api_fuel (2.0.0) from railcraft-12.0.0.jar * railcraft:api_helpers (2.0.0) from railcraft-12.0.0.jar * railcraft:api_items (2.4.0) from railcraft-12.0.0.jar * railcraft:api_signals (4.0.0) from railcraft-12.0.0.jar * railcraft:api_tracks (5.1.1) from railcraft-12.0.0.jar * redstonefluxapi (2.1.1) from RedstoneFlux-1.12-2.1.1.1-universal.jar * SchematicaAPI (1.1) from Schematica-1.12.2-1.8.0.169-universal.jar * SchematicaAPI|Events (1.1) from Schematica-1.12.2-1.8.0.169-universal.jar * Thaumcraft|API (6.0.2) from railcraft-12.0.0.jar * WailaAPI (1.3) from Hwyla-1.8.26-B41_1.12.2.jar * zerocore|API|multiblock (1.10.2-0.0.2) from zerocore-1.12.2-0.1.2.9.jar * zerocore|API|multiblock|rectangular (1.10.2-0.0.2) from zerocore-1.12.2-0.1.2.9.jar * zerocore|API|multiblock|tier (1.10.2-0.0.2) from zerocore-1.12.2-0.1.2.9.jar * zerocore|API|multiblock|validation (1.10.2-0.0.2) from zerocore-1.12.2-0.1.2.9.jar AE2 Integration: IC2:ON, RC:ON, MFR:OFF, Waila:ON, InvTweaks:ON, JEI:ON, Mekanism:OFF, OpenComputers:OFF, THE_ONE_PROBE:OFF, TESLA:OFF, CRAFTTWEAKER:ON Profiler Position: N/A (disabled) Player Count: 0 / 8; [] Type: Integrated Server (map_client.txt) Is Modded: Definitely; Client brand changed to 'fml,forge' OptiFine Version: OptiFine_1.12.2_HD_U_G5 OptiFine Build: 20210124-142939 Render Distance Chunks: 9 Mipmaps: 0 Anisotropic Filtering: 1 Antialiasing: 0 Multitexture: false Shaders: null OpenGlVersion: 4.6.0 NVIDIA 531.68 OpenGlRenderer: NVIDIA GeForce RTX 3070/PCIe/SSE2 OpenGlVendor: NVIDIA Corporation CpuCount: 16