Crash when generating or loading into a world playing with about 250 mods and it just started happening recently
Description: Rendering entity in world
java.lang.ClassCastException: micdoodle8.mods.galacticraft.core.entities.player.GCEntityClientPlayerMP cannot be cast to net.minecraft.entity.EntityLiving
at com.ryanv97.simplehp.SimpleHP.renderLivingPost(SimpleHP.java:74)
at cpw.mods.fml.common.eventhandler.ASMEventHandler_936_SimpleHP_renderLivingPost_Post.invoke(.dynamic)
at cpw.mods.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:54)
at cpw.mods.fml.common.eventhandler.EventBus.post(EventBus.java:140)
at net.minecraft.client.renderer.entity.RendererLivingEntity.func_76986_a(RendererLivingEntity.java:281)
at net.minecraft.client.renderer.entity.RenderPlayer.func_76986_a(RenderPlayer.java:158)
at net.minecraft.client.renderer.entity.RenderPlayer.func_76986_a(RenderPlayer.java:521)
at net.minecraft.client.renderer.entity.RenderManager.func_147939_a(RenderManager.java:293)
at net.minecraft.client.renderer.entity.RenderManager.func_147940_a(RenderManager.java:276)
at net.minecraft.client.gui.inventory.GuiInventory.func_147046_a(SourceFile:91)
at net.minecraft.client.gui.inventory.GuiInventory.func_146976_a(SourceFile:60)
at net.minecraft.client.gui.inventory.GuiContainer.func_73863_a(GuiContainer.java:78)
at net.minecraft.client.renderer.InventoryEffectRenderer.func_73863_a(InventoryEffectRenderer.java:38)
at net.minecraft.client.gui.inventory.GuiInventory.func_73863_a(SourceFile:47)
at net.minecraft.client.renderer.EntityRenderer.func_78480_b(EntityRenderer.java:1061)
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:483)
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 com.ryanv97.simplehp.SimpleHP.renderLivingPost(SimpleHP.java:74)
at cpw.mods.fml.common.eventhandler.ASMEventHandler_936_SimpleHP_renderLivingPost_Post.invoke(.dynamic)
at cpw.mods.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:54)
at cpw.mods.fml.common.eventhandler.EventBus.post(EventBus.java:140)
at net.minecraft.client.renderer.entity.RendererLivingEntity.func_76986_a(RendererLivingEntity.java:281)
at net.minecraft.client.renderer.entity.RenderPlayer.func_76986_a(RenderPlayer.java:158)
at net.minecraft.client.renderer.entity.RenderPlayer.func_76986_a(RenderPlayer.java:521)
-- Renderer details --
Details:
Assigned renderer: [email protected]
Location: 0.00,0.00,0.00 - World: (0,0,0), Chunk: (at 0,0,0 in 0,0; contains blocks 0,0,0 to 15,255,15), Region: (0,0; contains chunks 0,0 to 31,31, blocks 0,0,0 to 511,255,511)
Rotation: 0.0
Delta: 1.0
Stacktrace:
at net.minecraft.client.renderer.entity.RenderManager.func_147939_a(RenderManager.java:293)
at net.minecraft.client.renderer.entity.RenderManager.func_147940_a(RenderManager.java:276)
at net.minecraft.client.gui.inventory.GuiInventory.func_147046_a(SourceFile:91)
at net.minecraft.client.gui.inventory.GuiInventory.func_146976_a(SourceFile:60)
at net.minecraft.client.gui.inventory.GuiContainer.func_73863_a(GuiContainer.java:78)
at net.minecraft.client.renderer.InventoryEffectRenderer.func_73863_a(InventoryEffectRenderer.java:38)
at net.minecraft.client.gui.inventory.GuiInventory.func_73863_a(SourceFile:47)
Crash when generating or loading into a world playing with about 250 mods and it just started happening recently
Description: Rendering entity in world
java.lang.ClassCastException: micdoodle8.mods.galacticraft.core.entities.player.GCEntityClientPlayerMP cannot be cast to net.minecraft.entity.EntityLiving
at com.ryanv97.simplehp.SimpleHP.renderLivingPost(SimpleHP.java:74)
at cpw.mods.fml.common.eventhandler.ASMEventHandler_936_SimpleHP_renderLivingPost_Post.invoke(.dynamic)
at cpw.mods.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:54)
at cpw.mods.fml.common.eventhandler.EventBus.post(EventBus.java:140)
at net.minecraft.client.renderer.entity.RendererLivingEntity.func_76986_a(RendererLivingEntity.java:281)
at net.minecraft.client.renderer.entity.RenderPlayer.func_76986_a(RenderPlayer.java:158)
at net.minecraft.client.renderer.entity.RenderPlayer.func_76986_a(RenderPlayer.java:521)
at net.minecraft.client.renderer.entity.RenderManager.func_147939_a(RenderManager.java:293)
at net.minecraft.client.renderer.entity.RenderManager.func_147940_a(RenderManager.java:276)
at net.minecraft.client.gui.inventory.GuiInventory.func_147046_a(SourceFile:91)
at net.minecraft.client.gui.inventory.GuiInventory.func_146976_a(SourceFile:60)
at net.minecraft.client.gui.inventory.GuiContainer.func_73863_a(GuiContainer.java:78)
at net.minecraft.client.renderer.InventoryEffectRenderer.func_73863_a(InventoryEffectRenderer.java:38)
at net.minecraft.client.gui.inventory.GuiInventory.func_73863_a(SourceFile:47)
at net.minecraft.client.renderer.EntityRenderer.func_78480_b(EntityRenderer.java:1061)
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:483)
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 com.ryanv97.simplehp.SimpleHP.renderLivingPost(SimpleHP.java:74)
at cpw.mods.fml.common.eventhandler.ASMEventHandler_936_SimpleHP_renderLivingPost_Post.invoke(.dynamic)
at cpw.mods.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:54)
at cpw.mods.fml.common.eventhandler.EventBus.post(EventBus.java:140)
at net.minecraft.client.renderer.entity.RendererLivingEntity.func_76986_a(RendererLivingEntity.java:281)
at net.minecraft.client.renderer.entity.RenderPlayer.func_76986_a(RenderPlayer.java:158)
at net.minecraft.client.renderer.entity.RenderPlayer.func_76986_a(RenderPlayer.java:521)
-- Entity being rendered --
Details:
Entity Type: null (micdoodle8.mods.galacticraft.core.entities.player.GCEntityClientPlayerMP)
Entity ID: 1099
Entity Name: bluedragon002
Entity's Exact location: 823.99, 71.62, 778.13
Entity's Block location: World: (823,71,778), Chunk: (at 7,4,10 in 51,48; contains blocks 816,0,768 to 831,255,783), Region: (1,1; contains chunks 32,32 to 63,63, blocks 512,0,512 to 1023,255,1023)
Entity's Momentum: 0.00, -0.08, 0.00
-- Renderer details --
Details:
Assigned renderer: [email protected]
Location: 0.00,0.00,0.00 - World: (0,0,0), Chunk: (at 0,0,0 in 0,0; contains blocks 0,0,0 to 15,255,15), Region: (0,0; contains chunks 0,0 to 31,31, blocks 0,0,0 to 511,255,511)
Rotation: 0.0
Delta: 1.0
Stacktrace:
at net.minecraft.client.renderer.entity.RenderManager.func_147939_a(RenderManager.java:293)
at net.minecraft.client.renderer.entity.RenderManager.func_147940_a(RenderManager.java:276)
at net.minecraft.client.gui.inventory.GuiInventory.func_147046_a(SourceFile:91)
at net.minecraft.client.gui.inventory.GuiInventory.func_146976_a(SourceFile:60)
at net.minecraft.client.gui.inventory.GuiContainer.func_73863_a(GuiContainer.java:78)
at net.minecraft.client.renderer.InventoryEffectRenderer.func_73863_a(InventoryEffectRenderer.java:38)
at net.minecraft.client.gui.inventory.GuiInventory.func_73863_a(SourceFile:47)
-- Screen render details --
Details:
Screen name: net.minecraft.client.gui.inventory.GuiInventory
Mouse location: Scaled: (320, 179). Absolute: (960, 540)
Screen size: Scaled: (640, 360). Absolute: (1920, 1080). Scale factor of 3
-- Affected level --
Details:
Level name: MpServer
All players: 1 total; [GCEntityClientPlayerMP['bluedragon002'/1099, l='MpServer', x=823.99, y=71.62, z=778.13]]
Chunk stats: MultiplayerChunkCache: 289, 289
Level seed: 0
Level generator: ID 04 - BIOMESOP, ver 0. Features enabled: false
Level generator options:
Level spawn location: World: (814,64,762), Chunk: (at 14,4,10 in 50,47; contains blocks 800,0,752 to 815,255,767), Region: (1,1; contains chunks 32,32 to 63,63, blocks 512,0,512 to 1023,255,1023)
Level time: 5185 game time, 5185 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: 197 total; [EntityItem['item.tile.sapling.oak'/531, l='MpServer', x=777.13, y=63.13, z=735.13], EntityItem['item.tile.sapling.oak'/532, l='MpServer', x=771.31, y=67.13, z=733.13], EntityBabyWitch['Baby Witch'/533, l='MpServer', x=778.84, y=31.00, z=748.06], EntityBabyOcelot['Cat'/534, l='MpServer', x=777.25, y=31.00, z=747.16], EntityPech['Pech Mage'/535, l='MpServer', x=779.50, y=32.00, z=749.50], EntityPech['Pech Stalker'/536, l='MpServer', x=776.50, y=32.00, z=749.50], EntityPech['Pech Forager'/537, l='MpServer', x=781.53, y=30.00, z=739.78], EntityItem['item.tile.sapling.oak'/538, l='MpServer', x=776.03, y=63.13, z=737.25], EntityItem['item.tile.flowers.glowflower'/539, l='MpServer', x=776.53, y=63.13, z=766.81], EntityItem['item.tile.sapling.oak'/540, l='MpServer', x=768.66, y=64.13, z=760.56], EntityItem['item.item.barley.seed'/541, l='MpServer', x=777.22, y=63.13, z=769.56], EntityItem['item.tile.log.oak'/542, l='MpServer', x=775.72, y=64.13, z=781.19], EntityFluidCow['Fluid Cow'/543, l='MpServer', x=783.94, y=69.00, z=812.84], EntityItem['item.tile.sapling.oak'/544, l='MpServer', x=781.78, y=78.13, z=824.88], EntityItem['item.tile.sapling.oak'/545, l='MpServer', x=780.03, y=78.13, z=823.53], EntityItem['item.tile.sapling.oak'/546, l='MpServer', x=782.16, y=80.13, z=823.63], EntityWitch['Witch'/547, l='MpServer', x=761.53, y=51.00, z=850.06], ZombieFarmer['Zombie Farmer'/585, l='MpServer', x=797.88, y=42.00, z=749.38], EntityWitherWitch['Wither Witch'/586, l='MpServer', x=797.00, y=42.00, z=749.63], EntityItem['item.tile.flowers2.minersdelight'/587, l='MpServer', x=789.94, y=46.13, z=756.78], EntityItem['item.tile.flowers2.minersdelight'/588, l='MpServer', x=792.22, y=44.13, z=755.44], EntityItem['item.tile.sapling.oak'/589, l='MpServer', x=794.13, y=61.13, z=753.84], EntityItem['item.tile.sapling.oak'/590, l='MpServer', x=796.31, y=73.13, z=756.88], EntityItem['item.tile.sapling.oak'/591, l='MpServer', x=793.66, y=71.13, z=756.88], EntityItem['item.tile.sapling.oak'/592, l='MpServer', x=798.63, y=74.13, z=763.09], EntityFluidCow['Fluid Cow'/593, l='MpServer', x=788.66, y=63.00, z=758.47], EntityFluidCow['Fluid Cow'/594, l='MpServer', x=781.66, y=63.00, z=772.28], EntitySkeleton['Skeleton'/595, l='MpServer', x=794.09, y=51.00, z=773.56], EntityItem['item.tile.sapling.oak'/596, l='MpServer', x=787.31, y=79.13, z=823.47], EntityItem['item.item.apple'/597, l='MpServer', x=793.31, y=76.13, z=823.63], EntityItem['item.tile.sapling.oak'/598, l='MpServer', x=796.81, y=79.13, z=830.88], EntityItem['item.tile.sapling.oak'/599, l='MpServer', x=795.81, y=79.13, z=829.13], EntityItem['item.tile.sapling.oak'/600, l='MpServer', x=787.94, y=75.13, z=827.88], EntityItem['item.item.apple'/601, l='MpServer', x=794.97, y=77.13, z=821.69], EntityItem['item.tile.sapling.oak'/602, l='MpServer', x=785.22, y=80.13, z=817.75], EntityItem['item.tile.sapling.oak'/603, l='MpServer', x=794.13, y=80.13, z=829.19], EntityItem['item.tile.flowers2.minersdelight'/604, l='MpServer', x=798.13, y=32.13, z=834.91], EntityItem['item.tile.sapling.oak'/605, l='MpServer', x=796.13, y=66.13, z=836.88], EntityItem['item.tile.sapling.oak'/606, l='MpServer', x=791.13, y=81.13, z=835.16], GCEntityClientPlayerMP['bluedragon002'/1099, l='MpServer', x=823.99, y=71.62, z=778.13], EntityPech['Pech Forager'/632, l='MpServer', x=813.50, y=64.00, z=722.50], EntityConcussionCreeper['Concussion Creeper'/633, l='MpServer', x=813.41, y=40.00, z=756.00], EntityConcussionCreeper['Concussion Creeper'/634, l='MpServer', x=813.66, y=39.00, z=758.56], EntityItem['item.tile.flower1.dandelion'/635, l='MpServer', x=808.44, y=63.13, z=754.16], EntityItem['item.tile.sapling.oak'/636, l='MpServer', x=802.44, y=67.13, z=760.41], EntityItem['item.tile.sapling.oak'/637, l='MpServer', x=800.91, y=70.13, z=756.59], EntityBabyZombie['Baby Zombie'/638, l='MpServer', x=813.26, y=25.45, z=775.49], EntityZombieChicken['Zombie Chicken'/639, l='MpServer', x=813.16, y=25.00, z=775.50], EntitySpider['Spider'/640, l='MpServer', x=797.84, y=51.00, z=771.47], EntityItem['item.tile.sapling.oak'/641, l='MpServer', x=806.88, y=73.13, z=796.41], EntityItem['item.tile.sapling.oak'/642, l='MpServer', x=810.16, y=74.13, z=793.28], EntityItem['item.tile.sapling.oak'/643, l='MpServer', x=810.31, y=76.13, z=795.81], EntityPixie['Pixie'/644, l='MpServer', x=815.50, y=40.00, z=835.16], EntityPixie['Pixie'/645, l='MpServer', x=799.82, y=33.07, z=835.52], EntityItem['item.tile.sapling.oak'/646, l='MpServer', x=814.13, y=63.13, z=840.44], EntityItem['item.tile.sapling.oak'/648, l='MpServer', x=808.88, y=75.13, z=842.69], EntityItem['item.tile.sapling.oak'/649, l='MpServer', x=808.19, y=74.13, z=841.31], EntityItem['item.tile.sapling.oak'/650, l='MpServer', x=810.88, y=74.13, z=841.88], EntityItem['item.tile.sapling.oak'/675, l='MpServer', x=823.44, y=82.13, z=729.63], EntityItem['item.tile.sapling.oak'/676, l='MpServer', x=828.13, y=84.13, z=726.19], EntityItem['item.tile.sapling.oak'/677, l='MpServer', x=830.72, y=82.13, z=722.81], EntityBabyWitch['Baby Witch'/678, l='MpServer', x=825.84, y=13.00, z=746.38], EntityBabyOcelot['Cat'/679, l='MpServer', x=826.63, y=13.00, z=745.47], EntityItem['item.item.petOmeter'/680, l='MpServer', x=820.13, y=66.13, z=755.94], EntityItem['item.tile.mushroom1'/681, l='MpServer', x=816.09, y=26.13, z=777.25], EntityConcussionCreeper['Concussion Creeper'/682, l='MpServer', x=828.50, y=17.00, z=798.50], EntityItem['item.tile.sapling.oak'/683, l='MpServer', x=818.06, y=62.13, z=796.13], EntityPixie['Pixie'/684, l='MpServer', x=818.06, y=8.83, z=837.52], EntityItem['item.item.apple'/685, l='MpServer', x=827.88, y=74.13, z=820.38], EntityItem['item.item.apple'/686, l='MpServer', x=830.13, y=73.13, z=825.47], EntityItem['item.tile.sapling.oak'/687, l='MpServer', x=827.56, y=71.13, z=816.88], EntityItem['item.tile.sapling.oak'/688, l='MpServer', x=827.06, y=72.13, z=817.34], EntityItem['item.item.agricraft:seedCarrot'/689, l='MpServer', x=821.97, y=63.13, z=835.94], EntityItem['item.item.seeds'/690, l='MpServer', x=819.47, y=63.13, z=833.22], EntityItem['item.item.agricraft:seedPotato'/691, l='MpServer', x=827.34, y=63.13, z=832.59], EntityItem['item.item.agricraft:seedCarrot'/692, l='MpServer', x=824.19, y=62.13, z=835.69], EntityItem['item.tile.sapling.oak'/693, l='MpServer', x=827.25, y=63.13, z=834.31], EntityItem['item.tile.sapling.oak'/694, l='MpServer', x=824.13, y=63.13, z=837.28], EntityItem['item.tile.sapling.oak'/696, l='MpServer', x=819.88, y=74.13, z=840.88], EntityItem['item.tile.sapling.oak'/697, l='MpServer', x=819.63, y=75.13, z=841.16], EntityItem['item.tile.sapling.oak'/698, l='MpServer', x=820.81, y=75.13, z=838.19], EntityItem['item.tile.sapling.oak'/699, l='MpServer', x=823.75, y=72.13, z=835.13], EntityItem['item.item.apple'/700, l='MpServer', x=821.16, y=74.13, z=842.34], EntityConcussionCreeper['Concussion Creeper'/726, l='MpServer', x=833.94, y=35.00, z=746.56], EntityItem['item.tile.sapling.oak'/727, l='MpServer', x=832.25, y=70.13, z=748.09], EntityItem['item.tile.log.oak'/728, l='MpServer', x=843.16, y=76.13, z=750.06], EntityItem['item.tile.log.oak'/729, l='MpServer', x=842.94, y=74.13, z=748.22], EntityItem['item.item.apple'/730, l='MpServer', x=841.88, y=74.13, z=751.34], EntityItem['item.tile.sapling.oak'/731, l='MpServer', x=843.88, y=76.13, z=750.34], EntityItem['item.tile.sapling.oak'/732, l='MpServer', x=843.81, y=75.13, z=749.84], EntityItem['item.tile.sapling.oak'/733, l='MpServer', x=846.06, y=72.13, z=746.88], EntityItem['item.tile.sapling.oak'/734, l='MpServer', x=843.66, y=74.13, z=748.22], EntityPig['The Pig of Destiny'/735, l='MpServer', x=844.94, y=69.00, z=742.47], EntityItem['item.tile.sapling.oak'/736, l='MpServer', x=842.88, y=81.13, z=740.88], EntityItem['item.item.apple'/737, l='MpServer', x=844.59, y=81.13, z=738.88], EntityItem['item.tile.sapling.oak'/738, l='MpServer', x=840.44, y=74.13, z=753.19], EntityDog['Bernese Mountain Dog'/739, l='MpServer', x=835.31, y=71.00, z=757.31], EntityItem['item.tile.flowers2.minersdelight'/740, l='MpServer', x=847.38, y=42.13, z=772.09], EntityItem['item.tile.flowers2.minersdelight'/741, l='MpServer', x=843.13, y=42.13, z=771.88], EntityItem['item.tile.flowers2.minersdelight'/742, l='MpServer', x=847.09, y=42.13, z=774.06], EntityItem['item.tile.coral2.algae'/743, l='MpServer', x=837.19, y=45.13, z=803.97], EntityItem['item.tile.sapling.oak'/744, l='MpServer', x=837.09, y=69.13, z=823.88], EntityItem['item.item.apple'/745, l='MpServer', x=835.13, y=74.13, z=823.94], EntityItem['item.item.whitemushroomItem'/764, l='MpServer', x=855.13, y=1.13, z=723.13], EntityItem['item.tile.flower1.dandelion'/765, l='MpServer', x=854.84, y=63.13, z=721.41], EntityItem['item.item.whitemushroomItem'/766, l='MpServer', x=856.38, y=68.13, z=723.81], EntityItem['item.tile.sapling.oak'/767, l='MpServer', x=857.03, y=80.13, z=732.34], EntityItem['item.item.apple'/768, l='MpServer', x=863.13, y=82.13, z=735.88], EntityPig['Pig'/769, l='MpServer', x=862.50, y=103.00, z=750.50], EntityPig['Pig'/770, l='MpServer', x=859.53, y=103.00, z=753.53], EntityPig['Pig'/771, l='MpServer', x=861.53, y=105.00, z=752.63], EntityPig['Pig'/772, l='MpServer', x=853.31, y=105.00, z=756.53], EntityItem['item.tile.mushroom12'/773, l='MpServer', x=854.47, y=16.13, z=768.13], EntityItem['item.tile.flowers2.minersdelight'/774, l='MpServer', x=848.44, y=42.13, z=772.41], EntityItem['item.tile.flowers2.minersdelight'/775, l='MpServer', x=848.94, y=41.13, z=774.81], EntityItem['item.tile.mushroom13'/776, l='MpServer', x=862.97, y=29.13, z=786.19], ZombieFarmer['Zombie Farmer'/777, l='MpServer', x=853.50, y=44.00, z=799.50], ZombieFarmer['Zombie Farmer'/778, l='MpServer', x=852.50, y=44.00, z=799.50], EntityCreeper['Creeper'/779, l='MpServer', x=859.50, y=34.00, z=856.50], EntityCreeper['Creeper'/780, l='MpServer', x=861.56, y=34.00, z=852.94], EntitySheep['Sheep'/785, l='MpServer', x=873.38, y=69.00, z=725.47], EntitySheep[
'Sheep'/786, l='MpServer', x=878.50, y=74.00, z=729.50], EntitySheep['Sheep'/787, l='MpServer', x=872.81, y=79.00, z=732.41], ZombieFarmer['Zombie Farmer'/788, l='MpServer', x=866.50, y=22.00, z=766.50], EntityCreeper['Creeper'/789, l='MpServer', x=868.50, y=36.00, z=759.50], EntityBabyCreeper['Baby Creeper'/790, l='MpServer', x=880.03, y=29.00, z=793.56], ZombieMiner['Zombie Miner'/791, l='MpServer', x=865.50, y=50.00, z=798.50], EntitySheep['Sheep'/794, l='MpServer', x=885.50, y=74.00, z=719.50], EntitySheep['Sheep'/795, l='MpServer', x=882.28, y=71.00, z=711.16], EntityChocoboYellow['Yellow Chocobo'/796, l='MpServer', x=884.59, y=72.00, z=710.34], EntityChocoboYellow['Yellow Chocobo'/797, l='MpServer', x=884.69, y=73.00, z=714.06], EntitySkeleton['Skeleton'/800, l='MpServer', x=881.50, y=60.00, z=721.50], ZombieFarmer['Zombie Farmer'/801, l='MpServer', x=877.66, y=60.00, z=721.94], ZombieFarmer['Zombie Farmer'/802, l='MpServer', x=878.00, y=62.00, z=726.50], EntityBat['Bat'/803, l='MpServer', x=889.65, y=61.60, z=733.15], EntitySheep['Sheep'/804, l='MpServer', x=884.50, y=74.00, z=721.50], EntitySheep['Sheep'/805, l='MpServer', x=883.50, y=75.00, z=725.50], EntitySheep['Sheep'/806, l='MpServer', x=882.50, y=75.00, z=729.50], EntityItem['item.item.string'/807, l='MpServer', x=887.66, y=74.13, z=721.41], EntityItem['item.item.actuallyadditions.itemFlaxSeed'/808, l='MpServer', x=886.94, y=74.13, z=721.19], ZombieMiner['Zombie Miner'/809, l='MpServer', x=889.50, y=60.00, z=741.50], EntityZombie['Zombie'/810, l='MpServer', x=894.50, y=51.00, z=766.13], ZombieFarmer['Zombie Farmer'/811, l='MpServer', x=895.50, y=52.00, z=767.50], EntityItem['item.tile.dirt.default'/812, l='MpServer', x=881.56, y=29.13, z=796.38], EntityItem['item.tile.stonebrick'/813, l='MpServer', x=885.88, y=29.13, z=796.63], EntityItem['item.tile.dirt.default'/814, l='MpServer', x=887.13, y=29.13, z=795.13], EntityItem['item.tile.dirt.default'/815, l='MpServer', x=886.81, y=29.13, z=796.63], EntityItem['item.tile.stonebrick'/816, l='MpServer', x=887.28, y=29.13, z=796.81], EntityItem['item.tile.dirt.default'/817, l='MpServer', x=888.88, y=29.13, z=795.19], EntityItem['item.tile.mushroom'/818, l='MpServer', x=883.13, y=29.13, z=799.31], EntitySkeleton['Skeleton'/819, l='MpServer', x=890.44, y=30.00, z=815.06], EntitySpider['Spider'/820, l='MpServer', x=893.50, y=28.00, z=803.50], EntityItem['item.tile.gysahlGreenBlock'/822, l='MpServer', x=884.34, y=63.13, z=813.84], ZombieFarmer['Zombie Farmer'/3900, l='MpServer', x=896.50, y=56.00, z=800.50], ZombieMiner['Zombie Miner'/3902, l='MpServer', x=897.50, y=56.00, z=801.50], ZombieFarmer['Zombie Farmer'/833, l='MpServer', x=895.97, y=63.00, z=749.50], EntityZombie['Zombie'/837, l='MpServer', x=897.50, y=52.00, z=769.50], ZombieMiner['Zombie Miner'/844, l='MpServer', x=896.50, y=28.00, z=806.50], EntitySheep['Sheep'/846, l='MpServer', x=892.69, y=69.00, z=843.53], EntitySheep['Sheep'/847, l='MpServer', x=894.53, y=73.00, z=843.50], EntitySheep['Sheep'/848, l='MpServer', x=900.25, y=72.00, z=848.84], EntitySheep['Sheep'/849, l='MpServer', x=901.63, y=73.00, z=848.47], EntityPixie['Pixie'/421, l='MpServer', x=742.91, y=40.43, z=826.51], EntityPixie['Pixie'/422, l='MpServer', x=746.09, y=38.00, z=826.84], EntityCartChest['entity.MinecartChest.name'/935, l='MpServer', x=942.50, y=28.50, z=756.50], EntityPixie['Pixie'/423, l='MpServer', x=745.25, y=39.67, z=824.20], EntityCartChest['entity.MinecartChest.name'/943, l='MpServer', x=929.50, y=24.34, z=768.50], EntityItem['item.tile.sapling.oak'/1982, l='MpServer', x=860.75, y=83.13, z=736.25], EntitySquid['Squid'/1476, l='MpServer', x=860.34, y=57.31, z=825.16], EntitySquid['Squid'/1478, l='MpServer', x=860.91, y=56.31, z=828.50], EntitySturgeon['Sturgeon'/1481, l='MpServer', x=864.54, y=61.98, z=824.61], EntityPixie['Pixie'/457, l='MpServer', x=764.97, y=20.06, z=717.47], EntityTrail['unknown'/2506, l='MpServer', x=823.99, y=71.62, z=778.13], EntitySquid['Squid'/1484, l='MpServer', x=862.44, y=57.06, z=826.13], EntitySquid['Squid'/1485, l='MpServer', x=864.38, y=57.34, z=825.19], EntityBat['Bat'/466, l='MpServer', x=763.75, y=19.10, z=741.25], EntityWitch['Witch'/467, l='MpServer', x=751.69, y=23.00, z=733.91], EntityItem['item.tile.sapling.oak'/471, l='MpServer', x=764.03, y=63.13, z=764.09], EntityItem['item.tile.sapling.oak'/472, l='MpServer', x=763.28, y=63.13, z=763.09], EntityItem['item.tile.sapling.oak'/473, l='MpServer', x=764.97, y=63.13, z=762.75], EntityItem['item.tile.sapling.oak'/474, l='MpServer', x=765.75, y=63.13, z=763.88], EntityItem['item.tile.sapling.oak'/475, l='MpServer', x=766.78, y=63.13, z=761.16], EntityItem['item.tile.sapling.oak'/482, l='MpServer', x=763.09, y=63.13, z=754.75], EntityItem['item.item.apple'/483, l='MpServer', x=763.38, y=68.13, z=759.09], EntityItem['item.item.apple'/484, l='MpServer', x=765.97, y=64.13, z=764.19], EntityItem['item.item.apple'/485, l='MpServer', x=767.72, y=68.13, z=759.69], EntityItem['item.tile.sapling.oak'/486, l='MpServer', x=766.88, y=64.13, z=762.47], EntityPixie['Pixie'/487, l='MpServer', x=748.48, y=24.47, z=783.56], EntityPixie['Pixie'/488, l='MpServer', x=757.50, y=32.00, z=773.02], EntityBat['Bat'/491, l='MpServer', x=753.02, y=51.44, z=827.71], EntityPixie['Pixie'/492, l='MpServer', x=753.72, y=52.29, z=827.22], EntityBabyWitch['Baby Witch'/493, l='MpServer', x=767.66, y=53.00, z=839.59], EntityItem['item.tile.sapling.oak'/1518, l='MpServer', x=863.13, y=81.13, z=736.38], EntityConcussionCreeper['Concussion Creeper'/495, l='MpServer', x=765.41, y=54.00, z=839.97], EntityConcussionCreeper['Concussion Creeper'/496, l='MpServer', x=768.69, y=53.00, z=840.38], EntityWitch['Witch'/497, l='MpServer', x=768.69, y=53.00, z=839.31], EntityPixie['Pixie'/498, l='MpServer', x=764.41, y=54.03, z=848.79]]
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(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:483)
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 10 (amd64) version 10.0
Java Version: 1.8.0_25, Oracle Corporation
Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
Memory: 323836712 bytes (308 MB) / 2489319424 bytes (2374 MB) up to 4056416256 bytes (3868 MB)
JVM Flags: 4 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xmx4352m -Xms256m -XX:PermSize=256m
AABB Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used
IntCache: cache: 0, tcache: 0, allocated: 15, tallocated: 96
FML: MCP v9.05 FML v7.10.99.99 Minecraft Forge 10.13.4.1614 251 mods loaded, 247 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.1614-1.7.10.jar)
UCHIJAAAA Forge{10.13.4.1614} [Minecraft Forge] (forge-1.7.10-10.13.4.1614-1.7.10.jar)
UCHIJAAAA AM2-Preloader{0.0.3} [AMCore] (minecraft.jar)
UCHIJAAAA additionalresources{0.0.2} [Additional Resources] (additionalresources-1.7.10_0.1.0.unknown.jar)
UCHIJAAAA appliedenergistics2-core{rv3-beta-6} [Applied Energistics 2 Core] (minecraft.jar)
UCHIJAAAA Aroma1997Core{1.0.2.16} [Aroma1997Core] (Aroma1997Core-1.7.10-1.0.2.16.jar)
UCHIJAAAA CodeChickenCore{1.0.7.47} [CodeChicken Core] (minecraft.jar)
UCHIJAAAA DCModLoader{1.0} [DCModuleLoader] (minecraft.jar)
UCHIJAAAA ExtraFixes{1.2.4b} [Extra Fixes] (minecraft.jar)
UCHIJAAAA ivtoolkit{1.2.1} [IvToolkit] (minecraft.jar)
UCHIJAAAA Micdoodlecore{} [Micdoodle8 Core] (minecraft.jar)
UCHIJAAAA NotEnoughItems{1.0.5.120} [Not Enough Items] (NotEnoughItems-1.7.10-1.0.5.120-universal.jar)
UCHIJAAAA OpenComputers|Core{1.6.1.11} [OpenComputers (Core)] (minecraft.jar)
UCHIJAAAA OpenModsCore{0.9.1} [OpenModsCore] (minecraft.jar)
UCHIJAAAA <CoFH ASM>{000} [CoFH ASM] (minecraft.jar)
UCHIJAAAA mod_ThreadedLighting{1.7.10-1.0} [Threaded Lighting] (minecraft.jar)
UCHIJAAAA psychedelicraftcore{1.4} [Psychedelicraft Core] (minecraft.jar)
UCHIJAAAA debug{1.0} [debug] (denseores-1.6.2.jar)
UCHIJAAAA gilded-games-util{1.7.10-1.2} [Gilded Games Utility] (gilded-games-util-1.7.10-1.9.jar)
UCHIJAAAA AnimationAPI{1.2.4} [AnimationAPI] (AnimationAPI-1.7.10-1.2.4.jar)
UCHIJAAAA arsmagica2{1.4.0.009} [Ars Magica 2] (1.7.10_AM2-1.4.0.009.jar)
UCHIJAAAA bspkrsCore{6.16} [bspkrsCore] ([1.7.10]bspkrsCore-universal-6.16.jar)
UCHIJAAAA Treecapitator{1.7.10} [Treecapitator] ([1.7.10]Treecapitator-universal-2.0.4.jar)
UCHIJAAAA CoFHCore{1.7.10R3.1.3} [CoFH Core] (CoFHCore-[1.7.10]3.1.3-327.jar)
UCHIJAAAA BuildCraft|Core{7.1.18} [BuildCraft] (buildcraft-7.1.18.jar)
UCHIJAAAA BuildCraft|Energy{7.1.18} [BC Energy] (buildcraft-7.1.18.jar)
UCHIJAAAA ActuallyAdditions{1.7.10-r21} [Actually Additions] (ActuallyAdditions-1.7.10-r21.jar)
UCHIJAAAA exnihilo{1.38-53} [Ex Nihilo] (Ex-Nihilo-1.38-53.jar)
UCHIJAAAA excompressum{1.1.149} [Ex Compressum] (excompressum-mc1.7.10-1.1.149.jar)
UCHIJAAAA additionalcompression{3.0} [Additional Compression] (Additional Compression-1.7.10-3.0.jar)
UCHIJAAAA act{0.0.2a_1.7.10} [AdminCommandsToolbox] (AdminCommandsToolbox-0.0.2a_1.7.10.jar)
UCHIJAAAA lightsabers{1.1} [Advanced Lightsabers Mod] (AdvancedLightsabers-1.7.10-1.1.jar)
UCHIJAAAA appliedenergistics2{rv3-beta-6} [Applied Energistics 2] (appliedenergistics2-rv3-beta-6.jar)
UCHIJAAAA bdlib{1.9.4.109} [BD Lib] (bdlib-1.9.4.109-mc1.7.10.jar)
UCHIJAAAA ae2stuff{0.5.0.56} [AE2 Stuff] (ae2stuff-0.5.0.56-mc1.7.10.jar)
UCHIJAAAA aether{1.7.10-1.6} [Aether II] (aether-1.7.10-1.6.jar)
UCHIJAAAA AgriCraft{1.7.10-1.5.0} [AgriCraft] (AgriCraft-1.7.10-1.5.0.jar)
UCHIJAAAA aquaticabyss{1.1.1} [Aquatic Abyss] (AquaticAbyss-1.7.10-1.1.1.jar)
UCHIJAAAA ArchimedesShips{1.7.10 v1.7.1} [Archimedes' Ships] (ArchimedesShips-1.7.1.jar)
UCHIJAAAA Aroma1997CoreHelper{1.0.2.16} [Aroma1997Core|Helper] (Aroma1997Core-1.7.10-1.0.2.16.jar)
UCHIJAAAA Aroma1997sDimension{1.0} [Aroma1997's Dimensional World] (Aroma1997s-Dimensional-World-1.7.10-1.1.0.1.jar)
UCHIJAAAA AromaBackup{0.1.0.0} [AromaBackup] (AromaBackup-1.7.10-0.1.0.0.jar)
UCHIJAAAA AromaBackupRecovery{1.0} [AromaBackup Recovery] (AromaBackup-1.7.10-0.1.0.0.jar)
UCHIJAAAA audiodeath{0.6.0_1.7.10-e8c5987} [Audio Death] (audiodeath-0.6.0-1.7.10r25+e8c5987.jar)
UCHIJAAAA AutomatedRedstone{2.1.0} [Automated Redstone] (AutomatedRedstone-1.7.10-2.2.1.jar)
UCHIJAAAA AWWayofTime{v1.3.3} [Blood Magic: Alchemical Wizardry] (BloodMagic-1.7.10-1.3.3-17.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 Botania{r1.8-249} [Botania] (Botania r1.8-249.jar)
UCHIJAAAA Avaritia{1.11} [Avaritia] (Avaritia-1.11.jar)
UCHIJAAAA wanionlib{1.7.10-1.5} [WanionLib] (WanionLib-1.7.10-1.5.jar)
UCHIJAAAA avaritiaddons{1.2d} [Avaritiaddons] (Avaritiaddons-1.2d.jar)
UCHIJAAAA AwesomeSauceCore{0.1.0} [AwesomeSauce Core] (AwesomeSauceCore-1.7.x-b52.jar)
UCHIJAAAA AwesomeSauceComponents{0.1.0} [AwesomeSauce Components] (AwesomeSauceCore-1.7.x-b52.jar)
UCHIJAAAA babymobs{1.4} [Baby Mobs] (BabyMobs-1.7.10-1.3-Hotfix.jar)
UCHIJAAAA BBG{1.0.0} [BetterBedrockGen] (BBG-1.0.0.jar)
UCHIJAAAA BetterAchievements{0.1.0} [Better Achievements] (BetterAchievements-1.7.10-0.1.0.jar)
UCHIJAAAA ThermalFoundation{1.7.10R1.2.5} [Thermal Foundation] (ThermalFoundation-[1.7.10]1.2.5-115.jar)
UCHIJAAAA ThermalExpansion{1.7.10R4.1.4} [Thermal Expansion] (ThermalExpansion-[1.7.10]4.1.4-247.jar)
UCHIJAAAA BigReactors{0.4.3A} [Big Reactors] (BigReactors-0.4.3A.jar)
UCHIJAAAA binarymod{1.7.10} [Binary Dimension] (BinaryMod-5.1.2 [1.7.10].jar)
UCHIJAAAA biomecompass{1.6.1} [Biome Compass] (BiomeCompass-1.6.1.jar)
UCHIJAAAA Mantle{1.7.10-0.3.2.jenkins191} [Mantle] (Mantle-1.7.10-0.3.2b.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.2027-universal.jar)
UCHIJAAAA BrandonsCore{1.0.0.12} [Brandon's Core] (BrandonsCore-1.0.0.12.jar)
UCHIJAAAA BuildCraft|Transport{7.1.18} [BC Transport] (buildcraft-7.1.18.jar)
UCHIJAAAA BuildCraft|Silicon{7.1.18} [BC Silicon] (buildcraft-7.1.18.jar)
UCHIJAAAA BuildCraft|Factory{7.1.18} [BC Factory] (buildcraft-7.1.18.jar)
UCHIJAAAA BuildCraft|Builders{7.1.18} [BC Builders] (buildcraft-7.1.18.jar)
UCHIJAAAA BuildCraft|Robotics{7.1.18} [BC Robotics] (buildcraft-7.1.18.jar)
UCHIJAAAA IC2{2.2.827-experimental} [IndustrialCraft 2] (industrialcraft-2-2.2.827-experimental.jar)
UCHIJAAAA Forestry{4.2.16.64} [Forestry for Minecraft] (forestry_1.7.10-4.2.16.64.jar)
UCHIJAAAA BuildCraft|Compat{7.1.5} [BuildCraft Compat] (buildcraft-compat-7.1.5.jar)
UCHIJAAAA buildersguides{1.7.10-1.0.2} [Builder's Guides] (buildersguides-1.7.10-1.0.2.jar)
UCHIJAAAA Railcraft{9.12.2.0} [Railcraft] (Railcraft_1.7.10-9.12.2.0.jar)
UCHIJAAAA TwilightForest{2.3.7} [The Twilight Forest] (twilightforest-1.7.10-2.3.7.jar)
UCHIJAAAA ForgeMultipart{1.2.0.345} [Forge Multipart] (ForgeMultipart-1.7.10-1.2.0.345-universal.jar)
UCHIJAAAA chisel{2.9.5.11} [Chisel] (Chisel-2.9.5.11.jar)
UCHIJAAAA CarpentersBlocks{3.3.8.1} [Carpenter's Blocks] (Carpenter's Blocks v3.3.8.1 - MC 1.7.10.jar)
UCHIJAAAA chancecubes{1.7.10-2.3.2.126} [Chance Cubes] (ChanceCubes-1.7.10-2.3.2.126.jar)
UCHIJAAAA ChestTransporter{2.0.6} [Chest Transporter] (ChestTransporter-1.7.10-2.0.6.jar)
UCHIJAAAA chococraft{4.1.5} [Clienthax's ChocoCraft] (ChocoCraft-4.1.5.jar)
UCHIJAAAA CMDfiles{0} [CMDfiles] (CMD files.jar)
UCHIJAAAA CompactSolars{4.4.39.315} [Compact Solar Arrays] (CompactSolars-1.7.10-4.4.39.315-universal.jar)
UCHIJAAAA ComputerCraft{1.75} [ComputerCraft] (ComputerCraft1.75.jar)
UCHIJAAAA BuildMod{v1.0} [Build Mod] (coroutil-1.1.3 for MC v1.7.10.jar)
UCHIJAAAA CoroPets{v1.0} [CoroPets] (coroutil-1.1.3 for MC v1.7.10.jar)
UCHIJAAAA CoroAI{v1.0} [CoroAI] (coroutil-1.1.3 for MC v1.7.10.jar)
UCHIJAAAA ExtendedRenderer{v1.0} [Extended Renderer] (coroutil-1.1.3 for MC v1.7.10.jar)
UCHIJAAAA ConfigMod{v1.0} [Extended Mod Config] (coroutil-1.1.3 for MC v1.7.10.jar)
UCHIJAAAA cmd{1.7} [Custom Music Discs] (Custom Music Discs-1.7.jar)
UCHIJAAAA CustomPets{1.0.5} [Custom Pets] (custompets-1.7.10-1.0.5-universal.jar)
UCHIJAAAA D3Core{1.1.2.41} [D3Core] (D3Core-1.7.10-1.1.2.41.jar)
UCHIJAAAA D3Commands{1.2.1.34} [D3Commands] (D3Commands-1.7.10-1.2.1.34.jar)
UCHIJAAAA DeathCounter{4.0.0} [DeathCounter] (DeathCounter-4.0.0.jar)
UCHIJAAAA ElecCore{1.4.294} [ElecCore] (ElecCore-1.7.10-1.4.294.jar)
UCHIJAAAA deepresonance{1.1.4} [DeepResonance] (deepresonance-1.1.4.jar)
UCHIJAAAA DiseaseCraft{3.0} [DiseaseCraft] (DiseaseCraft-1.7.10-2.3.1-QUICKFIX.jar)
UCHIJAAAA doggystyle{1.1.3.99} [Doggy Style] (DoggyStyle-1.1.3.99.jar)
UCHIJAAAA DraconicEvolution{1.0.2h} [Draconic Evolution] (Draconic-Evolution-1.7.10-1.0.2h.jar)
UCHIJAAAA endercore{1.7.10-0.2.0.39_beta} [EnderCore] (EnderCore-1.7.10-0.2.0.39_beta.jar)
UCHIJAAAA MineFactoryReloaded{1.7.10R2.8.1} [MineFactory Reloaded] (MineFactoryReloaded-[1.7.10]2.8.1-174.jar)
UCHIJAAAA Waila{1.5.10} [Waila] (Waila-1.5.10_1.7.10.jar)
UCHIJAAAA EnderIO{1.7.10-2.3.0.429_beta} [Ender IO] (EnderIO-1.7.10-2.3.0.429_beta.jar)
UCHIJAAAA waterhooks{1.2.1} [Water Hooks] (waterhooks-1.2.1.jar)
UCHIJAAAA enderioaddons{0.10.11} [Ender IO Addons] (EnderIOAddons-1.7.10-2.3.0.427_beta-0.10.11.54_beta.jar)
UCHIJAAAA EnderStorage{1.4.7.37} [EnderStorage] (EnderStorage-1.7.10-1.4.7.37-universal.jar)
UCHIJAAAA ShetiPhianCore{3.0.0} [ShetiPhian-Core] (ShetiPhianCore-1.7.10-3.0.0.jar)
UCHIJAAAA EnderTanks{rev16-beta1} [EnderTanks] (EnderTanks-rev16-beta1.jar)
UCHIJAAAA EnderTech{1.7.10-0.3.2.405} [EnderTech] (EnderTech-1.7.10-0.3.2.405.jar)
UCHIJAAAA EnderZoo{1.7.10-1.0.15.32} [Ender Zoo] (EnderZoo-1.7.10-1.0.15.32.jar)
UCHIJAAAA enhancedportals{3.0.12} [EnhancedPortals] (EnhancedPortals_1.7.10-universal-3.0.12.jar)
UCHIJAAAA MetallurgyCore{4.0.5} [Metallurgy Core] (MetallurgyCore-1.7.10-4.0.5.30.jar)
UCHIJAAAA ExtraUtilities{1.2.12} [Extra Utilities] (extrautilities-1.2.12.jar)
UCHIJAAAA TConstruct{1.7.10-1.8.8.build988} [Tinkers' Construct] (TConstruct-1.7.10-1.8.8.jar)
UCHIJAAAA Metallurgy{4.0.9} [Metallurgy 4] (Metallurgy-1.7.10-4.0.9.148.jar)
UCHIJAAAA exastris{MC1.7.10-1.16-36} [Ex Astris] (Ex-Astris-MC1.7.10-1.16-36.jar)
UCHIJAAAA extraachievements{2.1.1} [Extra Achievements] (Extra Achievements 2.1.1.jar)
UCHIJAAAA golems{1.20} [Extra Golems] (Extra-Golems[1.7.10]-1.20.jar)
UCHIJAAAA extracells{2.3.14} [Extra Cells 2] (ExtraCells-1.7.10-2.3.14b197.jar)
UCHIJAAAA GalacticraftCore{3.0.12} [Galacticraft Core] (GalacticraftCore-1.7-3.0.12.464.jar)
UCHIJAAAA GalacticraftMars{3.0.12} [Galacticraft Planets] (Galacticraft-Planets-1.7-3.0.12.464.jar)
UCHIJAAAA ExtraPlanets{1.0-3.7.6} [ExtraPlanets] (ExtraPlanets-1.0-Pre 3.7.6.jar)
UCHIJAAAA harvestcraft{1.7.10j} [Pam's HarvestCraft] (Pam's HarvestCraft 1.7.10Lb.jar)
UCHIJAAAA progressiveautomation{1.6.35} [Progressive Automation] (ProgressiveAutomation-1.7.10-1.6.35.jar)
UCHIJAAAA ExtraTiC{1.4.6} [ExtraTiC] (ExtraTiC-1.7.10-1.4.6.jar)
UCHIJAAAA fastleafdecay{1.4} [Fast Leaf Decay] (FastLeafDecay-1.7.10-1.4.jar)
UCHIJAAAA llibrary{1.5.1} [LLibrary] (llibrary-1.5.1-1.7.10.jar)
UCHIJAAAA fossil{7.3.2} [Fossils and Archeology Revival] (fossilsarcheology-7.3.2.jar)
UCHIJAAAA gendustry{1.6.3.132} [GenDustry] (gendustry-1.6.3.132-mc1.7.10.jar)
UCHIJAAAA advgenerators{0.9.20.123} [Advanced Generators] (generators-0.9.20.123-mc1.7.10.jar)
UCHIJAAAA iChunUtil{4.2.3} [iChunUtil] (iChunUtil-4.2.3.jar)
UCHIJAAAA GraviGun{4.0.0-beta} [GraviGun] (GravityGun-4.0.0-beta.jar)
UCHIJAAAA Automation{3.7.2} [Inductive Automation] (InductiveAutomation-1.7.10-3.7.3.jar)
UCHIJAAAA InventoryPets{1.4.9} [Inventory Pets] (inventorypets-1.7.10-1.4.9-universal.jar)
UCHIJAAAA inventorytweaks{1.59-dev-152-cf6e263} [Inventory Tweaks] (InventoryTweaks-1.59-dev-152.jar)
UCHIJAAAA IronChest{6.0.60.741} [Iron Chest] (ironchest-1.7.10-6.0.60.741-universal.jar)
UCHIJAAAA JABBA{1.2.2} [JABBA] (Jabba-1.2.2_1.7.10.jar)
UCHIJAAAA journeymap{5.1.4p1} [JourneyMap] (journeymap-1.7.10-5.1.4p1-unlimited.jar)
UCHIJAAAA LogisticsPipes{0.9.3.128} [Logistics Pipes] (logisticspipes-0.9.3.128.jar)
UCHIJAAAA lootbags{2.0.17} [Loot Bags] (LootBags-1.7.10-2.0.17.jar)
UCHIJAAAA ThinkBigCore{1.4} [§5§m===§r §e§lThink Big Core §5§m===§r] (ThinkBigCore-1.4-[1.7.10].jar)
UCHIJAAAA LOT{1.2} [§9§lLots of Things] (LotsOfThings-1.2-[1.7.10].jar)
UCHIJAAAA magicalcrops{4.0.0_PUBLIC_BETA_4b} [Magical Crops: Core] (magicalcrops-4.0.0_PUBLIC_BETA_5.jar)
UCHIJAAAA magicalcropsarmour{4.0.0_PUBLIC_BETA_4} [Magical Crops: Armoury] (magicalcropsarmoury-4.0.0_PUBLIC_BETA_4.jar)
UCHIJAAAA magicalcropsdeco{4.0.0_PUBLIC_BETA_4a} [Magical Crops: Decorative] (magicalcropsdeco-4.0.0_PUBLIC_BETA_4a.jar)
UCHIJAAAA RadixCore{2.1.3} [RadixCore] (RadixCore-1.7.10-2.1.3-universal.jar)
UCHIJAAAA MCA{1.7.10-5.2.2} [Minecraft Comes Alive] (MCA-1.7.10-5.2.2-universal.jar)
UCHIJAAAA metallurgychisel{1.0.0.11} [Metallurgy Chisel] (MetallurgyChisel-1.7.10-1.0.0.11.jar)
UCHIJAAAA metallurgycm{0.1.0} [Metallurgy Classic Machines] (MetallurgyClassicMachines-1.7.10-1.0.3.75.jar)
UCHIJAAAA meteors{2.14.3} [Falling Meteors] (meteors-1.7.10-2.14.3.jar)
UCHIJAAAA MineFactoryReloaded|CompatMagicalCrops{1.2.1} [MFR Compat: Magical Crops] (MFR Compat - Magical Crops v1-2-1.jar)
UCHIJAAAA MineFactoryReloaded|CompatAppliedEnergistics{1.7.10R2.8.1} [MFR Compat: Applied Energistics] (MineFactoryReloaded-[1.7.10]2.8.1-174.jar)
UCHIJAAAA MineFactoryReloaded|CompatBuildCraft{1.7.10R2.8.1} [MFR Compat: BuildCraft] (MineFactoryReloaded-[1.7.10]2.8.1-174.jar)
UCHIJAAAA MineFactoryReloaded|CompatChococraft{1.7.10R2.8.1} [MFR Compat: Chococraft] (MineFactoryReloaded-[1.7.10]2.8.1-174.jar)
UCHIJAAAA MineFactoryReloaded|CompatForestry{1.7.10R2.8.1} [MFR Compat: Forestry] (MineFactoryReloaded-[1.7.10]2.8.1-174.jar)
UCHIJAAAA MineFactoryReloaded|CompatForgeMicroblock{1.7.10R2.8.1} [MFR Compat: ForgeMicroblock] (MineFactoryReloaded-[1.7.10]2.8.1-174.jar)
UCHIJAAAA MineFactoryReloaded|CompatIC2{1.7.10R2.8.1} [MFR Compat: IC2] (MineFactoryReloaded-[1.7.10]2.8.1-174.jar)
UCHIJAAAA MrTJPCoreMod{1.1.0.33} [MrTJPCore] (MrTJPCore-1.1.0.33-universal.jar)
UCHIJAAAA ProjRed|Core{4.7.0pre12.95} [ProjectRed Core] (ProjectRed-1.7.10-4.7.0pre12.95-Base.jar)
UCHIJAAAA ProjRed|Exploration{4.7.0pre12.95} [ProjectRed Exploration] (ProjectRed-1.7.10-4.7.0pre12.95-World.jar)
UCHIJAAAA MineFactoryReloaded|CompatProjRed{1.7.10R2.8.1} [MFR Compat ProjectRed] (MineFactoryReloaded-[1.7.10]2.8.1-174.jar)
UCHIJAAAA MineFactoryReloaded|CompatRailcraft{1.7.10R2.8.1} [MFR Compat: Railcraft] (MineFactoryReloaded-[1.7.10]2.8.1-174.jar)
UCHIJAAAA MineFactoryReloaded|CompatThaumcraft{1.7.10R2.8.1} [MFR Compat: Thaumcraft] (MineFactoryReloaded-[1.7.10]2.8.1-174.jar)
UCHIJAAAA MineFactoryReloaded|CompatThermalExpansion{1.7.10R2.8.1} [MFR Compat: Thermal Expansion] (MineFactoryReloaded-[1.7.10]2.8.1-174.jar)
UCHIJAAAA MineFactoryReloaded|CompatTConstruct{1.7.10R2.8.1} [MFR Compat: Tinkers' Construct] (MineFactoryReloaded-[1.7.10]2.8.1-174.jar)
UCHIJAAAA MineFactoryReloaded|CompatTwilightForest{1.7.10R2.8.1} [MFR Compat: TwilightForest] (MineFactoryReloaded-[1.7.10]2.8.1-174.jar)
UCHIJAAAA MineFactoryReloaded|CompatVanilla{1.7.10R2.8.1} [MFR Compat: Vanilla] (MineFactoryReloaded-[1.7.10]2.8.1-174.jar)
UCHIJAAAA comixs1{2.0} [Mo' Pickaxes] (Mo' Pickaxes V2.0.jar)
UCHIJAAAA MoarSigns{1.2.4} [MoarSigns] (MoarSigns-1.7.10-1.2.4.jar)
UCHIJAAAA MobDismemberment{4.0.0} [MobDismemberment] (MobDismemberment-4.0.0.jar)
UCHIJAAAA morechisels{@[email protected]} [More Chisels] (MoreChisels-1.7.10-1.0-28.jar)
UCHIJAAAA morefuelsmod-1.7.10{1.3.2} [§4§lMore Fuels Mod] (morefuelsmod-1.7.10-v1.3.2.jar)
UCHIJAAAA MoreFurnaces{1.3.9} [More Furnaces] (MoreFurnaces-1.3.9-MC1.7.10.jar)
UCHIJAAAA morematerials{0.9.20150214.0} [More Materials] (morematerials-0.9.20150615.0-MC1.7-20150621.jar)
UCHIJAAAA moreplayermodels{1.7.10b} [MorePlayerModels] (MorePlayerModels_1.7.10b.jar)
UCHIJAAAA Morph{0.9.3} [Morph] (Morph-Beta-0.9.3.jar)
UCHIJAAAA mychunkloader{1710.01} [Chunkloader] (mychunkloader-1710.01.jar)
UCHIJAAAA NEIAddons{1.12.14.40} [NEI Addons] (neiaddons-1.12.14.40-mc1.7.10.jar)
UCHIJAAAA NEIAddons|Developer{1.12.14.40} [NEI Addons: Developer Tools] (neiaddons-1.12.14.40-mc1.7.10.jar)
UCHIJAAAA NEIAddons|AppEng{1.12.14.40} [NEI Addons: Applied Energistics 2] (neiaddons-1.12.14.40-mc1.7.10.jar)
UCHIJAAAA NEIAddons|Botany{1.12.14.40} [NEI Addons: Botany] (neiaddons-1.12.14.40-mc1.7.10.jar)
UCHIJAAAA NEIAddons|Forestry{1.12.14.40} [NEI Addons: Forestry] (neiaddons-1.12.14.40-mc1.7.10.jar)
UCHIJAAAA NEIAddons|CraftingTables{1.12.14.40} [NEI Addons: Crafting Tables] (neiaddons-1.12.14.40-mc1.7.10.jar)
UCHIJAAAA NEIAddons|ExNihilo{1.12.14.40} [NEI Addons: Ex Nihilo] (neiaddons-1.12.14.40-mc1.7.10.jar)
UCHIJAAAA neiintegration{1.1.2} [NEI Integration] (NEIIntegration-MC1.7.10-1.1.2.jar)
UCHIJAAAA netherportalfix{1.0} [Nether Portal Fix] (netherportalfix-mc1.7.10-1.1.0.jar)
UCHIJAAAA recipehandler{1.7.10} [NoMoreRecipeConflict] (NoMoreRecipeConflict-0.3(1.7.10).jar)
UCHIJAAAA neresources{0.1.0.ManuallyBuilt} [Not Enough Resources] (NotEnoughResources-1.7.10-0.1.0-128.jar)
UCHIJAAAA obscore{1.4.1} [ObsCore] (obscore-1.4.1_mc1.7.10.jar)
UCHIJAAAA obstrophiesaoa{1.5.1} [ObsTrophies] (obstrophies-1.5.1_mc1.7.10.jar)
UCHIJAAAA ProjRed|Transmission{4.7.0pre12.95} [ProjectRed Transmission] (ProjectRed-1.7.10-4.7.0pre12.95-Integration.jar)
UCHIJAAAA OpenComputers{1.6.1.11} [OpenComputers] (OpenComputers-MC1.7.10-1.6.1.11-universal.jar)
UCHIJAAAA OpenAutomation{1.7.x-b218} [OpenAutomation] (OpenAutomation-1.7.x-b218.jar)
UCHIJAAAA OpenMods{0.9.1} [OpenMods] (OpenModsLib-1.7.10-0.9.1.jar)
UCHIJAAAA OpenBlocks{1.5.1} [OpenBlocks] (OpenBlocks-1.7.10-1.5.1.jar)
UCHIJAAAA opensecurity{1.0.97} [OpenSecurity] (OpenSecurity-1.7.10-1.0-97.jar)
UCHIJAAAA origin{8.0.3} [Origin] (Origin-1.7.10-8.0.3.jar)
UCHIJAAAA addonscrewdriver{1.0.0} [OriginAddonScrewdriver] (Origin-1.7.10-8.0.3.jar)
UCHIJAAAA p455w0rdslib{1.0.2} [p455w0rd's Library] (p455w0rdslib-1.7.10-1.0.2.jar)
UCHIJAAAA PortalGun{4.0.0-beta-6} [PortalGun] (PortalGun-4.0.0-beta-6.jar)
UCHIJAAAA ProjectE{1.7.10-PE1.10.1} [ProjectE] (ProjectE-1.7.10-PE1.10.1.jar)
UCHIJAAAA ProjRed|Integration{4.7.0pre12.95} [ProjectRed Integration] (ProjectRed-1.7.10-4.7.0pre12.95-Integration.jar)
UCHIJAAAA ProjRed|Fabrication{4.7.0pre12.95} [ProjectRed Fabrication] (ProjectRed-1.7.10-4.7.0pre12.95-Fabrication.jar)
UCHIJAAAA ProjRed|Illumination{4.7.0pre12.95} [ProjectRed Illumination] (ProjectRed-1.7.10-4.7.0pre12.95-Lighting.jar)
UCHIJAAAA ProjRed|Expansion{4.7.0pre12.95} [ProjectRed Expansion] (ProjectRed-1.7.10-4.7.0pre12.95-Mechanical.jar)
UCHIJAAAA ProjRed|Transportation{4.7.0pre12.95} [ProjectRed Transportation] (ProjectRed-1.7.10-4.7.0pre12.95-Mechanical.jar)
UCHIJAAAA psychedelicraft{1.5.2} [Psychedelicraft] (Psychedelicraft-1.5.2.jar)
UCHIJAAAA libsandstone{1.0.0} [libsandstone] (Reliquary-1.7.10-1.2.1.483.jar)
UCHIJAAAA xreliquary{1.2} [Reliquary] (Reliquary-1.7.10-1.2.1.483.jar)
UCHIJAAAA rftools{4.23} [RFTools] (rftools-4.23.jar)
UCHIJAAAA rouletteores{1.0.14} [RouletteOres] (RouletteOres-1.0.14.jar)
UCHIJAAAA secretroomsmod{4.7.1} [The SecretRoomsMod] (secretroomsmod-1.7.10-4.7.1.406.jar)
UCHIJAAAA simplehp{1.2.0} [Simple HP] (SimpleHP-1.7.10-1.2.0.jar)
UCHIJAAAA SolarExpansion{1.6a} [Solar Expansion] (SolarExpansion-Basic-1.6a.jar)
UCHIJAAAA SolarFlux{1.7.10-0.8b} [Solar Flux] (SolarFlux-1.7.10-0.8b.jar)
UCHIJAAAA SpecialAI{1.1.2} [Special AI] (SpecialAI-1.7.10-1.1.2.jar)
UCHIJAAAA StacksOnStacks{{$version}} [Stacks on Stacks!] (StacksOnStacks-1.7.10-2.4.3.jar)
UCHIJAAAA StevesFactoryManager{A93} [Steve's Factory Manager] (StevesFactoryManagerA93.jar)
UCHIJAAAA StevesAddons{0.10.16} [Steve's Addons] (StevesAddons-1.7.10-0.10.16.jar)
UCHIJAAAA StevesWorkshop{0.5.1} [Steve's Workshop] (StevesWorkshop-0.5.1.jar)
UCHIJAAAA Techguns{0.1.0} [Techguns] (Techguns.beta.1.1.3.jar)
UCHIJAAAA thaumicexpansion{4.1.3} [Thaumic Expansion] (ThaumicExpansion-1.7.10-4.1.3.jar)
UCHIJAAAA ThermalDynamics{1.7.10R1.2.0} [Thermal Dynamics] (ThermalDynamics-[1.7.10]1.2.0-171.jar)
UCHIJAAAA TiCTooltips{1.2.5} [TiC Tooltips] (TiCTooltips-mc1.7.10-1.2.5.jar)
UCHIJAAAA TMechworks{0.2.15.106} [Tinkers' Mechworks] (TMechworks-1.7.10-0.2.15.106.jar)
UCHIJAAAA TntRainmaker{1.7.10-1.2.0} [TNT-Rainmaker] (tnt-rainmaker-1.7.10-1.2.0.jar)
UCHIJAAAA Torcherino{2.2s} [Torcherino] (Torcherino-1.7.10-2.2s.jar)
UCHIJAAAA trashslot{1.0.31} [TrashSlot] (trashslot-mc1.7.10-1.0.31.jar)
UCHIJAAAA tropicraft{v6.0.5} [Tropicraft] (tropicraft-6.0.5.jar)
UCHIJAAAA VeinMiner{0.35.1_1.7.10-a8c76e8} [Vein Miner] (VeinMiner-0.35.1-1.7.10r481+a8c76e8.jar)
UCHIJAAAA VeinMinerModSupport{0.35.1_1.7.10-a8c76e8} [Mod Support] (VeinMiner-0.35.1-1.7.10r481+a8c76e8.jar)
UCHIJAAAA WailaHarvestability{1.1.6} [Waila Harvestability] (WailaHarvestability-mc1.7.10-1.1.6.jar)
UCHIJAAAA wailaplugins{MC1.7.10-0.2.0-25} [WAILA Plugins] (WAILAPlugins-MC1.7.10-0.2.0-25.jar)
UCHIJAAAA wawla{1.3.1} [What Are We Looking At] (Wawla-1.0.5.120.jar)
UCHIJAAAA ae2wct{1.7.10-rv3-1.8.7.3b} [AE2 Wireless Crafting Terminal] (WirelessCraftingTerminal-1.7.10-rv3-1.8.7.3b.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.4} [ForgeRelocation] (ForgeRelocation-0.0.1.4-universal.jar)
UCHIJAAAA MCFrames{1.0} [MCFrames] (ForgeRelocation-0.0.1.4-universal.jar)
UCHIJAAAA RelocationFMP{0.0.1.2} [RelocationFMP] (ForgeRelocationFMP-0.0.1.2-universal.jar)
UCHIJAAAA denseores{1.0} [Dense Ores] (denseores-1.6.2.jar)
UCHIJAAAA MooFluids{1.7.10-1.5.01.19a} [Moo Fluids] (MooFluids-1.7.10-1.5.01.19a.jar)
UCHIJAAAA RanchableFluidCows{1.7.10-1.1.5} [Ranchable Fluid Cows] (RanchableFluidCows-1.7.10-1.1.5.jar)
UCHIJAAAA UniDict{1.7.10-2.9.2} [UniDict] (UniDict-1.7.10-2.9.2.jar)
UCHIJAAAA ForgeMicroblock{1.2.0.345} [Forge Microblocks] (ForgeMultipart-1.7.10-1.2.0.345-universal.jar)
UD MineFactoryReloaded|CompatAtum{1.7.10R2.8.1} [MFR Compat: Atum] (MineFactoryReloaded-[1.7.10]2.8.1-174.jar)
UD MineFactoryReloaded|CompatBackTools{1.7.10R2.8.1} [MFR Compat: BackTools] (MineFactoryReloaded-[1.7.10]2.8.1-174.jar)
UD MineFactoryReloaded|CompatExtraBiomes{1.7.10R2.8.1} [MFR Compat: ExtraBiomes] (MineFactoryReloaded-[1.7.10]2.8.1-174.jar)
UD MineFactoryReloaded|CompatSufficientBiomes{1.7.10R2.8.1} [MFR Compat: Sufficient Biomes] (MineFactoryReloaded-[1.7.10]2.8.1-174.jar)
GL info: ' Vendor: 'NVIDIA Corporation' Version: '4.5.0 NVIDIA 375.70' Renderer: 'GeForce GTX 1050 Ti/PCIe/SSE2'
OpenModsLib class transformers: [stencil_patches:FINISHED],[movement_callback:FINISHED],[map_gen_fix:FINISHED],[gl_capabilities_hook:FINISHED],[player_render_hook:FINISHED]
Class transformer null safety: all safe
CoFHCore: -[1.7.10]3.1.3-327
AE2 Version: beta rv3-beta-6 for Forge 10.13.4.1448
ThermalFoundation: -[1.7.10]1.2.5-115
ThermalExpansion: -[1.7.10]4.1.4-247
Mantle Environment: Environment healthy.
MineFactoryReloaded: -[1.7.10]2.8.1-174
TConstruct Environment: Environment healthy.
ThermalDynamics: -[1.7.10]1.2.0-171
List of loaded APIs:
* ActuallyAdditionsAPI (3) from ActuallyAdditions-1.7.10-r21.jar
* ae2wct|API (1.7.10-rv3-1.8.6b) from WirelessCraftingTerminal-1.7.10-rv3-1.8.7.3b.jar
* AgriCraftAPI (1.0) from AgriCraft-1.7.10-1.5.0.jar
* API_NEK (1.1.0) from Origin-1.7.10-8.0.3.jar
* appliedenergistics2|API (rv3) from appliedenergistics2-rv3-beta-6.jar
* AromaBackupAPI (1.0) from AromaBackup-1.7.10-0.1.0.0.jar
* Baubles|API (1.0.1.10) from Baubles-1.7.10-1.0.1.10.jar
* BetterAchievements|API (0.1.0) from BetterAchievements-1.7.10-0.1.0.jar
* BiomesOPlentyAPI (1.0.0) from BiomesOPlenty-1.7.10-2.1.0.2027-universal.jar
* BloodMagicAPI (1.3.3-13) from BloodMagic-1.7.10-1.3.3-17.jar
* BotaniaAPI (61) from Avaritia-1.11.jar
* BuildCraftAPI|blocks (1.0) from buildcraft-7.1.18.jar
* BuildCraftAPI|blueprints (1.5) from buildcraft-7.1.18.jar
* BuildCraftAPI|boards (2.0) from buildcraft-7.1.18.jar
* BuildCraftAPI|core (1.0) from SolarExpansion-Basic-1.6a.jar
* BuildCraftAPI|crops (1.1) from buildcraft-7.1.18.jar
* BuildCraftAPI|events (2.0) from buildcraft-7.1.18.jar
* BuildCraftAPI|facades (1.1) from buildcraft-7.1.18.jar
* BuildCraftAPI|filler (4.0) from buildcraft-7.1.18.jar
* BuildCraftAPI|fuels (2.0) from buildcraft-7.1.18.jar
* BuildCraftAPI|gates (4.1) from buildcraft-7.1.18.jar
* BuildCraftAPI|items (1.1) from buildcraft-7.1.18.jar
* BuildCraftAPI|library (2.0) from Railcraft_1.7.10-9.12.2.0.jar
* BuildCraftAPI|lists (1.0) from Railcraft_1.7.10-9.12.2.0.jar
* BuildCraftAPI|power (1.3) from buildcraft-7.1.18.jar
* BuildCraftAPI|recipes (3.0) from buildcraft-7.1.18.jar
* BuildCraftAPI|robotics (3.0) from buildcraft-7.1.18.jar
* BuildCraftAPI|statements (1.1) from buildcraft-7.1.18.jar
* BuildCraftAPI|tablet (1.0) from Railcraft_1.7.10-9.12.2.0.jar
* BuildCraftAPI|tiles (1.2) from buildcraft-7.1.18.jar
* BuildCraftAPI|tools (1.0) from buildcraft-7.1.18.jar
* BuildCraftAPI|transport (4.1) from buildcraft-7.1.18.jar
* CarpentersBlocks|API (3.3.7) from Carpenter's Blocks v3.3.8.1 - MC 1.7.10.jar
* ChiselAPI (0.1.1) from Chisel-2.9.5.11.jar
* ChiselAPI|Carving (0.1.1) from Chisel-2.9.5.11.jar
* ChiselAPI|Rendering (0.1.1) from Chisel-2.9.5.11.jar
* CoFHAPI (1.7.10R1.0.2) from forestry_1.7.10-4.2.16.64.jar
* CoFHAPI|block (1.7.10R1.0.13) from EnderIO-1.7.10-2.3.0.429_beta.jar
* CoFHAPI|core (1.7.10R1.1.0) from excompressum-mc1.7.10-1.1.149.jar
* CoFHAPI|energy (1.7.10R1.0.2) from EnhancedPortals_1.7.10-universal-3.0.12.jar
* CoFHAPI|fluid (1.7.10R1.1.0) from EnderTech-1.7.10-0.3.2.405.jar
* CoFHAPI|inventory (1.7.10R1.3.1) from CoFHCore-[1.7.10]3.1.3-327.jar
* CoFHAPI|item (1.7.10R1.0.13) from EnderIO-1.7.10-2.3.0.429_beta.jar
* CoFHAPI|items (1.7.10R1.0.3) from SolarExpansion-Basic-1.6a.jar
* CoFHAPI|modhelpers (1.7.10R1.0.3) from SolarExpansion-Basic-1.6a.jar
* CoFHAPI|tileentity (1.7.10R1.1.0) from EnderTech-1.7.10-0.3.2.405.jar
* CoFHAPI|transport (1.7.10R1.1.0) from excompressum-mc1.7.10-1.1.149.jar
* CoFHAPI|world (1.7.10R1.1.0) from EnderTech-1.7.10-0.3.2.405.jar
* CoFHLib (1.7.10R1.1.2) from CoFHCore-[1.7.10]3.1.3-327.jar
* CoFHLib|audio (1.7.10R1.0.4B1) from EnderTech-1.7.10-0.3.2.405.jar
* CoFHLib|gui (1.7.10R1.1.2) from CoFHCore-[1.7.10]3.1.3-327.jar
* CoFHLib|gui|container (1.7.10R1.0.4B1) from EnderTech-1.7.10-0.3.2.405.jar
* CoFHLib|gui|element (1.7.10R1.0.4B1) from EnderTech-1.7.10-0.3.2.405.jar
* CoFHLib|gui|element|listbox (1.7.10R1.1.2) from CoFHCore-[1.7.10]3.1.3-327.jar
* CoFHLib|gui|slot (1.7.10R1.1.2) from CoFHCore-[1.7.10]3.1.3-327.jar
* CoFHLib|inventory (1.7.10R1.0.4B1) from EnderTech-1.7.10-0.3.2.405.jar
* CoFHLib|render (1.7.10R1.0.4B1) from EnderTech-1.7.10-0.3.2.405.jar
* CoFHLib|render|particle (1.7.10R1.1.2) from CoFHCore-[1.7.10]3.1.3-327.jar
* CoFHLib|util (1.7.10R1.1.2) from CoFHCore-[1.7.10]3.1.3-327.jar
* CoFHLib|util|helpers (1.7.10R1.1.2) from CoFHCore-[1.7.10]3.1.3-327.jar
* CoFHLib|util|position (1.7.10R1.0.4B1) from EnderTech-1.7.10-0.3.2.405.jar
* CoFHLib|world (1.7.10R1.1.2) from CoFHCore-[1.7.10]3.1.3-327.jar
* CoFHLib|world|feature (1.7.10R1.1.2) from CoFHCore-[1.7.10]3.1.3-327.jar
* ComputerCraft|API (1.75) from ComputerCraft1.75.jar
* ComputerCraft|API|FileSystem (1.75) from ComputerCraft1.75.jar
* ComputerCraft|API|Lua (1.75) from ComputerCraft1.75.jar
* ComputerCraft|API|Media (1.75) from ComputerCraft1.75.jar
* ComputerCraft|API|Peripheral (1.75) from ComputerCraft1.75.jar
* ComputerCraft|API|Permissions (1.75) from ComputerCraft1.75.jar
* ComputerCraft|API|Redstone (1.75) from ComputerCraft1.75.jar
* ComputerCraft|API|Turtle (1.75) from ComputerCraft1.75.jar
* DR-API (1.0.4-Beta) from deepresonance-1.1.4.jar
* DraconicEvolution|API (1.2) from Draconic-Evolution-1.7.10-1.0.2h.jar
* ElecCore|Abilities (#API_VER#) from ElecCore-1.7.10-1.4.294.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
* Fossils and Archeology Revival API (7.3.1) from fossilsarcheology-7.3.2.jar
* Galacticraft API (1.1) from GalacticraftCore-1.7-3.0.12.464.jar
* gendustryAPI (2.3.0) from gendustry-1.6.3.132-mc1.7.10.jar
* IC2API (1.0) from Railcraft_1.7.10-9.12.2.0.jar
* McJtyLib (1.8.1) from mcjtylib-1.8.1.jar
* MetallurgyAPI (2.0.2) from Metallurgy-1.7.10-4.0.9.148.jar
* MoarSigns|API (1.1) from MoarSigns-1.7.10-1.2.4.jar
* neresources|API (1.0) from NotEnoughResources-1.7.10-0.1.0-128.jar
* OpenBlocks|API (1.1) from OpenBlocks-1.7.10-1.5.1.jar
* OpenComputersAPI|Component (5.6.4) from CD4017BE_lib-1.7.10-2.7.3.jar
* OpenComputersAPI|Core (6.0.0-alpha) from OpenComputers-MC1.7.10-1.6.1.11-universal.jar
* OpenComputersAPI|Driver (6.0.0-alpha) from OpenComputers-MC1.7.10-1.6.1.11-universal.jar
* OpenComputersAPI|Driver|Item (5.6.4) from CD4017BE_lib-1.7.10-2.7.3.jar
* OpenComputersAPI|Event (5.6.4) from CD4017BE_lib-1.7.10-2.7.3.jar
* OpenComputersAPI|FileSystem (6.0.0-alpha) from OpenComputers-MC1.7.10-1.6.1.11-universal.jar
* OpenComputersAPI|Internal (5.6.4) from CD4017BE_lib-1.7.10-2.7.3.jar
* OpenComputersAPI|Machine (6.0.0-alpha) from OpenComputers-MC1.7.10-1.6.1.11-universal.jar
* OpenComputersAPI|Manual (6.0.0-alpha) from OpenComputers-MC1.7.10-1.6.1.11-universal.jar
* OpenComputersAPI|Network (6.0.0-alpha) from OpenComputers-MC1.7.10-1.6.1.11-universal.jar
* OpenComputersAPI|Prefab (5.6.4) from CD4017BE_lib-1.7.10-2.7.3.jar
* OriginScrewdriverApi (1.0.0) from Origin-1.7.10-8.0.3.jar
* ProjectEAPI (7) from ProjectE-1.7.10-PE1.10.1.jar
* RailcraftAPI|bore (1.0.0) from Railcraft_1.7.10-9.12.2.0.jar
* RailcraftAPI|carts (1.6.0) from Railcraft_1.7.10-9.12.2.0.jar
* RailcraftAPI|core (1.5.0) from Railcraft_1.7.10-9.12.2.0.jar
* RailcraftAPI|crafting (1.0.0) from Railcraft_1.7.10-9.12.2.0.jar
* RailcraftAPI|electricity (2.0.0) from Railcraft_1.7.10-9.12.2.0.jar
* RailcraftAPI|events (1.0.0) from Railcraft_1.7.10-9.12.2.0.jar
* RailcraftAPI|fuel (1.0.0) from Railcraft_1.7.10-9.12.2.0.jar
* RailcraftAPI|helpers (1.1.0) from Railcraft_1.7.10-9.12.2.0.jar
* RailcraftAPI|items (1.0.0) from Railcraft_1.7.10-9.12.2.0.jar
* RailcraftAPI|locomotive (1.1.0) from Railcraft_1.7.10-9.12.2.0.jar
* RailcraftAPI|signals (2.3.0) from Railcraft_1.7.10-9.12.2.0.jar
* RailcraftAPI|tracks (2.3.0) from Railcraft_1.7.10-9.12.2.0.jar
* Thaumcraft|API (4.2.2.0) from Pam's HarvestCraft 1.7.10Lb.jar
* VeinMinerApi (0.3) from VeinMiner-0.35.1-1.7.10r481+a8c76e8.jar
* WailaAPI (1.2) from Waila-1.5.10_1.7.10.jar
* waterhooks|API (1.0) from waterhooks-1.2.1.jar
Chisel: Errors like "[FML]: Unable to lookup ..." are NOT the cause of this crash. You can safely ignore these errors. And update forge while you're at it.
EnderIO: Found the following problem(s) with your installation:
* An unknown AE2 API is installed (rv3 from appliedenergistics2-rv3-beta-6.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.
Stencil buffer state: Function set: GL30, pool: forge, bits: 8
AE2 Integration: IC2:ON, RotaryCraft:OFF, RC:ON, BuildCraftCore:ON, BuildCraftTransport:ON, BuildCraftBuilder: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:OFF, OpenComputers:ON, PneumaticCraft:OFF
Launched Version: forge-10.13.4.1614
LWJGL: 2.9.1
OpenGL: GeForce GTX 1050 Ti/PCIe/SSE2 GL version 4.5.0 NVIDIA 375.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)