CodeChickenCore

CodeChickenCore

31M Downloads

Getting Crash 1.10.2

Daihok41 opened this issue ยท 1 comments

commented

Getting this crash in 1.10.2 It mentions 3 different mods though JEI, Code Chicken Lib, and Bookshelf api
Keeps happening in JEI though with I try and type @gendustry, any time i enter E it crashs.
---- Minecraft Crash Report ----

WARNING: coremods are present:
FarseekCoreMod (Farseek-1.9.4-2.1.jar)
CoreMod (Aroma1997Core-1.9.4-1.1.1.2.jar)
Brandon's Core (BrandonsCore-1.10.2-2.1.6.98-universal.jar)
LoadingHook (Mekanism-1.10.2-9.2.1.298.jar)
MalisisCorePlugin (malisiscore-1.10.2-4.4.0.jar)
CorePlugin (MrTJPCore-1.10.2-2.0.0.14-universal.jar)
AdvancedRocketryPlugin (AdvancedRocketry-1.10.2-1.0.15.jar)
MovingWorldCoreMod (movingworld-1.10.2-0007-full.jar)
DummyPlugin (ForgeEndertech-1.10.2-1.2.2.0-build.0021.jar)
FMLPlugin (InventoryTweaks-1.61-58.jar)
ChiselCorePlugin (Chisel-MC1.10.2-0.0.9.15.jar)
CCLCorePlugin (CodeChickenLib-1.10.2-2.5.7.241-universal.jar)
BookshelfLoadingPlugin (Bookshelf-1.10.2-1.4.4.347.jar)
IceAndFireForgeLoading (iceandfire-1.0.1.jar)
NEICorePlugin (NotEnoughItems-1.10.2-2.1.3.207-universal.jar)
TransformerLoader (OpenComputers-MC1.10.2-1.6.2.7.jar)
RebornCoreASM (RebornCore-1.10.2-2.13.4.128-universal.jar)
EnderCorePlugin (EnderCore-1.10.2-0.4.1.65-beta.jar)
LoadingPlugin (Quark-r1.1-70.jar)
Do not report to Forge! Remove FoamFixAPI (or replace with FoamFixAPI-Lawful) and try again. (foamfix-0.6.2-beta2-anarchy.jar)
llibrary (llibrary-1.7.4-1.10.2.jar)
AppEngCore (appliedenergistics2-rv4-alpha-11.jar)
CoFH Loading Plugin (CoFHCore-1.10.2-4.1.1.156-universal.jar)
BiomeTweakerCore (BiomeTweaker-1.10.2-2.1.230.jar)
ShetiPhian-ASM (shetiphiancore-1.10.0-3.3.8.jar)
SurgeLoadingPlugin (Surge-1.10.2-1.1.0.70.jar)
Contact their authors BEFORE contacting forge

// On the bright side, I bought you a teddy bear!

Time: 4/9/17 12:51 AM
Description: Rendering item

java.lang.NullPointerException: Rendering item
at codechicken.lib.render.pipeline.CCRenderPipeline.rebuild(CCRenderPipeline.java:122)
at codechicken.lib.render.pipeline.CCRenderPipeline.setPipeline(CCRenderPipeline.java:80)
at codechicken.lib.render.CCRenderState.setPipeline(CCRenderState.java:121)
at codechicken.lib.render.CCRenderState.render(CCRenderState.java:162)
at codechicken.microblock.MicroblockRender$$anonfun$renderCuboid$2$$anonfun$apply$mcVI$sp$1.apply(MicroblockRender.scala:63)
at codechicken.microblock.MicroblockRender$$anonfun$renderCuboid$2$$anonfun$apply$mcVI$sp$1.apply(MicroblockRender.scala:62)
at scala.collection.immutable.List.foreach(List.scala:383)
at codechicken.microblock.MicroblockRender$$anonfun$renderCuboid$2.apply$mcVI$sp(MicroblockRender.scala:62)
at codechicken.microblock.MicroblockRender$$anonfun$renderCuboid$2.apply(MicroblockRender.scala:59)
at codechicken.microblock.MicroblockRender$$anonfun$renderCuboid$2.apply(MicroblockRender.scala:59)
at scala.collection.TraversableLike$WithFilter$$anonfun$foreach$1.apply(TraversableLike.scala:778)
at scala.collection.immutable.Range.foreach(Range.scala:160)
at scala.collection.TraversableLike$WithFilter.foreach(TraversableLike.scala:777)
at codechicken.microblock.MicroblockRender$.renderCuboid(MicroblockRender.scala:59)
at codechicken.microblock.FaceMicroblockClient$class.render(FaceMicroblock.scala:55)
at Microblock_cmp$$0.render(Unknown Source)
at codechicken.microblock.ItemMicroPartRenderer$.renderItem(ItemMicroPart.scala:191)
at codechicken.lib.render.item.CCRenderItem.func_180454_a(CCRenderItem.java:86)
at codechicken.lib.render.item.CCRenderItem.func_184390_a(CCRenderItem.java:167)
at codechicken.lib.render.item.CCRenderItem.func_184391_a(CCRenderItem.java:231)
at net.darkhax.bookshelf.client.render.item.RenderItemWrapper.func_184391_a(RenderItemWrapper.java:303)
at mezz.jei.plugins.vanilla.ingredients.ItemStackRenderer.render(ItemStackRenderer.java:27)
at mezz.jei.plugins.vanilla.ingredients.ItemStackRenderer.render(ItemStackRenderer.java:21)
at mezz.jei.gui.ingredients.GuiIngredientFast.renderSlow(GuiIngredientFast.java:183)
at mezz.jei.gui.ingredients.GuiIngredientFast.renderSlow(GuiIngredientFast.java:173)
at mezz.jei.gui.ingredients.GuiIngredientFastList.render(GuiIngredientFastList.java:194)
at mezz.jei.gui.ItemListOverlayInternal.drawScreen(ItemListOverlayInternal.java:305)
at mezz.jei.GuiEventHandler.onDrawBackgroundEventPost(GuiEventHandler.java:89)
at net.minecraftforge.fml.common.eventhandler.ASMEventHandler_1448_GuiEventHandler_onDrawBackgroundEventPost_BackgroundDrawnEvent.invoke(.dynamic)
at net.minecraftforge.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:90)
at net.minecraftforge.fml.common.eventhandler.EventBus.post(EventBus.java:185)
at net.minecraft.client.gui.GuiScreen.func_146276_q_(GuiScreen.java:590)
at net.minecraft.client.gui.inventory.GuiContainer.func_73863_a(GuiContainer.java:73)
at net.minecraft.client.renderer.InventoryEffectRenderer.func_73863_a(InventoryEffectRenderer.java:51)
at net.minecraft.client.gui.inventory.GuiInventory.func_73863_a(SourceFile:47)
at net.minecraftforge.client.ForgeHooksClient.drawScreen(ForgeHooksClient.java:382)
at sun.reflect.GeneratedMethodAccessor30.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:483)
at Reflector.callVoid(Reflector.java:512)
at net.minecraft.client.renderer.EntityRenderer.func_181560_a(EntityRenderer.java:1409)
at net.minecraft.client.Minecraft.func_71411_J(Minecraft.java:1076)
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:371)
at net.minecraft.client.main.Main.main(SourceFile:124)
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 --
Thread: Client thread
Stacktrace:
at codechicken.lib.render.pipeline.CCRenderPipeline.rebuild(CCRenderPipeline.java:122)
at codechicken.lib.render.pipeline.CCRenderPipeline.setPipeline(CCRenderPipeline.java:80)
at codechicken.lib.render.CCRenderState.setPipeline(CCRenderState.java:121)
at codechicken.lib.render.CCRenderState.render(CCRenderState.java:162)
at codechicken.microblock.MicroblockRender$$anonfun$renderCuboid$2$$anonfun$apply$mcVI$sp$1.apply(MicroblockRender.scala:63)
at codechicken.microblock.MicroblockRender$$anonfun$renderCuboid$2$$anonfun$apply$mcVI$sp$1.apply(MicroblockRender.scala:62)
at scala.collection.immutable.List.foreach(List.scala:383)
at codechicken.microblock.MicroblockRender$$anonfun$renderCuboid$2.apply$mcVI$sp(MicroblockRender.scala:62)
at codechicken.microblock.MicroblockRender$$anonfun$renderCuboid$2.apply(MicroblockRender.scala:59)
at codechicken.microblock.MicroblockRender$$anonfun$renderCuboid$2.apply(MicroblockRender.scala:59)
at scala.collection.TraversableLike$WithFilter$$anonfun$foreach$1.apply(TraversableLike.scala:778)
at scala.collection.immutable.Range.foreach(Range.scala:160)
at scala.collection.TraversableLike$WithFilter.foreach(TraversableLike.scala:777)
at codechicken.microblock.MicroblockRender$.renderCuboid(MicroblockRender.scala:59)
at codechicken.microblock.FaceMicroblockClient$class.render(FaceMicroblock.scala:55)
at Microblock_cmp$$0.render(Unknown Source)
at codechicken.microblock.ItemMicroPartRenderer$.renderItem(ItemMicroPart.scala:191)
at codechicken.lib.render.item.CCRenderItem.func_180454_a(CCRenderItem.java:86)
at codechicken.lib.render.item.CCRenderItem.func_184390_a(CCRenderItem.java:167)

-- Item being rendered --
Details:
Item Type: codechicken.microblock.ItemMicroPart@c6fc473
Item Aux: 1
Item NBT: {mat:"minecraft:bookshelf"}
Item Foil: false
Stacktrace:
at codechicken.lib.render.item.CCRenderItem.func_184391_a(CCRenderItem.java:231)

-- Item being rendered --
Details:
Item Type: codechicken.microblock.ItemMicroPart@c6fc473
Item Aux: 1
Item NBT: {mat:"minecraft:bookshelf"}
Item Foil: false
Stacktrace:
at net.darkhax.bookshelf.client.render.item.RenderItemWrapper.func_184391_a(RenderItemWrapper.java:303)
at mezz.jei.plugins.vanilla.ingredients.ItemStackRenderer.render(ItemStackRenderer.java:27)
at mezz.jei.plugins.vanilla.ingredients.ItemStackRenderer.render(ItemStackRenderer.java:21)

-- Ingredient being rendered --
Details:
Ingredient Mod: Forge Microblocks
Ingredient Info: 1xitem.microblock@1 microblockcbe:microblock nbt:{mat:"minecraft:bookshelf"}
Stacktrace:
at mezz.jei.gui.ingredients.GuiIngredientFast.createRenderIngredientException(GuiIngredientFast.java:364)
at mezz.jei.gui.ingredients.GuiIngredientFast.renderSlow(GuiIngredientFast.java:175)
at mezz.jei.gui.ingredients.GuiIngredientFastList.render(GuiIngredientFastList.java:194)
at mezz.jei.gui.ItemListOverlayInternal.drawScreen(ItemListOverlayInternal.java:305)
at mezz.jei.GuiEventHandler.onDrawBackgroundEventPost(GuiEventHandler.java:89)
at net.minecraftforge.fml.common.eventhandler.ASMEventHandler_1448_GuiEventHandler_onDrawBackgroundEventPost_BackgroundDrawnEvent.invoke(.dynamic)
at net.minecraftforge.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:90)
at net.minecraftforge.fml.common.eventhandler.EventBus.post(EventBus.java:185)
at net.minecraft.client.gui.GuiScreen.func_146276_q_(GuiScreen.java:590)
at net.minecraft.client.gui.inventory.GuiContainer.func_73863_a(GuiContainer.java:73)
at net.minecraft.client.renderer.InventoryEffectRenderer.func_73863_a(InventoryEffectRenderer.java:51)
at net.minecraft.client.gui.inventory.GuiInventory.func_73863_a(SourceFile:47)
at net.minecraftforge.client.ForgeHooksClient.drawScreen(ForgeHooksClient.java:382)
at sun.reflect.GeneratedMethodAccessor30.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:483)
at Reflector.callVoid(Reflector.java:512)
at net.minecraft.client.renderer.EntityRenderer.func_181560_a(EntityRenderer.java:1409)
at net.minecraft.client.Minecraft.func_71411_J(Minecraft.java:1076)
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:371)
at net.minecraft.client.main.Main.main(SourceFile:124)
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)

-- Screen render details --
Details:
Screen name: net.minecraft.client.gui.inventory.GuiInventory
Mouse location: Scaled: (467, 357). Absolute: (934, 25)
Screen size: Scaled: (683, 370). Absolute: (1366, 739). Scale factor of 2

-- Affected level --
Details:
Level name: MpServer
All players: 1 total; [EntityPlayerSP['Daihok'/4780, l='MpServer', x=-1310.24, y=68.00, z=710.33]]
Chunk stats: MultiplayerChunkCache: 289, 289
Level seed: 0
Level generator: ID 07 - BIOMESOP, ver 0. Features enabled: false
Level generator options:
Level spawn location: World: (286,64,112), Chunk: (at 14,4,0 in 17,7; contains blocks 272,0,112 to 287,255,127), Region: (0,0; contains chunks 0,0 to 31,31, blocks 0,0,0 to 511,255,511)
Level time: 762358 game time, 1346727 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: 280 total; [MoCEntityMouse['Mouse'/5120, l='MpServer', x=-1302.95, y=136.00, z=819.61], MoCEntityHippoTang['HippoTang'/5122, l='MpServer', x=-1410.05, y=62.33, z=669.43], MoCEntityHippoTang['HippoTang'/5123, l='MpServer', x=-1410.97, y=62.09, z=665.98], MoCEntityGoldFish['GoldFish'/5124, l='MpServer', x=-1409.05, y=61.61, z=666.65], MoCEntityBass['Bass'/5125, l='MpServer', x=-1417.70, y=61.96, z=668.73], MoCEntityShark['Shark'/5126, l='MpServer', x=-1416.85, y=60.24, z=656.32], EntitySowHampshire['Hampshire Sow'/5129, l='MpServer', x=-1279.18, y=108.00, z=772.00], MoCEntityBass['Bass'/5130, l='MpServer', x=-1410.70, y=62.00, z=654.30], MoCEntityPandaBear['PandaBear'/5132, l='MpServer', x=-1412.23, y=67.00, z=642.64], MoCEntityPandaBear['PandaBear'/5133, l='MpServer', x=-1416.67, y=67.00, z=643.06], MoCEntityHorse['WildHorse'/5135, l='MpServer', x=-1237.04, y=92.00, z=737.92], MoCEntityDeer['Deer'/5136, l='MpServer', x=-1234.00, y=95.00, z=747.23], MoCEntityStingRay['StingRay'/5137, l='MpServer', x=-1376.48, y=58.20, z=612.40], MoCEntityPandaBear['PandaBear'/5138, l='MpServer', x=-1391.71, y=69.00, z=608.67], MoCEntityBird['Bird'/5141, l='MpServer', x=-1208.95, y=68.00, z=711.90], MoCEntityBlackBear['BlackBear'/5145, l='MpServer', x=-1271.61, y=143.00, z=801.01], MoCEntityDeer['Deer'/5151, l='MpServer', x=-1254.50, y=105.00, z=797.13], MoCEntityDeer['Deer'/5152, l='MpServer', x=-1230.55, y=76.00, z=740.50], MoCEntitySalmon['Salmon'/5153, l='MpServer', x=-1392.17, y=62.00, z=646.30], MoCEntityAngelFish['AngelFish'/5154, l='MpServer', x=-1405.85, y=62.02, z=652.77], MoCEntityBass['Bass'/5155, l='MpServer', x=-1394.70, y=61.82, z=652.80], MoCEntitySnake['Snake'/5156, l='MpServer', x=-1249.96, y=101.00, z=763.00], MoCEntityGrizzlyBear['GrizzlyBear'/5157, l='MpServer', x=-1359.09, y=68.00, z=605.77], MoCEntitySalmon['Salmon'/5160, l='MpServer', x=-1365.30, y=62.00, z=623.30], MoCEntityStingRay['StingRay'/5161, l='MpServer', x=-1374.26, y=61.00, z=609.29], MoCEntityDeer['Deer'/5162, l='MpServer', x=-1369.86, y=62.60, z=622.44], MoCEntityAnt['Ant'/5163, l='MpServer', x=-1205.69, y=29.00, z=728.00], EntityHenLeghorn['Leghorn Hen'/5169, l='MpServer', x=-1275.82, y=68.00, z=685.14], EntityItem['item.item.string'/5170, l='MpServer', x=-1287.13, y=25.00, z=696.40], EntityItem['item.item.string'/5171, l='MpServer', x=-1282.62, y=22.00, z=695.76], EntityItem['item.item.string'/5172, l='MpServer', x=-1283.01, y=20.00, z=692.27], EntityItem['item.item.string'/5173, l='MpServer', x=-1281.52, y=20.00, z=691.40], MoCEntityStingRay['StingRay'/5174, l='MpServer', x=-1287.95, y=62.00, z=702.02], EntityWorm['entity.actuallyadditions.actuallyadditions.worm.name'/4769, l='MpServer', x=-1277.50, y=67.50, z=650.50], EntityWorm['entity.actuallyadditions.actuallyadditions.worm.name'/4770, l='MpServer', x=-1277.50, y=67.50, z=653.50], EntityWorm['entity.actuallyadditions.actuallyadditions.worm.name'/4771, l='MpServer', x=-1283.50, y=67.50, z=656.50], EntityWorm['entity.actuallyadditions.actuallyadditions.worm.name'/4772, l='MpServer', x=-1280.50, y=67.50, z=656.50], EntityCreeper['Creeper'/4773, l='MpServer', x=-1290.50, y=23.00, z=651.50], EntityItem['item.item.string'/4774, l='MpServer', x=-1295.13, y=38.00, z=654.33], EntityWorm['entity.actuallyadditions.actuallyadditions.worm.name'/4775, l='MpServer', x=-1283.50, y=67.50, z=650.50], EntityWorm['entity.actuallyadditions.actuallyadditions.worm.name'/4776, l='MpServer', x=-1280.50, y=67.50, z=650.50], EntityWorm['entity.actuallyadditions.actuallyadditions.worm.name'/4777, l='MpServer', x=-1280.50, y=67.50, z=653.50], EntityWorm['entity.actuallyadditions.actuallyadditions.worm.name'/4778, l='MpServer', x=-1283.50, y=67.50, z=653.50], EntityWorm['entity.actuallyadditions.actuallyadditions.worm.name'/4779, l='MpServer', x=-1277.50, y=67.50, z=656.50], MoCEntityMouse['Mouse'/4782, l='MpServer', x=-1383.35, y=63.09, z=728.59], MoCEntityFishy['Fishy'/4783, l='MpServer', x=-1386.65, y=61.05, z=735.50], EntityBabySkeleton['Baby Skeleton'/4789, l='MpServer', x=-1304.43, y=37.00, z=652.64], EntityItem['item.item.sulphur'/4790, l='MpServer', x=-1304.77, y=33.00, z=653.42], MoCEntityDeer['Deer'/4791, l='MpServer', x=-1320.84, y=62.61, z=669.79], MoCEntitySalmon['Salmon'/4792, l='MpServer', x=-1314.30, y=61.35, z=667.30], MoCEntityAnchovy['Anchovy'/4793, l='MpServer', x=-1319.63, y=62.16, z=671.16], MoCEntityAnchovy['Anchovy'/4794, l='MpServer', x=-1317.80, y=62.41, z=671.37], MoCEntityWerewolf['Werewolf'/4797, l='MpServer', x=-1276.47, y=21.00, z=610.45], MoCEntityWerewolf['Werewolf'/4798, l='MpServer', x=-1275.25, y=21.00, z=610.45], MoCEntityMaggot['Maggot'/4800, l='MpServer', x=-1269.43, y=68.00, z=618.34], MoCEntityMaggot['Maggot'/4801, l='MpServer', x=-1269.68, y=68.00, z=620.86], MoCEntityElephant['Elephant'/4803, l='MpServer', x=-1275.94, y=68.00, z=605.91], MoCEntityManderin['Manderin'/4804, l='MpServer', x=-1398.91, y=60.76, z=743.70], MoCEntityManderin['Manderin'/4805, l='MpServer', x=-1394.53, y=62.10, z=745.85], MoCEntityFishy['Fishy'/4806, l='MpServer', x=-1402.66, y=60.90, z=744.86], MoCEntityBass['Bass'/4807, l='MpServer', x=-1404.58, y=61.18, z=737.95], MoCEntityBird['Bird'/4808, l='MpServer', x=-1397.37, y=63.40, z=746.29], MoCEntityAngelFish['AngelFish'/4809, l='MpServer', x=-1414.50, y=62.12, z=767.50], MoCEntityAngelFish['AngelFish'/4810, l='MpServer', x=-1416.50, y=62.33, z=763.50], MoCEntityAngelFish['AngelFish'/4811, l='MpServer', x=-1420.50, y=62.02, z=763.50], MoCEntityPiranha['Piranha'/4812, l='MpServer', x=-1408.50, y=60.66, z=755.50], EntitySpider['Spider'/4816, l='MpServer', x=-1355.69, y=44.00, z=707.01], EntitySkeleton['Skeleton'/4817, l='MpServer', x=-1348.50, y=44.00, z=716.50], EntityCreeper['Creeper'/4818, l='MpServer', x=-1348.50, y=44.00, z=716.50], MoCEntityWerewolf['Werewolf'/4819, l='MpServer', x=-1354.47, y=42.00, z=705.31], EntitySkeleton['Skeleton'/4820, l='MpServer', x=-1296.50, y=36.00, z=656.50], MoCEntityCod['Cod'/4822, l='MpServer', x=-1318.66, y=61.99, z=682.75], MoCEntityFishy['Fishy'/4823, l='MpServer', x=-1325.85, y=62.02, z=684.32], MoCEntityBass['Bass'/4824, l='MpServer', x=-1325.70, y=62.00, z=672.72], MoCEntityGoldFish['GoldFish'/4825, l='MpServer', x=-1316.92, y=61.67, z=672.09], MoCEntityBass['Bass'/4826, l='MpServer', x=-1313.30, y=61.94, z=678.33], MoCEntitySalmon['Salmon'/4827, l='MpServer', x=-1312.75, y=61.97, z=672.96], MoCEntitySnake['Snake'/4829, l='MpServer', x=-1237.20, y=65.41, z=601.41], MoCEntityManderin['Manderin'/4838, l='MpServer', x=-1373.50, y=62.28, z=722.36], MoCEntityMouse['Mouse'/4839, l='MpServer', x=-1379.62, y=63.06, z=744.42], MoCEntityManderin['Manderin'/4840, l='MpServer', x=-1391.27, y=62.35, z=744.01], MoCEntityBass['Bass'/4841, l='MpServer', x=-1386.58, y=60.37, z=744.29], MoCEntityJellyFish['JellyFish'/4842, l='MpServer', x=-1377.70, y=62.31, z=740.51], MoCEntityBass['Bass'/4843, l='MpServer', x=-1381.89, y=60.01, z=744.11], MoCEntityBass['Bass'/4844, l='MpServer', x=-1383.30, y=62.00, z=745.96], MoCEntityAngelFish['AngelFish'/4845, l='MpServer', x=-1302.59, y=62.00, z=686.15], MoCEntityStingRay['StingRay'/4846, l='MpServer', x=-1311.60, y=60.00, z=678.17], MoCEntityOstrich['Ostrich'/4848, l='MpServer', x=-1216.29, y=68.00, z=598.96], MoCEntityAnt['Ant'/4849, l='MpServer', x=-1242.01, y=67.00, z=610.64], MoCEntityButterfly['ButterFly'/4850, l='MpServer', x=-1247.31, y=66.00, z=615.52], MoCEntityClownFish['ClownFish'/4853, l='MpServer', x=-1413.50, y=61.93, z=793.50], MoCEntityClownFish['ClownFish'/4854, l='MpServer', x=-1415.50, y=61.89, z=793.50], MoCEntityClownFish['ClownFish'/4855, l='MpServer', x=-1413.50, y=61.94, z=792.50], MoCEntityClownFish['ClownFish'/4856, l='MpServer', x=-1412.50, y=61.82, z=795.50], EntityPlayerSP['Daihok'/4780, l='MpServer', x=-1310.24, y=68.00, z=710.33], MoCEntityRoach['Roach'/4876, l='MpServer', x=-1382.37, y=100.00, z=764.07], EntityItem['item.item.string'/4880, l='MpServer', x=-1359.65, y=41.00, z=730.49], EntitySkeleton['Skeleton'/4881, l='MpServer', x=-1352.50, y=44.00, z=720.50], EntityItem['item.item.string'/4882, l='MpServer', x=-1373.57, y=55.00, z=746.38], EntityItem['item.tile.obsidian'/4883, l='MpServer', x=-1287.86, y=23.00, z=672.48], EntityItem['item.item.string'/4884, l='MpServer', x=-1291.84, y=22.00, z=673.25], MoCEntityShark['Shark'/4885, l='MpServer', x=-1303.03, y=60.86, z=689.85], MoCEntityGoldFish['GoldFish'/4886, l='MpServer', x=-1301.85, y=62.00, z=702.85], MoCEntityGoldFish['GoldFish'/4887, l='MpServer', x=-1287.68, y=62.00, z=691.68], MoCEntityAngelFish['AngelFish'/4888, l='MpServer', x=-1300.90, y=62.00, z=702.26], MoCEntityDeer['Deer'/4889, l='MpServer', x=-1244.44, y=67.00, z=629.54], EntityZombie['Zombie'/4898, l='MpServer', x=-1383.50, y=30.00, z=781.50], MoCEntityRoach['Roach'/4899, l='MpServer', x=-1388.18, y=100.00, z=772.44], MoCEntitySnail['Snail'/4900, l='MpServer', x=-1377.50, y=99.00, z=779.45], MoCEntityRoach['Roach'/4901, l='MpServer', x=-1383.47, y=100.00, z=771.63], MoCEntityRoach['Roach'/4902, l='MpServer', x=-1386.99, y=100.00, z=770.06], MoCEntityCaveOgre['CaveOgre'/4903, l='MpServer', x=-1398.50, y=32.00, z=788.50], MoCEntityMouse['Mouse'/4905, l='MpServer', x=-1364.80, y=69.00, z=767.86], EntityHenLeghorn['Leghorn Hen'/4906, l='MpServer', x=-1320.17, y=68.00, z=717.45], MoCEntityManderin['Manderin'/4911, l='MpServer', x=-1392.26, y=61.54, z=677.79], MoCEntityManderin['Manderin'/4912, l='MpServer', x=-1405.42, y=62.01, z=687.35], MoCEntityManderin['Manderin'/4913, l='MpServer', x=-1392.07, y=61.64, z=686.46], MoCEntityClownFish['ClownFish'/4914, l='MpServer', x=-1405.25, y=61.26, z=679.03], MoCEntityManderin['Manderin'/4916, l='MpServer', x=-1410.03, y=61.53, z=698.00], MoCEntityHippoTang['HippoTang'/4917, l='MpServer', x=-1410.06, y=61.06, z=699.56], MoCEntityMouse['Mouse'/4918, l='MpServer', x=-1256.29, y=114.00, z=808.85], MoCEntityFly['Fly'/4920, l='MpServer', x=-1263.50, y=130.00, z=800.50], EntityZombie['Zombie'/4921, l='MpServer', x=-1374.55, y=41.00, z=651.22], EntityZombie['Zombie'/4922, l='MpServer', x=-1373.23, y=40.00, z=654.50], MoCEntityCrab['Crab'/4923, l='MpServer', x=-1366.16, y=57.00, z=645.58], MoCEntityFox['Fox'/4924, l='MpServer', x=-1371.74, y=62.72, z=646.34], MoCEntityManderin['Manderin'/4925, l='MpServer', x=-1375.55, y=62.46, z=651.19], MoCEntityStingRay['StingRay'/4926, l='MpServer', x=-1365.27, y=59.74, z=653.89], MoCEntityGoldFish['GoldFish'/4927, l='MpServer', x=-1388.85, y=62.00, z=645.44], MoCEntityClownFish['ClownFish'/4928, l='MpServer', x=-1381.55, y=62.01, z=646.62], MoCEntityFishy['Fishy'/4929, l='MpServer', x=-1215.79, y=62.01, z=760.01], MoCEntityAnchovy['Anchovy'/4930, l='MpServer', x=-1211.21, y=61.70, z=758.69], MoCEntityShark['Shark'/4931, l='MpServer', x=-1222.15, y=60.00, z=751.85], MoCEntityShark['Shark'/4932, l='MpServer', x=-1214.15, y=61.32, z=755.85], MoCEntityAnchovy['Anchovy'/4933, l='MpServer', x=-1211.82, y=62.05, z=760.85], MoCEntityMouse['Mouse'/4934, l='MpServer', x=-1208.49, y=78.00, z=755.86], MoCEntityFirefly['Firefly'/4935, l='MpServer', x=-1207.06, y=95.00, z=765.58], MoCEntityShark['Shark'/4936, l='MpServer', x=-1216.14, y=60.91, z=757.15], MoCEntityStingRay['StingRay'/4937, l='MpServer', x=-1219.40, y=59.31, z=753.60], MoCEntityDeer['Deer'/4938, l='MpServer', x=-1231.50, y=97.00, z=757.55], MoCEntitySalmon['Salmon'/4939, l='MpServer', x=-1385.43, y=60.12, z=668.77], MoCEntityManderin['Manderin'/4940, l='MpServer', x=-1387.00, y=61.83, z=664.85], MoCEntityMouse['Mouse'/5452, l='MpServer', x=-1364.08, y=79.00, z=773.78], MoCEntityManderin['Manderin'/4941, l='MpServer', x=-1383.50, y=61.43, z=661.36], MoCEntityMouse['Mouse'/5453, l='MpServer', x=-1371.96, y=95.00, z=774.33], MoCEntityHippoTang['HippoTang'/4942, l='MpServer', x=-1379.28, y=62.13, z=657.74], MoCEntityHorse['WildHorse'/5454, l='MpServer', x=-1375.00, y=100.00, z=781.00], MoCEntityHippoTang['HippoTang'/4943, l='MpServer', x=-1385.47, y=62.17, z=659.03], EntityItem['item.tile.obsidian'/5455, l='MpServer', x=-1257.13, y=45.00, z=687.23], MoCEntityClownFish['ClownFish'/4944, l='MpServer', x=-1391.72, y=61.20, z=669.12], MoCEntitySnail['Snail'/5456, l='MpServer', x=-1250.82, y=66.00, z=686.42], MoCEntityFishy['Fishy'/4945, l='MpServer', x=-1395.64, y=62.03, z=667.97], MoCEntitySnake['Snake'/5457, l='MpServer', x=-1230.03, y=66.54, z=652.44], MoCEntityManderin['Manderin'/4946, l='MpServer', x=-1393.11, y=61.85, z=668.18], MoCEntityManderin['Manderin'/4947, l='MpServer', x=-1397.58, y=61.31, z=659.91], MoCEntityJellyFish['JellyFish'/4948, l='MpServer', x=-1205.06, y=62.33, z=748.76], MoCEntityJellyFish['JellyFish'/4949, l='MpServer', x=-1202.97, y=61.77, z=748.43], MoCEntityJellyFish['JellyFish'/4950, l='MpServer', x=-1204.29, y=62.33, z=748.85], MoCEntityShark['Shark'/4951, l='MpServer', x=-1210.82, y=60.00, z=747.86], MoCEntityMaggot['Maggot'/5464, l='MpServer', x=-1369.49, y=100.00, z=785.80], MoCEntityPiranha['Piranha'/4952, l='MpServer', x=-1213.22, y=62.00, z=748.32], MoCEntityHorse['WildHorse'/5465, l='MpServer', x=-1368.05, y=100.00, z=788.55], MoCEntityPiranha['Piranha'/4953, l='MpServer', x=-1211.39, y=61.83, z=747.15], MoCEntityDeer['Deer'/5466, l='MpServer', x=-1328.79, y=64.00, z=768.80], MoCEntityPiranha['Piranha'/4954, l='MpServer', x=-1212.85, y=62.12, z=747.15], EntityZombie['Zombie'/5467, l='MpServer', x=-1354.50, y=37.00, z=775.50], MoCEntityStingRay['StingRay'/4955, l='MpServer', x=-1212.40, y=60.00, z=748.60], MoCEntityShark['Shark'/4956, l='MpServer', x=-1211.85, y=60.00, z=752.12], EntityCreeper['Creeper'/4957, l='MpServer', x=-1363.50, y=22.00, z=639.50], MoCEntityWraith['Wraith'/5469, l='MpServer', x=-1303.11, y=39.03, z=736.91], EntityCreeper['Creeper'/4958, l='MpServer', x=-1365.50, y=22.00, z=637.50], MoCEntityGoldFish['GoldFish'/5471, l='MpServer', x=-1266.00, y=62.42, z=690.15], MoCEntityFishy['Fishy'/4960, l='MpServer', x=-1374.85, y=62.00, z=634.86], MoCEntityAnchovy['Anchovy'/5472, l='MpServer', x=-1266.68, y=61.81, z=690.81], MoCEntityClownFish['ClownFish'/4961, l='MpServer', x=-1372.12, y=62.46, z=629.31], MoCEntityGoldFish['GoldFish'/5473, l='MpServer', x=-1275.31, y=61.80, z=690.15], MoCEntityGoldFish['GoldFish'/4962, l='MpServer', x=-1373.21, y=62.00, z=639.63], MoCEntityCod['Cod'/5474, l='MpServer', x=-1277.32, y=60.00, z=694.53], MoCEntityManderin['Manderin'/4963, l='MpServer', x=-1363.69, y=62.25, z=633.41], MoCEntityStingRay['StingRay'/4964, l='MpServer', x=-1371.40, y=59.28, z=632.29], MoCEntitySalmon['Salmon'/4965, l='MpServer', x=-1364.07, y=60.65, z=637.07], MoCEntityDeer['Deer'/4966, l='MpServer', x=-1370.92, y=62.67, z=624.72], MoCEntityAnt['Ant'/4970, l='MpServer', x=-1199.48, y=27.00, z=729.59], MoCEntityRaccoon['Raccoon'/5483, l='MpServer', x=-1357.11, y=96.00, z=813.50], MoCEntityBlackBear['BlackBear'/4971, l='MpServer', x=-1259.50, y=135.00, z=816.50], MoCEntityDolphin['Dolphin'/4973, l='MpServer', x=-1376.59, y=60.00, z=693.32], EntitySkeleton['Skeleton'/5485, l='MpServer', x=-1347.50, y=24.00, z=788.50], MoCEntityClownFish['ClownFish'/4974, l='MpServer', x=-1421.11, y=60.56, z=716.00], MoCEntityFishy['Fishy'/4976, l='MpServer', x=-1413.12, y=61.96, z=716.56], EntityHenPlymouthRock['Plymouth Rock Hen'/5488, l='MpServer', x=-1332.35, y=63.01, z=769.46], EntityItem['item.item.string'/4977, l='MpServer', x=-1364.16, y=30.00, z=669.06], MoCEntityHorse['WildHorse'/5489, l='MpServer', x=-1342.04, y=93.00, z=778.56], EntityItem['item.item.string'/4978, l='MpServer', x=-1364.68, y=30.00, z=666.13], MoCEntityOstrich['Ostrich'/5490, l='MpServer', x=-1280.98, y=76.00, z=735.34], EntityHamster['Hamster'/4979, l='MpServer', x=-1362.23, y=63.13, z=662.57], MoCEntityAngelFish['AngelFish'/4980, l='MpServer', x=-1390.16, y=61.74, z=676.59], EntityCreeper['Creeper'/5494, l='MpServer', x=-1303.60, y=36.00, z=736.89], EntityItem['item.item.string'/5495, l='MpServer', x=-1254.97, y=20.00, z=691.25], MoCEntityJellyFish['JellyFish'/5496, l='MpServer', x=-1263.03, y=61.95, z=699.23], MoCEntityBass['Bass'/5497, l='MpServer', x=-1254.42, y=61.80, z=697.70], MoCEntityAngelFish['AngelFish'/5498, l='MpServer', x=-1255.85, y=62.53, z=690.18], MoCEntityStingRay['StingRay'/5499, l='MpServer', x=-1269.40, y=59.00, z=702.40], MoCEntityGoldFish['GoldFish'/5500, l='MpServer', x=-1257.37, y=61.66, z=690.15], MoCEntityDeer['Deer'/4988, l='MpServer', x=-1334.52, y=67.00, z=633.51], MoCEntityBass['Bass'/5501, l='MpServer', x=-1254.89, y=60.78, z=692.23], MoCEntityCod['Cod'/5502, l='MpServer', x=-1262.50, y=60.03, z=690.30], MoCEntityShark['Shark'/5503, l='MpServer', x=-1241.85, y=61.95, z=692.17], MoCEntityMaggot['Maggot'/4991, l='MpServer', x=-1344.49, y=63.00, z=651.34], EntityCreeper['Creeper'/5504, l='MpServer', x=-1261.50, y=51.00, z=694.50], MoCEntityStingRay['StingRay'/4992, l='MpServer', x=-1355.09, y=57.90, z=649.65], MoCEntityElephant['Elephant'/5505, l='MpServer', x=-1266.43, y=67.00, z=711.45], MoCEntitySalmon['Salmon'/4993, l='MpServer', x=-1356.30, y=62.00, z=640.83], MoCEntityBass['Bass'/4994, l='MpServer', x=-1357.30, y=62.00, z=638.30], MoCEntityBunny['Bunny'/4995, l='MpServer', x=-1352.29, y=66.00, z=633.50], MoCEntitySilverSkeleton['SilverSkeleton'/5508, l='MpServer', x=-1213.50, y=23.00, z=664.50], MoCEntityFishy['Fishy'/4997, l='MpServer', x=-1199.50, y=62.00, z=748.09], MoCEntityFishy['Fishy'/4998, l='MpServer', x=-1199.15, y=61.64, z=748.40], MoCEntityJellyFish['JellyFish'/4999, l='MpServer', x=-1199.47, y=62.00, z=747.71], MoCEntityFishy['Fishy'/5002, l='MpServer', x=-1416.02, y=61.08, z=734.91], MoCEntityFishy['Fishy'/5003, l='MpServer', x=-1418.17, y=61.28, z=735.82], MoCEntityFishy['Fishy'/5004, l='MpServer', x=-1412.32, y=62.19, z=730.33], MoCEntityClownFish['ClownFish'/5005, l='MpServer', x=-1421.17, y=61.56, z=721.05], MoCEntityHorseMob['HorseMob'/5518, l='MpServer', x=-1341.30, y=64.00, z=805.14], EntityItem['item.item.string'/5523, l='MpServer', x=-1322.13, y=22.00, z=771.57], EntitySkeleton['Skeleton'/5524, l='MpServer', x=-1293.50, y=30.00, z=741.50], EntityItem['item.item.string'/5525, l='MpServer', x=-1290.41, y=30.00, z=740.42], MoCEntityBlackBear['BlackBear'/5526, l='MpServer', x=-1302.15, y=98.00, z=766.00], MoCEntityBass['Bass'/5527, l='MpServer', x=-1249.70, y=62.00, z=705.70], MoCEntityOstrich['Ostrich'/5528, l='MpServer', x=-1263.45, y=67.00, z=711.37], MoCEntityButterfly['ButterFly'/5016, l='MpServer', x=-1207.50, y=100.00, z=792.38], MoCEntityMaggot['Maggot'/5529, l='MpServer', x=-1265.78, y=75.00, z=722.12], MoCEntityFishy['Fishy'/5533, l='MpServer', x=-1241.15, y=62.35, z=690.15], MoCEntityOstrich['Ostrich'/5022, l='MpServer', x=-1380.37, y=64.00, z=706.23], MoCEntityJellyFish['JellyFish'/5534, l='MpServer', x=-1245.41, y=62.16, z=693.90], MoCEntityClownFish['ClownFish'/5023, l='MpServer', x=-1394.48, y=61.74, z=721.52], MoCEntityBass['Bass'/5535, l='MpServer', x=-1241.30, y=61.78, z=694.13], MoCEntityCricket['Cricket'/5536, l='MpServer', x=-1242.21, y=60.00, z=692.10], MoCEntityDeer['Deer'/5537, l='MpServer', x=-1237.47, y=66.00, z=694.56], EntitySkeleton['Skeleton'/5027, l='MpServer', x=-1347.50, y=17.00, z=679.50], EntityCreeper['Creeper'/5028, l='MpServer', x=-1361.50, y=35.00, z=699.50], EntityItem['item.item.string'/5029, l='MpServer', x=-1361.88, y=39.00, z=702.27], MoCEntityMaggot['Maggot'/5034, l='MpServer', x=-1318.61, y=68.00, z=644.93], MoCEntityMaggot['Maggot'/5035, l='MpServer', x=-1324.54, y=68.00, z=645.41], MoCEntityDeer['Deer'/5036, l='MpServer', x=-1336.50, y=20.00, z=667.44], EntityItem['item.item.string'/5037, l='MpServer', x=-1332.13, y=26.00, z=663.49], MoCEntityDolphin['Dolphin'/5038, l='MpServer', x=-1355.79, y=62.00, z=660.79], MoCEntityBass['Bass'/5039, l='MpServer', x=-1337.21, y=61.96, z=661.64], MoCEntityRaccoon['Raccoon'/5041, l='MpServer', x=-1307.69, y=67.00, z=612.66], MoCEntityPiranha['Piranha'/5042, l='MpServer', x=-1420.17, y=61.39, z=746.95], MoCEntityPiranha['Piranha'/5044, l='MpServer', x=-1421.50, y=61.30, z=742.50], MoCEntityPiranha['Piranha'/5045, l='MpServer', x=-1418.50, y=61.54, z=743.50], MoCEntityHorseMob['HorseMob'/5051, l='MpServer', x=-1330.92, y=64.94, z=816.13], MoCEntityMouse['Mouse'/5058, l='MpServer', x=-1321.09, y=108.00, z=814.24], EntitySkeleton['Skeleton'/5059, l='MpServer', x=-1306.50, y=25.00, z=781.50], EntitySheep['Sheep'/5060, l='MpServer', x=-1308.19, y=98.00, z=771.43], MoCEntityFox['Fox'/5061, l='MpServer', x=-1312.74, y=96.72, z=785.58], EntityCreeper['Creeper'/5066, l='MpServer', x=-1239.50, y=24.00, z=711.50], MoCEntityBass['Bass'/5068, l='MpServer', x=-1237.30, y=62.18, z=707.30], MoCEntityGoldFish['GoldFish'/5069, l='MpServer', x=-1238.15, y=62.00, z=715.40], MoCEntityAngelFish['AngelFish'/5070, l='MpServer', x=-1244.85, y=62.02, z=716.26], MoCEntityFishy['Fishy'/5071, l='MpServer', x=-1239.50, y=62.23, z=705.61], MoCEntityGoldFish['GoldFish'/5072, l='MpServer', x=-1244.85, y=61.72, z=713.76], MoCEntityOstrich['Ostrich'/5073, l='MpServer', x=-1237.76, y=63.00, z=720.95], MoCEntityAngelFish['AngelFish'/5074, l='MpServer', x=-1243.67, y=61.77, z=708.14], MoCEntityAnt['Ant'/5079, l='MpServer', x=-1222.91, y=68.00, z=695.52], MoCEntityDeer['Deer'/5081, l='MpServer', x=-1323.55, y=107.00, z=818.55], MoCEntityBoar['Boar'/5086, l='MpServer', x=-1283.50, y=139.00, z=794.80], MoCEntityBoar['Boar'/5087, l='MpServer', x=-1283.50, y=139.00, z=795.89], MoCEntityButterfly['ButterFly'/5088, l='MpServer', x=-1285.50, y=135.00, z=797.50], MoCEntityPandaBear['PandaBear'/5092, l='MpServer', x=-1396.88, y=69.00, z=608.64], MoCEntityGrizzlyBear['GrizzlyBear'/5093, l='MpServer', x=-1397.00, y=69.00, z=610.01], MoCEntityGoldFish['GoldFish'/5094, l='MpServer', x=-1238.15, y=61.78, z=720.34], MoCEntityMouse['Mouse'/5095, l='MpServer', x=-1236.43, y=77.00, z=734.21], MoCEntityHorse['WildHorse'/5096, l='MpServer', x=-1240.22, y=90.00, z=728.80], MoCEntityHorse['WildHorse'/5097, l='MpServer', x=-1242.08, y=95.00, z=730.98], MoCEntityHorse['WildHorse'/5098, l='MpServer', x=-1238.84, y=94.00, z=735.85], MoCEntitySnail['Snail'/5099, l='MpServer', x=-1246.51, y=94.00, z=724.50], MoCEntitySnail['Snail'/5100, l='MpServer', x=-1245.50, y=94.00, z=725.50], MoCEntityDeer['Deer'/5106, l='MpServer', x=-1213.49, y=68.00, z=695.50], MoCEntitySalmon['Salmon'/5110, l='MpServer', x=-1381.70, y=61.22, z=607.22]]
Retry entities: 0 total; []
Server brand: fml,forge
Server type: Integrated singleplayer server

-- System Details --
Details:
Minecraft Version: 1.10.2
Operating System: Windows 7 (amd64) version 6.1
Java Version: 1.8.0_25, Oracle Corporation
Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
Memory: 2551584696 bytes (2433 MB) / 7090470912 bytes (6762 MB) up to 15271460864 bytes (14564 MB)
JVM Flags: 2 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xmx16G
IntCache: cache: 0, tcache: 0, allocated: 3, tallocated: 104
FML: MCP 9.32 Powered by Forge 12.18.3.2254 Optifine OptiFine_1.10.2_HD_U_D7 159 mods loaded, 158 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.19} [Minecraft Coder Pack] (minecraft.jar)
UCHIJAAAA FML{8.0.99.99} [Forge Mod Loader] (forge-1.10.2-12.18.3.2254.jar)
UCHIJAAAA Forge{12.18.3.2254} [Minecraft Forge] (forge-1.10.2-12.18.3.2254.jar)
UCHIJAAAA AdvancedRocketryCore{1} [Advanced Rocketry] (minecraft.jar)
UCHIJAAAA appliedenergistics2-core{rv4-alpha-11} [Applied Energistics 2 Core] (minecraft.jar)
UCHIJAAAA Aroma1997Core{${version}} [Aroma1997Core] (Aroma1997Core-1.9.4-1.1.1.2.jar)
UCHIJAAAA NotEnoughItems{2.1.3.207} [Not Enough Items] (NotEnoughItems-1.10.2-2.1.3.207-universal.jar)
UCHIJAAAA OpenComputers|Core{1.6.2.7} [OpenComputers (Core)] (minecraft.jar)
UCHIJAAAA io.github.elytra.movingworld.common.asm.coremod{} [MovingWorld CORE] (minecraft.jar)
UCHIJAAAA {000} [CoFH ASM] (minecraft.jar)
UCHIJAAAA foamfixcore{7.7.4} [FoamFixCore] (minecraft.jar)
UCHIJAAAA ccl-entityhook{1.0} [ccl-entityhook] (CodeChickenLib-1.10.2-2.5.7.241-universal.jar)
UCHIJAAAA cofhcore{4.1.1} [CoFH Core] (CoFHCore-1.10.2-4.1.1.156-universal.jar)
UCHIJAAAA actuallyadditions{1.10.2-r105} [Actually Additions] (ActuallyAdditions-1.10.2-r105.jar)
UCHIJAAAA forgeendertech{1.10.2-1.2.2.0} [Forge Endertech] (ForgeEndertech-1.10.2-1.2.2.0-build.0021.jar)
UCHIJAAAA adchimneys{1.10.2-1.2.2.0} [Advanced Chimneys] (AdChimneys-1.10.2-1.2.2.0-build.0021.jar)
UCHIJAAAA adobeblocks{6.0.5} [Adobe Blocks 2] (AdobeBlocks-6.0.5.jar)
UCHIJAAAA libVulpes{0.1.17.20170402130834} [libVulpes] (LibVulpes-1.10.2-0.1.17-universal.jar)
UCHIJAAAA advancedRocketry{1.10.2-1.0.15} [Advanced Rocketry] (AdvancedRocketry-1.10.2-1.0.15.jar)
UCHIJAAAA appliedenergistics2{rv4-alpha-11} [Applied Energistics 2] (appliedenergistics2-rv4-alpha-11.jar)
UCHIJAAAA bdlib{1.12.4.24} [BD Lib] (bdlib-1.12.4.24-mc1.10.2.jar)
UCHIJAAAA ae2stuff{0.6.0.9} [AE2 Stuff] (ae2stuff-0.6.0.9-mc1.10.2.jar)
UCHIJAAAA infinitylib{1.10.2-0.8.0} [InfinityLib] (infinitylib-0.8.0.jar)
UCHIJAAAA agricraft{2.0.0-0.8.0-a14} [AgriCraft] (agricraft-2.0.0-0.8.0-a14.jar)
UCHIJAAAA Baubles{1.3.9} [Baubles] (Baubles-1.10.2-1.3.9.jar)
UCHIJAAAA JEI{3.14.7.417} [Just Enough Items] (jei_1.10.2-3.14.7.417.jar)
UCHIJAAAA extrautils2{1.0} [Extra Utilities 2] (extrautils2-1.10.2-1.3.3.jar)
UCHIJAAAA flyringbaublemod{0.2.3_1.10.2-d3100bf} [AngelRing 2 Bauble] (angelRingToBauble-1.10.2-0.2.3.16+d3100bf.jar)
UCHIJAAAA animania{1.0.4.6} [Animania] (animania-1.10-1.0.4.6.jar)
UCHIJAAAA aquaculture{1.4.0} [Aquaculture] (Aquaculture-1.10.2-1.4.0.28.jar)
UCHIJAAAA architecturecraft{1.5.0.0} [ArchitectureCraft] (ArchitectureCraft-1.10.2.jar)
UCHIJAAAA Aroma1997CoreHelper{1.1.1.2} [Aroma1997Core|Helper] (Aroma1997Core-1.9.4-1.1.1.2.jar)
UCHIJAAAA Aroma1997sDimension{1.0} [Aroma1997's Dimensional World] (Aroma1997s-Dimensional-World-1.9.4-1.2.0.6.jar)
UCHIJAAAA Morphtool{1.0-12} [Morph-o-Tool] (Morph-o-Tool-1.0-12.jar)
UCHIJAAAA Psi{r1.0-42} [Psi] (Psi-r1.0-42.jar)
UCHIJAAAA Quark{r1.1-70} [Quark] (Quark-r1.1-70.jar)
UCHIJAAAA AutoRegLib{1.0-2} [AutoRegLib] (AutoRegLib-1.0-2.jar)
UCHIJAAAA hud{1.3.8} [Better HUD] (Better HUD by NukeDuck [1.9.4][1.3.8].jar)
UCHIJAAAA betterbuilderswands{0.11.1} [Better Builder's Wands] (BetterBuildersWands-1.10.2-0.11.1.220+f8232fe.jar)
UCHIJAAAA malisiscore{1.10.2-4.4.0} [MalisisCore] (malisiscore-1.10.2-4.4.0.jar)
UCHIJAAAA malisisdoors{1.10.2-5.2.0} [MalisisDoors] (malisisdoors-1.10.2-5.2.0.jar)
UCHIJAAAA bigdoors{1.10.2-1.3.0} [Big Doors] (BigDoors-1.10.2-1.3.0.jar)
UCHIJAAAA biomeheighttweaker{1.10-0.5} [Biome Height Tweaker] (biomeheighttweaker-1.10-0.5.jar)
UCHIJAAAA BiomeTweaker{2.1.230} [BiomeTweaker] (BiomeTweaker-1.10.2-2.1.230.jar)
UCHIJAAAA BiomesOPlenty{5.0.0.2162} [Biomes O' Plenty] (BiomesOPlenty-1.10.2-5.0.0.2162-universal.jar)
UCHIJAAAA guideapi{@Version@} [Guide-API] (Guide-API-1.10.2-2.0.3-46.jar)
UCHIJAAAA BloodMagic{1.10.2-2.1.9-78} [Blood Magic: Alchemical Wizardry] (BloodMagic-1.10.2-2.1.9-78.jar)
UCHIJAAAA bookshelf{1.4.4.347} [Bookshelf] (Bookshelf-1.10.2-1.4.4.347.jar)
UCHIJAAAA Botania{r1.9-341} [Botania] (Botania r1.9-341.jar)
UCHIJAAAA CodeChickenLib{2.5.7.241} [CodeChicken Lib] (CodeChickenLib-1.10.2-2.5.7.241-universal.jar)
UCHIJAAAA brandonscore{2.1.6} [Brandon's Core] (BrandonsCore-1.10.2-2.1.6.98-universal.jar)
UCHIJAAAA cfm{4.1.2} [MrCrayfish's Furniture Mod] (cfm-4.1.2-mc1.10.2.jar)
UCHIJAAAA Chameleon{1.10-2.2.2} [Chameleon] (Chameleon-1.10-2.2.2.jar)
UCHIJAAAA ChestTransporter{2.5.12} [Chest Transporter] (ChestTransporter-1.10.2-2.5.12.jar)
UCHIJAAAA CodeChickenCore{2.4.1.102} [CodeChicken Core] (CodeChickenCore-1.10.2-2.4.1.102-universal.jar)
UCHIJAAAA ChickenChunks{2.2.0.52} [ChickenChunks] (ChickenChunks-1.10.2-2.2.0.52-universal.jar)
UCHIJAAAA chisel{MC1.10.2-0.0.9.15} [Chisel] (Chisel-MC1.10.2-0.0.9.15.jar)
UCHIJAAAA mcmultipart{1.3.0_87} [MCMultiPart] (MCMultiPart-experimental-2.0.0_88-universal.jar)
UCHIJAAAA chiselsandbits{12.12} [Chisels & Bits] (chiselsandbits-12.12.jar)
UCHIJAAAA Chopper{1.0.0} [Chopper] (Chopper (EW) V7 1.10.2.jar)
UCHIJAAAA cookingforblockheads{4.2.39} [Cooking for Blockheads] (CookingForBlockheads_1.10.2-4.2.39.jar)
UCHIJAAAA customspawner{3.10.1} [DrZhark's CustomSpawner] (CustomMobSpawner 3.10.1.jar)
UCHIJAAAA darkutils{1.1.7.120} [Dark Utilities] (DarkUtilities-1.10.2-1.1.7.120.jar)
UCHIJAAAA movingworld{1.10.2-0007} [Moving World] (movingworld-1.10.2-0007-full.jar)
UCHIJAAAA davincisvessels{@DVESSELSVER@} [Davinci's Vessels] (davincisvessels-1.10.2-0006-full.jar)
UCHIJAAAA PTRModelLib{1.0.0} [PTRModelLib] (Decocraft-2.4_1.10.2.jar)
UCHIJAAAA props{2.4} [Decocraft] (Decocraft-2.4_1.10.2.jar)
UCHIJAAAA forestry{5.2.17.373} [Forestry] (forestry_1.10.2-5.2.17.373.jar)
UCHIJAAAA eleccore{1.7.415} [ElecCore] (ElecCore-1.10.2-1.7.415.jar)
UCHIJAAAA EnderStorage{2.2.1.106} [EnderStorage] (EnderStorage-1.10.2-2.2.1.106-universal.jar)
UCHIJAAAA OpenComputers{1.6.2.7} [OpenComputers] (OpenComputers-MC1.10.2-1.6.2.7.jar)
UCHIJAAAA deepresonance{1.4.6} [DeepResonance] (deepresonance-1.1x-1.4.6.jar)
UCHIJAAAA draconicevolution{2.0.10} [Draconic Evolution] (Draconic-Evolution-1.10.2-2.0.10.193-universal.jar)
UCHIJAAAA DragonMounts{r46-1.10.2} [Dragon Mounts] (Dragon-Mounts-1.10.2.jar)
UCHIJAAAA StorageDrawers{1.10.2-3.6.2} [Storage Drawers] (StorageDrawers-1.10.2-3.6.2.jar)
UCHIJAAAA bitdrawers{0.36} [Drawers & Bits] (DrawersBits-1.10.2-0.36.jar)
UCHIJAAAA mocreatures{10.0.6} [DrZhark's Mo'Creatures Mod] (DrZhark's Mo'Creatures Mod-10.0.6.jar)
UCHIJAAAA endercore{1.10.2-0.4.1.65-beta} [EnderCore] (EnderCore-1.10.2-0.4.1.65-beta.jar)
UCHIJAAAA EnderIO{1.10.2-3.1.179} [Ender IO] (EnderIO-1.10.2-3.1.179.jar)
UCHIJAAAA thermalfoundation{2.0.5} [Thermal Foundation] (ThermalFoundation-1.10.2-2.0.5.81-universal.jar)
UCHIJAAAA thermalexpansion{5.0.4} [Thermal Expansion] (ThermalExpansion-1.10.2-5.0.4.90-universal.jar)
UCHIJAAAA eiorteis{1.10.2-2.1} [EIORecipesTEInductionSmelter] (eiorteis-2.1.jar)
UCHIJAAAA shetiphiancore{3.3.8} [ShetiPhian-Core] (shetiphiancore-1.10.0-3.3.8.jar)
UCHIJAAAA endertanks{1.4.12} [EnderTanks] (endertanks-1.10.0-1.4.12.jar)
UCHIJAAAA engineersworkshop{1.2.1-1.10.2} [Engineer's Workshop] (EngineersWorkshop-1.2.1-1.10.2.jar)
UCHIJAAAA valkyrielib{1.10.2-0.10.6} [Valkyrie Lib] (valkyrielib-1.10.2-0.10.6.jar)
UCHIJAAAA environmentaltech{1.10.2-0.10.6b} [Environmental Tech] (environmentaltech-1.10.2-0.10.6b.jar)
UCHIJAAAA zerocore{1.10.2-0.1.0.4} [Zero CORE] (zerocore-1.10.2-0.1.0.4.jar)
UCHIJAAAA bigreactors{1.10.2-0.4.5.27} [Extreme Reactors] (ExtremeReactors-1.10.2-0.4.5.27.jar)
UCHIJAAAA farseek{2.1} [Farseek] (Farseek-1.9.4-2.1.jar)
UCHIJAAAA fastleafdecay{v11} [Fast Leaf Decay] (FastLeafDecay-v11.jar)
UCHIJAAAA sonarcore{3.2.6} [SonarCore] (SonarCore-1.10.2-3.2.6.jar)
UCHIJAAAA fluxnetworks{1.2.2} [FluxNetworks] (FluxNetworks-1.10.2-1.2.2.jar)
UCHIJAAAA foamfix{@Version@} [FoamFix] (foamfix-0.6.2-beta2-anarchy.jar)
UCHIJAAAA forgemultipartcbe{2.0.0.31} [Forge Multipart CBE] (ForgeMultipart-1.10.2-2.0.0.31-universal.jar)
UCHIJAAAA microblockcbe{2.0.0.31} [Forge Microblocks] (ForgeMultipart-1.10.2-2.0.0.31-universal.jar)
UCHIJAAAA minecraftmultipartcbe{2.0.0.31} [Minecraft Multipart Plugin] (ForgeMultipart-1.10.2-2.0.0.31-universal.jar)
UCHIJAAAA ftbl{0.0.0} [FTBLib] (FTBLib-1.10.2-3.5.3.jar)
UCHIJAAAA ftbu{0.0.0} [FTBUtilities] (FTBUtilities-1.10.2-3.5.1.jar)
UCHIJAAAA gendustry{1.6.5.30} [GenDustry] (gendustry-1.6.5.30-mc1.10.2.jar)
UCHIJAAAA gravestone{1.5.12} [Gravestone] (GraveStone Mod 1.5.12.jar)
UCHIJAAAA llibrary{1.7.4} [LLibrary] (llibrary-1.7.4-1.10.2.jar)
UCHIJAAAA iceandfire{1.0.1} [Ice and Fire] (iceandfire-1.0.1.jar)
UCHIJAAAA mantle{1.10.2-1.1.5.205} [Mantle] (Mantle-1.10.2-1.1.5.jar)
UCHIJAAAA tconstruct{1.10.2-2.6.3.500} [Tinkers' Construct] (TConstruct-1.10.2-2.6.3.jar)
UCHIJAAAA immersiveengineering{0.10-56} [Immersive Engineering] (ImmersiveEngineering-0.10-56.jar)
UCHIJAAAA inventorytweaks{1.61-58-a1fd884} [Inventory Tweaks] (InventoryTweaks-1.61-58.jar)
UCHIJAAAA ironbackpacks{1.10.2-2.2.25} [Iron Backpacks] (IronBackpacks-1.10.2-2.2.25.jar)
UCHIJAAAA ironchest{1.10.2-7.0.11.797} [Iron Chest] (ironchest-1.10.2-7.0.11.797.jar)
UCHIJAAAA jeibees{0.9.0.5} [JEI Bees] (jeibees-0.9.0.5-mc1.10.2.jar)
UCHIJAAAA journeymap{1.10.2-5.4.6} [JourneyMap] (journeymap-1.10.2-5.4.6.jar)
UCHIJAAAA jurassicraft{2.0.5} [JurassiCraft] (JurassiCraft-2.0.5.jar)
UCHIJAAAA jeresources{0.5.9.3} [Just Enough Resources] (JustEnoughResources-1.10.2-0.5.9.3.jar)
UCHIJAAAA llor{1.1.0-mc[1.9-1.10.2]} [Light Level Overlay Reloaded] (LLOverlayReloaded-1.1.0-mc[1.9-1.10.2].jar)
UCHIJAAAA Mekanism{9.2.1} [Mekanism] (Mekanism-1.10.2-9.2.1.298.jar)
UCHIJAAAA MekanismGenerators{9.2.1} [MekanismGenerators] (MekanismGenerators-1.10.2-9.2.1.298.jar)
UCHIJAAAA MekanismTools{9.2.1} [MekanismTools] (MekanismTools-1.10.2-9.2.1.298.jar)
UCHIJAAAA minecolonies{1.10.2-0.6.3328} [MineColonies] (minecolonies-universal-1.10.2-0.6.3328.jar)
UCHIJAAAA railcraft{10.0.1} [Railcraft] (Railcraft_1.10.2-10.0.1.jar)
UCHIJAAAA morebees{1.10.2-1.3.2} [More Bees] (morebees-1.10.2-1.3.2.jar)
UCHIJAAAA morematerials{1.10.2-1.9.20160723.0} [More Materials] (MoreMaterials-1.10.2.jar)
UCHIJAAAA MrTJPCoreMod{2.0.0.14} [MrTJPCore] (MrTJPCore-1.10.2-2.0.0.14-universal.jar)
UCHIJAAAA multistorage{1.2.17} [Multi-Storage] (multistorage-1.10.0-1.2.17.jar)
UCHIJAAAA natura{1.10.2-4.1.0.29} [Natura] (natura-1.10.2-4.1.0.29.jar)
UCHIJAAAA notenoughwands{1.4.0} [Not Enough Wands] (notenoughwands-1.10-1.4.0.jar)
UCHIJAAAA omlib{1.10.2-3.0.0-61} [OMLib] (omlib-1.10.2-3.0.0-61.jar)
UCHIJAAAA openmodularturrets{1.10.2-3.0.0-102} [Open Modular Turrets] (openmodularturrets-1.10.2-3.0.0-102.jar)
UCHIJAAAA harvestcraft{1.9.4-1.10.2g} [Pam's HarvestCraft] (Pam's HarvestCraft 1.9.4-1.10.2h.jar)
UCHIJAAAA platforms{1.2.10} [Platforms] (platforms-1.10.0-1.2.10.jar)
UCHIJAAAA pressure{1.3.1.25} [Pressure Pipes] (pressure-1.3.1.25-mc1.10.2.jar)
UCHIJAAAA projectred-core{4.8.1.25} [ProjectRed Core] (ProjectRed-1.10.2-4.8.1.25-Base.jar)
UCHIJAAAA projectred-integration{4.8.1.25} [ProjectRed integration] (ProjectRed-1.10.2-4.8.1.25-integration.jar)
UCHIJAAAA projectred-transmission{4.8.1.25} [ProjectRed Transmission] (ProjectRed-1.10.2-4.8.1.25-integration.jar)
UCHIJAAAA projectred-illumination{4.8.1.25} [ProjectRed Illumination] (ProjectRed-1.10.2-4.8.1.25-lighting.jar)
UCHIJAAAA projectred-exploration{4.8.1.25} [ProjectRed Exploration] (ProjectRed-1.10.2-4.8.1.25-world.jar)
UCHIJAAAA rccosmetic{3.0.2} [Railcraft Cosmetic Additions] (RailCraft Cosmetic Additions-3.0.2.jar)
UCHIJAAAA rangedpumps{0.3} [Ranged Pumps] (rangedpumps-0.3.jar)
UCHIJAAAA reborncore{2.13.4.128} [RebornCore] (RebornCore-1.10.2-2.13.4.128-universal.jar)
UCHIJAAAA reborncore-mcmultipart{2.13.4.128} [reborncore-MCMultiPart] (RebornCore-1.10.2-2.13.4.128-universal.jar)
UCHIJAAAA refinedstorage{1.2.25} [Refined Storage] (refinedstorage-1.2.25.jar)
UCHIJAAAA rebornstorage{1.0.0} [RebornStorage] (RebornStorage-1.10.2-1.0.2.29.jar)
UCHIJAAAA rftools{5.91} [RFTools] (rftools-1.1x-5.91.jar)
UCHIJAAAA rftoolscontrol{1.6.6} [RFTools Control] (rftoolsctrl-1.1x-1.6.6.jar)
UCHIJAAAA rftoolsdim{4.55} [RFTools Dimensions] (rftoolsdim-1.1x-4.55.jar)
UCHIJAAAA roads{1.2} [Roads Mod] (Road-Mod-by-derfl007-1.10.2.jar)
UCHIJAAAA shadowmc{3.6.1} [ShadowMC] (ShadowMC-1.10.2-3.6.1.jar)
UCHIJAAAA Signals{1.0} [Signals] (Signals-1.10.2-0.5.1-universal.jar)
UCHIJAAAA SleepingBag{1.4.0} [Sleeping Bag] (SleepingBag-1.10.2-1.4.0.jar)
UCHIJAAAA StevesFactoryManager{1.0.12} [Steve's Factory Manager] (StevesFactoryManager-1.10.2.jar)
UCHIJAAAA streams{0.3} [Streams] (Streams-1.9.4-0.3.jar)
UCHIJAAAA surge{1.1.0.1} [Surge] (Surge-1.10.2-1.1.0.70.jar)
UCHIJAAAA theoneprobe{1.3.3} [The One Probe] (theoneprobe-1.10-1.3.3.jar)
UCHIJAAAA tinkertoolleveling{1.10.2-1.0.1.DEV.f5def58} [Tinkers Tool Leveling] (TinkerToolLeveling-1.10.2-1.0.1.jar)
UCHIJAAAA vc{4.26.13} [ViesCraft] (ViesCraft-1.10.X-4.26.13.jar)
UCHIJAAAA wanionlib{1.10.2-1.3} [WanionLib] (WanionLib-1.10.2-1.3.jar)
UCHIJAAAA wmatm{1.10.X-1.1.5.1} [WMATM Vehicles] (wmatm - 1.1.5.1 (1.10.X).jar)
UCHIJAAAA Woot{1.10.2-1.3.1} [Woot] (woot-1.10.2-1.3.1.jar)
UCHIJAAAA xnet{1.1.5} [XNet] (xnet-1.1.5.jar)
UD BiomeTweakerCore{2.1.230} [BiomeTweaker Core] (minecraft.jar)
Loaded coremods (and transformers):
FarseekCoreMod (Farseek-1.9.4-2.1.jar)
farseek.core.FarseekClassTransformer
CoreMod (Aroma1997Core-1.9.4-1.1.1.2.jar)

Brandon's Core (BrandonsCore-1.10.2-2.1.6.98-universal.jar)
com.brandon3055.brandonscore.asm.ClassTransformer
LoadingHook (Mekanism-1.10.2-9.2.1.298.jar)

MalisisCorePlugin (malisiscore-1.10.2-4.4.0.jar)
net.malisis.core.util.chunkcollision.ChunkCollisionTransformer
net.malisis.core.util.chunkblock.ChunkBlockTransformer
net.malisis.core.renderer.transformer.MalisisRendererTransformer
net.malisis.core.renderer.icon.asm.TextureMapTransformer
net.malisis.core.util.clientnotif.ClientNotifTransformer
CorePlugin (MrTJPCore-1.10.2-2.0.0.14-universal.jar)

AdvancedRocketryPlugin (AdvancedRocketry-1.10.2-1.0.15.jar)
zmaster587.advancedRocketry.asm.ClassTransformer
MovingWorldCoreMod (movingworld-1.10.2-0007-full.jar)

DummyPlugin (ForgeEndertech-1.10.2-1.2.2.0-build.0021.jar)

FMLPlugin (InventoryTweaks-1.61-58.jar)
invtweaks.forge.asm.ContainerTransformer
ChiselCorePlugin (Chisel-MC1.10.2-0.0.9.15.jar)
team.chisel.common.asm.ChiselTransformer
CCLCorePlugin (CodeChickenLib-1.10.2-2.5.7.241-universal.jar)
codechicken.lib.asm.ClassHeirachyManager
codechicken.lib.asm.CCL_ASMTransformer
BookshelfLoadingPlugin (Bookshelf-1.10.2-1.4.4.347.jar)
net.darkhax.bookshelf.asm.BookshelfTransformerManager
IceAndFireForgeLoading (iceandfire-1.0.1.jar)
com.github.alexthe666.iceandfire.access.IceAndFireTransformer
NEICorePlugin (NotEnoughItems-1.10.2-2.1.3.207-universal.jar)
codechicken.nei.asm.NEITransformer
TransformerLoader (OpenComputers-MC1.10.2-1.6.2.7.jar)
li.cil.oc.common.asm.ClassTransformer
RebornCoreASM (RebornCore-1.10.2-2.13.4.128-universal.jar)
reborncore.mixin.transformer.MixinTransformer
EnderCorePlugin (EnderCore-1.10.2-0.4.1.65-beta.jar)
com.enderio.core.common.transform.EnderCoreTransformer
LoadingPlugin (Quark-r1.1-70.jar)
vazkii.quark.base.asm.ClassTransformer
Do not report to Forge! Remove FoamFixAPI (or replace with FoamFixAPI-Lawful) and try again. (foamfix-0.6.2-beta2-anarchy.jar)
pl.asie.foamfix.coremod.FoamFixTransformer
llibrary (llibrary-1.7.4-1.10.2.jar)
net.ilexiconn.llibrary.server.core.plugin.LLibraryTransformer
net.ilexiconn.llibrary.server.core.patcher.LLibraryRuntimePatcher
AppEngCore (appliedenergistics2-rv4-alpha-11.jar)
appeng.coremod.transformer.ASMIntegration
CoFH Loading Plugin (CoFHCore-1.10.2-4.1.1.156-universal.jar)
cofh.asm.CoFHClassTransformer
cofh.asm.repack.codechicken.lib.asm.ClassHierarchyManager
BiomeTweakerCore (BiomeTweaker-1.10.2-2.1.230.jar)
me.superckl.biometweaker.core.BiomeTweakerASMTransformer
ShetiPhian-ASM (shetiphiancore-1.10.0-3.3.8.jar)
shetiphian.core.asm.ClassTransformer
SurgeLoadingPlugin (Surge-1.10.2-1.1.0.70.jar)
org.epoxide.surge.asm.SurgeTransformerManager
GL info: ' Vendor: 'NVIDIA Corporation' Version: '4.5.0 NVIDIA 376.53' Renderer: 'GeForce GTX 750 Ti/PCIe/SSE2'
AE2 Version: alpha rv4-alpha-11 for Forge 12.18.3.2185
Pulsar/tconstruct loaded Pulses:
- TinkerCommons (Enabled/Forced)
- TinkerWorld (Enabled/Not Forced)
- TinkerTools (Enabled/Not Forced)
- TinkerHarvestTools (Enabled/Forced)
- TinkerMeleeWeapons (Enabled/Forced)
- TinkerRangedWeapons (Enabled/Forced)
- TinkerModifiers (Enabled/Forced)
- TinkerSmeltery (Enabled/Not Forced)
- TinkerGadgets (Enabled/Not Forced)
- TinkerOredict (Enabled/Forced)
- TinkerIntegration (Enabled/Forced)
- TinkerFluids (Enabled/Forced)
- TinkerMaterials (Enabled/Forced)
- TinkerModelRegister (Enabled/Forced)
- chiselsandbitsIntegration (Enabled/Not Forced)
- theoneprobeIntegration (Enabled/Not Forced)

Pulsar/natura loaded Pulses: 
	- NaturaCommons (Enabled/Forced)
	- NaturaOverworld (Enabled/Not Forced)
	- NaturaNether (Enabled/Not Forced)
	- NaturaTools (Enabled/Not Forced)
	- NaturaEntities (Enabled/Not Forced)
	- NaturaOredict (Enabled/Forced)
	- NaturaWorld (Enabled/Not Forced)

NotEnoughItems Invalid Fingerprint Reports: 
List of loaded APIs: 
	* actuallyadditionsapi (29) from ActuallyAdditions-1.10.2-r105.jar
	* AgriCraftAPI (1.0) from agricraft-2.0.0-0.8.0-a14.jar
	* appliedenergistics2|API (rv4) from appliedenergistics2-rv4-alpha-11.jar
	* Baubles|API (1.3.1.3) from Baubles-1.10.2-1.3.9.jar
	* bigreactors|API (4.0.1) from ExtremeReactors-1.10.2-0.4.5.27.jar
	* BiomeTweakerAPI (1.0.230) from BiomeTweaker-1.10.2-2.1.230.jar
	* BiomeTweakerAPI|event (1.0.230) from BiomeTweaker-1.10.2-2.1.230.jar
	* BiomeTweakerAPI|script|object (1.0.230) from BiomeTweaker-1.10.2-2.1.230.jar
	* BiomeTweakerAPI|script|pack (1.0.230) from BiomeTweaker-1.10.2-2.1.230.jar
	* BiomeTweakerAPI|script|wrapper (1.0.230) from BiomeTweaker-1.10.2-2.1.230.jar
	* BiomeTweakerAPI|util (1.0.230) from BiomeTweaker-1.10.2-2.1.230.jar
	* BloodMagic|API (@VERSION@) from BloodMagic-1.10.2-2.1.9-78.jar
	* BotaniaAPI (85) from Botania r1.9-341.jar
	* chesttransporter|api (1) from ChestTransporter-1.10.2-2.5.12.jar
	* ChiselAPI (0.0.1) from Chisel-MC1.10.2-0.0.9.15.jar
	* ChiselAPI|Carving (0.0.1) from Chisel-MC1.10.2-0.0.9.15.jar
	* ChiselsAndBitsAPI (12.10.0) from chiselsandbits-12.12.jar
	* CoFHAPI (1.8.9R1.2.0B1) from RebornCore-1.10.2-2.13.4.128-universal.jar
	* cofhapi (1.5.0) from ActuallyAdditions-1.10.2-r105.jar
	* cofhapi|block (1.6.0) from CoFHCore-1.10.2-4.1.1.156-universal.jar
	* CoFHAPI|block (1.8.9R1.2.0B1) from zerocore-1.10.2-0.1.0.4.jar
	* CoFHAPI|core (1.8.9R1.2.0B1) from zerocore-1.10.2-0.1.0.4.jar
	* cofhapi|core (1.6.0) from CoFHCore-1.10.2-4.1.1.156-universal.jar
	* CoFHAPI|energy (1.8.9R1.2.0B1) from refinedstorage-1.2.25.jar
	* cofhapi|energy (1.4.0) from extrautils2-1.10.2-1.3.3.jar
	* CoFHAPI|inventory (1.8.9R1.2.0B1) from valkyrielib-1.10.2-0.10.6.jar
	* CoFHAPI|item (1.8.9R1.2.0B1) from mcjtylib-1.1x-2.3.11.jar
	* cofhapi|item (1.6.0) from CoFHCore-1.10.2-4.1.1.156-universal.jar
	* CoFHAPI|tileentity (1.8.9R1.2.0B1) from zerocore-1.10.2-0.1.0.4.jar
	* cofhapi|tileentity (1.6.0) from CoFHCore-1.10.2-4.1.1.156-universal.jar
	* CoFHAPI|transport (1.8.9R1.2.0B1) from zerocore-1.10.2-0.1.0.4.jar
	* cofhapi|util (1.6.0) from CoFHCore-1.10.2-4.1.1.156-universal.jar
	* cofhlib (1.6.0) from CoFHCore-1.10.2-4.1.1.156-universal.jar
	* cofhlib|audio (1.6.0) from CoFHCore-1.10.2-4.1.1.156-universal.jar
	* cofhlib|gui (1.6.0) from CoFHCore-1.10.2-4.1.1.156-universal.jar
	* cofhlib|gui|container (1.6.0) from CoFHCore-1.10.2-4.1.1.156-universal.jar
	* cofhlib|gui|element (1.6.0) from CoFHCore-1.10.2-4.1.1.156-universal.jar
	* cofhlib|gui|element|listbox (1.6.0) from CoFHCore-1.10.2-4.1.1.156-universal.jar
	* cofhlib|gui|slot (1.6.0) from CoFHCore-1.10.2-4.1.1.156-universal.jar
	* cofhlib|inventory (1.6.0) from CoFHCore-1.10.2-4.1.1.156-universal.jar
	* cofhlib|util (1.6.0) from CoFHCore-1.10.2-4.1.1.156-universal.jar
	* cofhlib|util|helpers (1.6.0) from CoFHCore-1.10.2-4.1.1.156-universal.jar
	* cofhlib|world (1.6.0) from CoFHCore-1.10.2-4.1.1.156-universal.jar
	* cofhlib|world|feature (1.6.0) from CoFHCore-1.10.2-4.1.1.156-universal.jar
	* compatlayer (0.2.5) from compatlayer-1.10-0.2.5.jar
	* ComputerCraft|API (1.80pr0) from zerocore-1.10.2-0.1.0.4.jar
	* ComputerCraft|API|FileSystem (1.80pr0) from zerocore-1.10.2-0.1.0.4.jar
	* ComputerCraft|API|Lua (1.80pr0) from zerocore-1.10.2-0.1.0.4.jar
	* ComputerCraft|API|Media (1.80pr0) from zerocore-1.10.2-0.1.0.4.jar
	* ComputerCraft|API|Peripheral (1.80pr0) from zerocore-1.10.2-0.1.0.4.jar
	* ComputerCraft|API|Permissions (1.80pr0) from zerocore-1.10.2-0.1.0.4.jar
	* ComputerCraft|API|Redstone (1.80pr0) from zerocore-1.10.2-0.1.0.4.jar
	* ComputerCraft|API|Turtle (1.80pr0) from zerocore-1.10.2-0.1.0.4.jar
	* CSLib|API (0.3.0) from Decocraft-2.4_1.10.2.jar
	* DR-API (1.0.4-Beta) from deepresonance-1.1x-1.4.6.jar
	* DraconicEvolution|API (1.3) from Draconic-Evolution-1.10.2-2.0.10.193-universal.jar
	* ElecCoreAPI (1.0) from ElecCore-1.10.2-1.7.415.jar
	* ElecCore|Abilities (#API_VER#) from ElecCore-1.10.2-1.7.415.jar
	* EnderIOAPI (0.0.2) from EnderIO-1.10.2-3.1.179.jar
	* EnderIOAPI|Redstone (0.0.2) from EnderIO-1.10.2-3.1.179.jar
	* EnderIOAPI|Teleport (0.0.2) from EnderIO-1.10.2-3.1.179.jar
	* EnderIOAPI|Tools (0.0.2) from EnderIO-1.10.2-3.1.179.jar
	* environmentaltech-api (1.10.2-0.10.6b) from environmentaltech-1.10.2-0.10.6b.jar
	* fluxapi (1.0) from FluxNetworks-1.10.2-1.2.2.jar
	* ForestryAPI|apiculture (5.0.0) from forestry_1.10.2-5.2.17.373.jar
	* ForestryAPI|arboriculture (4.2.1) from forestry_1.10.2-5.2.17.373.jar
	* ForestryAPI|circuits (3.1.0) from forestry_1.10.2-5.2.17.373.jar
	* ForestryAPI|climate (2.1.0) from forestry_1.10.2-5.2.17.373.jar
	* ForestryAPI|core (5.1.0) from forestry_1.10.2-5.2.17.373.jar
	* ForestryAPI|farming (2.1.0) from forestry_1.10.2-5.2.17.373.jar
	* ForestryAPI|food (1.1.0) from forestry_1.10.2-5.2.17.373.jar
	* ForestryAPI|fuels (3.0.0) from forestry_1.10.2-5.2.17.373.jar
	* ForestryAPI|genetics (4.7.1) from forestry_1.10.2-5.2.17.373.jar
	* ForestryAPI|greenhouse (5.2.0) from forestry_1.10.2-5.2.17.373.jar
	* ForestryAPI|hives (4.1.0) from forestry_1.10.2-5.2.17.373.jar
	* ForestryAPI|lepidopterology (1.3.0) from forestry_1.10.2-5.2.17.373.jar
	* ForestryAPI|mail (3.1.0) from forestry_1.10.2-5.2.17.373.jar
	* ForestryAPI|multiblock (3.0.0) from forestry_1.10.2-5.2.17.373.jar
	* ForestryAPI|recipes (5.4.0) from forestry_1.10.2-5.2.17.373.jar
	* ForestryAPI|storage (5.0.0) from forestry_1.10.2-5.2.17.373.jar
	* ForestryAPI|world (2.1.0) from forestry_1.10.2-5.2.17.373.jar
	* FossilArcheologyAPI (7.3.0) from iceandfire-1.0.1.jar
	* gendustryAPI (2.3.0) from gendustry-1.6.5.30-mc1.10.2.jar
	* Guide-API|API (1.10.2-2.0.3-46) from Guide-API-1.10.2-2.0.3-46.jar
	* ImmersiveEngineering|API (1.0) from ImmersiveEngineering-0.10-56.jar
	* ImmersiveEngineering|ImmersiveFluxAPI (1.0) from ImmersiveEngineering-0.10-56.jar
	* IronBackpacks|API (0.5) from IronBackpacks-1.10.2-2.2.25.jar
	* jeresources|API (0.5.9.3) from JustEnoughResources-1.10.2-0.5.9.3.jar
	* journeymap|client-api (1.3) from journeymap-1.10.2-5.4.6.jar
	* journeymap|client-api-display (1.3) from journeymap-1.10.2-5.4.6.jar
	* journeymap|client-api-event (1.3) from journeymap-1.10.2-5.4.6.jar
	* journeymap|client-api-model (1.3) from journeymap-1.10.2-5.4.6.jar
	* journeymap|client-api-util (1.3) from journeymap-1.10.2-5.4.6.jar
	* JustEnoughItemsAPI (4.10.1) from jei_1.10.2-3.14.7.417.jar
	* mcjtylib_ng (2.3.11) from mcjtylib-1.1x-2.3.11.jar
	* MekanismAPI|core (9.0.0) from Mekanism-1.10.2-9.2.1.298.jar
	* MekanismAPI|energy (9.0.0) from Mekanism-1.10.2-9.2.1.298.jar
	* MekanismAPI|gas (9.0.0) from Mekanism-1.10.2-9.2.1.298.jar
	* MekanismAPI|infuse (9.0.0) from Mekanism-1.10.2-9.2.1.298.jar
	* MekanismAPI|laser (9.0.0) from Mekanism-1.10.2-9.2.1.298.jar
	* MekanismAPI|reactor (9.0.0) from Mekanism-1.10.2-9.2.1.298.jar
	* MekanismAPI|recipe (9.0.0) from Mekanism-1.10.2-9.2.1.298.jar
	* MekanismAPI|transmitter (9.0.0) from Mekanism-1.10.2-9.2.1.298.jar
	* MekanismAPI|util (9.0.0) from Mekanism-1.10.2-9.2.1.298.jar
	* OpenComputersAPI|Component (6.0.0-alpha) from OpenComputers-MC1.10.2-1.6.2.7.jar
	* OpenComputersAPI|Core (6.0.0-alpha) from OpenComputers-MC1.10.2-1.6.2.7.jar
	* OpenComputersAPI|Driver (6.0.0-alpha) from OpenComputers-MC1.10.2-1.6.2.7.jar
	* OpenComputersAPI|Driver|Item (6.0.0-alpha) from OpenComputers-MC1.10.2-1.6.2.7.jar
	* OpenComputersAPI|Event (6.0.0-alpha) from OpenComputers-MC1.10.2-1.6.2.7.jar
	* OpenComputersAPI|FileSystem (6.0.0-alpha) from OpenComputers-MC1.10.2-1.6.2.7.jar
	* OpenComputersAPI|Internal (6.0.0-alpha) from OpenComputers-MC1.10.2-1.6.2.7.jar
	* OpenComputersAPI|Machine (6.0.0-alpha) from OpenComputers-MC1.10.2-1.6.2.7.jar
	* OpenComputersAPI|Manual (6.0.0-alpha) from OpenComputers-MC1.10.2-1.6.2.7.jar
	* OpenComputersAPI|Network (6.0.0-alpha) from OpenComputers-MC1.10.2-1.6.2.7.jar
	* OpenComputersAPI|Prefab (6.0.0-alpha) from OpenComputers-MC1.10.2-1.6.2.7.jar
	* pressureAPI (1.3.1.25) from pressure-1.3.1.25-mc1.10.2.jar
	* PsiAPI (2) from Psi-r1.0-42.jar
	* railcraft:API|core (2.0.0) from Railcraft_1.10.2-10.0.1.jar
	* RailcraftAPI|bore (2.0.0) from Railcraft_1.10.2-10.0.1.jar
	* RailcraftAPI|carts (2.0.0) from Railcraft_1.10.2-10.0.1.jar
	* RailcraftAPI|charge (3.0.0) from Railcraft_1.10.2-10.0.1.jar
	* RailcraftAPI|crafting (2.0.0) from Railcraft_1.10.2-10.0.1.jar
	* RailcraftAPI|events (2.0.0) from Railcraft_1.10.2-10.0.1.jar
	* RailcraftAPI|fuel (2.0.0) from Railcraft_1.10.2-10.0.1.jar
	* RailcraftAPI|helpers (2.0.0) from Railcraft_1.10.2-10.0.1.jar
	* RailcraftAPI|items (2.0.0) from Railcraft_1.10.2-10.0.1.jar
	* RailcraftAPI|locomotive (2.0.0) from Railcraft_1.10.2-10.0.1.jar
	* RailcraftAPI|signals (3.0.0) from Railcraft_1.10.2-10.0.1.jar
	* RailcraftAPI|tracks (3.0.0) from Railcraft_1.10.2-10.0.1.jar
	* reborncoreAPI (2.13.4.128) from RebornCore-1.10.2-2.13.4.128-universal.jar
	* reborncoreAPI|Fuel (2.13.4.128) from RebornCore-1.10.2-2.13.4.128-universal.jar
	* reborncoreAPI|Power (2.13.4.128) from RebornCore-1.10.2-2.13.4.128-universal.jar
	* reborncoreAPI|Recipe (2.13.4.128) from RebornCore-1.10.2-2.13.4.128-universal.jar
	* reborncoreAPI|Tile (2.13.4.128) from RebornCore-1.10.2-2.13.4.128-universal.jar
	* StorageDrawersAPI (1.7.10-1.2.0) from refinedstorage-1.2.25.jar
	* StorageDrawersAPI|config (1.7.10-1.2.0) from refinedstorage-1.2.25.jar
	* StorageDrawersAPI|event (1.7.10-1.2.0) from refinedstorage-1.2.25.jar
	* StorageDrawersAPI|inventory (1.7.10-1.2.0) from refinedstorage-1.2.25.jar
	* StorageDrawersAPI|pack (1.7.10-1.2.0) from refinedstorage-1.2.25.jar
	* StorageDrawersAPI|registry (1.10.2-1.3.0) from StorageDrawers-1.10.2-3.6.2.jar
	* StorageDrawersAPI|render (1.10.2-1.3.0) from StorageDrawers-1.10.2-3.6.2.jar
	* StorageDrawersAPI|storage (1.7.10-1.2.0) from refinedstorage-1.2.25.jar
	* StorageDrawersAPI|storage-attribute (1.7.10-1.2.0) from refinedstorage-1.2.25.jar
	* SuperScript (1.0.230) from BiomeTweaker-1.10.2-2.1.230.jar
	* SuperScript|command (1.0.230) from BiomeTweaker-1.10.2-2.1.230.jar
	* SuperScript|object (1.0.230) from BiomeTweaker-1.10.2-2.1.230.jar
	* SuperScript|util (1.0.230) from BiomeTweaker-1.10.2-2.1.230.jar
	* valkyrielib.api (1.10.2-0.10.6) from valkyrielib-1.10.2-0.10.6.jar
	* zerocore|API|multiblock (1.10.2-0.0.2) from zerocore-1.10.2-0.1.0.4.jar
	* zerocore|API|multiblock|rectangular (1.10.2-0.0.2) from zerocore-1.10.2-0.1.0.4.jar
	* zerocore|API|multiblock|validation (1.10.2-0.0.2) from zerocore-1.10.2-0.1.0.4.jar
CodeChickenLib Invalid Fingerprint Reports: 
CodeChickenCore Invalid Fingerprint Reports: 
ChickenChunks Invalid Fingerprint Reports: 
EnderStorage Invalid Fingerprint Reports: 
EnderIO: Found the following problem(s) with your installation (That does NOT mean that Ender IO caused the crash or was involved in it in any way. We add this information to help finding common problems, not as an invitation to post any crash you encounter to Ender IO's issue tracker. Always check the stack trace above to see which mod is most likely failing.):
              * Optifine is installed. This is NOT supported.
              * An unsupportted RF API is installed (1.7.10R1.3.1 from (guessing) jar:file:/C:/Users/Mom/AppData/Roaming/.minecraft/mods/BrandonsCore-1.10.2-2.1.6.98-universal.jar!/cofh/api/CoFHAPIProps.class).
                Ender IO needs at least 1.4.0 and will NOT work with older versions.
             This may (look up the meaning of 'may' in the dictionary if you're not sure what it means) have caused the error. Try reproducing the crash WITHOUT this/these mod(s) before reporting it.
Detailed RF API diagnostics:
              * RF API class 'EnergyStorage' is loaded from: jar:file:/C:/Users/Mom/AppData/Roaming/.minecraft/mods/BrandonsCore-1.10.2-2.1.6.98-universal.jar!/cofh/api/energy/EnergyStorage.class
              * RF API class 'IEnergyConnection' is loaded from: jar:file:/C:/Users/Mom/AppData/Roaming/.minecraft/mods/BrandonsCore-1.10.2-2.1.6.98-universal.jar!/cofh/api/energy/IEnergyConnection.class
              * RF API class 'IEnergyContainerItem' is loaded from: jar:file:/C:/Users/Mom/AppData/Roaming/.minecraft/mods/BrandonsCore-1.10.2-2.1.6.98-universal.jar!/cofh/api/energy/IEnergyContainerItem.class
              * RF API class 'IEnergyHandler' is loaded from: jar:file:/C:/Users/Mom/AppData/Roaming/.minecraft/mods/BrandonsCore-1.10.2-2.1.6.98-universal.jar!/cofh/api/energy/IEnergyHandler.class
              * RF API class 'IEnergyProvider' is loaded from: jar:file:/C:/Users/Mom/AppData/Roaming/.minecraft/mods/BrandonsCore-1.10.2-2.1.6.98-universal.jar!/cofh/api/energy/IEnergyProvider.class
              * RF API class 'IEnergyReceiver' is loaded from: jar:file:/C:/Users/Mom/AppData/Roaming/.minecraft/mods/BrandonsCore-1.10.2-2.1.6.98-universal.jar!/cofh/api/energy/IEnergyReceiver.class
              * RF API class 'IEnergyStorage' is loaded from: jar:file:/C:/Users/Mom/AppData/Roaming/.minecraft/mods/BrandonsCore-1.10.2-2.1.6.98-universal.jar!/cofh/api/energy/IEnergyStorage.class
              * RF API class 'ItemEnergyContainer' is loaded from: jar:file:/C:/Users/Mom/AppData/Roaming/.minecraft/mods/BrandonsCore-1.10.2-2.1.6.98-universal.jar!/cofh/api/energy/ItemEnergyContainer.class
              * RF API class 'TileEnergyHandler' is loaded from: jar:file:/C:/Users/Mom/AppData/Roaming/.minecraft/mods/BrandonsCore-1.10.2-2.1.6.98-universal.jar!/cofh/api/energy/TileEnergyHandler.class
Detailed Tesla API diagnostics:
              * Tesla API class 'Tesla' could not be loaded (reason: java.lang.ClassNotFoundException: net.darkhax.tesla.Tesla)
              * Tesla API class 'TeslaCapabilities' could not be loaded (reason: java.lang.ClassNotFoundException: net.darkhax.tesla.capability.TeslaCapabilities)
              * Tesla API class 'ITeslaConsumer' could not be loaded (reason: java.lang.ClassNotFoundException: net.darkhax.tesla.api.ITeslaConsumer)
              * Tesla API class 'ITeslaHolder' could not be loaded (reason: java.lang.ClassNotFoundException: net.darkhax.tesla.api.ITeslaHolder)
              * Tesla API class 'ITeslaProducer' could not be loaded (reason: java.lang.ClassNotFoundException: net.darkhax.tesla.api.ITeslaProducer)
              * Tesla API class 'BaseTeslaContainer' could not be loaded (reason: java.lang.ClassNotFoundException: net.darkhax.tesla.api.implementation.BaseTeslaContainer)
              * Tesla API class 'BaseTeslaContainerProvider' could not be loaded (reason: java.lang.ClassNotFoundException: net.darkhax.tesla.api.implementation.BaseTeslaContainerProvider)
              * Tesla API class 'InfiniteTeslaConsumer' could not be loaded (reason: java.lang.ClassNotFoundException: net.darkhax.tesla.api.implementation.InfiniteTeslaConsumer)
              * Tesla API class 'InfiniteTeslaConsumerProvider' could not be loaded (reason: java.lang.ClassNotFoundException: net.darkhax.tesla.api.implementation.InfiniteTeslaConsumerProvider)
              * Tesla API class 'InfiniteTeslaProducer' could not be loaded (reason: java.lang.ClassNotFoundException: net.darkhax.tesla.api.implementation.InfiniteTeslaProducer)
              * Tesla API class 'InfiniteTeslaProducerProvider' could not be loaded (reason: java.lang.ClassNotFoundException: net.darkhax.tesla.api.implementation.InfiniteTeslaProducerProvider)

!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
!!!You are looking at the diagnostics information, not at the crash. Scroll up!!!
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!

RebornCore: 
	Plugin Engine: 0
	RebornCore Version: 2.13.4.128
	Mixin Status: 1
	Runtime Debofucsation 1
	RenderEngine: 1
AE2 Integration: IC2:OFF, RC:OFF, RF:OFF, RFItem:OFF, MFR:OFF, Waila:OFF, InvTweaks:OFF, JEI:ON, Mekanism:OFF, OpenComputers:OFF, THE_ONE_PROBE:ON
Launched Version: 1.10.2-forge1.10.2-12.18.3.2254
LWJGL: 2.9.4
OpenGL: GeForce GTX 750 Ti/PCIe/SSE2 GL version 4.5.0 NVIDIA 376.53, NVIDIA Corporation
GL Caps: Using GL 1.3 multitexturing.

Using GL 1.3 texture combiners.
Using framebuffer objects because OpenGL 3.0 is supported and separate blending is supported.
Shaders are available because OpenGL 2.1 is supported.
VBOs are available because OpenGL 1.5 is supported.

Using VBOs: Yes
Is Modded: Definitely; Client brand changed to 'fml,forge'
Type: Client (map_client.txt)
Resource Packs: Modern HD 1.10.zip
Current Language: English (US)
Profiler Position: N/A (disabled)
CPU: 6x AMD FX(tm)-6300 Six-Core Processor 
OptiFine Version: OptiFine_1.10.2_HD_U_D7
Render Distance Chunks: 8
Mipmaps: 0
Anisotropic Filtering: 1
Antialiasing: 0
Multitexture: false
Shaders: null
OpenGlVersion: 4.5.0 NVIDIA 376.53
OpenGlRenderer: GeForce GTX 750 Ti/PCIe/SSE2
OpenGlVendor: NVIDIA Corporation
CpuCount: 6
commented

I would love to check if any mods are currently outdated or incompatible with them. Unfortunately I currently have no time to search. See if anyone else can help you by posting to different forums.