Добавление слота

Версия Minecraft
1.7.10
769
1
42
Приветствую. Возникла проблема при добавлении слота в инвентарь. Их было 3, захотел сделать четвертый - крашит. Доступ в TileEntity к слоту я дал(насколько я понял этот метод за это отвечает). Прошу помочь разобраться с проблемой.
Метод из тайла:
Код:
@Override
    public int[] getAccessibleSlotsFromSide(int side) {
        return new int[] { 0, 1, 2, 3 };
    }
Часть из контейнера:
Код:
this.addSlotToContainer(new SlotSpecific(tileEntity, 0, 73, 55, IItemElectric.class));
        this.addSlotToContainer(new Slot(tileEntity, 1, 46, 25));
        this.addSlotToContainer(new SlotFurnace(par1InventoryPlayer.player, tileEntity, 2, 99, 25));
        this.addSlotToContainer(new SlotSpecific(tileEntity, 3, 33, 24, IItemElectric.class));
Краш:
Код:
[22:07:47] [main/INFO] [GradleStart]: Extra: []
[22:07:48] [main/INFO] [GradleStart]: Found and added coremod: micdoodle8.mods.miccore.MicdoodlePlugin
[22:07:48] [main/INFO] [GradleStart]: Found and added coremod: ic2.core.coremod.IC2core
[22:07:48] [main/INFO] [GradleStart]: Running with arguments: [--userProperties, {}, --accessToken, {REDACTED}, --assetIndex, 1.7.10, --assetsDir, C:/Users/PC/.gradle/caches/minecraft/assets, --version, 1.7.10, --tweakClass, cpw.mods.fml.common.launcher.FMLTweaker, --tweakClass, net.minecraftforge.gradle.tweakers.CoremodTweaker]
[22:07:48] [main/INFO] [LaunchWrapper]: Loading tweak class name cpw.mods.fml.common.launcher.FMLTweaker
[22:07:48] [main/INFO] [LaunchWrapper]: Using primary tweak class name cpw.mods.fml.common.launcher.FMLTweaker
[22:07:48] [main/INFO] [LaunchWrapper]: Loading tweak class name net.minecraftforge.gradle.tweakers.CoremodTweaker
[22:07:48] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.common.launcher.FMLTweaker
[22:07:48] [main/INFO] [FML]: Forge Mod Loader version 7.99.36.1558 for Minecraft 1.7.10 loading
[22:07:48] [main/INFO] [FML]: Java is Java HotSpot(TM) 64-Bit Server VM, version 1.7.0_21, running on Windows 8:amd64:6.2, installed at C:\Program Files\Java\jre7
[22:07:48] [main/INFO] [FML]: Managed to load a deobfuscated Minecraft name- we are in a deobfuscated environment. Skipping runtime deobfuscation
[22:07:48] [main/INFO] [FML]: Found a command line coremod : micdoodle8.mods.miccore.MicdoodlePlugin
[22:07:49] [main/WARN] [FML]: The coremod micdoodle8.mods.miccore.MicdoodlePlugin does not have a MCVersion annotation, it may cause issues with this version of Minecraft
[22:07:49] [main/INFO] [STDOUT]: [micdoodle8.mods.miccore.DepLoader$DepLoadInst:<init>:333]: MicdoodleCore searching for dependencies in mods file: E:\Work Space\ModEditor\1.7.10\gradlew\eclipse\.\mods
[22:07:49] [main/INFO] [FML]: Found a command line coremod : ic2.core.coremod.IC2core
[22:07:50] [main/WARN] [FML]: The coremod ic2.core.coremod.IC2core does not have a MCVersion annotation, it may cause issues with this version of Minecraft
[22:07:50] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.gradle.tweakers.CoremodTweaker
[22:07:50] [main/INFO] [GradleStart]: Injecting location in coremod cpw.mods.fml.relauncher.FMLCorePlugin
[22:07:50] [main/INFO] [GradleStart]: Injecting location in coremod net.minecraftforge.classloading.FMLForgePlugin
[22:07:50] [main/INFO] [GradleStart]: Injecting location in coremod micdoodle8.mods.miccore.MicdoodlePlugin
[22:07:50] [main/INFO] [GradleStart]: Injecting location in coremod ic2.core.coremod.IC2core
[22:07:50] [main/INFO] [LaunchWrapper]: Loading tweak class name cpw.mods.fml.common.launcher.FMLInjectionAndSortingTweaker
[22:07:50] [main/INFO] [LaunchWrapper]: Loading tweak class name cpw.mods.fml.common.launcher.FMLDeobfTweaker
[22:07:50] [main/INFO] [LaunchWrapper]: Loading tweak class name net.minecraftforge.gradle.tweakers.AccessTransformerTweaker
[22:07:50] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.common.launcher.FMLInjectionAndSortingTweaker
[22:07:50] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.common.launcher.FMLInjectionAndSortingTweaker
[22:07:50] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper
[22:07:50] [main/ERROR] [FML]: The binary patch set is missing. Either you are in a development environment, or things are not going to work!
[22:07:53] [main/ERROR] [FML]: FML appears to be missing any signature data. This is not a good thing
[22:07:53] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper
[22:07:53] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper
[22:07:54] [main/INFO] [STDOUT]: [micdoodle8.mods.miccore.MicdoodlePlugin:getASMTransformerClass:102]: Successfully Registered Transformer
[22:07:55] [main/INFO] [STDOUT]: [micdoodle8.mods.miccore.MicdoodlePlugin:injectData:295]: [Micdoodle8Core]: Patching game...
[22:07:55] [main/INFO] [STDOUT]: [micdoodle8.mods.miccore.MicdoodlePlugin:injectData:295]: [Micdoodle8Core]: Patching game...
[22:07:55] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper
[22:07:56] [main/INFO] [IC2-core]: Loaded library EJML-core-0.26.jar.
[22:07:56] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.common.launcher.FMLDeobfTweaker
[22:07:56] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.gradle.tweakers.AccessTransformerTweaker
[22:07:56] [main/INFO] [LaunchWrapper]: Loading tweak class name cpw.mods.fml.common.launcher.TerminalTweaker
[22:07:56] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.common.launcher.TerminalTweaker
[22:07:56] [main/INFO] [LaunchWrapper]: Launching wrapped minecraft {net.minecraft.client.main.Main}
[22:07:58] [main/INFO] [STDOUT]: [micdoodle8.mods.miccore.MicdoodleTransformer:printLog:1989]: Galacticraft successfully injected bytecode into: net/minecraft/world/World (1 / 1)
[22:07:58] [main/INFO] [STDOUT]: [micdoodle8.mods.miccore.MicdoodleTransformer:printLog:1989]: Galacticraft successfully injected bytecode into: net/minecraft/entity/EntityLivingBase (1 / 1)
[22:07:59] [main/INFO] [STDOUT]: [micdoodle8.mods.miccore.MicdoodleTransformer:printLog:1989]: Galacticraft successfully injected bytecode into: net/minecraft/entity/Entity (1 / 1)
[22:07:59] [main/INFO] [STDOUT]: [micdoodle8.mods.miccore.MicdoodleTransformer:printLog:1989]: Galacticraft successfully injected bytecode into: net/minecraft/client/gui/GuiSleepMP (1 / 1)
[22:08:01] [main/INFO]: Setting user: Player110
[22:08:01] [main/INFO] [STDOUT]: [micdoodle8.mods.miccore.MicdoodleTransformer:printLog:1989]: Galacticraft successfully injected bytecode into: net/minecraft/entity/item/EntityItem (1 / 1)
[22:08:04] [main/INFO] [STDOUT]: [micdoodle8.mods.miccore.MicdoodleTransformer:printLog:1989]: Galacticraft successfully injected bytecode into: net/minecraft/entity/projectile/EntityArrow (1 / 1)
[22:08:06] [Client thread/INFO]: LWJGL Version: 2.9.1
[22:08:06] [Client thread/INFO] [STDOUT]: [micdoodle8.mods.miccore.MicdoodleTransformer:printLog:1989]: Galacticraft successfully injected bytecode into: net/minecraftforge/client/ForgeHooksClient (1 / 1)
[22:08:13] [Client thread/INFO] [STDOUT]: [cpw.mods.fml.client.SplashProgress:start:188]: ---- Minecraft Crash Report ----
// Oh - I know what I did wrong!

Time: 03.12.16 22:08
Description: Loading screen debug info

This is just a prompt for computer specs to be printed. THIS IS NOT A ERROR


A detailed walkthrough of the error, its code path and all known details is as follows:
---------------------------------------------------------------------------------------

-- System Details --
Details:
 Minecraft Version: 1.7.10
 Operating System: Windows 8 (amd64) version 6.2
 Java Version: 1.7.0_21, Oracle Corporation
 Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
 Memory: 942071520 bytes (898 MB) / 1056309248 bytes (1007 MB) up to 1056309248 bytes (1007 MB)
 JVM Flags: 3 total; -Xincgc -Xmx1024M -Xms1024M
 AABB Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used
 IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0
 FML: 
 GL info: ' Vendor: 'NVIDIA Corporation' Version: '4.5.0 NVIDIA 372.70' Renderer: 'GeForce GT 740/PCIe/SSE2'
[22:08:13] [Client thread/INFO] [MinecraftForge]: Attempting early MinecraftForge initialization
[22:08:13] [Client thread/INFO] [FML]: MinecraftForge v10.13.4.1558 Initialized
[22:08:13] [Client thread/INFO] [FML]: Replaced 183 ore recipies
[22:08:14] [Client thread/INFO] [MinecraftForge]: Completed early MinecraftForge initialization
[22:08:15] [Client thread/INFO] [FML]: Found 0 mods from the command line. Injecting into mod discoverer
[22:08:15] [Client thread/INFO] [FML]: Searching E:\Work Space\ModEditor\1.7.10\gradlew\eclipse\mods for mods
[22:08:15] [Client thread/INFO] [FML]: Also searching E:\Work Space\ModEditor\1.7.10\gradlew\eclipse\mods\1.7.10 for mods
[22:08:21] [Client thread/INFO] [DimensionTutorial]: Mod DimensionTutorial is missing the required element 'name'. Substituting DimensionTutorial
[22:09:00] [Client thread/INFO] [FML]: Forge Mod Loader has identified 9 mods to load
[22:09:02] [Client thread/INFO] [FML]: Attempting connection with missing mods [mcp, FML, Forge, Micdoodlecore, DimensionTutorial, VacuumHorizon, GalacticraftCore, GalacticraftMars, IC2] at CLIENT
[22:09:02] [Client thread/INFO] [FML]: Attempting connection with missing mods [mcp, FML, Forge, Micdoodlecore, DimensionTutorial, VacuumHorizon, GalacticraftCore, GalacticraftMars, IC2] at SERVER
[22:09:06] [Client thread/INFO] [STDOUT]: [micdoodle8.mods.miccore.MicdoodleTransformer:printLog:1989]: Galacticraft successfully injected bytecode into: net/minecraft/client/renderer/entity/RendererLivingEntity (1 / 1)
[22:09:07] [Client thread/INFO]: Reloading ResourceManager: Default, FMLFileResourcePack:Forge Mod Loader, FMLFileResourcePack:Minecraft Forge, FMLFileResourcePack:DimensionTutorial, FMLFileResourcePack:Vacuum Horizon, FMLFileResourcePack:Galacticraft Core, FMLFileResourcePack:Galacticraft Planets, FMLFileResourcePack:IndustrialCraft 2
[22:09:07] [Client thread/INFO] [FML]: Processing ObjectHolder annotations
[22:09:07] [Client thread/INFO] [FML]: Found 341 ObjectHolder annotations
[22:09:07] [Client thread/INFO] [FML]: Identifying ItemStackHolder annotations
[22:09:07] [Client thread/INFO] [FML]: Found 0 ItemStackHolder annotations
[22:09:07] [Client thread/INFO] [FML]: Configured a dormant chunk cache size of 0
[22:09:09] [Client thread/INFO] [STDERR]: [micdoodle8.mods.miccore.MicdoodleTransformer:printResultsAndReset:1905]: Potential problem: Galacticraft did not complete injection of bytecode into: net/minecraft/world/gen/ChunkProviderServer (0 / 1)
[22:09:11] [Client thread/INFO] [STDOUT]: [micdoodle8.mods.miccore.MicdoodleTransformer:printLog:1989]: Galacticraft successfully injected bytecode into: net/minecraft/client/particle/EffectRenderer (1 / 1)
[22:09:14] [Client thread/INFO] [STDOUT]: [micdoodle8.mods.miccore.MicdoodleTransformer:printLog:1989]: Galacticraft successfully injected bytecode into: net/minecraft/client/renderer/EntityRenderer (5 / 5)
[22:09:18] [Client thread/INFO] [STDOUT]: [vacuum.VacuumHorizon:log:141]: VacuumHorizon: Loading addon.
[22:09:20] [Client thread/INFO] [FML]: Applying holder lookups
[22:09:20] [Client thread/INFO] [FML]: Holder lookups applied
[22:09:20] [Client thread/INFO] [FML]: Injecting itemstacks
[22:09:20] [Client thread/INFO] [FML]: Itemstack injection complete
[22:09:20] [Sound Library Loader/INFO] [STDOUT]: [paulscode.sound.SoundSystemLogger:message:69]: 
[22:09:20] [Sound Library Loader/INFO] [STDOUT]: [paulscode.sound.SoundSystemLogger:message:69]: Starting up SoundSystem...
[22:09:20] [Thread-8/INFO] [STDOUT]: [paulscode.sound.SoundSystemLogger:message:69]: Initializing LWJGL OpenAL
[22:09:20] [Thread-8/INFO] [STDOUT]: [paulscode.sound.SoundSystemLogger:message:69]:     (The LWJGL binding of OpenAL.  For more information, see http://www.lwjgl.org)
[22:09:35] [Thread-8/INFO] [STDOUT]: [paulscode.sound.SoundSystemLogger:message:69]: OpenAL initialized.
[22:09:35] [Sound Library Loader/INFO] [STDOUT]: [paulscode.sound.SoundSystemLogger:message:69]: 
[22:09:35] [Sound Library Loader/INFO]: Sound engine started
[22:09:48] [Client thread/INFO] [STDOUT]: [micdoodle8.mods.miccore.MicdoodleTransformer:printLog:1989]: Galacticraft successfully injected bytecode into: net/minecraft/client/renderer/ItemRenderer (1 / 1)
[22:09:48] [Client thread/INFO]: Created: 16x16 textures/blocks-atlas
[22:09:48] [Client thread/INFO]: Created: 16x16 textures/items-atlas
[22:09:48] [Client thread/INFO] [IC2.Recipe]: Successfully loaded 267 out of 267 recipes for shaped recipes
[22:09:48] [Client thread/INFO] [IC2.Recipe]: Successfully loaded 76 out of 76 recipes for shapeless recipes
[22:09:48] [Client thread/INFO] [IC2.Recipe]: Successfully loaded 5 out of 5 recipes for blast furnace recipes
[22:09:48] [Client thread/INFO] [IC2.Recipe]: Successfully loaded 17 out of 17 recipes for block cutter recipes
[22:09:48] [Client thread/INFO] [IC2.Recipe]: Successfully loaded 48 out of 48 recipes for compressor recipes
[22:09:48] [Client thread/INFO] [IC2.Recipe]: Successfully loaded 12 out of 12 recipes for extractor recipes
[22:09:48] [Client thread/INFO] [IC2.Recipe]: Successfully loaded 64 out of 64 recipes for macerator recipes
[22:09:48] [Client thread/INFO] [IC2.Recipe]: Successfully loaded 4 out of 4 recipes for metal former cutting recipes
[22:09:48] [Client thread/INFO] [IC2.Recipe]: Successfully loaded 10 out of 10 recipes for metal former extruding recipes
[22:09:48] [Client thread/INFO] [IC2.Recipe]: Successfully loaded 14 out of 14 recipes for metal former rolling recipes
[22:09:48] [Client thread/INFO] [IC2.Recipe]: Successfully loaded 8 out of 8 recipes for ore washing recipes
[22:09:48] [Client thread/INFO] [IC2.Recipe]: Successfully loaded 25 out of 25 recipes for thermal centrifuge recipes
[22:09:55] [Client thread/WARN] [FML]: Redundant call to BiomeDictionary.registerAllBiomes ignored
[22:09:56] [Client thread/INFO] [FML]: Injecting itemstacks
[22:09:56] [Client thread/INFO] [FML]: Itemstack injection complete
[22:09:56] [Client thread/INFO] [IC2.Uu]: Loading predefined UU world scan values, run /ic2 uu-world-scan <small|medium|large> to calibrate them for your world.
[22:09:56] [Client thread/WARN] [IC2.Uu]: UU world-scan config: Can't find ItemStack for BuildCraft|Core:eternalSpring, ignoring the entry in line 88.
[22:09:56] [Client thread/WARN] [IC2.Uu]: UU world-scan config: Can't find ItemStack for BuildCraft|Core:eternalSpring@1, ignoring the entry in line 109.
[22:09:57] [Client thread/INFO] [IC2.General]: IC2 version 2.2.826-experimental loaded.
[22:09:57] [Client thread/INFO] [FML]: While registering space station recipe, found 2 type(s) of ingotTin
[22:09:57] [Client thread/INFO] [FML]: While registering space station recipe, found 1 type(s) of waferAdvanced
[22:09:58] [Client thread/INFO] [STDOUT]: [vacuum.VacuumHorizon:log:141]: VacuumHorizon: Loading addon complete!
[22:09:58] [Client thread/INFO] [FML]: Forge Mod Loader has successfully loaded 9 mods
[22:09:58] [Client thread/INFO]: Reloading ResourceManager: Default, FMLFileResourcePack:Forge Mod Loader, FMLFileResourcePack:Minecraft Forge, FMLFileResourcePack:DimensionTutorial, FMLFileResourcePack:Vacuum Horizon, FMLFileResourcePack:Galacticraft Core, FMLFileResourcePack:Galacticraft Planets, FMLFileResourcePack:IndustrialCraft 2
[22:10:00] [Client thread/INFO]: Created: 1024x512 textures/items-atlas
[22:10:14] [Client thread/INFO]: Created: 1024x1024 textures/blocks-atlas
[22:10:14] [Client thread/INFO] [STDOUT]: [paulscode.sound.SoundSystemLogger:message:69]: 
[22:10:14] [Client thread/INFO] [STDOUT]: [paulscode.sound.SoundSystemLogger:message:69]: SoundSystem shutting down...
[22:10:14] [Client thread/INFO] [STDOUT]: [paulscode.sound.SoundSystemLogger:importantMessage:90]:     Author: Paul Lamb, www.paulscode.com
[22:10:14] [Client thread/INFO] [STDOUT]: [paulscode.sound.SoundSystemLogger:message:69]: 
[22:10:14] [Sound Library Loader/INFO] [STDOUT]: [paulscode.sound.SoundSystemLogger:message:69]: 
[22:10:14] [Sound Library Loader/INFO] [STDOUT]: [paulscode.sound.SoundSystemLogger:message:69]: Starting up SoundSystem...
[22:10:15] [Thread-10/INFO] [STDOUT]: [paulscode.sound.SoundSystemLogger:message:69]: Initializing LWJGL OpenAL
[22:10:15] [Thread-10/INFO] [STDOUT]: [paulscode.sound.SoundSystemLogger:message:69]:     (The LWJGL binding of OpenAL.  For more information, see http://www.lwjgl.org)
[22:10:15] [Thread-10/INFO] [STDOUT]: [paulscode.sound.SoundSystemLogger:message:69]: OpenAL initialized.
[22:10:15] [Sound Library Loader/INFO] [STDOUT]: [paulscode.sound.SoundSystemLogger:message:69]: 
[22:10:15] [Sound Library Loader/INFO]: Sound engine started
[22:10:27] [Client thread/ERROR] [TEXTURE ERRORS]: +=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=
[22:10:27] [Client thread/ERROR] [TEXTURE ERRORS]: The following texture errors were found.
[22:10:27] [Client thread/ERROR] [TEXTURE ERRORS]: ==================================================
[22:10:27] [Client thread/ERROR] [TEXTURE ERRORS]:   DOMAIN minecraft
[22:10:27] [Client thread/ERROR] [TEXTURE ERRORS]: --------------------------------------------------
[22:10:27] [Client thread/ERROR] [TEXTURE ERRORS]:   domain minecraft is missing 1 texture
[22:10:27] [Client thread/ERROR] [TEXTURE ERRORS]:     domain minecraft has 4 locations:
[22:10:27] [Client thread/ERROR] [TEXTURE ERRORS]:       unknown resourcepack type net.minecraft.client.resources.DefaultResourcePack : Default
[22:10:27] [Client thread/ERROR] [TEXTURE ERRORS]:       mod FML resources at C:\Users\PC\.gradle\caches\minecraft\net\minecraftforge\forge\1.7.10-10.13.4.1558-1.7.10\forgeSrc-1.7.10-10.13.4.1558-1.7.10.jar
[22:10:27] [Client thread/ERROR] [TEXTURE ERRORS]:       mod Forge resources at C:\Users\PC\.gradle\caches\minecraft\net\minecraftforge\forge\1.7.10-10.13.4.1558-1.7.10\forgeSrc-1.7.10-10.13.4.1558-1.7.10.jar
[22:10:27] [Client thread/ERROR] [TEXTURE ERRORS]:       mod IC2 resources at E:\Work Space\ModEditor\1.7.10\gradlew\eclipse\libs\industrialcraft-2-2.2.826-experimental-dev.jar
[22:10:27] [Client thread/ERROR] [TEXTURE ERRORS]: -------------------------
[22:10:27] [Client thread/ERROR] [TEXTURE ERRORS]:     The missing resources for domain minecraft are:
[22:10:27] [Client thread/ERROR] [TEXTURE ERRORS]:       textures/blocks/MISSING_ICON_BLOCK_458_FuelGenerator.png
[22:10:27] [Client thread/ERROR] [TEXTURE ERRORS]: -------------------------
[22:10:27] [Client thread/ERROR] [TEXTURE ERRORS]:     No other errors exist for domain minecraft
[22:10:27] [Client thread/ERROR] [TEXTURE ERRORS]: ==================================================
[22:10:27] [Client thread/ERROR] [TEXTURE ERRORS]: ==================================================
[22:10:27] [Client thread/ERROR] [TEXTURE ERRORS]:   DOMAIN horizon
[22:10:27] [Client thread/ERROR] [TEXTURE ERRORS]: --------------------------------------------------
[22:10:27] [Client thread/ERROR] [TEXTURE ERRORS]:   domain horizon is missing 2 textures
[22:10:27] [Client thread/ERROR] [TEXTURE ERRORS]:     domain horizon has 2 locations:
[22:10:27] [Client thread/ERROR] [TEXTURE ERRORS]:       mod DimensionTutorial resources at E:\Work Space\ModEditor\1.7.10\gradlew\bin
[22:10:27] [Client thread/ERROR] [TEXTURE ERRORS]:       mod VacuumHorizon resources at E:\Work Space\ModEditor\1.7.10\gradlew\bin
[22:10:27] [Client thread/ERROR] [TEXTURE ERRORS]: -------------------------
[22:10:27] [Client thread/ERROR] [TEXTURE ERRORS]:     The missing resources for domain horizon are:
[22:10:27] [Client thread/ERROR] [TEXTURE ERRORS]:       textures/blocks/.png
[22:10:27] [Client thread/ERROR] [TEXTURE ERRORS]:       textures/blocks/kepler62e.png
[22:10:27] [Client thread/ERROR] [TEXTURE ERRORS]: -------------------------
[22:10:27] [Client thread/ERROR] [TEXTURE ERRORS]:     No other errors exist for domain horizon
[22:10:27] [Client thread/ERROR] [TEXTURE ERRORS]: ==================================================
[22:10:27] [Client thread/ERROR] [TEXTURE ERRORS]: +=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=
[22:11:59] [Client thread/INFO]: Deleting level New World
[22:11:59] [Client thread/INFO]: Attempt 1...
[22:12:08] [Server thread/INFO]: Starting integrated minecraft server version 1.7.10
[22:12:08] [Server thread/INFO]: Generating keypair
[22:12:08] [Server thread/INFO]: Converting map!
[22:12:08] [Server thread/INFO]: Scanning folders...
[22:12:08] [Server thread/INFO]: Total conversion count is 0
[22:12:09] [Server thread/INFO] [FML]: Injecting existing block and item data into this server instance
[22:12:09] [Server thread/INFO] [FML]: Applying holder lookups
[22:12:09] [Server thread/INFO] [FML]: Holder lookups applied
[22:12:10] [Server thread/INFO] [FML]: Loading dimension 0 (New World) (net.minecraft.server.integrated.IntegratedServer@680d5cce)
[22:12:11] [Server thread/WARN]: Unable to find spawn biome
[22:12:27] [Server thread/INFO] [FML]: Loading dimension 35 (New World) (net.minecraft.server.integrated.IntegratedServer@680d5cce)
[22:12:27] [Server thread/INFO] [FML]: Loading dimension 1 (New World) (net.minecraft.server.integrated.IntegratedServer@680d5cce)
[22:12:27] [Server thread/INFO] [FML]: Loading dimension -1 (New World) (net.minecraft.server.integrated.IntegratedServer@680d5cce)
[22:12:27] [Server thread/INFO]: Preparing start region for level 0
[22:12:28] [Server thread/INFO] [Galacticraft]: Registered Dimension: -30
[22:12:28] [Server thread/INFO] [FML]: Loading dimension -30 (New World) (net.minecraft.server.integrated.IntegratedServer@680d5cce)
[22:12:28] [Server thread/INFO] [Galacticraft]: Registered Dimension: -80
[22:12:28] [Server thread/INFO] [FML]: Loading dimension -80 (New World) (net.minecraft.server.integrated.IntegratedServer@680d5cce)
[22:12:28] [Server thread/INFO] [Galacticraft]: Registered Dimension: -29
[22:12:29] [Server thread/INFO] [FML]: Loading dimension -29 (New World) (net.minecraft.server.integrated.IntegratedServer@680d5cce)
[22:12:29] [Server thread/INFO] [Galacticraft]: Registered Dimension: -28
[22:12:29] [Server thread/INFO] [FML]: Loading dimension -28 (New World) (net.minecraft.server.integrated.IntegratedServer@680d5cce)
[22:12:29] [Thread-13/ERROR] [Galacticraft]: Galacticraft update check failed! Trying again in 15 seconds
[22:12:29] [Server thread/INFO]: Changing view distance to 6, from 10
[22:12:30] [Client thread/INFO] [STDOUT]: [micdoodle8.mods.miccore.MicdoodleTransformer:printLog:1989]: Galacticraft successfully injected bytecode into: net/minecraft/client/network/NetHandlerPlayClient (2 / 2)
[22:12:30] [Netty Client IO #0/INFO] [FML]: Server protocol version 2
[22:12:30] [Netty IO #1/INFO] [FML]: Client protocol version 2
[22:12:30] [Netty IO #1/INFO] [FML]: Client attempting to join with 9 mods : [email protected],[email protected],[email protected],[email protected],Micdoodlecore@,[email protected],[email protected],[email protected],[email protected]
[22:12:30] [Netty IO #1/INFO] [FML]: Attempting connection with missing mods [] at CLIENT
[22:12:30] [Netty Client IO #0/INFO] [FML]: Attempting connection with missing mods [] at SERVER
[22:12:30] [Client thread/INFO] [FML]: [Client thread] Client side modded connection established
[22:12:30] [Server thread/INFO] [FML]: [Server thread] Server side modded connection established
[22:12:30] [Server thread/INFO]: Player110[local:E:6858ed30] logged in with entity id 34 at (604.5, 4.0, 385.5)
[22:12:30] [Server thread/INFO]: Player110 joined the game
[22:12:32] [Thread-14/ERROR] [Galacticraft]: Galacticraft update check failed! Trying again in 15 seconds
[22:12:45] [Thread-13/ERROR] [Galacticraft]: Galacticraft update check failed! Trying again in 15 seconds
[22:12:47] [Server thread/INFO]: Player110 has just earned the achievement [Taking Inventory]
[22:12:47] [Client thread/INFO]: [CHAT] Player110 has just earned the achievement [Taking Inventory]
[22:12:47] [Thread-14/ERROR] [Galacticraft]: Galacticraft update check failed! Trying again in 15 seconds
[22:13:04] [Server thread/ERROR]: Encountered an unexpected exception
net.minecraft.util.ReportedException: Ticking memory connection
 at net.minecraft.network.NetworkSystem.networkTick(NetworkSystem.java:198) ~[NetworkSystem.class:?]
 at net.minecraft.server.MinecraftServer.updateTimeLightAndEntities(MinecraftServer.java:726) ~[MinecraftServer.class:?]
 at net.minecraft.server.MinecraftServer.tick(MinecraftServer.java:614) ~[MinecraftServer.class:?]
 at net.minecraft.server.integrated.IntegratedServer.tick(IntegratedServer.java:118) ~[IntegratedServer.class:?]
 at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:485) [MinecraftServer.class:?]
 at net.minecraft.server.MinecraftServer$2.run(MinecraftServer.java:752) [MinecraftServer$2.class:?]
Caused by: java.lang.ArrayIndexOutOfBoundsException: 3
 at micdoodle8.mods.galacticraft.core.energy.tile.TileBaseElectricBlockWithInventory.getStackInSlot(TileBaseElectricBlockWithInventory.java:60) ~[TileBaseElectricBlockWithInventory.class:?]
 at net.minecraft.inventory.Slot.getStack(Slot.java:88) ~[Slot.class:?]
 at net.minecraft.inventory.Container.getInventory(Container.java:67) ~[Container.class:?]
 at net.minecraft.inventory.Container.addCraftingToCrafters(Container.java:53) ~[Container.class:?]
 at cpw.mods.fml.common.network.internal.FMLNetworkHandler.openGui(FMLNetworkHandler.java:88) ~[FMLNetworkHandler.class:?]
 at net.minecraft.entity.player.EntityPlayer.openGui(EntityPlayer.java:2501) ~[EntityPlayer.class:?]
 at vacuum.core.blocks.CoreBasicMachine.onMachineActivated(CoreBasicMachine.java:73) ~[CoreBasicMachine.class:?]
 at micdoodle8.mods.galacticraft.core.blocks.BlockAdvanced.onBlockActivated(BlockAdvanced.java:70) ~[BlockAdvanced.class:?]
 at net.minecraft.server.management.ItemInWorldManager.activateBlockOrUseItem(ItemInWorldManager.java:409) ~[ItemInWorldManager.class:?]
 at net.minecraft.network.NetHandlerPlayServer.processPlayerBlockPlacement(NetHandlerPlayServer.java:593) ~[NetHandlerPlayServer.class:?]
 at net.minecraft.network.play.client.C08PacketPlayerBlockPlacement.processPacket(C08PacketPlayerBlockPlacement.java:74) ~[C08PacketPlayerBlockPlacement.class:?]
 at net.minecraft.network.play.client.C08PacketPlayerBlockPlacement.processPacket(C08PacketPlayerBlockPlacement.java:122) ~[C08PacketPlayerBlockPlacement.class:?]
 at net.minecraft.network.NetworkManager.processReceivedPackets(NetworkManager.java:241) ~[NetworkManager.class:?]
 at net.minecraft.network.NetworkSystem.networkTick(NetworkSystem.java:182) ~[NetworkSystem.class:?]
 ... 5 more
[22:13:05] [Server thread/ERROR]: This crash report has been saved to: E:\Work Space\ModEditor\1.7.10\gradlew\eclipse\.\crash-reports\crash-2016-12-03_22.13.04-server.txt
[22:13:05] [Server thread/INFO]: Stopping server
[22:13:05] [Server thread/INFO]: Saving players
[22:13:05] [Server thread/INFO]: Saving worlds
[22:13:05] [Server thread/INFO]: Saving chunks for level 'New World'/Overworld
[22:13:05] [Server thread/INFO]: Saving chunks for level 'New World'/Nether
[22:13:05] [Server thread/INFO]: Saving chunks for level 'New World'/The End
[22:13:05] [Server thread/INFO]: Saving chunks for level 'New World'/Kepler-62 e
[22:13:06] [Server thread/INFO]: Saving chunks for level 'New World'/Moon
[22:13:06] [Server thread/INFO]: Saving chunks for level 'New World'/Mars
[22:13:06] [Server thread/INFO]: Saving chunks for level 'New World'/Asteroids
[22:13:06] [Server thread/INFO]: Saving chunks for level 'New World'/Light Forest
[22:13:09] [Server thread/INFO] [FML]: Unloading dimension 0
[22:13:09] [Server thread/INFO] [FML]: Unloading dimension -1
[22:13:09] [Server thread/INFO] [FML]: Unloading dimension 1
[22:13:09] [Server thread/INFO] [FML]: Unloading dimension -80
[22:13:09] [Server thread/INFO] [FML]: Unloading dimension -28
[22:13:09] [Server thread/INFO] [FML]: Unloading dimension -29
[22:13:09] [Server thread/INFO] [FML]: Unloading dimension -30
[22:13:09] [Server thread/INFO] [FML]: Unloading dimension 35
[22:13:09] [Server thread/INFO] [FML]: Applying holder lookups
[22:13:09] [Server thread/INFO] [FML]: Holder lookups applied
[22:13:09] [Server thread/INFO] [Galacticraft]: Unregistered Dimension: -30
[22:13:09] [Server thread/INFO] [Galacticraft]: Unregistered Dimension: -80
[22:13:09] [Server thread/INFO] [Galacticraft]: Unregistered Dimension: -29
[22:13:09] [Server thread/INFO] [Galacticraft]: Unregistered Dimension: -28
[22:13:09] [Server thread/INFO] [FML]: The state engine was in incorrect state SERVER_STOPPING and forced into state SERVER_STOPPED. Errors may have been discarded.
[22:13:11] [Client thread/FATAL]: Reported exception thrown!
net.minecraft.util.ReportedException: Rendering screen
 at net.minecraft.client.renderer.EntityRenderer.updateCameraAndRender(EntityRenderer.java:1168) ~[EntityRenderer.class:?]
 at net.minecraft.client.Minecraft.runGameLoop(Minecraft.java:1067) ~[Minecraft.class:?]
 at net.minecraft.client.Minecraft.run(Minecraft.java:962) [Minecraft.class:?]
 at net.minecraft.client.main.Main.main(Main.java:164) [Main.class:?]
 at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.7.0_21]
 at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) ~[?:1.7.0_21]
 at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1.7.0_21]
 at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.7.0_21]
 at net.minecraft.launchwrapper.Launch.launch(Launch.java:135) [launchwrapper-1.12.jar:?]
 at net.minecraft.launchwrapper.Launch.main(Launch.java:28) [launchwrapper-1.12.jar:?]
 at net.minecraftforge.gradle.GradleStartCommon.launch(Unknown Source) [start/:?]
 at GradleStart.main(Unknown Source) [start/:?]
Caused by: java.lang.ArrayIndexOutOfBoundsException: 3
 at micdoodle8.mods.galacticraft.core.energy.tile.TileBaseElectricBlockWithInventory.getStackInSlot(TileBaseElectricBlockWithInventory.java:60) ~[TileBaseElectricBlockWithInventory.class:?]
 at net.minecraft.inventory.Slot.getStack(Slot.java:88) ~[Slot.class:?]
 at net.minecraft.client.gui.inventory.GuiContainer.func_146977_a(GuiContainer.java:219) ~[GuiContainer.class:?]
 at net.minecraft.client.gui.inventory.GuiContainer.drawScreen(GuiContainer.java:114) ~[GuiContainer.class:?]
 at micdoodle8.mods.galacticraft.core.client.gui.container.GuiContainerGC.drawScreen(GuiContainerGC.java:26) ~[GuiContainerGC.class:?]
 at net.minecraft.client.renderer.EntityRenderer.updateCameraAndRender(EntityRenderer.java:1137) ~[EntityRenderer.class:?]
 ... 11 more
[22:13:11] [Client thread/INFO] [STDOUT]: [net.minecraft.client.Minecraft:displayCrashReport:388]: ---- Minecraft Crash Report ----
// Ooh. Shiny.

Time: 03.12.16 22:13
Description: Rendering screen

java.lang.ArrayIndexOutOfBoundsException: 3
 at micdoodle8.mods.galacticraft.core.energy.tile.TileBaseElectricBlockWithInventory.getStackInSlot(TileBaseElectricBlockWithInventory.java:60)
 at net.minecraft.inventory.Slot.getStack(Slot.java:88)
 at net.minecraft.client.gui.inventory.GuiContainer.func_146977_a(GuiContainer.java:219)
 at net.minecraft.client.gui.inventory.GuiContainer.drawScreen(GuiContainer.java:114)
 at micdoodle8.mods.galacticraft.core.client.gui.container.GuiContainerGC.drawScreen(GuiContainerGC.java:26)
 at net.minecraft.client.renderer.EntityRenderer.updateCameraAndRender(EntityRenderer.java:1137)
 at net.minecraft.client.Minecraft.runGameLoop(Minecraft.java:1067)
 at net.minecraft.client.Minecraft.run(Minecraft.java:962)
 at net.minecraft.client.main.Main.main(Main.java:164)
 at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
 at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
 at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
 at java.lang.reflect.Method.invoke(Unknown Source)
 at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
 at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
 at net.minecraftforge.gradle.GradleStartCommon.launch(Unknown Source)
 at GradleStart.main(Unknown Source)


A detailed walkthrough of the error, its code path and all known details is as follows:
---------------------------------------------------------------------------------------

-- Head --
Stacktrace:
 at micdoodle8.mods.galacticraft.core.energy.tile.TileBaseElectricBlockWithInventory.getStackInSlot(TileBaseElectricBlockWithInventory.java:60)
 at net.minecraft.inventory.Slot.getStack(Slot.java:88)
 at net.minecraft.client.gui.inventory.GuiContainer.func_146977_a(GuiContainer.java:219)
 at net.minecraft.client.gui.inventory.GuiContainer.drawScreen(GuiContainer.java:114)
 at micdoodle8.mods.galacticraft.core.client.gui.container.GuiContainerGC.drawScreen(GuiContainerGC.java:26)

-- Screen render details --
Details:
 Screen name: vacuum.core.gui.CoreMaceratorGui
 Mouse location: Scaled: (213, 167). Absolute: (640, 500)
 Screen size: Scaled: (427, 334). Absolute: (1280, 1001). Scale factor of 3

-- Affected level --
Details:
 Level name: MpServer
 All players: 1 total; [EntityClientPlayerMP['Player110'/34, l='MpServer', x=604,50, y=5,62, z=385,50]]
 Chunk stats: MultiplayerChunkCache: 169, 169
 Level seed: 0
 Level generator: ID 01 - flat, ver 0. Features enabled: false
 Level generator options: 
 Level spawn location: World: (606,4,395), Chunk: (at 14,0,11 in 37,24; contains blocks 592,0,384 to 607,255,399), Region: (1,0; contains chunks 32,0 to 63,31, blocks 512,0,0 to 1023,255,511)
 Level time: 691 game time, 691 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: creative (ID 1). Hardcore: false. Cheats: false
 Forced entities: 50 total; [EntitySheep['Sheep'/64936, l='MpServer', x=539,16, y=4,00, z=368,88], EntitySheep['Sheep'/64937, l='MpServer', x=538,50, y=4,00, z=361,50], EntitySheep['Sheep'/64934, l='MpServer', x=535,50, y=4,00, z=371,50], EntitySheep['Sheep'/64935, l='MpServer', x=535,50, y=4,00, z=369,50], EntityPig['Pig'/64932, l='MpServer', x=543,50, y=4,00, z=379,50], EntityPig['Pig'/64933, l='MpServer', x=540,22, y=4,00, z=378,78], EntityPig['Pig'/64930, l='MpServer', x=541,50, y=4,00, z=375,50], EntityPig['Pig'/64931, l='MpServer', x=541,78, y=4,00, z=377,22], EntityHorse['Horse'/64928, l='MpServer', x=545,50, y=4,00, z=378,50], EntityPig['Pig'/64958, l='MpServer', x=600,22, y=4,00, z=425,75], EntitySheep['Sheep'/64957, l='MpServer', x=598,50, y=4,00, z=432,50], EntitySheep['Sheep'/64956, l='MpServer', x=601,50, y=4,00, z=429,50], EntitySheep['Sheep'/64954, l='MpServer', x=602,50, y=4,00, z=427,50], EntityPig['Pig'/64953, l='MpServer', x=596,50, y=4,00, z=429,50], EntityPig['Pig'/64952, l='MpServer', x=597,50, y=4,00, z=426,50], EntityPig['Pig'/64951, l='MpServer', x=601,78, y=4,00, z=424,50], EntityPig['Pig'/64950, l='MpServer', x=601,50, y=4,00, z=423,22], EntityHorse['Horse'/64925, l='MpServer', x=547,50, y=4,00, z=376,50], EntityHorse['Horse'/64924, l='MpServer', x=543,50, y=4,00, z=376,50], EntityHorse['Horse'/64923, l='MpServer', x=541,50, y=4,00, z=373,50], EntityChicken['Chicken'/65007, l='MpServer', x=666,50, y=4,00, z=342,50], EntityHorse['Horse'/64994, l='MpServer', x=636,50, y=4,00, z=372,50], EntityHorse['Horse'/64993, l='MpServer', x=630,50, y=4,00, z=371,66], EntityCow['Cow'/65018, l='MpServer', x=663,50, y=4,00, z=335,50], EntityCow['Cow'/65017, l='MpServer', x=666,31, y=4,00, z=334,50], EntityCow['Cow'/65016, l='MpServer', x=663,22, y=4,00, z=339,78], EntityPig['Pig'/65011, l='MpServer', x=664,78, y=4,00, z=338,22], EntityChicken['Chicken'/65010, l='MpServer', x=671,50, y=4,00, z=346,50], EntityClientPlayerMP['Player110'/34, l='MpServer', x=604,50, y=5,62, z=385,50], EntityChicken['Chicken'/65009, l='MpServer', x=673,50, y=4,00, z=343,50], EntityChicken['Chicken'/65008, l='MpServer', x=668,50, y=4,00, z=346,50], EntityCow['Cow'/65015, l='MpServer', x=664,50, y=4,00, z=342,50], EntityPig['Pig'/65013, l='MpServer', x=667,50, y=4,00, z=337,78], EntityPig['Pig'/65012, l='MpServer', x=666,69, y=4,00, z=331,13], EntitySheep['Sheep'/64968, l='MpServer', x=548,78, y=4,00, z=346,78], EntityPig['Pig'/64969, l='MpServer', x=555,09, y=4,00, z=334,03], EntityPig['Pig'/64972, l='MpServer', x=554,50, y=4,00, z=346,78], EntityHorse['Horse'/64961, l='MpServer', x=554,38, y=4,00, z=338,53], EntityHorse['Horse'/64963, l='MpServer', x=556,50, y=4,00, z=329,16], EntityHorse['Horse'/64964, l='MpServer', x=554,50, y=4,00, z=341,50], EntitySheep['Sheep'/64965, l='MpServer', x=554,50, y=4,00, z=345,22], EntitySheep['Sheep'/64966, l='MpServer', x=551,50, y=4,00, z=346,50], EntitySheep['Sheep'/64967, l='MpServer', x=547,22, y=4,00, z=345,22], EntityPig['Pig'/64985, l='MpServer', x=627,71, y=4,00, z=378,56], EntityPig['Pig'/64987, l='MpServer', x=633,50, y=4,00, z=381,63], EntityPig['Pig'/64986, l='MpServer', x=633,50, y=4,00, z=382,88], EntityPig['Pig'/64989, l='MpServer', x=626,05, y=4,00, z=374,12], EntityPig['Pig'/64988, l='MpServer', x=635,06, y=4,00, z=383,06], EntityHorse['Horse'/64991, l='MpServer', x=631,50, y=4,00, z=369,47], EntityPig['Pig'/64990, l='MpServer', x=626,84, y=4,00, z=385,91]]
 Retry entities: 0 total; []
 Server brand: fml,forge
 Server type: Integrated singleplayer server
Stacktrace:
 at net.minecraft.client.multiplayer.WorldClient.addWorldInfoToCrashReport(WorldClient.java:415)
 at net.minecraft.client.Minecraft.addGraphicsAndWorldToCrashReport(Minecraft.java:2566)
 at net.minecraft.client.Minecraft.run(Minecraft.java:984)
 at net.minecraft.client.main.Main.main(Main.java:164)
 at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
 at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
 at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
 at java.lang.reflect.Method.invoke(Unknown Source)
 at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
 at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
 at net.minecraftforge.gradle.GradleStartCommon.launch(Unknown Source)
 at GradleStart.main(Unknown Source)

-- System Details --
Details:
 Minecraft Version: 1.7.10
 Operating System: Windows 8 (amd64) version 6.2
 Java Version: 1.7.0_21, Oracle Corporation
 Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
 Memory: 744008192 bytes (709 MB) / 1056309248 bytes (1007 MB) up to 1056309248 bytes (1007 MB)
 JVM Flags: 3 total; -Xincgc -Xmx1024M -Xms1024M
 AABB Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used
 IntCache: cache: 0, tcache: 0, allocated: 1, tallocated: 14
 FML: MCP v9.05 FML v7.10.99.99 Minecraft Forge 10.13.4.1558 9 mods loaded, 9 mods active
 States: 'U' = Unloaded 'L' = Loaded 'C' = Constructed 'H' = Pre-initialized 'I' = Initialized 'J' = Post-initialized 'A' = Available 'D' = Disabled 'E' = Errored
 UCHIJAAAA mcp{9.05} [Minecraft Coder Pack] (minecraft.jar) 
 UCHIJAAAA FML{7.10.99.99} [Forge Mod Loader] (forgeSrc-1.7.10-10.13.4.1558-1.7.10.jar) 
 UCHIJAAAA Forge{10.13.4.1558} [Minecraft Forge] (forgeSrc-1.7.10-10.13.4.1558-1.7.10.jar) 
 UCHIJAAAA Micdoodlecore{} [Micdoodle8 Core] (minecraft.jar) 
 UCHIJAAAA IC2{2.2.826-experimental} [IndustrialCraft 2] (industrialcraft-2-2.2.826-experimental-dev.jar) 
 UCHIJAAAA GalacticraftCore{3.0.12} [Galacticraft Core] (GalacticraftCore-Dev-1.7-3.0.12.463 (1).jar) 
 UCHIJAAAA DimensionTutorial{1.0} [DimensionTutorial] (bin) 
 UCHIJAAAA GalacticraftMars{3.0.12} [Galacticraft Planets] (Galacticraft-Planets-Dev-1.7-3.0.12.463 (1).jar) 
 UCHIJAAAA VacuumHorizon{AV-0.3} [Vacuum Horizon] (bin) 
 GL info: ' Vendor: 'NVIDIA Corporation' Version: '4.5.0 NVIDIA 372.70' Renderer: 'GeForce GT 740/PCIe/SSE2'
 Launched Version: 1.7.10
 LWJGL: 2.9.1
 OpenGL: GeForce GT 740/PCIe/SSE2 GL version 4.5.0 NVIDIA 372.70, 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: []
 Current Language: English (US)
 Profiler Position: N/A (disabled)
 Vec3 Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used
 Anisotropic Filtering: Off (1)
[22:13:11] [Client thread/INFO] [STDOUT]: [net.minecraft.client.Minecraft:displayCrashReport:398]: #@!@# Game crashed! Crash report saved to: #@!@# E:\Work Space\ModEditor\1.7.10\gradlew\eclipse\.\crash-reports\crash-2016-12-03_22.13.11-client.txt
AL lib: (EE) alc_cleanup: 1 device not closed
 
Сверху