---- Minecraft Crash Report ---- // Surprise! Haha. Well, this is awkward. Time: 25.03.24 12:44 Description: Rendering Block Entity java.lang.IllegalStateException: Already tesselating! at net.minecraft.client.renderer.Tessellator.func_78371_b(Tessellator.java:394) at net.minecraft.client.renderer.Tessellator.func_78382_b(Tessellator.java:384) at crazypants.enderio.machine.reservoir.ReservoirRenderer.func_147500_a(ReservoirRenderer.java:79) at net.minecraft.client.renderer.tileentity.TileEntityRendererDispatcher.func_147549_a(SourceFile:100) at mrtjp.relocation.ASMHacks$.renderTileEntityAt(hacks.scala:30) at mrtjp.relocation.ASMHacks.renderTileEntityAt(hacks.scala) at net.minecraft.client.renderer.tileentity.TileEntityRendererDispatcher.func_147544_a(SourceFile:92) at net.minecraft.client.renderer.RenderGlobal.func_147589_a(RenderGlobal.java:807) at net.minecraft.client.renderer.EntityRenderer.func_78471_a(EntityRenderer.java:1712) at net.minecraft.client.renderer.EntityRenderer.func_78480_b(EntityRenderer.java:1392) at net.minecraft.client.Minecraft.func_71411_J(Minecraft.java:1001) at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:898) at net.minecraft.client.main.Main.main(SourceFile:148) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:497) at net.minecraft.launchwrapper.Launch.launch(Launch.java:133) at net.minecraft.launchwrapper.Launch.main(Launch.java:21) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:497) at ru.smclabs.d.a(Unknown Source) at ru.smclabs.m.main(Unknown Source) A detailed walkthrough of the error, its code path and all known details is as follows: --------------------------------------------------------------------------------------- -- Head -- Stacktrace: at net.minecraft.client.renderer.Tessellator.func_78371_b(Tessellator.java:394) at net.minecraft.client.renderer.Tessellator.func_78382_b(Tessellator.java:384) at crazypants.enderio.machine.reservoir.ReservoirRenderer.func_147500_a(ReservoirRenderer.java:79) -- Block Entity Details -- Details: Name: blockReservoirTileEntity // crazypants.enderio.machine.reservoir.TileReservoir Block type: ID #1095 (tile.blockReservoir // crazypants.enderio.machine.reservoir.BlockReservoir) Block data value: 1 / 0x1 / 0b0001 Block location: World: (-318,83,2496), Chunk: (at 2,5,0 in -20,156; contains blocks -320,0,2496 to -305,255,2511), Region: (-1,4; contains chunks -32,128 to -1,159, blocks -512,0,2048 to -1,255,2559) Actual block type: ID #1095 (tile.blockReservoir // crazypants.enderio.machine.reservoir.BlockReservoir) Actual block data value: 1 / 0x1 / 0b0001 Stacktrace: at net.minecraft.client.renderer.tileentity.TileEntityRendererDispatcher.func_147549_a(SourceFile:100) at mrtjp.relocation.ASMHacks$.renderTileEntityAt(hacks.scala:30) at mrtjp.relocation.ASMHacks.renderTileEntityAt(hacks.scala) at net.minecraft.client.renderer.tileentity.TileEntityRendererDispatcher.func_147544_a(SourceFile:92) at net.minecraft.client.renderer.RenderGlobal.func_147589_a(RenderGlobal.java:807) at net.minecraft.client.renderer.EntityRenderer.func_78471_a(EntityRenderer.java:1712) -- Affected level -- Details: Level name: MpServer All players: 1 total; [EntityClientPlayerMP['SERG2'/465841, l='MpServer', x=-319,74, y=87,62, z=2499,42]] Chunk stats: MultiplayerChunkCache: 121, 121 Level seed: 0 Level generator: ID 04 - BIOMESOP, ver 0. Features enabled: false Level generator options: Level spawn location: World: (-326,85,2499), Chunk: (at 10,5,3 in -21,156; contains blocks -336,0,2496 to -321,255,2511), Region: (-1,4; contains chunks -32,128 to -1,159, blocks -512,0,2048 to -1,255,2559) Level time: 808073229 game time, 607448808 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: Game mode: survival (ID 0). Hardcore: false. Cheats: false Forced entities: 4 total; [EntityClientPlayerMP['SERG2'/465841, l='MpServer', x=-319,74, y=87,62, z=2499,42], EntityItem['item.tile.saplings.orangeautumnSapling'/466227, l='MpServer', x=-345,13, y=69,13, z=2474,06], EntityCow['??????'/466226, l='MpServer', x=-346,25, y=68,00, z=2469,44], EntityZombie['?????'/466224, l='MpServer', x=-333,50, y=68,00, z=2491,97]] Retry entities: 0 total; [] Server brand: thermos,cauldron,craftbukkit,mcpc,kcauldron,fml,forge Server type: Non-integrated multiplayer server Stacktrace: at net.minecraft.client.multiplayer.WorldClient.func_72914_a(WorldClient.java:425) at net.minecraft.client.Minecraft.func_71396_d(Minecraft.java:2444) at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:919) at net.minecraft.client.main.Main.main(SourceFile:148) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:497) at net.minecraft.launchwrapper.Launch.launch(Launch.java:133) at net.minecraft.launchwrapper.Launch.main(Launch.java:21) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:497) at ru.smclabs.d.a(Unknown Source) at ru.smclabs.m.main(Unknown Source) -- System Details -- Details: Minecraft Version: 1.7.10 Operating System: Windows 10 (amd64) version 10.0 Java Version: 1.8.0_51, Oracle Corporation Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation Memory: 2481894840 bytes (2366 MB) / 3614965760 bytes (3447 MB) up to 7635730432 bytes (7282 MB) JVM Flags: 4 total; -Xmx8192M -XX:+DisableAttachMechanism -Xverify:none -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump AABB Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used IntCache: cache: 0, tcache: 0, allocated: 10, tallocated: 96 FML: MCP v9.05 FML v7.10.99.99 Minecraft Forge 10.13.4.1614 Optifine OptiFine_1.7.10_HD_U_E7 128 mods loaded, 128 mods active States: 'U' = Unloaded 'L' = Loaded 'C' = Constructed 'H' = Pre-initialized 'I' = Initialized 'J' = Post-initialized 'A' = Available 'D' = Disabled 'E' = Errored UCHIJA mcp{9.05} [Minecraft Coder Pack] (minecraft.jar) UCHIJA FML{7.10.99.99} [Forge Mod Loader] (forge-1.7.10-10.13.4.1614-1.7.10.jar) UCHIJA Forge{10.13.4.1614} [Minecraft Forge] (forge-1.7.10-10.13.4.1614-1.7.10.jar) UCHIJA appliedenergistics2-core{rv3-beta-6} [Applied Energistics 2 Core] (minecraft.jar) UCHIJA CodeChickenCore{1.1.11} [CodeChicken Core] (minecraft.jar) UCHIJA NotEnoughItems{2.3.73-GTNH.dirty} [NotEnoughItems] (NotEnoughItems-2.3.73-GTNH.dirty.jar) UCHIJA ThE-core{1.0.0.1} [Thaumic Energistics Core] (minecraft.jar) UCHIJA ThaumicTinkerer-preloader{0.1} [Thaumic Tinkerer Core] (minecraft.jar) UCHIJA ClientFixer{1.0} [ClientFixer] (minecraft.jar) UCHIJA {000} [CoFH ASM] (minecraft.jar) UCHIJA PacketUnlimiter{1.1} [PacketUnlimiter] (minecraft.jar) UCHIJA NettyPatch_ASM{0.1-Beta} [NettyPatch_ASM] (minecraft.jar) UCHIJA Baubles{1.0.1.10} [Baubles] (Baubles-1.7.10-1.0.1.10.jar) UCHIJA Thaumcraft{4.2.3.5} [Thaumcraft] (Thaumcraft-1.7.10-4.2.3.5.jar) UCHIJA Botania{r1.8-249} [Botania] (Botania-+r1.8-249-Client.jar) UCHIJA AdvancedBotany{1.3.1.7} [Advanced Botany] (Advanced+Botany+1.3.1.7.jar) UCHIJA appliedenergistics2{rv3-beta-6} [Applied Energistics 2] (appliedenergistics2-rv3-beta-6-client.jar) UCHIJA bdlib{1.9.4.109} [BD Lib] (BdLib.jar) UCHIJA ae2stuff{0.5.1.9} [AE2 Stuff] (AE2-Stuff.jar) UCHIJA bspkrsCore{6.15} [bspkrsCore] ([1.7.10]bspkrsCore-universal-6.15.jar) UCHIJA ArmorStatusHUD{1.28} [ArmorStatusHUD] (ArmorStatusHUD.jar) UCHIJA AWWayofTime{v1.3.3} [Blood Magic: Alchemical Wizardry] (BloodMagic.jar) UCHIJA Avaritia{1.13} [Avaritia] (Avaritia-1.13.jar) UCHIJA BiomesOPlenty{2.1.0} [Biomes O' Plenty] (BiomesOPlenty-1.7.10-2.1.0.2027.jar) UCHIJA IC2{2.2.827-experimental} [IndustrialCraft 2] (industrialcraft-2-2.2.827-experimental-client.jar) UCHIJA CoFHCore{1.7.10R3.1.4} [CoFH Core] (CoFHCore-[1.7.10]3.1.4-329.jar) UCHIJA Forestry{4.2.16.64} [Forestry for Minecraft] (forestry_1.7.10-4.2.16.64.jar) UCHIJA beebetteratbees{0.2} [BeeBetterAtBees] (BeeBetterAtBees-0.3.jar) UCHIJA betterquesting{3.0.328} [Better Questing] (BetterQuesting-3.0.328-Client.jar) UCHIJA BiblioCraft{1.11.7} [BiblioCraft] (BiblioCraft-1.11.7.jar) UCHIJA BinnieCore{2.0.22.7} [Binnie Core] (binnie-mods-1.7.10-2.0.22.7.jar) UCHIJA Botany{2.0.22.7} [Botany] (binnie-mods-1.7.10-2.0.22.7.jar) UCHIJA ExtraTrees{2.0.22.7} [Extra Trees] (binnie-mods-1.7.10-2.0.22.7.jar) UCHIJA Genetics{2.0.22.7} [Genetics] (binnie-mods-1.7.10-2.0.22.7.jar) UCHIJA ExtraBees{2.0.22.7} [Extra Bees] (binnie-mods-1.7.10-2.0.22.7.jar) UCHIJA Waila{1.5.10} [Waila] (Waila.jar) UCHIJA ForgeMultipart{1.2.0.345} [Forge Multipart] (ForgeMultipart-1.7.10-1.2.0.345-universal.jar) UCHIJA ThaumicTinkerer{unspecified} [Thaumic Tinkerer] (ThaumicTinkerer.jar) UCHIJA ForbiddenMagic{1.7.10-0.575} [Forbidden Magic] (ForbiddenMagic.jar) UCHIJA ThermalFoundation{1.7.10R1.2.6} [Thermal Foundation] (ThermalFoundation-[1.7.10]1.2.6-118.jar) UCHIJA ExtraUtilities{1.2.12} [Extra Utilities] (extrautilities-1.2.12.jar) UCHIJA Mantle{1.7.10-0.3.2.jenkins191} [Mantle] (Mantle-1.7.10-0.3.2b.jar) UCHIJA ThermalExpansion{1.7.10R4.1.5} [Thermal Expansion] (ThermalExpansion-[1.7.10]4.1.5-248.jar) UCHIJA TConstruct{1.7.10-1.8.8.build988} [Tinkers' Construct] (TConstruct-1.7.10-1.8.8.jar) UCHIJA BloodArsenal{1.2-5} [Blood Arsenal] (BloodArsenal-1.7.10-1.2-5.jar) UCHIJA simplecore{1.7.10-1.0.8} [SimpleCore] (SimpleCoreMod-1.7.10-1.0.8.jar) UCHIJA bloodtechnology{1.3.0} [BloodTechnology] (BloodTechnology-1.3.0-client.jar) UCHIJA PotionIDHelper{1.0.4} [Potion ID Helper] (PotionIDHelper-1.0.4.jar) UCHIJA BrandonsCore{1.0.0.12} [Brandon's Core] (BrandonsCore-1.0.0.12.jar) UCHIJA DraconicEvolution{1.0.2h} [Draconic Evolution] (Draconic-Evolution-1.7.10-1.0.2h.jar) UCHIJA chaoticaddon{1.7.10-1.0} [Chaotic Evolution] (Chaotic_Evolution-1_0.jar) UCHIJA controlling{1.7.10-1.0.0.4} [Controlling] (Controlling-1.7.10-1.0.0.4.jar) UCHIJA MineTweaker3{3.1.0} [MineTweaker 3] (CraftTweaker-1.7.10-3.1.0-legacy.jar) UCHIJA customnpcs{1.7.10d} [CustomNpcs] (CustomNPCs_1.7.10d(29oct17).jar) UCHIJA DamageIndicatorsMod{3.2.3} [Damage Indicators] (DamageIndicatorsMod.jar) UCHIJA denseneutroncollectors{1.0} [Dense Neutron Collectors] (DenseNeutronCollectors_1.7.10_1.0R.jar) UCHIJA divinerpg{1.4.1.4} [DivineRPG] (DivineRPG-1.4.1.4-Client.jar) UCHIJA EMT{1.2.6.2} [Electro-Magic Tools] (ElectroMagicTools-1.2.6.2.jar) UCHIJA endercore{1.7.10-0.2.0.39_beta} [EnderCore] (EnderCore-1.7.10-0.2.0.39_beta.jar) UCHIJA EnderIO{1.7.10-2.3.0.429_beta} [Ender IO] (EnderIO-1.7.10-2.3.0.429_beta.jar) UCHIJA ethereal{0.0.1} [Ethereal] (Ethereal-0.0.1.jar) UCHIJA extraae{3.2.2} [ExtraAE] (ExtraAE-3.2.2-client.jar) UCHIJA ticlib{1.0.1} [TICLib] (TICLib-1.0.1.jar) UCHIJA extrabotania{2.0.0} [ExtraBotania] (ExtraBotania-2.0.0-client.jar) UCHIJA extracells{2.3.14} [Extra Cells 2] (ExtraCells-1.7.10-2.3.14b200.jar) UCHIJA extramagic{1.0.2} [ExtraMagic] (ExtraMagic-3.1.0-client.jar) UCHIJA extramagicae{3.0.0} [ExtraMagicAE] (ExtraMagicAE-3.1.0-client.jar) UCHIJA ExtraTiC{1.4.6} [ExtraTiC] (ExtraTiC-1.7.10-1.4.6.jar) UCHIJA forestrytechnology{2.0.0} [ForestryTechnology] (ForestryTechnology-2.0.0-client.jar) UCHIJA fw{1.3.0} [Fullscreen Windowed] (FullscreenWindowed-1.7.10-1.3.0b.jar) UCHIJA MagicBees{2.4.4} [Magic Bees] (magicbees-1.7.10-2.4.4.jar) UCHIJA gendustry{1.6.4.135} [GenDustry] (gendustry-1.6.4.135-mc1.7.10.jar) UCHIJA gvc{0.6.1} [§aGliby's§f Voice Chat Mod] (GlibysVC-1.7.10-0.6.2a.jar) UCHIJA GraviSuite{1.7.10-2.0.3} [Graviation Suite] (GraviSuite.jar) UCHIJA grimoire{3.2.11} [Grimoire] (Grimoire-mc1.7.10-3.2.11.jar) UCHIJA Ic2Nei{1.2.1} [IC2 Crop Plugin] (IC2_Crop_Plugin_1.7.10-1.3.1.jar) UCHIJA IC2NuclearControl{2.4.3a} [Nuclear Control 2] (IC2NuclearControl-2.4.3a.jar) UCHIJA inventorytweaks{1.59-dev-152-cf6e263} [Inventory Tweaks] (InventoryTweaks.jar) UCHIJA IronChest{6.0.62.742} [Iron Chest] (IronChest.jar) UCHIJA modtweaker2{0.9.5} [Mod Tweaker 2] (ModTweaker2-0.9.5.jar) UCHIJA MouseTweaks{2.4.4} [Mouse Tweaks] (MouseTweaks-2.4.4-mc1.7.10.jar) UCHIJA NEIAddons{1.12.22} [NEI Addons] (NEIAddons-1.7.10-1.12.22.jar) UCHIJA NEIAddons|AppEng{1.12.22} [NEI Addons: Applied Energistics 2] (NEIAddons-1.7.10-1.12.22.jar) UCHIJA NEIAddons|Botany{1.12.22} [NEI Addons: Botany] (NEIAddons-1.7.10-1.12.22.jar) UCHIJA NEIAddons|CraftingTables{1.12.22} [NEI Addons: Crafting Tables] (NEIAddons-1.7.10-1.12.22.jar) UCHIJA NEIAddons|Developer{1.12.22} [NEI Addons: Developer Tools] (NEIAddons-1.7.10-1.12.22.jar) UCHIJA NEIAddons|ExNihilo{1.12.22} [NEI Addons: Ex Nihilo] (NEIAddons-1.7.10-1.12.22.jar) UCHIJA NEIAddons|Forestry{1.12.22} [NEI Addons: Forestry] (NEIAddons-1.7.10-1.12.22.jar) UCHIJA neiintegration{1.1.2} [NEI Integration] (NEIIntegration-MC1.7.10-1.1.2.jar) UCHIJA netherlicious{3.2.0} [§6Netherlicious] (netherlicious-3.2.0.jar) UCHIJA NettyPatch{0.2} [NettyPatch] (NettyPatcher-0.2.jar) UCHIJA neresources{0.1.0.ManuallyBuilt} [Not Enough Resources] (NotEnoughResources-1.7.10-0.1.0-128.jar) UCHIJA MrTJPCoreMod{1.1.0.33} [MrTJPCore] (MrTJPCore-1.1.0.33-universal.jar) UCHIJA ProjRed|Core{4.7.0pre12.95} [ProjectRed Core] (ProjectRed-Base.jar) UCHIJA ProjRed|Integration{4.7.0pre12.95} [ProjectRed Integration] (ProjectRed-Integration.jar) UCHIJA ProjRed|Transmission{4.7.0pre12.95} [ProjectRed Transmission] (ProjectRed-Integration.jar) UCHIJA ProjRed|Illumination{4.7.0pre12.95} [ProjectRed Illumination] (ProjectRed-Lighting.jar) UCHIJA ProjRed|Exploration{4.7.0pre12.95} [ProjectRed Exploration] (ProjectRed-World.jar) UCHIJA questbook{3.0.0-1.7.10} [Better Questing Quest Book] (questbook-3.0.0-1.7.10.jar) UCHIJA ReiMinimap{1.7.10} [Rei's Minimap] (ReisMinimap.jar) UCHIJA sbees{1.0.0} [SBees] (SBees-1.0.0.jar) UCHIJA senergetics{2.7.0} [SEnergetics] (SEnergetics-1.7.10-2.7.0.jar) UCHIJA simpleitem{2.0.0} [SimpleItem] (SimpleItem-2.0.0.jar) UCHIJA simpletools{1.2.0} [SimpleTools] (SimpleTools-1.2.0.jar) UCHIJA rmanager{1.0} [RegionManager] (SMCRegionManager.zip) UCHIJA bq_standard{3.0.181} [Standard Expansion] (standardexpansion-3.0.181.jar) UCHIJA StatusEffectHUD{1.27} [StatusEffectHUD] (StatusEffectHUD.jar) UCHIJA tabbychat{1.11.2.2} [TabbyChat] (TabbyChat.jar) UCHIJA TaintedMagic{8.1.0} [Tainted Magic] (Tainted-Magic-1.7.10-8.1.0.jar) UCHIJA tc4tweak{1.5.13} [TC4 Tweak] (Thaumcraft4Tweaks-1.5.13.jar) UCHIJA tcinventoryscan{1.0.11} [TC Inventory Scanning] (ThaumcraftInvScan-1.0.11.jar) UCHIJA thaumcraftneiplugin{@VERSION@} [Thaumcraft NEI Plugin] (thaumcraftneiplugin-1.7.10-1.7a.jar) UCHIJA thaumicenergistics{1.1.3.0} [Thaumic Energistics] (thaumicenergistics-1.1.3.0.jar) UCHIJA ThermalDynamics{1.7.10R1.2.1} [Thermal Dynamics] (ThermalDynamics-[1.7.10]1.2.1-172.jar) UCHIJA tinker_io{1.0} [Tinker I/O] (tinker_io-1.0.jar) UCHIJA WailaHarvestability{1.1.6} [Waila Harvestability] (Waila-Harvestability.jar) UCHIJA wailaplugins{MC1.7.10-0.2.0-25} [WAILA Plugins] (Waila-Plugins.jar) UCHIJA wanionlib{1.7.10-1.8} [WanionLib] (WanionLib-1.7.10-1.8.jar) UCHIJA wawla{1.3.1} [What Are We Looking At] (Wawla.jar) UCHIJA p455w0rdslib{1.0.4} [p455w0rd's Library] (p455w0rdslib-1.7.10-1.0.4.jar) UCHIJA ae2wct{1.7.10-rv3-1.8.7.9b} [AE2 Wireless Crafting Terminal] (WirelessCraftingTerminal-1.7.10-rv3-1.8.7.9b.jar) UCHIJA WorldEditCUI{1.7.2_02} [WorldEditCUI] (WorldEditCUI.jar) UCHIJA McMultipart{1.2.0.345} [Minecraft Multipart Plugin] (ForgeMultipart-1.7.10-1.2.0.345-universal.jar) UCHIJA ForgeRelocation{0.0.1.4} [ForgeRelocation] (ForgeRelocation-0.0.1.4-universal.jar) UCHIJA MCFrames{1.0} [MCFrames] (ForgeRelocation-0.0.1.4-universal.jar) UCHIJA RelocationFMP{0.0.1.2} [RelocationFMP] (ForgeRelocationFMP-0.0.1.2-universal.jar) UCHIJA UniDict{1.7.10-2.9.2} [UniDict] (UniDict-1.7.10-2.9.2.jar) UCHIJA ForgeMicroblock{1.2.0.345} [Forge Microblocks] (ForgeMultipart-1.7.10-1.2.0.345-universal.jar) AE2 Version: beta rv3-beta-6 for Forge 10.13.4.1448 CoFHCore: -[1.7.10]3.1.4-329 ThermalFoundation: -[1.7.10]1.2.6-118 Mantle Environment: DO NOT REPORT THIS CRASH! Unsupported mods in environment: optifine ThermalExpansion: -[1.7.10]4.1.5-248 TConstruct Environment: Environment healthy. TC4Tweak signing signature: 473C3A397676978FF4877ABA2D57860DDA20E2FC, Built by: glease ThermalDynamics: -[1.7.10]1.2.1-172 List of loaded APIs: * (0.1) from TabbyChat.jar * ae2wct|API (1.7.10-rv3-1.8.6b) from WirelessCraftingTerminal-1.7.10-rv3-1.8.7.9b.jar * appliedenergistics2|API (rv3) from appliedenergistics2-rv3-beta-6-client.jar * Baubles|API (1.0.1.10) from Baubles-1.7.10-1.0.1.10.jar * BetterQuesting|API (3.2) from BetterQuesting-3.0.328-Client.jar * BetterQuesting|API2 (3.1) from BetterQuesting-3.0.328-Client.jar * BiomesOPlentyAPI (1.0.0) from BiomesOPlenty-1.7.10-2.1.0.2027.jar * BloodMagicAPI (1.3.3-13) from BloodMagic.jar * BotaniaAPI (76) from Botania-+r1.8-249-Client.jar * BuildCraftAPI|core (1.0) from extrautilities-1.2.12.jar * BuildCraftAPI|tools (1.0) from extrautilities-1.2.12.jar * CoFHAPI (1.7.10R1.0.2) from IC2NuclearControl-2.4.3a.jar * CoFHAPI|block (1.7.10R1.0.13B1) from extrautilities-1.2.12.jar * CoFHAPI|core (1.7.10R1.0.13B2) from CoFHLib-[1.7.10]1.1.1-181.jar * CoFHAPI|energy (1.7.10R1.0.13B1) from extrautilities-1.2.12.jar * CoFHAPI|fluid (1.7.10R1.3.1) from CoFHCore-[1.7.10]3.1.4-329.jar * CoFHAPI|inventory (1.7.10R1.0.13) from EnderIO-1.7.10-2.3.0.429_beta.jar * CoFHAPI|item (1.7.10R1.0.13B1) from extrautilities-1.2.12.jar * CoFHAPI|modhelpers (1.7.10R1.0.13B2) from CoFHLib-[1.7.10]1.1.1-181.jar * CoFHAPI|tileentity (1.7.10R1.0.13B2) from CoFHLib-[1.7.10]1.1.1-181.jar * CoFHAPI|transport (1.7.10R1.0.13) from EnderIO-1.7.10-2.3.0.429_beta.jar * CoFHAPI|world (1.7.10R1.3.1) from CoFHCore-[1.7.10]3.1.4-329.jar * CoFHLib (1.7.10R1.0.3B3) from CoFHLib-[1.7.10]1.1.1-181.jar * CoFHLib|audio (1.7.10R1.0.3B3) from CoFHLib-[1.7.10]1.1.1-181.jar * CoFHLib|gui (1.7.10R1.2.1) from CoFHCore-[1.7.10]3.1.4-329.jar * CoFHLib|gui|container (1.7.10R1.0.3B3) from CoFHLib-[1.7.10]1.1.1-181.jar * CoFHLib|gui|element (1.7.10R1.2.1) from CoFHCore-[1.7.10]3.1.4-329.jar * CoFHLib|gui|element|listbox (1.7.10R1.2.1) from CoFHCore-[1.7.10]3.1.4-329.jar * CoFHLib|gui|slot (1.7.10R1.0.3B3) from CoFHLib-[1.7.10]1.1.1-181.jar * CoFHLib|inventory (1.7.10R1.0.3B3) from CoFHLib-[1.7.10]1.1.1-181.jar * CoFHLib|render (1.7.10R1.0.3B3) from CoFHLib-[1.7.10]1.1.1-181.jar * CoFHLib|render|particle (1.7.10R1.0.3B3) from CoFHLib-[1.7.10]1.1.1-181.jar * CoFHLib|util (1.7.10R1.0.3B3) from CoFHLib-[1.7.10]1.1.1-181.jar * CoFHLib|util|helpers (1.7.10R1.2.1) from CoFHCore-[1.7.10]3.1.4-329.jar * CoFHLib|util|position (1.7.10R1.2.1) from CoFHCore-[1.7.10]3.1.4-329.jar * CoFHLib|world (1.7.10R1.0.3B3) from CoFHLib-[1.7.10]1.1.1-181.jar * CoFHLib|world|feature (1.7.10R1.2.1) from CoFHCore-[1.7.10]3.1.4-329.jar * DraconicEvolution|API (1.2) from Draconic-Evolution-1.7.10-1.0.2h.jar * EnderIOAPI (0.0.2) from EnderIO-1.7.10-2.3.0.429_beta.jar * EnderIOAPI|Redstone (0.0.2) from EnderIO-1.7.10-2.3.0.429_beta.jar * EnderIOAPI|Teleport (0.0.2) from EnderIO-1.7.10-2.3.0.429_beta.jar * EnderIOAPI|Tools (0.0.2) from EnderIO-1.7.10-2.3.0.429_beta.jar * ForestryAPI|apiculture (4.8.0) from forestry_1.7.10-4.2.16.64.jar * ForestryAPI|arboriculture (4.2.1) from forestry_1.7.10-4.2.16.64.jar * ForestryAPI|circuits (3.1.0) from forestry_1.7.10-4.2.16.64.jar * ForestryAPI|core (5.0.0) from forestry_1.7.10-4.2.16.64.jar * ForestryAPI|farming (2.1.0) from forestry_1.7.10-4.2.16.64.jar * ForestryAPI|food (1.1.0) from forestry_1.7.10-4.2.16.64.jar * ForestryAPI|fuels (2.0.1) from forestry_1.7.10-4.2.16.64.jar * ForestryAPI|genetics (4.7.1) from forestry_1.7.10-4.2.16.64.jar * ForestryAPI|hives (4.1.0) from forestry_1.7.10-4.2.16.64.jar * ForestryAPI|lepidopterology (1.3.0) from forestry_1.7.10-4.2.16.64.jar * ForestryAPI|mail (3.0.0) from forestry_1.7.10-4.2.16.64.jar * ForestryAPI|multiblock (3.0.0) from forestry_1.7.10-4.2.16.64.jar * ForestryAPI|recipes (5.4.0) from forestry_1.7.10-4.2.16.64.jar * ForestryAPI|storage (3.0.0) from forestry_1.7.10-4.2.16.64.jar * ForestryAPI|world (2.1.0) from forestry_1.7.10-4.2.16.64.jar * ForgeRelocation|API (0.0.1.4) from ForgeRelocation-0.0.1.4-universal.jar * gendustryAPI (2.3.0) from gendustry-1.6.4.135-mc1.7.10.jar * IC2API (1.0) from IC2_Crop_Plugin_1.7.10-1.3.1.jar * neresources|API (1.0) from NotEnoughResources-1.7.10-0.1.0-128.jar * NuclearControlAPI (v1.0.5) from IC2NuclearControl-2.4.3a.jar * Thaumcraft|API (4.2.0.0) from Chaotic_Evolution-1_0.jar * thaumicenergistics|API (1.1) from thaumicenergistics-1.1.3.0.jar * WailaAPI (1.2) from Waila.jar EnderIO: Found the following problem(s) with your installation: * Optifine is installed. This is NOT supported. * The RF API that is being used (1.7.10R1.0.2 from ) differes from that that is reported as being loaded (1.7.10R1.0.13B1 from extrautilities-1.2.12.jar). It is a supported version, but that difference may lead to problems. * An unknown AE2 API is installed (rv3 from appliedenergistics2-rv3-beta-6-client.jar). Ender IO was build against API version rv2 and may or may not work with a newer version. This may have caused the error. Try reproducing the crash WITHOUT this/these mod(s) before reporting it. Forestry : Warning: You have mods that change the behavior of Minecraft, ForgeModLoader, and/or Minecraft Forge to your client: Optifine These may have caused this error, and may not be supported. Try reproducing the crash WITHOUT these mods, and report it then. Info: The following plugins have been disabled in the config: mail, storage AE2 Integration: IC2:ON, RotaryCraft:OFF, RC:OFF, BuildCraftCore:OFF, BuildCraftTransport:OFF, BuildCraftBuilder:OFF, RF:ON, RFItem:ON, MFR:OFF, DSU:ON, FZ:OFF, FMP:ON, RB:OFF, CLApi:OFF, Waila:ON, InvTweaks:ON, NEI:ON, CraftGuide:OFF, Mekanism:OFF, ImmibisMicroblocks:OFF, BetterStorage:OFF, OpenComputers:OFF, PneumaticCraft:OFF Launched Version: 1.7.10 LWJGL: 2.9.4 OpenGL: NVIDIA GeForce RTX 2060/PCIe/SSE2 GL version 4.6.0 NVIDIA 551.52, NVIDIA Corporation GL Caps: Using GL 1.3 multitexturing. Using framebuffer objects because OpenGL 3.0 is supported and separate blending is supported. Anisotropic filtering is supported and maximum anisotropy is 16. Shaders are available because OpenGL 2.1 is supported. Is Modded: Definitely; Client brand changed to 'fml,forge' Type: Client (map_client.txt) Resource Packs: [TechnoMagic-Faithful.zip] Current Language: ??????? (??????) Profiler Position: N/A (disabled) Vec3 Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used Anisotropic Filtering: Off (1) OptiFine Version: OptiFine_1.7.10_HD_U_E7 Render Distance Chunks: 7 Mipmaps: 0 Anisotropic Filtering: 1 Antialiasing: 0 Multitexture: false Shaders: null OpenGlVersion: 4.6.0 NVIDIA 551.52 OpenGlRenderer: NVIDIA GeForce RTX 2060/PCIe/SSE2 OpenGlVendor: NVIDIA Corporation CpuCount: 12