The game crashed when i right-clicked the banker in the FlenixCities mod.
Here is the crash report:
---- Minecraft Crash Report ----
// I blame Dinnerbone.
Time: 7/21/15 4:25 PM
Description: Ticking entity
java.lang.NullPointerException: Ticking entity
at co.uk.silvania.cities.econ.DebitCardItem.func_77663_a(DebitCardItem.java:35)
at net.minecraft.item.ItemStack.func_77945_a(ItemStack.java:381)
at net.minecraft.entity.player.InventoryPlayer.func_70429_k(InventoryPlayer.java:311)
at mods.battlegear2.api.core.InventoryPlayerBattle.func_70429_k(InventoryPlayerBattle.java:192)
at net.minecraft.entity.player.EntityPlayer.func_70636_d(EntityPlayer.java:538)
at net.minecraft.client.entity.EntityPlayerSP.func_70636_d(EntityPlayerSP.java:287)
at micdoodle8.mods.galacticraft.core.entities.player.GCEntityClientPlayerMP.func_70636_d(GCEntityClientPlayerMP.java:40)
at net.minecraft.entity.EntityLivingBase.func_70071_h_(EntityLivingBase.java:1611)
at net.minecraft.entity.player.EntityPlayer.func_70071_h_(EntityPlayer.java:288)
at net.minecraft.client.entity.EntityClientPlayerMP.func_70071_h_(SourceFile:63)
at micdoodle8.mods.galacticraft.core.entities.player.GCEntityClientPlayerMP.func_70071_h_(GCEntityClientPlayerMP.java:55)
at net.minecraft.world.World.func_72866_a(World.java:2070)
at net.minecraft.world.World.func_72870_g(World.java:2034)
at net.minecraft.world.World.func_72939_s(World.java:1887)
at net.minecraft.client.Minecraft.func_71407_l(Minecraft.java:2006)
at net.minecraft.client.Minecraft.func_71411_J(Minecraft.java:973)
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(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)
A detailed walkthrough of the error, its code path and all known details is as follows:
---------------------------------------------------------------------------------------
-- Head --
Stacktrace:
at co.uk.silvania.cities.econ.DebitCardItem.func_77663_a(DebitCardItem.java:35)
at net.minecraft.item.ItemStack.func_77945_a(ItemStack.java:381)
at net.minecraft.entity.player.InventoryPlayer.func_70429_k(InventoryPlayer.java:311)
at mods.battlegear2.api.core.InventoryPlayerBattle.func_70429_k(InventoryPlayerBattle.java:192)
at net.minecraft.entity.player.EntityPlayer.func_70636_d(EntityPlayer.java:538)
at net.minecraft.client.entity.EntityPlayerSP.func_70636_d(EntityPlayerSP.java:287)
at micdoodle8.mods.galacticraft.core.entities.player.GCEntityClientPlayerMP.func_70636_d(GCEntityClientPlayerMP.java:40)
at net.minecraft.entity.EntityLivingBase.func_70071_h_(EntityLivingBase.java:1611)
at net.minecraft.entity.player.EntityPlayer.func_70071_h_(EntityPlayer.java:288)
at net.minecraft.client.entity.EntityClientPlayerMP.func_70071_h_(SourceFile:63)
at micdoodle8.mods.galacticraft.core.entities.player.GCEntityClientPlayerMP.func_70071_h_(GCEntityClientPlayerMP.java:55)
at net.minecraft.world.World.func_72866_a(World.java:2070)
at net.minecraft.world.World.func_72870_g(World.java:2034)
-- Entity being ticked --
Details:
Entity Type: null (micdoodle8.mods.galacticraft.core.entities.player.GCEntityClientPlayerMP)
Entity ID: 326
Entity Name: nico4544
Entity's Exact location: 247.45, 70.62, -61.08
Entity's Block location: World: (247,70,-62), Chunk: (at 7,4,2 in 15,-4; contains blocks 240,0,-64 to 255,255,-49), Region: (0,-1; contains chunks 0,-32 to 31,-1, blocks 0,0,-512 to 511,255,-1)
Entity's Momentum: -0.01, -0.08, 0.01
Stacktrace:
at net.minecraft.world.World.func_72939_s(World.java:1887)
The game crashed when i right-clicked the banker in the FlenixCities mod.
Here is the crash report:
---- Minecraft Crash Report ----
// I blame Dinnerbone.
Time: 7/21/15 4:25 PM
Description: Ticking entity
java.lang.NullPointerException: Ticking entity
at co.uk.silvania.cities.econ.DebitCardItem.func_77663_a(DebitCardItem.java:35)
at net.minecraft.item.ItemStack.func_77945_a(ItemStack.java:381)
at net.minecraft.entity.player.InventoryPlayer.func_70429_k(InventoryPlayer.java:311)
at mods.battlegear2.api.core.InventoryPlayerBattle.func_70429_k(InventoryPlayerBattle.java:192)
at net.minecraft.entity.player.EntityPlayer.func_70636_d(EntityPlayer.java:538)
at net.minecraft.client.entity.EntityPlayerSP.func_70636_d(EntityPlayerSP.java:287)
at micdoodle8.mods.galacticraft.core.entities.player.GCEntityClientPlayerMP.func_70636_d(GCEntityClientPlayerMP.java:40)
at net.minecraft.entity.EntityLivingBase.func_70071_h_(EntityLivingBase.java:1611)
at net.minecraft.entity.player.EntityPlayer.func_70071_h_(EntityPlayer.java:288)
at net.minecraft.client.entity.EntityClientPlayerMP.func_70071_h_(SourceFile:63)
at micdoodle8.mods.galacticraft.core.entities.player.GCEntityClientPlayerMP.func_70071_h_(GCEntityClientPlayerMP.java:55)
at net.minecraft.world.World.func_72866_a(World.java:2070)
at net.minecraft.world.World.func_72870_g(World.java:2034)
at net.minecraft.world.World.func_72939_s(World.java:1887)
at net.minecraft.client.Minecraft.func_71407_l(Minecraft.java:2006)
at net.minecraft.client.Minecraft.func_71411_J(Minecraft.java:973)
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(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)
A detailed walkthrough of the error, its code path and all known details is as follows:
---------------------------------------------------------------------------------------
-- Head --
Stacktrace:
at co.uk.silvania.cities.econ.DebitCardItem.func_77663_a(DebitCardItem.java:35)
at net.minecraft.item.ItemStack.func_77945_a(ItemStack.java:381)
at net.minecraft.entity.player.InventoryPlayer.func_70429_k(InventoryPlayer.java:311)
at mods.battlegear2.api.core.InventoryPlayerBattle.func_70429_k(InventoryPlayerBattle.java:192)
at net.minecraft.entity.player.EntityPlayer.func_70636_d(EntityPlayer.java:538)
at net.minecraft.client.entity.EntityPlayerSP.func_70636_d(EntityPlayerSP.java:287)
at micdoodle8.mods.galacticraft.core.entities.player.GCEntityClientPlayerMP.func_70636_d(GCEntityClientPlayerMP.java:40)
at net.minecraft.entity.EntityLivingBase.func_70071_h_(EntityLivingBase.java:1611)
at net.minecraft.entity.player.EntityPlayer.func_70071_h_(EntityPlayer.java:288)
at net.minecraft.client.entity.EntityClientPlayerMP.func_70071_h_(SourceFile:63)
at micdoodle8.mods.galacticraft.core.entities.player.GCEntityClientPlayerMP.func_70071_h_(GCEntityClientPlayerMP.java:55)
at net.minecraft.world.World.func_72866_a(World.java:2070)
at net.minecraft.world.World.func_72870_g(World.java:2034)
-- Entity being ticked --
Details:
Entity Type: null (micdoodle8.mods.galacticraft.core.entities.player.GCEntityClientPlayerMP)
Entity ID: 326
Entity Name: nico4544
Entity's Exact location: 247.45, 70.62, -61.08
Entity's Block location: World: (247,70,-62), Chunk: (at 7,4,2 in 15,-4; contains blocks 240,0,-64 to 255,255,-49), Region: (0,-1; contains chunks 0,-32 to 31,-1, blocks 0,0,-512 to 511,255,-1)
Entity's Momentum: -0.01, -0.08, 0.01
Stacktrace:
at net.minecraft.world.World.func_72939_s(World.java:1887)
-- Affected level --
Details:
Level name: MpServer
All players: 2 total; [GCEntityClientPlayerMP['nico4544'/326, l='MpServer', x=247.45, y=70.62, z=-61.08], GCEntityOtherPlayerMP['gomeny'/20956, l='MpServer', x=247.34, y=69.00, z=-64.13]]
Chunk stats: MultiplayerChunkCache: 625, 634
Level seed: 0
Level generator: ID 04 - RWG, ver 0. Features enabled: false
Level generator options:
Level spawn location: World: (16,64,-115), Chunk: (at 0,4,13 in 1,-8; contains blocks 16,0,-128 to 31,255,-113), Region: (0,-1; contains chunks 0,-32 to 31,-1, blocks 0,0,-512 to 511,255,-1)
Level time: 178023 game time, 250378 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: 36 total; [EntityCow['Cow'/410, l='MpServer', x=302.66, y=63.00, z=-119.66], EntityHat['unknown'/20992, l='MpServer', x=247.34, y=69.00, z=-64.13], EntityCow['Cow'/411, l='MpServer', x=299.78, y=65.00, z=-103.31], EntitySkeleton['Skeleton'/952, l='MpServer', x=-29.32, y=-21.62, z=34.53], EntityCow['Cow'/412, l='MpServer', x=296.38, y=64.00, z=-100.50], EntityBat['Bat'/413, l='MpServer', x=275.25, y=56.10, z=-65.72], EntityBat['Bat'/22710, l='MpServer', x=274.30, y=22.00, z=17.55], EntityBat['Bat'/393, l='MpServer', x=280.25, y=56.10, z=-66.75], EntityBat['Bat'/5845, l='MpServer', x=269.31, y=51.10, z=-81.41], GCEntityClientPlayerMP['nico4544'/326, l='MpServer', x=247.45, y=70.62, z=-61.08], EntitySheep['Sheep'/385, l='MpServer', x=268.34, y=64.00, z=-136.59], EntitySheep['Sheep'/384, l='MpServer', x=262.50, y=63.00, z=-131.31], EntitySheep['Sheep'/440, l='MpServer', x=325.03, y=63.00, z=-133.94], EntityHat['unknown'/5859, l='MpServer', x=269.31, y=51.10, z=-81.41], EntityHuman['Fabio the Guard'/318, l='MpServer', x=292.06, y=68.00, z=-30.28], EntityCow['Cow'/428, l='MpServer', x=317.41, y=63.00, z=-101.72], EntityHat['unknown'/24020, l='MpServer', x=192.06, y=27.13, z=-36.15], EntitySheep['Sheep'/295, l='MpServer', x=203.63, y=73.00, z=-73.53], EntityBat['Bat'/23975, l='MpServer', x=192.06, y=27.13, z=-36.15], GCEntityOtherPlayerMP['gomeny'/20956, l='MpServer', x=247.34, y=69.00, z=-64.13], EntityTrail['unknown'/20991, l='MpServer', x=247.34, y=69.00, z=-64.13], EntityTrail['unknown'/890, l='MpServer', x=247.45, y=70.62, z=-61.08], EntityBat['Bat'/23976, l='MpServer', x=309.67, y=25.00, z=-89.25], EntityHuman['Camryn the Shepherd'/322, l='MpServer', x=299.34, y=67.50, z=-16.28], EntityHuman['Brie the Farmer'/320, l='MpServer', x=295.66, y=67.50, z=-14.69], EntityHuman['Forest the Fisherman'/321, l='MpServer', x=279.50, y=68.88, z=-18.88], EntityHat['unknown'/23723, l='MpServer', x=269.73, y=21.00, z=16.72], EntityMinecartChest['entity.MinecartChest.name'/448, l='MpServer', x=329.50, y=22.50, z=-67.50], EntityBanker['entity.flenixcities.Banker.name'/375, l='MpServer', x=245.56, y=69.00, z=-63.00], EntityBat['Bat'/21784, l='MpServer', x=179.02, y=22.00, z=-1.65], EntityHat['unknown'/506, l='MpServer', x=247.45, y=70.62, z=-61.08], EntityBat['Bat'/21785, l='MpServer', x=269.73, y=21.00, z=16.72], GCEntityOtherPlayerMP['gomeny'/20956, l='MpServer', x=247.34, y=69.00, z=-64.13], EntityBat['Bat'/21782, l='MpServer', x=328.03, y=21.14, z=-91.25], EntityBat['Bat'/21649, l='MpServer', x=313.75, y=15.73, z=-124.69], EntityBat['Bat'/21650, l='MpServer', x=237.28, y=27.07, z=-17.00]]
Retry entities: 0 total; []
Server brand: fml,forge
Server type: Integrated singleplayer server
Stacktrace:
at net.minecraft.client.multiplayer.WorldClient.func_72914_a(WorldClient.java:373)
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(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)
-- System Details --
Details:
Minecraft Version: 1.7.10
Operating System: Windows 7 (amd64) version 6.1
Java Version: 1.7.0_72, Oracle Corporation
Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
Memory: 765234384 bytes (729 MB) / 2840346624 bytes (2708 MB) up to 4225236992 bytes (4029 MB)
JVM Flags: 8 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -XX:-OmitStackTraceInFastThrow -XX:+UseConcMarkSweepGC -XX:+CMSIncrementalMode -XX:-UseAdaptiveSizePolicy -Xms256M -Xmx4096M -XX:PermSize=256M
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: MCP v9.05 FML v7.10.99.99 Minecraft Forge 10.13.4.1448 Optifine OptiFine_1.7.10_HD_U_C1 145 mods loaded, 145 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] (forge-1.7.10-10.13.4.1448-1.7.10-universal.jar)
UCHIJAAAA Forge{10.13.4.1448} [Minecraft Forge] (forge-1.7.10-10.13.4.1448-1.7.10-universal.jar)
UCHIJAAAA appliedenergistics2-core{rv2-stable-10} [AppliedEnergistics2 Core] (minecraft.jar)
UCHIJAAAA CodeChickenCore{1.0.4.29} [CodeChicken Core] (minecraft.jar)
UCHIJAAAA Micdoodlecore{} [Micdoodle8 Core] (minecraft.jar)
UCHIJAAAA NotEnoughItems{1.0.4.95} [Not Enough Items] (NotEnoughItems-1.7.10-1.0.4.95-universal.jar)
UCHIJAAAA OpenModsCore{0.7.3} [OpenModsCore] (minecraft.jar)
UCHIJAAAA <CoFH ASM>{000} [CoFH ASM Data Initialization] (minecraft.jar)
UCHIJAAAA battlegear2{1.0.6.3} [Mine & Blade Battlegear 2 - Bullseye] (1.7.10-MB_Battlegear2-Bullseye-1.0.6.3.jar)
UCHIJAAAA lucky{5.1.0} [Lucky Block] ([1-7-10]_Lucky_Block_v5-1-0.jar)
UCHIJAAAA CoFHCore{1.7.10R3.0.0RC7} [CoFH Core] (CoFHCore-[1.7.10]3.0.0RC7-211.jar)
UCHIJAAAA IC2{2.2.746-experimental} [IndustrialCraft 2] (industrialcraft-2-2.2.746-experimental.jar)
UCHIJAAAA advancedgenetics{1.5.9} [Advanced Genetics] (advancedgenetics-1.7.10-1.5.9.jar)
UCHIJAAAA AdvancedSolarPanel{1.7.10-3.5.1} [Advanced Solar Panels] (AdvancedSolarPanel-1.7.10-3.5.1.jar)
UCHIJAAAA appliedenergistics2{rv2-stable-10} [Applied Energistics 2] (appliedenergistics2-rv2-stable-10.jar)
UCHIJAAAA ArchimedesShips{1.7.10 v1.7.1} [Archimedes' Ships] (ArchimedesShips-1.7.1.jar)
UCHIJAAAA BuildCraft|Core{7.0.13} [BuildCraft] (buildcraft-7.0.13.jar)
UCHIJAAAA Mantle{1.7.10-0.3.2.jenkins184} [Mantle] (Mantle-1.7.10-0.3.2.jar)
UCHIJAAAA Natura{2.2.0} [Natura] (natura-1.7.10-2.2.0.1.jar)
UCHIJAAAA BiomesOPlenty{2.1.0} [Biomes O' Plenty] (BiomesOPlenty-1.7.10-2.1.0.1364-universal.jar)
UCHIJAAAA Forestry{3.6.2.19} [Forestry for Minecraft] (forestry_1.7.10-3.6.2.19.jar)
UCHIJAAAA MineFactoryReloaded{1.7.10R2.8.0RC8} [MineFactory Reloaded] (MineFactoryReloaded-[1.7.10]2.8.0RC8-86.jar)
UCHIJAAAA Baubles{1.0.1.10} [Baubles] (Baubles-1.7.10-1.0.1.10.jar)
UCHIJAAAA Thaumcraft{4.2.3.5} [Thaumcraft] (Thaumcraft-1.7.10-4.2.3.5.jar)
UCHIJAAAA Artifice{1.7.10R1.1.4} [Artifice] (Artifice-1.7.10-1.1.5R-396.jar)
UCHIJAAAA asielib{0.4.2} [asielib] (AsieLib-1.7.10-0.4.2.jar)
UCHIJAAAA bdlib{1.9.0.94} [BD Lib] (bdlib-1.9.0.94-mc1.7.10.jar)
UCHIJAAAA betterstorage{0.13.0.125} [BetterStorage] (BetterStorage-1.7.10-0.13.0.125.jar)
UCHIJAAAA BiblioCraft{1.10.4} [BiblioCraft] (BiblioCraft[v1.10.4][MC1.7.10].jar)
UCHIJAAAA BiblioWoodsBoP{1.9} [BiblioWoods Biomes O'Plenty Edition] (BiblioWoods[BiomesOPlenty][v1.9].jar)
UCHIJAAAA BiblioWoodsForestry{1.7} [BiblioWoods Forestry Edition] (BiblioWoods[Forestry][v1.7].jar)
UCHIJAAAA BiblioWoodsNatura{1.5} [BiblioWoods Natura Edition] (BiblioWoods[Natura][v1.5].jar)
UCHIJAAAA ThermalFoundation{1.7.10R1.0.0RC7} [Thermal Foundation] (ThermalExpansion-ThermalFoundation-[1.7.10]1.0.0RC7-62.jar)
UCHIJAAAA ThermalExpansion{1.7.10R4.0.0RC7} [Thermal Expansion] (ThermalExpansion-[1.7.10]4.0.0RC7-141.jar)
UCHIJAAAA BigReactors{0.4.3A} [Big Reactors] (BigReactors-0.4.3A.jar)
UCHIJAAAA BinnieCore{2.0-pre13} [Binnie Core] (binnie-mods-2.0-pre13.jar)
UCHIJAAAA Botany{2.0-pre13} [Botany] (binnie-mods-2.0-pre13.jar)
UCHIJAAAA ExtraBees{2.0-pre13} [Extra Bees] (binnie-mods-2.0-pre13.jar)
UCHIJAAAA ExtraTrees{2.0-pre13} [Extra Trees] (binnie-mods-2.0-pre13.jar)
UCHIJAAAA Genetics{2.0-pre13} [Genetics] (binnie-mods-2.0-pre13.jar)
UCHIJAAAA BuildCraft|Silicon{7.0.13} [BC Silicon] (buildcraft-7.0.13.jar)
UCHIJAAAA BuildCraft|Transport{7.0.13} [BC Transport] (buildcraft-7.0.13.jar)
UCHIJAAAA BuildCraft|Builders{7.0.13} [BC Builders] (buildcraft-7.0.13.jar)
UCHIJAAAA BuildCraft|Robotics{7.0.13} [BC Robotics] (buildcraft-7.0.13.jar)
UCHIJAAAA BuildCraft|Energy{7.0.13} [BC Energy] (buildcraft-7.0.13.jar)
UCHIJAAAA BuildCraft|Factory{7.0.13} [BC Factory] (buildcraft-7.0.13.jar)
UCHIJAAAA CarpentersBlocks{3.3.5} [Carpenter's Blocks] (Carpenters Blocks v3.3.5 - MC 1.7.10.jar)
UCHIJAAAA ChickenChunks{1.3.4.16} [ChickenChunks] (ChickenChunks-1.7.10-1.3.4.16-universal.jar)
UCHIJAAAA TwilightForest{2.3.5} [The Twilight Forest] (twilightforest-1.7.10-2.3.5.jar)
UCHIJAAAA ForgeMultipart{1.2.0.345} [Forge Multipart] (ForgeMultipart-1.7.10-1.2.0.345-universal.jar)
UCHIJAAAA chisel{2.4.1.40} [Chisel 2] (Chisel2-2.4.1.40.jar)
UCHIJAAAA ctmlib{1.0.1.5} [CTMLib] (Chisel2-2.4.1.40.jar)
UCHIJAAAA ComputerCraft{1.73} [ComputerCraft] (ComputerCraft1.73.jar)
UCHIJAAAA ccm{1.1} [§4MrCrayfish's Construction Mod] (ConstructionModv1.1-beta-build7(1.7.2).jar)
UCHIJAAAA customnpcs{1.7.10c} [CustomNpcs] (CustomNPCs_1.7.10c.jar)
UCHIJAAAA props{2.0.2} [Decocraft] (Decocraft-2.0.2_1.7.10.jar)
UCHIJAAAA Eln{46} [Electrical Age] (ElectricalAge_BETA-1.9_r46.jar)
UCHIJAAAA EnderIO{1.7.10-2.2.8.381} [Ender IO] (EnderIO-1.7.10-2.2.8.381.jar)
UCHIJAAAA EnderZoo{1.7.10-1.0.11.28} [Ender Zoo] (EnderZoo-1.7.10-1.0.11.28.jar)
UCHIJAAAA enhancedportals{3.0.12} [EnhancedPortals] (EnhancedPortals_1.7.10-universal-3.0.12.jar)
UCHIJAAAA Waila{1.5.10} [Waila] (Waila-1.5.10_1.7.10.jar)
UCHIJAAAA TConstruct{1.7.10-1.8.5.build957} [Tinkers' Construct] (TConstruct-1.7.10-1.8.5.jar)
UCHIJAAAA ExtraUtilities{1.2.8} [Extra Utilities] (extrautilities-1.2.8.jar)
UCHIJAAAA FastCraft{1.21} [FastCraft] (fastcraft-1.21.jar)
UCHIJAAAA flansmod{4.9.0} [Flan's Mod] (Flans Mod-1.7.10-4.9.0.jar)
UCHIJAAAA flenixcities{0.11.0} [FlenixCities] (FlenixCitiesCore_[1.7.10]-0.11.0-b67 (1).jar)
UCHIJAAAA fc_research{0.4.0} [FlenixCities Research] (FlenixCitiesResearch_[1.7.10]-0.4 (1).jar)
UCHIJAAAA FoodPlus{3.2rS} [§bFood Plus] (FoodPlus-1.7.2-3.2rS.jar)
UCHIJAAAA GalacticraftCore{3.0.11} [Galacticraft Core] (GalacticraftCore-1.7-3.0.11.333.jar)
UCHIJAAAA GalacticraftMars{3.0.11} [Galacticraft Planets] (Galacticraft-Planets-1.7-3.0.11.333.jar)
UCHIJAAAA GardenCore{1.7.10-1.6.3} [Garden Core] (GardenStuff-1.7.10-1.6.3.jar)
UCHIJAAAA GardenContainers{1.7.10-1.6.3} [Garden Containers] (GardenStuff-1.7.10-1.6.3.jar)
UCHIJAAAA GardenStuff{1.7.10-1.6.3} [Garden Stuff] (GardenStuff-1.7.10-1.6.3.jar)
UCHIJAAAA GardenTrees{1.7.10-1.6.3} [Garden Trees] (GardenStuff-1.7.10-1.6.3.jar)
UCHIJAAAA gendustry{1.5.2.107} [GenDustry] (gendustry-1.5.2.107-mc1.7.10.jar)
UCHIJAAAA GraveStone{2.11.3} [GraveStone] (GraveStone-2.11.3.jar)
UCHIJAAAA Growthcraft{2.1.0a} [Growthcraft] (growthcraft-core-1.7.10-2.1.0a.jar)
UCHIJAAAA Growthcraft|Cellar{2.1.0a} [Growthcraft Cellar] (growthcraft-cellar-1.7.10-2.1.0a.jar)
UCHIJAAAA Growthcraft|Apples{2.1.0} [Growthcraft Apples] (growthcraft-apples-1.7.10-2.1.0.jar)
UCHIJAAAA Growthcraft|Fishtrap{2.1.0a} [Growthcraft Fishtrap] (growthcraft-fishtrap-1.7.10-2.1.0a.jar)
UCHIJAAAA Growthcraft|Grapes{2.1.0} [Growthcraft Grapes] (growthcraft-grapes-1.7.10-2.1.0.jar)
UCHIJAAAA Growthcraft|Hops{2.1.0} [Growthcraft Hops] (growthcraft-hops-1.7.10-2.1.0.jar)
UCHIJAAAA Growthcraft|Rice{2.1.0a} [Growthcraft Rice] (growthcraft-rice-1.7.10-2.1.0a.jar)
UCHIJAAAA IC2NuclearControl{2.2.5a-GoingForTheKill} [Nuclear Control 2] (IC2NuclearControl-2.2.5a-GoingForTheKill.jar)
UCHIJAAAA iChunUtil{4.0.0} [iChunUtil] (iChunUtil-4.0.0.jar)
UCHIJAAAA Hats{4.0.1} [Hats] (ichun-Hats-4.0.1.jar)
UCHIJAAAA inventorytweaks{1.58-147-645ca10} [Inventory Tweaks] (InventoryTweaks-1.58-147.jar)
UCHIJAAAA lootbags{1.8.1} [Loot Bags] (LootBags-1.7.10-1.8.1.jar)
UCHIJAAAA malisiscore{1.7.10-0.12.5} [MalisisCore] (malisiscore-1.7.10-0.12.5.jar)
UCHIJAAAA malisisdoors{1.7.10-1.9.3} [Malisis' Doors] (malisisdoors-1.7.10-1.9.3.jar)
UCHIJAAAA RadixCore{2.0.2} [RadixCore] (RadixCore-2.0.2-1.7.10-universal.jar)
UCHIJAAAA MCA{5.0.6} [Minecraft Comes Alive] (MCA-5.0.6.1-1.7.10-universal.jar)
UCHIJAAAA MineFactoryReloaded|CompatAppliedEnergistics{1.7.10R2.8.0RC8} [MFR Compat: Applied Energistics] (MineFactoryReloaded-[1.7.10]2.8.0RC8-86.jar)
UCHIJAAAA MineFactoryReloaded|CompatAtum{1.7.10R2.8.0RC8} [MFR Compat: Atum] (MineFactoryReloaded-[1.7.10]2.8.0RC8-86.jar)
UCHIJAAAA MineFactoryReloaded|CompatBackTools{1.7.10R2.8.0RC8} [MFR Compat: BackTools] (MineFactoryReloaded-[1.7.10]2.8.0RC8-86.jar)
UCHIJAAAA MineFactoryReloaded|CompatBuildCraft{1.7.10R2.8.0RC8} [MFR Compat: BuildCraft] (MineFactoryReloaded-[1.7.10]2.8.0RC8-86.jar)
UCHIJAAAA MineFactoryReloaded|CompatChococraft{1.7.10R2.8.0RC8} [MFR Compat: Chococraft] (MineFactoryReloaded-[1.7.10]2.8.0RC8-86.jar)
UCHIJAAAA MineFactoryReloaded|CompatExtraBiomes{1.7.10R2.8.0RC8} [MFR Compat: ExtraBiomes] (MineFactoryReloaded-[1.7.10]2.8.0RC8-86.jar)
UCHIJAAAA MineFactoryReloaded|CompatForestry{1.7.10R2.8.0RC8} [MFR Compat: Forestry] (MineFactoryReloaded-[1.7.10]2.8.0RC8-86.jar)
UCHIJAAAA MineFactoryReloaded|CompatForgeMicroblock{1.7.10R2.8.0RC8} [MFR Compat: ForgeMicroblock] (MineFactoryReloaded-[1.7.10]2.8.0RC8-86.jar)
UCHIJAAAA MineFactoryReloaded|CompatIC2{1.7.10R2.8.0RC8} [MFR Compat: IC2] (MineFactoryReloaded-[1.7.10]2.8.0RC8-86.jar)
UCHIJAAAA MineFactoryReloaded|CompatMystcraft{1.7.10R2.8.0RC8} [MFR Compat: Mystcraft] (MineFactoryReloaded-[1.7.10]2.8.0RC8-86.jar)
UCHIJAAAA MrTJPCoreMod{1.1.0.27} [MrTJPCore] (MrTJPCore-1.7.10-1.1.0.27-universal.jar)
UCHIJAAAA ProjRed|Core{4.7.0pre5.89} [ProjectRed Core] (ProjectRed-1.7.10-4.7.0pre5.89-Base.jar)
UCHIJAAAA ProjRed|Exploration{4.7.0pre5.89} [ProjectRed Exploration] (ProjectRed-1.7.10-4.7.0pre5.89-World.jar)
UCHIJAAAA MineFactoryReloaded|CompatProjRed{1.7.10R2.8.0RC8} [MFR Compat ProjectRed] (MineFactoryReloaded-[1.7.10]2.8.0RC8-86.jar)
UCHIJAAAA MineFactoryReloaded|CompatRailcraft{1.7.10R2.8.0RC8} [MFR Compat: Railcraft] (MineFactoryReloaded-[1.7.10]2.8.0RC8-86.jar)
UCHIJAAAA MineFactoryReloaded|CompatRP2{1.7.10R2.8.0RC8} [MFR Compat: RP2] (MineFactoryReloaded-[1.7.10]2.8.0RC8-86.jar)
UCHIJAAAA MineFactoryReloaded|CompatSufficientBiomes{1.7.10R2.8.0RC8} [MFR Compat: Sufficient Biomes] (MineFactoryReloaded-[1.7.10]2.8.0RC8-86.jar)
UCHIJAAAA MineFactoryReloaded|CompatThaumcraft{1.7.10R2.8.0RC8} [MFR Compat: Thaumcraft] (MineFactoryReloaded-[1.7.10]2.8.0RC8-86.jar)
UCHIJAAAA MineFactoryReloaded|CompatThermalExpansion{1.7.10R2.8.0RC8} [MFR Compat: Thermal Expansion] (MineFactoryReloaded-[1.7.10]2.8.0RC8-86.jar)
UCHIJAAAA MineFactoryReloaded|CompatTConstruct{1.7.10R2.8.0RC8} [MFR Compat: Tinkers' Construct] (MineFactoryReloaded-[1.7.10]2.8.0RC8-86.jar)
UCHIJAAAA MineFactoryReloaded|CompatTwilightForest{1.7.10R2.8.0RC8} [MFR Compat: TwilightForest] (MineFactoryReloaded-[1.7.10]2.8.0RC8-86.jar)
UCHIJAAAA MineFactoryReloaded|CompatVanilla{1.7.10R2.8.0RC8} [MFR Compat: Vanilla] (MineFactoryReloaded-[1.7.10]2.8.0RC8-86.jar)
UCHIJAAAA MineTweaker3{3.0.9B} [MineTweaker 3] (MineTweaker3-1.7.10-3.0.9C.jar)
UCHIJAAAA MTRM{1.0} [MineTweakerRecipeMaker] (MineTweakerRecipeMaker-1.7.10-1.1.0.11.jar)
UCHIJAAAA moreplayermodels{1.7.10b} [MorePlayerModels] (MorePlayerModels_1.7.10b (1).jar)
UCHIJAAAA cfm{3.4.7} [§9MrCrayfish's Furniture Mod] (MrCrayfishFurnitureModv3.4.7(1.7.10).jar)
UCHIJAAAA NotEnoughCodecs{0.3} [NotEnoughCodecs] (NotEnoughCodecs-1.7.10-0.3.jar)
UCHIJAAAA notenoughkeys{@[email protected]} [NotEnoughKEys] (NotEnoughKeys-1.7.10-1.0.0b29.jar)
UCHIJAAAA OpenMods{0.7.3} [OpenMods] (OpenModsLib-1.7.10-0.7.3.jar)
UCHIJAAAA OpenBlocks{1.4.3} [OpenBlocks] (OpenBlocks-1.7.10-1.4.3.jar)
UCHIJAAAA ProjRed|Transmission{4.7.0pre5.89} [ProjectRed Transmission] (ProjectRed-1.7.10-4.7.0pre5.89-Integration.jar)
UCHIJAAAA ProjRed|Transportation{4.7.0pre5.89} [ProjectRed Transportation] (ProjectRed-1.7.10-4.7.0pre5.89-Mechanical.jar)
UCHIJAAAA ProjRed|Compatibility{4.7.0pre5.89} [ProjectRed Compatibility] (ProjectRed-1.7.10-4.7.0pre5.89-Compat.jar)
UCHIJAAAA ProjRed|Integration{4.7.0pre5.89} [ProjectRed Integration] (ProjectRed-1.7.10-4.7.0pre5.89-Integration.jar)
UCHIJAAAA ProjRed|Illumination{4.7.0pre5.89} [ProjectRed Illumination] (ProjectRed-1.7.10-4.7.0pre5.89-Lighting.jar)
UCHIJAAAA ProjRed|Expansion{4.7.0pre5.89} [ProjectRed Expansion] (ProjectRed-1.7.10-4.7.0pre5.89-Mechanical.jar)
UCHIJAAAA RandomThings{2.2.4} [Random Things] (RandomThings-2.2.4.jar)
UCHIJAAAA ReiMinimap{1.7.10} [Rei's Minimap] (Reis-Minimap-Mod-1.7.10.jar)
UCHIJAAAA RWG{Alpha 1.3.2} [Realistic World Gen Alpha] (RWG-alpha-1.3.2.jar)
UCHIJAAAA secretroomsmod{4.7.1} [The SecretRoomsMod] (secretroomsmod-1.7.10-4.7.1.413.jar)
UCHIJAAAA simplefluidtanks{1.7.10-1.2.0.5} [Simple Fluid Tanks] (simplefluidtanks-1.7.10-1.2.0.5.jar)
UCHIJAAAA statues{2.1.3} [Statues] (Statues-Mod-1.7.10.zip)
UCHIJAAAA Sync{4.0.0} [Sync] (Sync-4.0.0.jar)
UCHIJAAAA TMechworks{1.7.10-67.34d1d9b} [Tinkers' Mechworks] (TinkersConstruct-Mechworks_mc1.7.10_0.2.8.jar)
UCHIJAAAA vending{1.2.1b} [vending] (vending-1.2.2b.jar)
UCHIJAAAA VoltzEngine{0.3.3} [Voltz Engine] (VolzEngine-1.7.10-0.3.3b15.jar)
UCHIJAAAA worldedit{6.0-beta-01} [WorldEdit] (worldedit-forge-mc1.7.10-6.0-beta-01.jar)
UCHIJAAAA McMultipart{1.2.0.345} [Minecraft Multipart Plugin] (ForgeMultipart-1.7.10-1.2.0.345-universal.jar)
UCHIJAAAA ForgeRelocation{0.0.1.3} [ForgeRelocation] (ForgeRelocation-1.7.10-0.0.1.3-universal.jar)
UCHIJAAAA MCFrames{1.0} [MCFrames] (ForgeRelocation-1.7.10-0.0.1.3-universal.jar)
UCHIJAAAA RelocationFMP{0.0.1.2} [RelocationFMP] (ForgeRelocationFMP-1.7.10-0.0.1.2-universal.jar)
UCHIJAAAA ForgeMicroblock{1.2.0.345} [Forge Microblocks] (ForgeMultipart-1.7.10-1.2.0.345-universal.jar)
GL info: ' Vendor: 'NVIDIA Corporation' Version: '4.5.0 NVIDIA 347.88' Renderer: 'GeForce GTX 560 Ti/PCIe/SSE2'
OpenModsLib class transformers: [gl_capabilities_hook:FINISHED],[player_render_hook:FINISHED],[map_gen_fix:FINISHED],[movement_callback:FINISHED],[stencil_patches:FINISHED]
Class transformer null safety: all safe
CoFHCore: -[1.7.10]3.0.0RC7-211
AE2 Version: stable rv2-stable-10 for Forge 10.13.2.1291
Mantle Environment: DO NOT REPORT THIS CRASH! Unsupported mods in environment: optifine
MineFactoryReloaded: -[1.7.10]2.8.0RC8-86
ThermalFoundation: -[1.7.10]1.0.0RC7-62
ThermalExpansion: -[1.7.10]4.0.0RC7-141
TConstruct Environment: Environment healthy.
List of loaded APIs:
* API_NEK (1.0.0) from NotEnoughKeys-1.7.10-1.0.0b29.jar
* appliedenergistics2|API (rv2) from appliedenergistics2-rv2-stable-10.jar
* asielibAPI (1.1) from AsieLib-1.7.10-0.4.2.jar
* asielibAPI|chat (1.0) from AsieLib-1.7.10-0.4.2.jar
* asielibAPI|tile (1.0) from AsieLib-1.7.10-0.4.2.jar
* asielibAPI|tool (1.1) from AsieLib-1.7.10-0.4.2.jar
* BattlePlayer (0.1) from 1.7.10-MB_Battlegear2-Bullseye-1.0.6.3.jar
* Baubles|API (1.0.1.10) from Baubles-1.7.10-1.0.1.10.jar
* BiomesOPlentyAPI (1.0.0) from BiomesOPlenty-1.7.10-2.1.0.1364-universal.jar
* BuildCraftAPI|blocks (1.0) from buildcraft-7.0.13.jar
* BuildCraftAPI|blueprints (1.3) from buildcraft-7.0.13.jar
* BuildCraftAPI|boards (2.0) from buildcraft-7.0.13.jar
* BuildCraftAPI|core (1.5) from buildcraft-7.0.13.jar
* BuildCraftAPI|crops (1.1) from buildcraft-7.0.13.jar
* BuildCraftAPI|events (1.0) from buildcraft-7.0.13.jar
* BuildCraftAPI|facades (1.1) from buildcraft-7.0.13.jar
* BuildCraftAPI|filler (4.0) from buildcraft-7.0.13.jar
* BuildCraftAPI|fuels (2.0) from buildcraft-7.0.13.jar
* BuildCraftAPI|gates (4.1) from buildcraft-7.0.13.jar
* BuildCraftAPI|items (1.1) from buildcraft-7.0.13.jar
* BuildCraftAPI|library (2.0) from buildcraft-7.0.13.jar
* BuildCraftAPI|power (1.3) from buildcraft-7.0.13.jar
* BuildCraftAPI|recipes (3.0) from buildcraft-7.0.13.jar
* BuildCraftAPI|robotics (2.1) from buildcraft-7.0.13.jar
* BuildCraftAPI|statements (1.1) from buildcraft-7.0.13.jar
* BuildCraftAPI|tablet (1.0) from buildcraft-7.0.13.jar
* BuildCraftAPI|tiles (1.2) from buildcraft-7.0.13.jar
* BuildCraftAPI|tools (1.0) from VolzEngine-1.7.10-0.3.3b15.jar
* BuildCraftAPI|transport (4.1) from buildcraft-7.0.13.jar
* ChiselAPI (0.1.0) from Chisel2-2.4.1.40.jar
* ChiselAPI|Carving (0.1.0) from Chisel2-2.4.1.40.jar
* ChiselAPI|Rendering (0.1.0) from Chisel2-2.4.1.40.jar
* CoFHAPI (1.7.10R1.0.10) from CoFHCore-[1.7.10]3.0.0RC7-211.jar
* CoFHAPI|block (1.7.10R1.0.3) from EnderIO-1.7.10-2.2.8.381.jar
* CoFHAPI|core (1.7.10R1.0.10) from CoFHCore-[1.7.10]3.0.0RC7-211.jar
* CoFHAPI|energy (1.7.10R1.0.10) from CoFHCore-[1.7.10]3.0.0RC7-211.jar
* CoFHAPI|fluid (1.7.10R1.0.10) from CoFHCore-[1.7.10]3.0.0RC7-211.jar
* CoFHAPI|inventory (1.7.10R1.0.10) from CoFHCore-[1.7.10]3.0.0RC7-211.jar
* CoFHAPI|item (1.7.10R1.0.3) from EnderIO-1.7.10-2.2.8.381.jar
* CoFHAPI|modhelpers (1.7.10R1.0.10) from CoFHCore-[1.7.10]3.0.0RC7-211.jar
* CoFHAPI|tileentity (1.7.10R1.0.10) from CoFHCore-[1.7.10]3.0.0RC7-211.jar
* CoFHAPI|transport (1.7.10R1.0.3) from EnderIO-1.7.10-2.2.8.381.jar
* CoFHAPI|world (1.7.10R1.0.10) from CoFHCore-[1.7.10]3.0.0RC7-211.jar
* CoFHLib (1.7.10R1.0.0RC7) from CoFHCore-[1.7.10]3.0.0RC7-211.jar
* CoFHLib|audio (1.7.10R1.0.0RC7) from CoFHCore-[1.7.10]3.0.0RC7-211.jar
* CoFHLib|gui (1.7.10R1.0.0RC7) from CoFHCore-[1.7.10]3.0.0RC7-211.jar
* CoFHLib|gui|container (1.7.10R1.0.0RC7) from CoFHCore-[1.7.10]3.0.0RC7-211.jar
* CoFHLib|gui|element (1.7.10R1.0.0RC7) from CoFHCore-[1.7.10]3.0.0RC7-211.jar
* CoFHLib|gui|element|listbox (1.7.10R1.0.0RC7) from CoFHCore-[1.7.10]3.0.0RC7-211.jar
* CoFHLib|gui|slot (1.7.10R1.0.0RC7) from CoFHCore-[1.7.10]3.0.0RC7-211.jar
* CoFHLib|inventory (1.7.10R1.0.0RC7) from CoFHCore-[1.7.10]3.0.0RC7-211.jar
* CoFHLib|render (1.7.10R1.0.0RC7) from CoFHCore-[1.7.10]3.0.0RC7-211.jar
* CoFHLib|render|particle (1.7.10R1.0.0RC7) from CoFHCore-[1.7.10]3.0.0RC7-211.jar
* CoFHLib|util (1.7.10R1.0.0RC7) from CoFHCore-[1.7.10]3.0.0RC7-211.jar
* CoFHLib|util|helpers (1.7.10R1.0.0RC7) from CoFHCore-[1.7.10]3.0.0RC7-211.jar
* CoFHLib|util|position (1.7.10R1.0.0RC7) from CoFHCore-[1.7.10]3.0.0RC7-211.jar
* CoFHLib|world (1.7.10R1.0.0RC7) from CoFHCore-[1.7.10]3.0.0RC7-211.jar
* CoFHLib|world|feature (1.7.10R1.0.0RC7) from CoFHCore-[1.7.10]3.0.0RC7-211.jar
* ComputerCraft|API (1.73) from ComputerCraft1.73.jar
* ComputerCraft|API|FileSystem (1.73) from ComputerCraft1.73.jar
* ComputerCraft|API|Lua (1.73) from ComputerCraft1.73.jar
* ComputerCraft|API|Media (1.73) from ComputerCraft1.73.jar
* ComputerCraft|API|Peripheral (1.73) from ComputerCraft1.73.jar
* ComputerCraft|API|Redstone (1.73) from ComputerCraft1.73.jar
* ComputerCraft|API|Turtle (1.73) from ComputerCraft1.73.jar
* CSLib|API (1.0) from Decocraft-2.0.2_1.7.10.jar
* DualWield (0.1) from 1.7.10-MB_Battlegear2-Bullseye-1.0.6.3.jar
* EnderIOAPI (0.0.2) from EnderIO-1.7.10-2.2.8.381.jar
* EnderIOAPI|Redstone (0.0.2) from EnderIO-1.7.10-2.2.8.381.jar
* EnderIOAPI|Tools (0.0.2) from EnderIO-1.7.10-2.2.8.381.jar
* ForestryAPI|apiculture (1.1) from GraveStone-2.11.3.jar
* ForestryAPI|arboriculture (1.0) from GraveStone-2.11.3.jar
* ForestryAPI|circuits (1.0) from GraveStone-2.11.3.jar
* ForestryAPI|core (1.0) from GraveStone-2.11.3.jar
* ForestryAPI|farming (1.0) from GraveStone-2.11.3.jar
* ForestryAPI|food (1.1.0) from forestry_1.7.10-3.6.2.19.jar
* ForestryAPI|fuels (2.0.1) from forestry_1.7.10-3.6.2.19.jar
* ForestryAPI|genetics (3.3.0) from forestry_1.7.10-3.6.2.19.jar
* ForestryAPI|hives (4.1.0) from forestry_1.7.10-3.6.2.19.jar
* ForestryAPI|lepidopterology (1.1) from forestry_1.7.10-3.6.2.19.jar
* ForestryAPI|mail (3.0.0) from forestry_1.7.10-3.6.2.19.jar
* ForestryAPI|recipes (3.1.0) from forestry_1.7.10-3.6.2.19.jar
* ForestryAPI|storage (3.0.0) from forestry_1.7.10-3.6.2.19.jar
* ForestryAPI|world (1.0) from GraveStone-2.11.3.jar
* ForgeRelocation|API (0.0.1.3) from ForgeRelocation-1.7.10-0.0.1.3-universal.jar
* Galacticraft API (1.3) from GalacticraftCore-1.7-3.0.11.333.jar
* GardenCoreAPI (1.0.0) from GardenStuff-1.7.10-1.6.3.jar
* gendustryAPI (2.1.0) from gendustry-1.5.2.107-mc1.7.10.jar
* GrowthcraftAPI|Cellar (2.0) from growthcraft-cellar-1.7.10-2.1.0a.jar
* GrowthcraftAPI|Core (2.0) from growthcraft-core-1.7.10-2.1.0a.jar
* GrowthcraftAPI|FishTrap (2.0) from growthcraft-fishtrap-1.7.10-2.1.0a.jar
* Heraldry (alpha) from 1.7.10-MB_Battlegear2-Bullseye-1.0.6.3.jar
* IC2API (1.0) from industrialcraft-2-2.2.746-experimental.jar
* NuclearControlAPI (v1.0.5) from IC2NuclearControl-2.2.5a-GoingForTheKill.jar
* OpenBlocks|API (1.0) from OpenBlocks-1.7.10-1.4.3.jar
* Quiver (0.2) from 1.7.10-MB_Battlegear2-Bullseye-1.0.6.3.jar
* Shield (0.1) from 1.7.10-MB_Battlegear2-Bullseye-1.0.6.3.jar
* Thaumcraft|API (4.2.2.0) from GraveStone-2.11.3.jar
* WailaAPI (1.2) from Waila-1.5.10_1.7.10.jar
* Weapons (0.1) from 1.7.10-MB_Battlegear2-Bullseye-1.0.6.3.jar
Stencil buffer state: Function set: GL30, pool: internal, bits: 8
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.
AE2 Integration: IC2:ON, RotaryCraft:OFF, RC:OFF, BC:ON, RF:ON, RFItem:ON, MFR:ON, DSU:ON, FZ:OFF, FMP:ON, RB:OFF, CLApi:OFF, Waila:ON, InvTweaks:ON, NEI:ON, CraftGuide:OFF, Mekanism:OFF, ImmibisMicroblocks:OFF, BetterStorage:ON
Launched Version: 1.7.10
LWJGL: 2.9.1
OpenGL: GeForce GTX 560 Ti/PCIe/SSE2 GL version 4.5.0 NVIDIA 347.88, 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)