Crashes after looking at tablet for a few seconds
Closed this issue ยท 2 comments
Description
Base information
- Minecraft version: 1.10.2
- Minecraft Forge version: 12.18.3.2316
- Mod Pack: SF3 Version 3.0.13
Additional info: Game becomes unresponsive for about 3 seconds then Screen turns a (seemingly) random color with a section on the left having the dirt texture and crashes a few seconds later. Can reproduce it by having the tablet open for at least 3 minutes, however depending on how long the game is open, it may be shorter (fastest crash only took about 10 seconds).
Image just before crash: http://imgur.com/a/9LXP6
Crash report
---- Minecraft Crash Report ----
WARNING: coremods are present:
BookshelfLoadingPlugin (Bookshelf-1.10.2-1.4.4.347.jar)
Do not report to Forge! Remove FoamFixAPI (or replace with FoamFixAPI-Lawful) and try again. (foamfix-0.6.3-anarchy.jar)
LoadingPlugin (RandomThings-MC1.10.2-3.7.7.1.jar)
Brandon's Core (BrandonsCore-1.10.2-2.1.8.107-universal.jar)
SFRCore (SolarFluxReborn_1.10.2-2.17r.jar)
LoadingPlugin (ResourceLoader-MC1.9.4-1.5.1.jar)
NWRTweak (redstonepaste-mc1.9.4-1.7.4.jar)
ForgelinPlugin (Forgelin-1.5.0.jar)
literalascension (literalascension-1.10.2-1.0.2.2.jar)
ChiselCorePlugin (Chisel-MC1.10.2-0.0.10.22.jar)
EnderCorePlugin (EnderCore-1.10.2-0.4.1.66-beta.jar)
AppleCore (AppleCore-mc1.10.2-2.1.2.jar)
TransformerLoader (OpenComputers-MC1.10.2-1.6.2.7.jar)
ShetiPhian-ASM (shetiphiancore-1.10.0-3.3.9.jar)
Default Options (DefaultOptions_1.10.2-6.1.5.jar)
HammerCoreCore (HammerCore_1.10.2-1.6.9.jar)
NEICorePlugin (NotEnoughItems-1.10.2-2.1.3.220-universal.jar)
CCLCorePlugin (CodeChickenLib-1.10.2-2.5.9.267-universal.jar)
RebornCoreASM (RebornCore-1.10.2-2.13.6.142-universal.jar)
BiomeTweakerCore (BiomeTweaker-1.10.2-2.3.239.jar)
FMLPlugin (InventoryTweaks-1.61-58.jar)
llibrary (llibrary-1.7.6-1.10.2.jar)
Contact their authors BEFORE contacting forge
// Daisy, daisy...
Time: 7/14/17 1:49 PM
Description: Rendering entity in world
java.lang.IllegalArgumentException: Name and ID cannot both be blank
at com.mojang.authlib.GameProfile.<init>(GameProfile.java:25)
at ganymedes01.headcrumbs.entity.EntityHuman.getProfile(EntityHuman.java:473)
at ganymedes01.headcrumbs.renderers.RenderHuman.setModel(RenderHuman.java:77)
at ganymedes01.headcrumbs.renderers.RenderHuman.doRender(RenderHuman.java:50)
at ganymedes01.headcrumbs.renderers.RenderHuman.func_76986_a(RenderHuman.java:21)
at net.minecraft.client.renderer.entity.RenderManager.func_188391_a(RenderManager.java:366)
at com.brandon3055.draconicevolution.client.render.item.RenderItemMobSoul.renderItem(RenderItemMobSoul.java:99)
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_175042_a(CCRenderItem.java:211)
at com.brandon3055.brandonscore.client.gui.modulargui.modularelements.MGuiStackIcon.renderBackgroundLayer(MGuiStackIcon.java:56)
at com.brandon3055.brandonscore.client.gui.modulargui.MGuiElementBase.renderBackgroundLayer(MGuiElementBase.java:354)
at com.brandon3055.draconicevolution.client.gui.modwiki.moddata.guidoctree.TreeBranchContent.renderBackgroundLayer(TreeBranchContent.java:150)
at com.brandon3055.brandonscore.client.gui.modulargui.modularelements.MGuiList.renderBackgroundLayer(MGuiList.java:115)
at com.brandon3055.draconicevolution.client.gui.modwiki.WikiContentList.renderBackgroundLayer(WikiContentList.java:166)
at com.brandon3055.brandonscore.client.gui.modulargui.ModuleManager.renderBackgroundLayer(ModuleManager.java:190)
at com.brandon3055.brandonscore.client.gui.modulargui.ModularGuiScreen.renderBackgroundLayer(ModularGuiScreen.java:155)
at com.brandon3055.draconicevolution.client.gui.modwiki.GuiModWiki.renderBackgroundLayer(GuiModWiki.java:98)
at com.brandon3055.brandonscore.client.gui.modulargui.ModularGuiScreen.func_73863_a(ModularGuiScreen.java:147)
at net.minecraftforge.client.ForgeHooksClient.drawScreen(ForgeHooksClient.java:382)
at net.minecraft.client.renderer.EntityRenderer.func_181560_a(EntityRenderer.java:1094)
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 com.mojang.authlib.GameProfile.<init>(GameProfile.java:25)
at ganymedes01.headcrumbs.entity.EntityHuman.getProfile(EntityHuman.java:473)
at ganymedes01.headcrumbs.renderers.RenderHuman.setModel(RenderHuman.java:77)
at ganymedes01.headcrumbs.renderers.RenderHuman.doRender(RenderHuman.java:50)
at ganymedes01.headcrumbs.renderers.RenderHuman.func_76986_a(RenderHuman.java:21)
-- Entity being rendered --
Details:
Entity Type: headcrumbs.Human (ganymedes01.headcrumbs.entity.EntityHuman)
Entity ID: 87848
Entity Name:
Entity's Exact location: 0.00, 0.00, 0.00
Entity's Block location: 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)
Entity's Momentum: 0.00, 0.00, 0.00
Entity's Passengers: []
Entity's Vehicle: ~~ERROR~~ NullPointerException: null
-- Renderer details --
Details:
Assigned renderer: ganymedes01.headcrumbs.renderers.RenderHuman@6a7f51e5
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_188391_a(RenderManager.java:366)
at com.brandon3055.draconicevolution.client.render.item.RenderItemMobSoul.renderItem(RenderItemMobSoul.java:99)
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_175042_a(CCRenderItem.java:211)
at com.brandon3055.brandonscore.client.gui.modulargui.modularelements.MGuiStackIcon.renderBackgroundLayer(MGuiStackIcon.java:56)
at com.brandon3055.brandonscore.client.gui.modulargui.MGuiElementBase.renderBackgroundLayer(MGuiElementBase.java:354)
at com.brandon3055.draconicevolution.client.gui.modwiki.moddata.guidoctree.TreeBranchContent.renderBackgroundLayer(TreeBranchContent.java:150)
at com.brandon3055.brandonscore.client.gui.modulargui.modularelements.MGuiList.renderBackgroundLayer(MGuiList.java:115)
at com.brandon3055.draconicevolution.client.gui.modwiki.WikiContentList.renderBackgroundLayer(WikiContentList.java:166)
at com.brandon3055.brandonscore.client.gui.modulargui.ModuleManager.renderBackgroundLayer(ModuleManager.java:190)
at com.brandon3055.brandonscore.client.gui.modulargui.ModularGuiScreen.renderBackgroundLayer(ModularGuiScreen.java:155)
at com.brandon3055.draconicevolution.client.gui.modwiki.GuiModWiki.renderBackgroundLayer(GuiModWiki.java:98)
at com.brandon3055.brandonscore.client.gui.modulargui.ModularGuiScreen.func_73863_a(ModularGuiScreen.java:147)
at net.minecraftforge.client.ForgeHooksClient.drawScreen(ForgeHooksClient.java:382)
-- Screen render details --
Details:
Screen name: com.brandon3055.draconicevolution.client.gui.modwiki.GuiModWiki
Mouse location: Scaled: (91, 239). Absolute: (274, 301)
Screen size: Scaled: (640, 340). Absolute: (1920, 1018). Scale factor of 3
-- Affected level --
Details:
Level name: MpServer
All players: 1 total; [EntityPlayerSP['AwesomeSeal'/1828493, l='MpServer', x=-5866.71, y=75.37, z=-3870.25]]
Chunk stats: MultiplayerChunkCache: 426, 426
Level seed: 0
Level generator: ID 01 - flat, ver 0. Features enabled: false
Level generator options:
Level spawn location: World: (8,64,8), Chunk: (at 8,4,8 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)
Level time: 290890488 game time, 289915855 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: 88 total; [EntityXPOrbBig['entity.clumps.xp_orb_big.name'/2718757, l='MpServer', x=-5886.25, y=80.00, z=-3879.00], EntityXPOrbBig['entity.clumps.xp_orb_big.name'/2718756, l='MpServer', x=-5886.25, y=80.00, z=-3879.42], EntityXPOrbBig['entity.clumps.xp_orb_big.name'/2702432, l='MpServer', x=-5886.25, y=84.00, z=-3879.68], EntityBat['Bat'/2678886, l='MpServer', x=-5908.52, y=3.29, z=-3830.21], EntityXPOrbBig['entity.clumps.xp_orb_big.name'/2649190, l='MpServer', x=-5886.50, y=84.00, z=-3882.01], EntityBat['Bat'/2678887, l='MpServer', x=-5901.86, y=5.01, z=-3861.04], EntityItem['item.item.ingotGold'/1832003, l='MpServer', x=-5921.39, y=74.50, z=-3867.81], EntityChickensChicken['Gold Chicken'/1832002, l='MpServer', x=-5924.17, y=75.00, z=-3869.40], EntityItem['item.item.hatchery.chickenmanure'/1832005, l='MpServer', x=-5922.12, y=75.00, z=-3868.79], EntityItem['item.item.ingotGold'/1832004, l='MpServer', x=-5922.02, y=75.00, z=-3868.05], EntityBat['Bat'/2699333, l='MpServer', x=-5867.35, y=4.57, z=-3823.24], EntityBat['Bat'/2699334, l='MpServer', x=-5858.55, y=2.02, z=-3830.26], EntityHorse['Skeleton Horse'/1832093, l='MpServer', x=-5855.00, y=1.00, z=-3897.28], EntityBat['Bat'/2692232, l='MpServer', x=-5872.71, y=3.08, z=-3827.42], EntityBat['Bat'/2692234, l='MpServer', x=-5886.80, y=2.67, z=-3817.55], EntityBat['Bat'/2692231, l='MpServer', x=-5869.31, y=2.31, z=-3821.76], EntityItem['item.item.hatchery.chickenmanure'/2402449, l='MpServer', x=-5925.08, y=75.00, z=-3869.53], EntityPlayerSP['AwesomeSeal'/1828493, l='MpServer', x=-5866.71, y=75.37, z=-3870.25], EntityItem['item.item.hatchery.chickenmanure'/2555083, l='MpServer', x=-5924.13, y=75.00, z=-3869.67], EntityZombie['Zombie'/2749805, l='MpServer', x=-5886.50, y=84.00, z=-3880.83], EntitySkeleton['Skeleton'/2749815, l='MpServer', x=-5888.50, y=72.00, z=-3880.63], EntityItem['item.item.string'/2740547, l='MpServer', x=-5892.12, y=84.00, z=-3878.52], EntityItem['item.item.ingotGold'/2281807, l='MpServer', x=-5923.79, y=75.00, z=-3869.90], EntityCreeper['Creeper'/2748838, l='MpServer', x=-5888.76, y=72.00, z=-3877.38], EntityItem['item.item.netherquartz'/2749882, l='MpServer', x=-5915.74, y=72.83, z=-3842.63], EntityBat['Bat'/2672049, l='MpServer', x=-5850.28, y=1.57, z=-3836.06], EntityEnderman['Enderman'/2748900, l='MpServer', x=-5889.43, y=72.94, z=-3877.09], EntityItemFrame['Item Frame'/1832477, l='MpServer', x=-5923.50, y=74.50, z=-3823.03], EntityXPOrbBig['entity.clumps.xp_orb_big.name'/1939989, l='MpServer', x=-5886.25, y=76.00, z=-3882.75], EntityXPOrbBig['entity.clumps.xp_orb_big.name'/2648613, l='MpServer', x=-5886.25, y=84.00, z=-3882.43], EntityEnderman['Enderman'/2748938, l='MpServer', x=-5889.47, y=73.04, z=-3876.30], EntityChickensChicken['Sand Chicken'/1832539, l='MpServer', x=-5918.11, y=72.00, z=-3845.73], EntityChickensChicken['Clay Chicken'/1832538, l='MpServer', x=-5918.11, y=72.00, z=-3844.49], EntityChickensChicken['Glass Chicken'/1832537, l='MpServer', x=-5916.80, y=72.00, z=-3844.85], EntityChickensChicken['Lapis Blue Chicken'/1832536, l='MpServer', x=-5916.20, y=72.00, z=-3843.65], EntityChickensChicken['Coal Chicken'/1832543, l='MpServer', x=-5918.05, y=72.00, z=-3842.31], EntityChickensChicken['Yellow Chicken'/1832542, l='MpServer', x=-5913.03, y=72.00, z=-3841.89], EntityChickensChicken['Cocoa Brown Chicken'/1832541, l='MpServer', x=-5917.80, y=72.00, z=-3841.89], EntityChickensChicken['Emerald Chicken'/1832540, l='MpServer', x=-5915.81, y=72.00, z=-3845.80], EntityChickensChicken['Cactus Green Chicken'/1832531, l='MpServer', x=-5917.36, y=72.00, z=-3845.03], EntityChickensChicken['Log Chicken'/1832530, l='MpServer', x=-5916.97, y=72.00, z=-3842.45], EntityChickensChicken['Prismarine Shard Chicken'/1832529, l='MpServer', x=-5916.36, y=72.00, z=-3846.05], EntityChickensChicken['Nether Wart Chicken'/1832528, l='MpServer', x=-5916.84, y=72.00, z=-3845.39], EntityChickensChicken['Diamond Chicken'/1832535, l='MpServer', x=-5912.50, y=72.00, z=-3841.91], EntityChickensChicken['Flint Chicken'/1832534, l='MpServer', x=-5917.41, y=72.00, z=-3844.18], EntityChickensChicken['Ender Pearl Chicken'/1832533, l='MpServer', x=-5917.79, y=72.00, z=-3844.96], EntityChickensChicken['Ink Black Chicken'/1832532, l='MpServer', x=-5918.05, y=72.00, z=-3843.16], EntityChickensChicken['Snowball Chicken'/1832527, l='MpServer', x=-5912.71, y=72.00, z=-3846.11], EntityChickensChicken['Red Chicken'/1832526, l='MpServer', x=-5916.94, y=72.00, z=-3845.92], EntityChickensChicken['Smart Chicken'/1832525, l='MpServer', x=-5912.20, y=72.00, z=-3846.11], EntityChickensChicken['Redstone Chicken'/1832524, l='MpServer', x=-5918.05, y=72.00, z=-3843.57], EntityCow['Cow'/1832574, l='MpServer', x=-5923.86, y=72.00, z=-3848.55], EntityCow['Cow'/1832563, l='MpServer', x=-5922.86, y=72.00, z=-3848.41], EntityChickensChicken['Obsidian Chicken'/1832553, l='MpServer', x=-5917.50, y=72.00, z=-3842.90], EntityChickensChicken['Yellorium Chicken'/1832552, l='MpServer', x=-5917.43, y=72.00, z=-3845.52], EntityChickensChicken['Bone White Chicken'/1832547, l='MpServer', x=-5911.89, y=72.00, z=-3844.35], EntityChickensChicken['Copper Chicken'/1832546, l='MpServer', x=-5917.68, y=72.00, z=-3846.06], EntityChickensChicken['Blaze Rod Chicken'/1832545, l='MpServer', x=-5917.37, y=72.00, z=-3841.95], EntityChickensChicken['Nether Quartz Chicken'/1832544, l='MpServer', x=-5916.07, y=72.00, z=-3842.24], EntityChickensChicken['Lava Chicken'/1832551, l='MpServer', x=-5912.76, y=72.00, z=-3842.51], EntityChickensChicken['Water Chicken'/1832550, l='MpServer', x=-5918.05, y=72.00, z=-3844.03], EntityChickensChicken['Ghast Tear Chicken'/1832549, l='MpServer', x=-5917.65, y=72.00, z=-3843.52], EntityChickensChicken['Blaze Rod Chicken'/1832548, l='MpServer', x=-5911.89, y=72.00, z=-3845.06], EntityItem['item.item.ingotGold'/2059909, l='MpServer', x=-5922.63, y=75.00, z=-3869.45], EntityXPOrbBig['entity.clumps.xp_orb_big.name'/2690741, l='MpServer', x=-5886.25, y=80.00, z=-3880.29], EntityZombie['Zombie'/2749058, l='MpServer', x=-5890.22, y=72.12, z=-3877.55], EntityItem['item.item.hatchery.chickenmanure'/1957548, l='MpServer', x=-5922.23, y=75.00, z=-3868.25], EntityItem['item.item.ingotGold'/2732770, l='MpServer', x=-5923.47, y=75.00, z=-3869.60], EntityXPOrbBig['entity.clumps.xp_orb_big.name'/2683699, l='MpServer', x=-5886.58, y=84.00, z=-3878.57], EntityItem['item.item.ingotGold'/1907512, l='MpServer', x=-5922.21, y=75.00, z=-3868.91], EntityItem['item.item.bow'/1832827, l='MpServer', x=-5837.36, y=1.00, z=-3866.56], EntityHorse['Skeleton Horse'/1832830, l='MpServer', x=-5873.29, y=1.00, z=-3825.11], EntityItem['item.item.helmetIron'/1832828, l='MpServer', x=-5836.38, y=1.00, z=-3866.40], EntityItem['item.item.bone'/1832819, l='MpServer', x=-5846.09, y=1.00, z=-3874.58], EntityItem['item.item.arrow'/1832818, l='MpServer', x=-5846.00, y=1.00, z=-3875.25], EntityHorse['Skeleton Horse'/1832817, l='MpServer', x=-5885.93, y=1.00, z=-3886.02], EntityItem['item.item.bow'/1832820, l='MpServer', x=-5846.98, y=1.00, z=-3875.66], EntityItem['item.item.ingotGold'/2340690, l='MpServer', x=-5923.47, y=75.00, z=-3869.61], EntitySpider['Spider'/2749374, l='MpServer', x=-5890.00, y=84.00, z=-3877.64], EntityWorm['entity.actuallyadditions.actuallyadditions.worm.name'/1832838, l='MpServer', x=-5915.50, y=73.50, z=-3873.50], EntityHorse['Skeleton Horse'/1832837, l='MpServer', x=-5831.06, y=1.00, z=-3875.89], EntityHorse['Skeleton Horse'/1832836, l='MpServer', x=-5844.44, y=1.00, z=-3846.28], EntityItem['item.item.ingotGold'/2231190, l='MpServer', x=-5924.65, y=75.00, z=-3869.03], EntityXPOrbBig['entity.clumps.xp_orb_big.name'/2697107, l='MpServer', x=-5886.37, y=80.00, z=-3878.44], EntityBat['Bat'/2664419, l='MpServer', x=-5919.93, y=4.15, z=-3840.95], EntityItem['item.item.string'/2744267, l='MpServer', x=-5888.06, y=84.00, z=-3878.29], EntitySpider['Spider'/2749388, l='MpServer', x=-5891.63, y=84.00, z=-3877.64], EntityCreeper['Creeper'/2748380, l='MpServer', x=-5888.62, y=72.15, z=-3876.30]]
Retry entities: 0 total; []
Server brand: exaCord (git:BungeeCord-Bootstrap:1.11-SNAPSHOT:8d51253:132) <- fml,forg
Server type: Non-integrated multiplayer server
Stacktrace:
at net.minecraft.client.multiplayer.WorldClient.func_72914_a(WorldClient.java:415)
at net.minecraft.client.Minecraft.func_71396_d(Minecraft.java:2660)
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:392)
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)
-- 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: 2161455720 bytes (2061 MB) / 5349834752 bytes (5102 MB) up to 7635730432 bytes (7282 MB)
JVM Flags: 4 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xmx8192m -Xms256m -XX:PermSize=256m
IntCache: cache: 0, tcache: 0, allocated: 13, tallocated: 95
FML: MCP 9.32 Powered by Forge 12.18.3.2316 195 mods loaded, 194 mods active
States: 'U' = Unloaded 'L' = Loaded 'C' = Constructed 'H' = Pre-initialized 'I' = Initialized 'J' = Post-initialized 'A' = Available 'D' = Disabled 'E' = Errored
UCHIJA mcp{9.19} [Minecraft Coder Pack] (minecraft.jar)
UCHIJA FML{8.0.99.99} [Forge Mod Loader] (forge-1.10.2-12.18.3.2316.jar)
UCHIJA Forge{12.18.3.2316} [Minecraft Forge] (forge-1.10.2-12.18.3.2316.jar)
UCHIJA NotEnoughItems{2.1.3.220} [Not Enough Items] (NotEnoughItems-1.10.2-2.1.3.220-universal.jar)
UCHIJA OpenComputers|Core{1.6.2.7} [OpenComputers (Core)] (minecraft.jar)
UCHIJA foamfixcore{7.7.4} [FoamFixCore] (minecraft.jar)
UCHIJA ccl-entityhook{1.0} [ccl-entityhook] (CodeChickenLib-1.10.2-2.5.9.267-universal.jar)
UCHIJA fenceoverhaul{1.2.1} [Fence Overhaul] ([1.10.x]FenceOverhaul-1.2.1.jar)
UCHIJA actuallyadditions{1.10.2-r105} [Actually Additions] (ActuallyAdditions-1.10.2-r105.jar)
UCHIJA CodeChickenLib{2.5.9.267} [CodeChicken Lib] (CodeChickenLib-1.10.2-2.5.9.267-universal.jar)
UCHIJA CodeChickenCore{2.4.1.102} [CodeChicken Core] (CodeChickenCore-1.10.2-2.4.1.102-universal.jar)
UCHIJA EnderStorage{2.2.1.106} [EnderStorage] (EnderStorage-1.10.2-2.2.1.106-universal.jar)
UCHIJA JEI{3.14.7.420} [Just Enough Items] (jei_1.10.2-3.14.7.420.jar)
UCHIJA OpenComputers{1.6.2.7} [OpenComputers] (OpenComputers-MC1.10.2-1.6.2.7.jar)
UCHIJA actuallycomputers{1.0.0} [ActuallyComputers] (actuallycomputers-1.0.0.jar)
UCHIJA Baubles{1.3.11} [Baubles] (Baubles-1.10.2-1.3.11.jar)
UCHIJA extrautils2{1.0} [Extra Utilities 2] (extrautils2-1.10.2-1.4.4.jar)
UCHIJA flyringbaublemod{0.2.4_1.10.2-d71eb9e} [AngelRing 2 Bauble] (angelRingToBauble-1.10.2-0.2.4.19+d71eb9e.jar)
UCHIJA AppleCore{2.1.2} [AppleCore] (AppleCore-mc1.10.2-2.1.2.jar)
UCHIJA apple_shields{0.1.7} [apple_shields] (AppleShields-0.1.7.jar)
UCHIJA appleskin{1.0.5} [AppleSkin] (AppleSkin-mc1.10.2-1.0.5.jar)
UCHIJA autopackager{1.6.4} [AutoPackager] (autopackager-1.6.4.jar)
UCHIJA Psi{r1.0-42} [Psi] (Psi-r1.0-42.jar)
UCHIJA AutoRegLib{1.0-2} [AutoRegLib] (AutoRegLib-1.0-2.jar)
UCHIJA baconators{3.0.6} [Baconators] (baconators-1.10.2-3.0.6.jar)
UCHIJA crafttweakerjei{1.0.1} [CraftTweaker JEI Support] (CraftTweaker-1.10.2-3.0.26.jar)
UCHIJA MineTweaker3{3.0.26} [MineTweaker 3] (CraftTweaker-1.10.2-3.0.26.jar)
UCHIJA base{1.10.2-1.4.0} [B.A.S.E] (base-1.10.2-1.4.0.jar)
UCHIJA bdlib{1.12.4.24} [BD Lib] (bdlib-1.12.4.24-mc1.10.2.jar)
UCHIJA bedbugs{@VERSION@} [Bed Bugs] (BedBugs-1.10.2-1.1.6.jar)
UCHIJA betterbuilderswands{0.11.1} [Better Builder's Wands] (BetterBuildersWands-1.10.2-0.11.1.220+f8232fe.jar)
UCHIJA betterthanbunnies{1.10.2-1.1.0} [BetterThanBunnies] (BetterThanBunnies-1.10.2-1.1.0.jar)
UCHIJA biometweaker{2.3.239} [BiomeTweaker] (BiomeTweaker-1.10.2-2.3.239.jar)
UCHIJA BlockDispenser{1.0} [BlockDispenser] (BlockDispenser-1.0-1.jar)
UCHIJA guideapi{@VERSION@} [Guide-API] (Guide-API-1.10.2-2.0.3-46.jar)
UCHIJA BloodMagic{1.10.2-2.1.10-79} [Blood Magic: Alchemical Wizardry] (BloodMagic-1.10.2-2.1.10-79.jar)
UCHIJA bookshelf{1.4.4.347} [Bookshelf] (Bookshelf-1.10.2-1.4.4.347.jar)
UCHIJA Botania{r1.9-341} [Botania] (Botania r1.9-341.jar)
UCHIJA brandonscore{2.1.8} [Brandon's Core] (BrandonsCore-1.10.2-2.1.8.107-universal.jar)
UCHIJA mantle{1.10.2-1.1.5.205} [Mantle] (Mantle-1.10.2-1.1.5.jar)
UCHIJA tconstruct{1.10.2-2.6.5.10} [Tinkers' Construct] (TConstruct-1.10.2-2.6.5.jar)
UCHIJA ceramics{1.10.2-1.1.6b} [Ceramics] (Ceramics-1.10.2-1.1.6b.jar)
UCHIJA Chameleon{1.10.2-2.3.0} [Chameleon] (Chameleon-1.10.2-2.3.0.jar)
UCHIJA chancecubes{1.10.2-3.0.1.194} [Chance Cubes] (ChanceCubes-1.10.2-3.0.1.194.jar)
UCHIJA mcmultipart{1.4.0} [MCMultiPart] (MCMultiPart-1.4.0-universal.jar)
UCHIJA CharsetLib{0.3.5} [?] (Charset-mc1.10.2-0.3.5-fd38f2c944396214.jar)
UCHIJA CharsetPipes{0.3.5} [|] (Charset-mc1.10.2-0.3.5-fd38f2c944396214.jar)
UCHIJA CharsetWrench{0.3.5} [/] (Charset-mc1.10.2-0.3.5-fd38f2c944396214.jar)
UCHIJA ChestTransporter{2.5.17} [Chest Transporter] (ChestTransporter-1.10.2-2.5.17.jar)
UCHIJA ChickenChunks{2.2.0.52} [ChickenChunks] (ChickenChunks-1.10.2-2.2.0.52-universal.jar)
UCHIJA chickens{4.3.2} [Chickens] (chickens-4.3.2.jar)
UCHIJA chisel{MC1.10.2-0.0.10.22} [Chisel] (Chisel-MC1.10.2-0.0.10.22.jar)
UCHIJA chiselsandbits{12.14} [Chisels & Bits] (chiselsandbits-12.14.jar)
UCHIJA clienttweaks{1.1.16} [Client Tweaks] (ClientTweaks_1.10.2-1.1.16.jar)
UCHIJA shadowmc{3.6.1} [ShadowMC] (ShadowMC-1.10.2-3.6.1.jar)
UCHIJA clipboard{@VERSION@} [Clipboard] (Clipboard-1.10.2-1.1.1.jar)
UCHIJA clumps{1.0.5} [Clumps] (Clumps-1.0.5.jar)
UCHIJA cyclopscore{0.10.5} [Cyclops Core] (CyclopsCore-1.9.4-0.10.5.jar)
UCHIJA colossalchests{1.6.0} [Colossal Chests] (ColossalChests-1.10.2-1.6.0.jar)
UCHIJA commoncapabilities{1.3.3} [CommonCapabilities] (CommonCapabilities-1.9.4-1.3.3.jar)
UCHIJA controlling{1.0.4} [Controlling] (Controlling-1.0.4.jar)
UCHIJA cookingforblockheads{4.2.43} [Cooking for Blockheads] (CookingForBlockheads_1.10.2-4.2.43.jar)
UCHIJA ctgui{1.0.0} [CT-GUI] (CraftTweaker-1.10.2-3.0.26.jar)
UCHIJA custommainmenu{2.0.5} [Custom Main Menu] (CustomMainMenu-MC1.10.2-2.0.5.jar)
UCHIJA Waila{1.8.17-B31_1.10.2} [Waila] (Hwyla-1.8.17-B31_1.10.2.jar)
UCHIJA darkutils{1.1.8.finalrc2} [Dark Utilities] (DarkUtilities-1.1.8.finalrc2.jar)
UCHIJA PTRModelLib{1.0.0} [PTRModelLib] (Decocraft-2.4.2_1.10.2.jar)
UCHIJA props{2.4.2} [Decocraft] (Decocraft-2.4.2_1.10.2.jar)
UCHIJA defaultoptions{6.1.5} [Default Options] (DefaultOptions_1.10.2-6.1.5.jar)
UCHIJA dimensionalcake{0.0.1} [Dimensional Cake] (dimensionalcake-1.9.4-0.0.1.jar)
UCHIJA draconicevolution{2.1.0} [Draconic Evolution] (Draconic-Evolution-1.10.2-2.1.0.232-universal.jar)
UCHIJA DragonMounts{r46-1.10.2} [Dragon Mounts] (DragonMounts-r46-1.10.2.jar)
UCHIJA StorageDrawers{1.10.2-3.7.9} [Storage Drawers] (StorageDrawers-1.10.2-3.7.9.jar)
UCHIJA bitdrawers{0.36} [Drawers & Bits] (DrawersBits-1.10.2-0.36.jar)
UCHIJA elevatorid{1.3.0} [Elevator Mod] (ElevatorMod[V.1.3.0][MC.1.10.2].jar)
UCHIJA endercore{1.10.2-0.4.1.66-beta} [EnderCore] (EnderCore-1.10.2-0.4.1.66-beta.jar)
UCHIJA EnderIO{1.10.2-3.1.192} [Ender IO] (EnderIO-1.10.2-3.1.192.jar)
UCHIJA engineersworkshop{1.0} [Engineers Workshop] (EngineersWorkshop-1.3.5-1.10.2.jar)
UCHIJA valkyrielib{1.10.2-0.10.6} [Valkyrie Lib] (valkyrielib-1.10.2-0.10.6.jar)
UCHIJA environmentaltech{1.10.2-0.10.6b} [Environmental Tech] (environmentaltech-1.10.2-0.10.6b.jar)
UCHIJA etlunar{1.10.2-0.10.6a} [ET Lunar] (etlunar-1.10.2-0.10.6a.jar)
UCHIJA exnihiloadscensio{0.1.5} [Ex Nihilo Adscensio] (exnihiloadscensio-1.10.2-0.1.20.jar)
UCHIJA excompressum{2.0.97} [Ex Compressum] (ExCompressum_1.10.2-2.0.97.jar)
UCHIJA ExtraBitManipulation{1.10.2-2.3.4} [Extra Bit Manipulation] (ExtraBitManipulation-1.10.2-2.3.4.jar)
UCHIJA zerocore{1.10.2-0.1.0.6} [Zero CORE] (zerocore-1.10.2-0.1.0.6.jar)
UCHIJA bigreactors{1.10.2-0.4.5.29} [Extreme Reactors] (ExtremeReactors-1.10.2-0.4.5.29.jar)
UCHIJA fairylights{2.1.1} [Fairy Lights] (fairylights-2.1.1-1.10.2.jar)
UCHIJA farmingforblockheads{1.1.15} [Farming for Blockheads] (FarmingForBlockheads_1.10.2-1.1.15.jar)
UCHIJA flatcoloredblocks{mc1.10-v4.4} [Flat Colored Blocks] (flatcoloredblocks-mc1.10-v4.4.jar)
UCHIJA sonarcore{3.2.7} [SonarCore] (SonarCore-1.10.2-3.2.7.jar)
UCHIJA fluxnetworks{1.2.4} [FluxNetworks] (FluxNetworks-1.10.2-1.2.4.jar)
UCHIJA foamfix{@VERSION@} [FoamFix] (foamfix-0.6.3-anarchy.jar)
UCHIJA forgelin{1.4.2} [Shadowfacts' Forgelin] (Forgelin-1.5.0.jar)
UCHIJA ftbl{0.0.0} [FTBLib] (FTBLib-1.1x-3.6.5.jar)
UCHIJA ftbu{0.0.0} [FTBUtilities] (FTBUtilities-1.1x-3.6.5.jar)
UCHIJA fw{1.5.0} [Fullscreen Windowed] (FullscreenWindowed-1.10.2-1.5.0.jar)
UCHIJA Funnels{1.1.2} [Funnels] (Funnels-1.10.2-1.1.2.jar)
UCHIJA GardenOfGlass{sqrt(-1)} [Garden of Glass] (GardenOfGlass.jar)
UCHIJA advgenerators{0.9.20.23} [Advanced Generators] (generators-0.9.20.23-mc1.10.2.jar)
UCHIJA googlyeyes{6.0.0} [GooglyEyes] (GooglyEyes-1.10.2-6.0.0.jar)
UCHIJA gravestone{1.5.12} [Gravestone] (GraveStone Mod 1.5.12.jar)
UCHIJA grue{1.3.5} [Grue] (Grue-1.9.4-1.3.5.jar)
UCHIJA gyth{2.0.0.2} [Get Ya' Tanks Here] (Gyth-1.10.2-2.0.0.27.jar)
UCHIJA hammercore{1.6.9} [Hammer Core] (HammerCore_1.10.2-1.6.9.jar)
UCHIJA hatchery{0.3.17} [Hatchery] (hatchery-1.10.2-0.3.17.jar)
UCHIJA headcrumbs{2.0.2} [Headcrumbs] (Headcrumbs-2.0.3.jar)
UCHIJA hopperducts{1.4.8} [Hopper Ducts] (hopperducts-mc1.9.4-1.4.8.jar)
UCHIJA hydrogel{0.9} [HydroGel] (hydrogel-0.9.jar)
UCHIJA immersiveengineering{0.10-60} [Immersive Engineering] (ImmersiveEngineering-0.10-60.jar)
UCHIJA LunatriusCore{1.1.2.38} [LunatriusCore] (LunatriusCore-1.10.2-1.1.2.38-universal.jar)
UCHIJA InGameInfoXML{2.8.1.89} [InGame Info XML] (InGameInfoXML-1.10.2-2.8.1.89-universal.jar)
UCHIJA mtlib{@VERSION@} [MTLib] (MTLib-1.0.3.jar)
UCHIJA initialinventory{1.0.1} [InitialInventory] (InitialInventory-1.0.1.jar)
UCHIJA integrateddynamics{0.7.3} [Integrated Dynamics] (IntegratedDynamics-1.10.2-0.7.3.jar)
UCHIJA integratedtunnels{1.2.1} [Integrated Tunnels] (IntegratedTunnels-1.10.2-1.2.1.jar)
UCHIJA inventorysorter{0.11.0+47} [Simple Inventory sorting] (inventorysorter-1.10.2-0.11.0+47.jar)
UCHIJA inventorytweaks{1.61-58-a1fd884} [Inventory Tweaks] (InventoryTweaks-1.61-58.jar)
UCHIJA ironbackpacks{1.10.2-2.2.27} [Iron Backpacks] (IronBackpacks-1.10.2-2.2.27.jar)
UCHIJA ironchest{1.10.2-7.0.15.804} [Iron Chest] (ironchest-1.10.2-7.0.15.804.jar)
UCHIJA yunomakegoodmap{1.10.2-6.1.0.26} [YUNoMakeGoodMap] (YUNoMakeGoodMap-1.10.2-6.1.0.26.jar)
UCHIJA itsbecauseuhasnogoodspawn{1.0.5} [ItsBecauseUHasNoGoodSpawn] (ItsBecauseUHasNoGoodSpawn-1.0.5.jar)
UCHIJA ItsRainingFood{1.0.2} [It's Raining Food] (itsrainingfood-1.10.2-0.1.0.jar)
UCHIJA journeymap{1.10.2-5.4.6} [JourneyMap] (journeymap-1.10.2-5.4.6.jar)
UCHIJA kleeslabs{3.3.5} [KleeSlabs] (KleeSlabs_1.10.2-3.3.5.jar)
UCHIJA llibrary{1.7.6} [LLibrary] (llibrary-1.7.6-1.10.2.jar)
UCHIJA literalascension{1.10.2-1.0.2.2} [Literal Ascension] (literalascension-1.10.2-1.0.2.2.jar)
UCHIJA boots{1.0} [Long Fall Boots] (LongFallBoots - Hard Mode.jar)
UCHIJA lootbags{2.3.9} [Loot Bags] (LootBags-1.10.2-2.3.9.jar)
UCHIJA mercurius{1.0.4} [Mercurius] (Mercurius-1.10.2-1.0.4.jar)
UCHIJA minemenu{1.4.5} [MineMenu] (MineMenu-1.10.2-1.4.5-universal.jar)
UCHIJA minicoal{1.1.0} [MiniCoal] (minicoal-1.1.0.jar)
UCHIJA natura{1.10.2-4.1.0.65} [Natura] (natura-1.10.2-4.1.0.65.jar)
UCHIJA missing_pieces{4.3.0} [Missing Pieces] (missing_pieces-1.10.2-4.3.0.jar)
UCHIJA randomthings{3.7.7.1} [Random Things] (RandomThings-MC1.10.2-3.7.7.1.jar)
UCHIJA roots{0.208} [Roots] (roots-0.208.jar)
UCHIJA moarsigns{4.2.3.9} [MoarSigns] (MoarSigns-1.10.2-4.2.3.9.jar)
UCHIJA mob_grinding_utils{0.1.8.21} [mob_grinding_utils] (MobGrindingUtils-0.1.8.21.jar)
UCHIJA modtweaker{2.0.12} [Mod Tweaker] (ModTweaker2-2.0.12.jar)
UCHIJA morechickens{1.1.4} [More Chickens] (MoreChickens-1.10.2-1.1.4.jar)
UCHIJA shear{1.1.2} [More Shearables] (MoreShearables1.2.1-1.10.2.jar)
UCHIJA moreshears{1.0.5} [More Shears] (moreshears-1.10.2-1.0.5-release.jar)
UCHIJA Morpheus{1.10.2-3.1.13} [Morpheus] (Morpheus-1.10.2-3.1.13.jar)
UCHIJA mousetweaks{2.8} [Mouse Tweaks] (MouseTweaks-2.8-mc1.10.2.jar)
UCHIJA mputils{1.2.9} [ModPack Utilities] (mputils-1.10.2-1.2.9.jar)
UCHIJA mpbasic{1.1.3} [ModPack Basic Tools] (mpbasic-1.10.2-1.1.5.jar)
UCHIJA mysticalagriculture{1.5.5} [Mystical Agriculture] (mysticalagriculture[1.10.2]-1.5.5.jar)
UCHIJA Neat{1.3-12} [Neat] (Neat 1.3-12.jar)
UCHIJA nice{0.1.0} [Nice] (nice-0.1.0.jar)
UCHIJA notenoughwands{1.5.5} [Not Enough Wands] (notenoughwands-1.1x-1.5.5.jar)
UCHIJA oreexcavation{1.2.93} [OreExcavation] (OreExcavation-1.2.93.jar)
UCHIJA packingtape{0.6.0} [Packing Tape] (PackingTape-1.10.2-0.6.0.jar)
UCHIJA harvestcraft{1.9.4-1.10.2g} [Pam's HarvestCraft] (Pam's HarvestCraft 1.9.4-1.10.2h.jar)
UCHIJA shetiphiancore{3.3.9} [ShetiPhian-Core] (shetiphiancore-1.10.0-3.3.9.jar)
UCHIJA platforms{1.2.10} [Platforms] (platforms-1.10.0-1.2.10.jar)
UCHIJA reborncore{2.13.6.142} [RebornCore] (RebornCore-1.10.2-2.13.6.142-universal.jar)
UCHIJA quantumstorage{3.3.4} [QuantumStorage] (QuantumStorage-1.10.2-3.3.4.jar)
UCHIJA rangedpumps{0.3} [Ranged Pumps] (rangedpumps-0.3.jar)
UCHIJA reborncore-mcmultipart{2.13.6.142} [reborncore-MCMultiPart] (RebornCore-1.10.2-2.13.6.142-universal.jar)
UCHIJA refinedstorage{1.2.26} [Refined Storage] (refinedstorage-1.2.26.jar)
UCHIJA rebornstorage{1.0.0} [RebornStorage] (RebornStorage-1.10.2-1.0.3.30.jar)
UCHIJA redstonepaste{1.7.4} [Redstone Paste] (redstonepaste-mc1.9.4-1.7.4.jar)
UCHIJA reliquia{0.0.7} [Reliquia] (Reliquia-[1.10.2]-0.0.7.jar)
UCHIJA ResourceLoader{1.5.1} [Resource Loader] (ResourceLoader-MC1.9.4-1.5.1.jar)
UCHIJA rftools{6.01} [RFTools] (rftools-1.1x-6.01.jar)
UCHIJA rftoolscontrol{1.6.8} [RFTools Control] (rftoolsctrl-1.1x-1.6.8.jar)
UCHIJA rftoolsdim{5.02} [RFTools Dimensions] (rftoolsdim-1.1x-5.02.jar)
UCHIJA woodenshears{@MAJOR@.@MINOR@.@REVIS@.@BUILD@} [Wooden Shears] (SBM-WoodenShears-1.10.2-0.0.1b2-universal.jar)
UCHIJA scanner{1.4.1} [Scanner] (scanner-1.5.1.jar)
UCHIJA shearmadness{1.10.2} [Shear Madness] (shearmadness-1.10.2-1.7.0.4.jar)
UCHIJA SimpleAchievements{MC1.9.4-1.2.2-28} [Simple Achievements] (SimpleAchievements-MC1.9.4-1.2.2-28.jar)
UCHIJA simplebarrels{1.26e} [Simple Barrels] (simplebarrels-1.26e.jar)
UCHIJA simplecorn{2.2.0} [Simple Corn] (simpleCorn-1.10.2-2.2.0.jar)
UCHIJA simplegenerators{1.10.2-0.10.6a} [Simple Generators] (simplegenerators-1.10.2-0.10.6a.jar)
UCHIJA SimpleLabels{0.0.1} [SimpleLabels] (simplelabels-1-10.2-0.0.3.jar)
UCHIJA simplyjetpacks{2.1.1.47} [Simply Jetpacks 2] (SimplyJetpacks2-1.10.2-2.1.1.47.jar)
UCHIJA snad{1.10.2-1.6.09.20a} [Snad] (Snad-1.10.2-1.6.09.20a.jar)
UCHIJA solarfluxreborn{2.17r} [Solar Flux Reborn] (SolarFluxReborn_1.10.2-2.17r.jar)
UCHIJA stevescarts{2.2.0.86} [Steve's Carts 2] (StevesCarts-1.10.2-2.2.0.86.jar)
UCHIJA rscircuits{1.0.4} [Super Circuit Maker] (SuperCircuitMaker-1.0.4.jar)
UCHIJA beneath{1.2.0} [The Beneath] (The Beneath-1.10.2-1.2.0.jar)
UCHIJA tinkertoolleveling{1.10.2-1.0.1.DEV.f5def58} [Tinkers Tool Leveling] (TinkerToolLeveling-1.10.2-1.0.1.jar)
UCHIJA tp{1.1.0} [Tiny Progressions] (tinyprogressions-1.10.2-1.1.0.jar)
UCHIJA torchmaster{1.4.0.32} [TorchMaster] (torchmaster_1.10.2-1.4.0.32.jar)
UCHIJA Translocator{2.1.4.55} [Translocator] (Translocators-1.10.2-2.1.4.55-universal.jar)
UCHIJA ts2k16{1.0.3} [Twerk-Sim 2K16] (TS2K16-1.0.3.jar)
UCHIJA twitchcrumbs{2.0.4} [Twitchcrumbs] (Twitchcrumbs_1.10.2-2.0.4.jar)
UCHIJA voidcup{1.0} [voidcup] (voidcup-1.10.2-0.0.1.jar)
UCHIJA waddles{0.5.2} [Waddles] (Waddles-1.10.2-0.5.2.jar)
UCHIJA wanionlib{1.10.2-1.3} [WanionLib] (WanionLib-1.10.2-1.3.jar)
UCHIJA icse{1.1.0.0} [I Can See Everything] (Wawla-1.10.2-2.3.2.215.jar)
UCHIJA wawla{2.3.2.215} [What Are We Looking At] (Wawla-1.10.2-2.3.2.215.jar)
UCHIJA withercrumbs{@version@} [Wither Crumbs] (witherCrumbs-1.10.2-0.9.jar)
UCHIJA xprings{1.3.0} [Experience Rings] (xprings-1.10-1.3.0.jar)
UCHIJA unidict{1.10.2-2.9} [UniDict] (UniDict-1.10.2-2.9.jar)
UD BiomeTweakerCore{2.3.239} [BiomeTweaker Core] (minecraft.jar)
Loaded coremods (and transformers):
BookshelfLoadingPlugin (Bookshelf-1.10.2-1.4.4.347.jar)
net.darkhax.bookshelf.asm.BookshelfTransformerManager
Do not report to Forge! Remove FoamFixAPI (or replace with FoamFixAPI-Lawful) and try again. (foamfix-0.6.3-anarchy.jar)
pl.asie.foamfix.coremod.FoamFixTransformer
LoadingPlugin (RandomThings-MC1.10.2-3.7.7.1.jar)
lumien.randomthings.asm.ClassTransformer
Brandon's Core (BrandonsCore-1.10.2-2.1.8.107-universal.jar)
com.brandon3055.brandonscore.asm.ClassTransformer
SFRCore (SolarFluxReborn_1.10.2-2.17r.jar)
com.mrdimka.solarfluxreborn.core.SFRSerializedTransformer
LoadingPlugin (ResourceLoader-MC1.9.4-1.5.1.jar)
lumien.resourceloader.asm.ClassTransformer
NWRTweak (redstonepaste-mc1.9.4-1.7.4.jar)
net.fybertech.nwr.NWRTransformer
ForgelinPlugin (Forgelin-1.5.0.jar)
literalascension (literalascension-1.10.2-1.0.2.2.jar)
com.jamieswhiteshirt.literalascension.core.patcher.LiteralAscensionRuntimePatcher
ChiselCorePlugin (Chisel-MC1.10.2-0.0.10.22.jar)
team.chisel.common.asm.ChiselTransformer
EnderCorePlugin (EnderCore-1.10.2-0.4.1.66-beta.jar)
com.enderio.core.common.transform.EnderCoreTransformer
AppleCore (AppleCore-mc1.10.2-2.1.2.jar)
squeek.applecore.asm.TransformerModuleHandler
TransformerLoader (OpenComputers-MC1.10.2-1.6.2.7.jar)
li.cil.oc.common.asm.ClassTransformer
ShetiPhian-ASM (shetiphiancore-1.10.0-3.3.9.jar)
shetiphian.core.asm.ClassTransformer
Default Options (DefaultOptions_1.10.2-6.1.5.jar)
net.blay09.mods.defaultoptions.coremod.DefaultOptionsClassTransformer
HammerCoreCore (HammerCore_1.10.2-1.6.9.jar)
com.mrdimka.hammercore.asm.HammerCoreTransformer
NEICorePlugin (NotEnoughItems-1.10.2-2.1.3.220-universal.jar)
codechicken.nei.asm.NEITransformer
CCLCorePlugin (CodeChickenLib-1.10.2-2.5.9.267-universal.jar)
codechicken.lib.asm.ClassHeirachyManager
codechicken.lib.asm.CCL_ASMTransformer
RebornCoreASM (RebornCore-1.10.2-2.13.6.142-universal.jar)
reborncore.mixin.transformer.MixinTransformer
BiomeTweakerCore (BiomeTweaker-1.10.2-2.3.239.jar)
me.superckl.biometweaker.core.BiomeTweakerASMTransformer
FMLPlugin (InventoryTweaks-1.61-58.jar)
invtweaks.forge.asm.ContainerTransformer
llibrary (llibrary-1.7.6-1.10.2.jar)
net.ilexiconn.llibrary.server.core.plugin.LLibraryTransformer
net.ilexiconn.llibrary.server.core.patcher.LLibraryRuntimePatcher
GL info: ' Vendor: 'ATI Technologies Inc.' Version: '3.3.11672 Compatibility Profile Context' Renderer: 'ATI Radeon HD 4200'
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)
- WailaIntegration (Enabled/Not Forced)
Pulsar/natura loaded Pulses:
- NaturaCommons (Enabled/Forced)
- NaturaOverworld (Enabled/Not Forced)
- NaturaNether (Enabled/Not Forced)
- NaturaDecorative (Enabled/Not Forced)
- NaturaTools (Enabled/Not Forced)
- NaturaEntities (Enabled/Not Forced)
- NaturaOredict (Enabled/Forced)
- NaturaWorld (Enabled/Not Forced)
- WailaIntegration (Enabled/Not Forced)
NotEnoughItems Invalid Fingerprint Reports:
CodeChickenLib Invalid Fingerprint Reports:
CodeChickenCore Invalid Fingerprint Reports:
EnderStorage Invalid Fingerprint Reports:
List of loaded APIs:
* actuallyadditionsapi (29) from ActuallyAdditions-1.10.2-r105.jar
* AppleCoreAPI (2.2.0) from AppleCore-mc1.10.2-2.1.2.jar
* Base|API (1.0.0) from base-1.10.2-1.4.0.jar
* Baubles|API (1.3.1.2) from xprings-1.10-1.3.0.jar
* bigreactors|API (4.0.1) from ExtremeReactors-1.10.2-0.4.5.29.jar
* BiomeTweakerAPI (1.0.239) from BiomeTweaker-1.10.2-2.3.239.jar
* BiomeTweakerAPI|event (1.0.239) from BiomeTweaker-1.10.2-2.3.239.jar
* BiomeTweakerAPI|script|object (1.0.239) from BiomeTweaker-1.10.2-2.3.239.jar
* BiomeTweakerAPI|script|pack (1.0.239) from BiomeTweaker-1.10.2-2.3.239.jar
* BiomeTweakerAPI|script|wrapper (1.0.239) from BiomeTweaker-1.10.2-2.3.239.jar
* BiomeTweakerAPI|util (1.0.239) from BiomeTweaker-1.10.2-2.3.239.jar
* BloodMagic|API (@VERSION@) from BloodMagic-1.10.2-2.1.10-79.jar
* BotaniaAPI (85) from Botania r1.9-341.jar
* CharsetAPI (0.1) from Charset-mc1.10.2-0.3.5-fd38f2c944396214.jar
* CharsetAPI|Audio (0.0) from Charset-mc1.10.2-0.3.5-fd38f2c944396214.jar
* CharsetAPI|Lib (0.2) from Charset-mc1.10.2-0.3.5-fd38f2c944396214.jar
* CharsetAPI|Pipes (0.3) from Charset-mc1.10.2-0.3.5-fd38f2c944396214.jar
* CharsetAPI|Storage (0.1) from Charset-mc1.10.2-0.3.5-fd38f2c944396214.jar
* CharsetAPI|Tape (0.0) from Charset-mc1.10.2-0.3.5-fd38f2c944396214.jar
* CharsetAPI|Wires (0.3) from Charset-mc1.10.2-0.3.5-fd38f2c944396214.jar
* chesttransporter|api (1) from ChestTransporter-1.10.2-2.5.17.jar
* ChiselAPI (0.0.1) from Chisel-MC1.10.2-0.0.10.22.jar
* ChiselAPI|Carving (0.0.1) from Chisel-MC1.10.2-0.0.10.22.jar
* ChiselsAndBitsAPI (12.10.0) from chiselsandbits-12.14.jar
* CoFHAPI (1.8.9R1.2.0B1) from rangedpumps-0.3.jar
* cofhapi (1.4.0) from extrautils2-1.10.2-1.4.4.jar
* cofhapi|block (1.6.0) from zerocore-1.10.2-0.1.0.6.jar
* CoFHAPI|core (1.8.9R1.2.0B1) from valkyrielib-1.10.2-0.10.6.jar
* cofhapi|core (1.6.0) from zerocore-1.10.2-0.1.0.6.jar
* CoFHAPI|energy (1.8.9R1.2.0B1) from SonarCore-1.10.2-3.2.7.jar
* cofhapi|energy (1.4.0) from extrautils2-1.10.2-1.4.4.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 valkyrielib-1.10.2-0.10.6.jar
* cofhapi|item (1.6.0) from zerocore-1.10.2-0.1.0.6.jar
* cofhapi|tileentity (1.6.0) from zerocore-1.10.2-0.1.0.6.jar
* cofhapi|util (1.6.0) from zerocore-1.10.2-0.1.0.6.jar
* commoncapabilities|api (0.0.1) from CommonCapabilities-1.9.4-1.3.3.jar
* compatlayer (0.2.9) from compatlayer-1.10-0.2.9.jar
* ComputerCraft|API (1.80pr0) from zerocore-1.10.2-0.1.0.6.jar
* ComputerCraft|API|FileSystem (1.80pr0) from zerocore-1.10.2-0.1.0.6.jar
* ComputerCraft|API|Lua (1.80pr0) from zerocore-1.10.2-0.1.0.6.jar
* ComputerCraft|API|Media (1.80pr0) from zerocore-1.10.2-0.1.0.6.jar
* ComputerCraft|API|Peripheral (1.80pr0) from zerocore-1.10.2-0.1.0.6.jar
* ComputerCraft|API|Permissions (1.80pr0) from zerocore-1.10.2-0.1.0.6.jar
* ComputerCraft|API|Redstone (1.80pr0) from zerocore-1.10.2-0.1.0.6.jar
* ComputerCraft|API|Turtle (1.80pr0) from zerocore-1.10.2-0.1.0.6.jar
* CSLib|API (0.3.0) from Decocraft-2.4.2_1.10.2.jar
* DraconicEvolution|API (1.3) from Draconic-Evolution-1.10.2-2.1.0.232-universal.jar
* EnderIOAPI (0.0.2) from EnderIO-1.10.2-3.1.192.jar
* EnderIOAPI|Redstone (0.0.2) from EnderIO-1.10.2-3.1.192.jar
* EnderIOAPI|Teleport (0.0.2) from EnderIO-1.10.2-3.1.192.jar
* EnderIOAPI|Tools (0.0.2) from MoarSigns-1.10.2-4.2.3.9.jar
* environmentaltech-api (1.10.2-0.10.6b) from environmentaltech-1.10.2-0.10.6b.jar
* ExCompressum|API (1.0) from ExCompressum_1.10.2-2.0.97.jar
* fluxapi (1.0) from FluxNetworks-1.10.2-1.2.4.jar
* Guide-API|API (1.10.2-2.0.3-46) from Guide-API-1.10.2-2.0.3-46.jar
* HatcheryAPI (1.10.2R1.0.0) from hatchery-1.10.2-0.3.17.jar
* ImmersiveEngineering|API (1.0) from ImmersiveEngineering-0.10-60.jar
* ImmersiveEngineering|ImmersiveFluxAPI (1.0) from ImmersiveEngineering-0.10-60.jar
* integrateddynamics|api (0.2.0) from IntegratedDynamics-1.10.2-0.7.3.jar
* IronBackpacks|API (0.5) from IronBackpacks-1.10.2-2.2.27.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.420.jar
* mcjtylib_ng (2.3.11) from mcjtylib-1.1x-2.3.11.jar
* MoarSigns|API (1.2) from MoarSigns-1.10.2-4.2.3.9.jar
* MouseTweaks|API (1.0) from MouseTweaks-2.8-mc1.10.2.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
* PsiAPI (2) from Psi-r1.0-42.jar
* reborncoreAPI (2.13.6.142) from RebornCore-1.10.2-2.13.6.142-universal.jar
* reborncoreAPI|Fuel (2.13.6.142) from RebornCore-1.10.2-2.13.6.142-universal.jar
* reborncoreAPI|Power (2.13.6.142) from RebornCore-1.10.2-2.13.6.142-universal.jar
* reborncoreAPI|Recipe (2.13.6.142) from RebornCore-1.10.2-2.13.6.142-universal.jar
* reborncoreAPI|Tile (2.13.6.142) from RebornCore-1.10.2-2.13.6.142-universal.jar
* shearmadness.api (@API_VERSION@) from shearmadness-1.10.2-1.7.0.4.jar
* shearmadness_api_plumbing (1.0) from shearmadness-1.10.2-1.7.0.4.jar
* sonarapi (1.0.1) from SonarCore-1.10.2-3.2.7.jar
* stevescartsAPI (2.2.0.86) from StevesCarts-1.10.2-2.2.0.86.jar
* stevescartsAPI|FARMS (2.2.0.86) from StevesCarts-1.10.2-2.2.0.86.jar
* StorageDrawersAPI (1.7.10-1.2.0) from refinedstorage-1.2.26.jar
* StorageDrawersAPI|config (1.10.2-1.3.0) from StorageDrawers-1.10.2-3.7.9.jar
* StorageDrawersAPI|event (1.10.2-1.3.0) from StorageDrawers-1.10.2-3.7.9.jar
* StorageDrawersAPI|inventory (1.10.2-1.3.0) from StorageDrawers-1.10.2-3.7.9.jar
* StorageDrawersAPI|pack (1.7.10-1.2.0) from refinedstorage-1.2.26.jar
* StorageDrawersAPI|registry (1.7.10-1.2.0) from refinedstorage-1.2.26.jar
* StorageDrawersAPI|render (1.7.10-1.2.0) from refinedstorage-1.2.26.jar
* StorageDrawersAPI|storage (1.7.10-1.2.0) from refinedstorage-1.2.26.jar
* StorageDrawersAPI|storage-attribute (1.10.2-1.3.0) from StorageDrawers-1.10.2-3.7.9.jar
* SuperScript (1.1.239) from BiomeTweaker-1.10.2-2.3.239.jar
* SuperScript|command (1.1.239) from BiomeTweaker-1.10.2-2.3.239.jar
* SuperScript|object (1.1.239) from BiomeTweaker-1.10.2-2.3.239.jar
* SuperScript|util (1.1.239) from BiomeTweaker-1.10.2-2.3.239.jar
* valkyrielib.api (1.10.2-0.10.6) from valkyrielib-1.10.2-0.10.6.jar
* WailaAPI (1.3) from Hwyla-1.8.17-B31_1.10.2.jar
* zerocore|API|multiblock (1.10.2-0.0.2) from zerocore-1.10.2-0.1.0.6.jar
* zerocore|API|multiblock|rectangular (1.10.2-0.0.2) from zerocore-1.10.2-0.1.0.6.jar
* zerocore|API|multiblock|tier (1.10.2-0.0.2) from zerocore-1.10.2-0.1.0.6.jar
* zerocore|API|multiblock|validation (1.10.2-0.0.2) from zerocore-1.10.2-0.1.0.6.jar
ChickenChunks 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.):
* The RF API that is being used (1.5.0 from (guessing) null) differes from that that is reported as being loaded (1.8.9R1.2.0B1 from SonarCore-1.10.2-3.2.7.jar).
It is a supported version, but that difference may lead to problems.
* Our API got loaded from MoarSigns-1.10.2-4.2.3.9.jar. That's unexpected.
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/Cokey/Documents/Curse/Minecraft/Instances/FTB%20Presents%20SkyFactory%203/mods/BrandonsCore-1.10.2-2.1.8.107-universal.jar!/cofh/api/energy/EnergyStorage.class
* RF API class 'IEnergyConnection' is loaded from: jar:file:/C:/Users/Cokey/Documents/Curse/Minecraft/Instances/FTB%20Presents%20SkyFactory%203/mods/BrandonsCore-1.10.2-2.1.8.107-universal.jar!/cofh/api/energy/IEnergyConnection.class
* RF API class 'IEnergyContainerItem' is loaded from: jar:file:/C:/Users/Cokey/Documents/Curse/Minecraft/Instances/FTB%20Presents%20SkyFactory%203/mods/BrandonsCore-1.10.2-2.1.8.107-universal.jar!/cofh/api/energy/IEnergyContainerItem.class
* RF API class 'IEnergyHandler' is loaded from: jar:file:/C:/Users/Cokey/Documents/Curse/Minecraft/Instances/FTB%20Presents%20SkyFactory%203/mods/BrandonsCore-1.10.2-2.1.8.107-universal.jar!/cofh/api/energy/IEnergyHandler.class
* RF API class 'IEnergyProvider' is loaded from: jar:file:/C:/Users/Cokey/Documents/Curse/Minecraft/Instances/FTB%20Presents%20SkyFactory%203/mods/BrandonsCore-1.10.2-2.1.8.107-universal.jar!/cofh/api/energy/IEnergyProvider.class
* RF API class 'IEnergyReceiver' is loaded from: jar:file:/C:/Users/Cokey/Documents/Curse/Minecraft/Instances/FTB%20Presents%20SkyFactory%203/mods/BrandonsCore-1.10.2-2.1.8.107-universal.jar!/cofh/api/energy/IEnergyReceiver.class
* RF API class 'IEnergyStorage' is loaded from: jar:file:/C:/Users/Cokey/Documents/Curse/Minecraft/Instances/FTB%20Presents%20SkyFactory%203/mods/BrandonsCore-1.10.2-2.1.8.107-universal.jar!/cofh/api/energy/IEnergyStorage.class
* RF API class 'ItemEnergyContainer' is loaded from: jar:file:/C:/Users/Cokey/Documents/Curse/Minecraft/Instances/FTB%20Presents%20SkyFactory%203/mods/BrandonsCore-1.10.2-2.1.8.107-universal.jar!/cofh/api/energy/ItemEnergyContainer.class
* RF API class 'TileEnergyHandler' is loaded from: jar:file:/C:/Users/Cokey/Documents/Curse/Minecraft/Instances/FTB%20Presents%20SkyFactory%203/mods/BrandonsCore-1.10.2-2.1.8.107-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.6.142
Mixin Status: 1
Runtime Debofucsation 1
RenderEngine: 0
Translocator Invalid Fingerprint Reports:
Launched Version: forge-12.18.3.2316
LWJGL: 2.9.4
OpenGL: ATI Radeon HD 4200 GL version 3.3.11672 Compatibility Profile Context, ATI Technologies Inc.
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: No
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)
CPU: 2x AMD Athlon(tm) II X2 B24 Processor
#822 Maybe same?