Gravestone mod - Extended

Gravestone mod - Extended

552k Downloads

Crash report

Nexusdog opened this issue · 2 comments

commented

Well bugger!

---- Minecraft Crash Report ----

WARNING: coremods are present:
CCLCorePlugin (CodeChickenLib-1.10.2-2.5.7.241-universal.jar)
FarseekCoreMod (Farseek-1.9.4-2.1.jar)
BookshelfLoadingPlugin (Bookshelf-1.10.2-1.4.4.347.jar)
DynamicSurroundingsCore (DynamicSurroundings-1.10.2-3.4.5.0.jar)
FMLPlugin (InventoryTweaks-1.62-dev-66.jar)
LoadingPlugin (RandomThings-MC1.10.2-3.7.7.1.jar)
PlusTiC (plustic-4.4.0.0.jar)
CreativePatchingLoader (CreativeCore v1.7.3 mc1.10.2.jar)
MalisisCorePlugin (malisiscore-1.10.2-4.4.0.jar)
MuonPlugin (muon-0.2.jar)
ChiselCorePlugin (Chisel-MC1.10.2-0.0.10.22.jar)
EnderCorePlugin (EnderCore-1.10.2-0.4.1.66-beta.jar)
ForgelinPlugin (Forgelin-1.4.2.jar)
MalisisSwitchesPlugin (malisisswitches-1.10.2-3.2.0.jar)
MovingWorldCoreMod (movingworld-1.10.2-0007-full.jar)
ShetiPhian-ASM (shetiphiancore-1.10.0-3.3.9.jar)
LoadingPlugin (Quark-r1.1-70.jar)
IvToolkit (IvToolkit-1.3.3-1.10.jar)
CoFH Loading Plugin (CoFHCore-1.10.2-4.1.1.156-universal.jar)
llibrary (llibrary-1.7.6-1.10.2.jar)
CorePlugin (MrTJPCore-1.10.2-2.0.0.17-universal.jar)
LittlePatchingLoader (LittleTiles v1.4.11 mc1.10.2.jar)
Contact their authors BEFORE contacting forge

// Who set us up the TNT?

Time: 5/28/17 10:25 PM
Description: Initializing game

java.lang.ExceptionInInitializerError
at org.blockartistry.DynSurround.registry.FootstepsRegistry.seedMap(FootstepsRegistry.java:200)
at org.blockartistry.DynSurround.registry.FootstepsRegistry.init(FootstepsRegistry.java:93)
at org.blockartistry.DynSurround.registry.RegistryManager.reload(RegistryManager.java:131)
at org.blockartistry.DynSurround.registry.RegistryManager.getRegistry(RegistryManager.java:146)
at org.blockartistry.DynSurround.registry.RegistryManager.get(RegistryManager.java:71)
at org.blockartistry.DynSurround.client.sound.SoundManagerReplacement.func_188770_e(SoundManagerReplacement.java:320)
at net.minecraft.client.audio.SoundManager.func_148611_c(SoundManager.java:393)
at org.blockartistry.DynSurround.client.sound.SoundManagerReplacement.func_148611_c(SoundManagerReplacement.java:133)
at org.blockartistry.DynSurround.client.sound.SoundEngine.playSound(SoundEngine.java:126)
at org.blockartistry.DynSurround.client.gui.HumDinger.onGuiOpen(HumDinger.java:55)
at net.minecraftforge.fml.common.eventhandler.ASMEventHandler_21_HumDinger_onGuiOpen_GuiOpenEvent.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.Minecraft.func_147108_a(Minecraft.java:931)
at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:530)
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:351)
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)
Caused by: java.lang.NullPointerException
at nightkosh.gravestone_extended.block.BlockCorpse.func_149666_a(BlockCorpse.java:63)
at org.blockartistry.lib.MCHelper.variantCheck(MCHelper.java:67)
at org.blockartistry.lib.MCHelper.(MCHelper.java:114)
... 23 more

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

-- Head --
Thread: Client thread
Stacktrace:
at org.blockartistry.DynSurround.registry.FootstepsRegistry.seedMap(FootstepsRegistry.java:200)
at org.blockartistry.DynSurround.registry.FootstepsRegistry.init(FootstepsRegistry.java:93)
at org.blockartistry.DynSurround.registry.RegistryManager.reload(RegistryManager.java:131)
at org.blockartistry.DynSurround.registry.RegistryManager.getRegistry(RegistryManager.java:146)
at org.blockartistry.DynSurround.registry.RegistryManager.get(RegistryManager.java:71)
at org.blockartistry.DynSurround.client.sound.SoundManagerReplacement.func_188770_e(SoundManagerReplacement.java:320)
at net.minecraft.client.audio.SoundManager.func_148611_c(SoundManager.java:393)
at org.blockartistry.DynSurround.client.sound.SoundManagerReplacement.func_148611_c(SoundManagerReplacement.java:133)
at org.blockartistry.DynSurround.client.sound.SoundEngine.playSound(SoundEngine.java:126)
at org.blockartistry.DynSurround.client.gui.HumDinger.onGuiOpen(HumDinger.java:55)
at net.minecraftforge.fml.common.eventhandler.ASMEventHandler_21_HumDinger_onGuiOpen_GuiOpenEvent.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.Minecraft.func_147108_a(Minecraft.java:931)
at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:530)

-- Initialization --
Details:
Stacktrace:
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:351)
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 10 (amd64) version 10.0
Java Version: 1.8.0_25, Oracle Corporation
Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
Memory: 12150706792 bytes (11587 MB) / 15377367040 bytes (14665 MB) up to 15377367040 bytes (14665 MB)
JVM Flags: 3 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xmx16G -Xms16G
IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0
FML: MCP 9.32 Powered by Forge 12.18.3.2297 168 mods loaded, 168 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.2297.jar)
UCHIJA Forge{12.18.3.2297} [Minecraft Forge] (forge-1.10.2-12.18.3.2297.jar)
UCHIJA creativecoredummy{1.0.0} [CreativeCoreDummy] (minecraft.jar)
UCHIJA ivtoolkit{1.3.3-1.10} [IvToolkit] (minecraft.jar)
UCHIJA littletilescore{1.0.0} [LittleTilesCore] (minecraft.jar)
UCHIJA muon{0.2} [Muon] (minecraft.jar)
UCHIJA io.github.elytra.movingworld.common.asm.coremod{} [MovingWorld CORE] (minecraft.jar)
UCHIJA {000} [CoFH ASM] (minecraft.jar)
UCHIJA ccl-entityhook{1.0} [ccl-entityhook] (CodeChickenLib-1.10.2-2.5.7.241-universal.jar)
UCHIJA uncraftingTable{1.6.2} [Uncrafting Table] ([1.10.2]UncraftingTable-1.6.2.jar)
UCHIJA movillages{1.5.2} [Mo' Villages] ([1.9.4]Mo' Villages-1.5.2.jar)
UCHIJE JEI{3.14.7.419} [Just Enough Items] (jei_1.10.2-3.14.7.419.jar)
UCHIJA abyssalcraft{1.9.4-pre-3} [AbyssalCraft] (AbyssalCraft-1.10.2-1.9.4-pre-3.jar)
UCHIJA accesstweaks{1.0-mc1.11} [AccessTweaks] (AccessTweaks-1.0-mc1.10.jar)
UCHIJA cofhcore{4.1.1} [CoFH Core] (CoFHCore-1.10.2-4.1.1.156-universal.jar)
UCHIJA actuallyadditions{1.10.2-r105} [Actually Additions] (ActuallyAdditions-1.10.2-r105.jar)
UCHIJA alt{1.06} [Additional Loot Tables] (AdditionalLootTables_1.10.2-1.06.jar)
UCHIJA endercore{1.10.2-0.4.1.66-beta} [EnderCore] (EnderCore-1.10.2-0.4.1.66-beta.jar)
UCHIJA Waila{1.8.13-B27_1.10.2} [Waila] (Hwyla-1.8.13-B27_1.10.2.jar)
UCHIJA EnderIO{1.10.2-3.1.190} [Ender IO] (EnderIO-1.10.2-3.1.190.jar)
UCHIJA forgelin{1.4.2} [Forgelin] (Forgelin-1.4.2.jar)
UCHIJA analyzeio{@Version@} [AnalyzeIO] (analyzeio-1.10.2-0.3.3.22.jar)
UCHIJA architecturecraft{1.7.1} [ArchitectureCraft] (ArchitectureCraft-1.7.1-mc1.10.2.jar)
UCHIJA Quark{r1.1-70} [Quark] (Quark-r1.1-70.jar)
UCHIJA AutoRegLib{1.0-2} [AutoRegLib] (AutoRegLib-1.0-2.jar)
UCHIJA backpack{3.0.1} [Backpack] (backpack-3.0.1-1.10.2.jar)
UCHIJA backport{1.3} [Backport] (backport-1.3-patch2.jar)
UCHIJA Baubles{1.3.11} [Baubles] (Baubles-1.10.2-1.3.11.jar)
UCHIJA baublesstuff{3.0.2} [Baubles Stuff] (baublesstuff-3.0.2.jar)
UCHIJA BBG{5.0.0} [BetterBedrockGen] (BBG-1.9.4-5.0.0.jar)
UCHIJA bdlib{1.12.4.24} [BD Lib] (bdlib-1.12.4.24-mc1.10.2.jar)
UCHIJA BiblioCraft{2.1.2} [BiblioCraft] (BiblioCraft[v2.2.2][MC1.10.2].jar)
UCHIJA malisiscore{1.10.2-4.4.0} [MalisisCore] (malisiscore-1.10.2-4.4.0.jar)
UCHIJA malisisdoors{1.10.2-5.2.0} [MalisisDoors] (malisisdoors-1.10.2-5.2.0.jar)
UCHIJA bigdoors{1.10.2-1.3.0} [Big Doors] (BigDoors-1.10.2-1.3.0.jar)
UCHIJA BiomesOPlenty{5.0.0.2236} [Biomes O' Plenty] (BiomesOPlenty-1.10.2-5.0.0.2236-universal.jar)
UCHIJA bookshelf{1.4.4.347} [Bookshelf] (Bookshelf-1.10.2-1.4.4.347.jar)
UCHIJA Chameleon{1.10.2-2.3.0} [Chameleon] (Chameleon-1.10.2-2.3.0.jar)
UCHIJA limelib{1.3.5} [LimeLib] (limelib-1.10.2-1.3.5.jar)
UCHIJA chargepads{1.0.3} [Charge Pads] (chargepads-1.10.2-1.0.3.jar)
UCHIJA ChestTransporter{2.5.16} [Chest Transporter] (ChestTransporter-1.10.2-2.5.16.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 mcmultipart{1.4.0} [MCMultiPart] (MCMultiPart-1.4.0-universal.jar)
UCHIJA chiselsandbits{12.12} [Chisels & Bits] (chiselsandbits-12.12.jar)
UCHIJA clear_view{1.0} [Clear View] (clearview-1.0.1.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 CodeChickenLib{2.5.7.241} [CodeChicken Lib] (CodeChickenLib-1.10.2-2.5.7.241-universal.jar)
UCHIJA CodeChickenCore{2.4.1.102} [CodeChicken Core] (CodeChickenCore-1.10.2-2.4.1.102-universal.jar)
UCHIJA cyclopscore{0.10.4} [Cyclops Core] (CyclopsCore-1.9.4-0.10.4.jar)
UCHIJA commoncapabilities{1.3.3} [CommonCapabilities] (CommonCapabilities-1.9.4-1.3.3.jar)
UCHIJA concrete{1.1} [1.12 Concrete] (concreteMod-1.1.jar)
UCHIJA covers{0.4.1.17} [Simple Covers] (covers-0.4.1.17-mc1.10.2.jar)
UCHIJA creativecore{1.7.4} [CreativeCore] (CreativeCore v1.7.3 mc1.10.2.jar)
UCHIJA cs{1.0.5} [Configurable Villager to Door Ratio] (cs-1.0.5.jar)
UCHIJA customizeddungeonloot{1.0.1} [§eCustomized Dungeon Loot] (Customized Dungeon Loot 1.10.2 (v.1.0.1).jar)
UCHIJA cyclicmagic{1.10.23} [Cyclic] (Cyclic-1.10.2-1.10.23.jar)
UCHIJA darkutils{1.1.8.finalrc1} [Dark Utilities] (DarkUtilities-1.1.8.finalrc1.jar)
UCHIJA movingworld{1.10.2-0007} [Moving World] (movingworld-1.10.2-0007-full.jar)
UCHIJA davincisvessels{@DVESSELSVER@} [Davinci's Vessels] (davincisvessels-1.10.2-0006-full.jar)
UCHIJA disenchanter{1.5} [Disenchanter] (disenchanter-[1.9.4]1.5.jar)
UCHIJA dsurround{3.4.5.0} [§3Dynamic Surroundings] (DynamicSurroundings-1.10.2-3.4.5.0.jar)
UCHIJA presets{3.4.5.0} [§3Presets!] (DynamicSurroundings-1.10.2-3.4.5.0.jar)
UCHIJA earthworks{1.2.3} [Earthworks] (Earthworks-1.10.2-1.2.3.jar)
UCHIJA elevatorid{1.3.0} [Elevator Mod] (ElevatorMod[V.1.3.0][MC.1.10.2].jar)
UCHIJA eplus{4.1.0.113} [Enchanting Plus] (EnchantingPlus-1.10.2-4.1.0.115.jar)
UCHIJA csb_ench_table{1.1} [Lapis Stays in the Enchanting Table] (EnchantingTable-1.10-1.1.jar)
UCHIJA everlastingabilities{1.2.4} [EverlastingAbilities] (EverlastingAbilities-1.9.4-1.2.4.jar)
UCHIJA extrautils2{1.0} [Extra Utilities 2] (extrautils2-1.10.2-1.4.1.jar)
UCHIJA ezstorage{2.3.2} [EZStorage 2] (ezstorage-2.3.2-[1.10.2].jar)
UCHIJA farseek{2.1} [Farseek] (Farseek-1.9.4-2.1.jar)
UCHIJA fastleafdecay{v11} [Fast Leaf Decay] (FastLeafDecay-v11.jar)
UCHIJA flatcoloredblocks{mc1.10-v4.4} [Flat Colored Blocks] (flatcoloredblocks-mc1.10-v4.4.jar)
UCHIJA F2L{1.10.2} [Flesh2Leather] (Flesh2Leather [1.10.2].jar)
UCHIJA forestry{5.2.17.375} [Forestry] (forestry_1.10.2-5.2.17.375.jar)
UCHIJA forgemultipartcbe{2.0.0.31} [Forge Multipart CBE] (ForgeMultipart-1.10.2-2.0.0.31-universal.jar)
UCHIJA microblockcbe{2.0.0.31} [Forge Microblocks] (ForgeMultipart-1.10.2-2.0.0.31-universal.jar)
UCHIJA minecraftmultipartcbe{2.0.0.31} [Minecraft Multipart Plugin] (ForgeMultipart-1.10.2-2.0.0.31-universal.jar)
UCHIJA friendlyfire{1.3.0} [Friendly Fire] (FriendlyFire-1.10.2-1.3.0.jar)
UCHIJA geneticsreborn{0.01} [Genetics Reborn] (geneticsreborn-mc1.10.2-v1.03.jar)
UCHIJA fishing{1.4.4} [Fishing Net Mod] (GiacomosFishingNet1.10.2-1.4.4.jar)
UCHIJA GoodRecipesMod{1.0.0} [GoodRecipesMod] (GoodRecipesMod Forge 1.10.2.jar)
UCHIJA googlyeyes{6.0.0} [GooglyEyes] (GooglyEyes-1.10.2-6.0.0.jar)
UCHIJA GraveStone{1.0.5} [GraveStone] (GraveStone-1.10.2-Graves-1.0.5.jar)
UCHIJA GraveStone-Extended{1.0.2} [GraveStone-Extended] (GraveStone-Extended-1.0.2.jar)
UCHIJA gyth{2.0.0.2} [Get Ya' Tanks Here] (Gyth-1.10.2-2.0.0.27.jar)
UCHIJA hatchery{0.3.13} [Hatchery] (hatchery-1.10.2-0.3.13.jar)
UCHIJA headcrumbs{2.0.2} [Headcrumbs] (Headcrumbs-2.0.3.jar)
UCHIJA ichunutil{6.3.2} [iChunUtil] (iChunUtil-1.10.2-6.3.2.jar)
UCHIJA iextras{0.0.6-beta} [iExtras] (iextras-1.10.2-0.0.6-beta.jar)
UCHIJA imc{1.12.1} [Improving Minecraft] (Improving Minecraft-1.12.1.jar)
UCHIJA inventorytweaks{1.62-dev-66-c082db3} [Inventory Tweaks] (InventoryTweaks-1.62-dev-66.jar)
UCHIJA itemscroller{0.11.0} [Item Scroller] (itemscroller-1.10.2-0.11.0.jar)
UCHIJA iv{1.0.0} [Improved Villagers] (iv-1.0.0.jar)
UCHIJA journeymap{1.10.2-5.4.6} [JourneyMap] (journeymap-1.10.2-5.4.6.jar)
UCHIJA buildingblocks{1.2} [Just Build It] (JustBuildIt MC1.10.2 v1.2.jar)
UCHIJA latticemod{1.1} [Lattice Mod] (latticemod-mc1.10.2-1.1.jar)
UCHIJA levels{r1.2.8} [Levels] (Levels 2-1.10.2-r1.2.8.jar)
UCHIJA levelup{${version}} [Level Up!] (LevelUp!-0.12.9-1.10.2.jar)
UCHIJA littletiles{1.4.8} [LittleTiles] (LittleTiles v1.4.11 mc1.10.2.jar)
UCHIJA llibrary{1.7.6} [LLibrary] (llibrary-1.7.6-1.10.2.jar)
UCHIJA lootbags{2.3.9} [Loot Bags] (LootBags-1.10.2-2.3.9.jar)
UCHIJA malisisblocks{1.10.2-4.2.0} [Malisis Blocks] (malisisblocks-1.10.2-4.2.0.jar)
UCHIJA malisisswitches{1.10.2-3.2.0} [Malisis Switches] (malisisswitches-1.10.2-3.2.0.jar)
UCHIJA mantle{1.10.2-1.1.5.205} [Mantle] (Mantle-1.10.2-1.1.5.jar)
UCHIJA RadixCore{1.10.2-2.1.3} [RadixCore] (RadixCore-1.10.2-2.1.3-universal.jar)
UCHIJA MCA{1.10.2-5.2.3} [Minecraft Comes Alive] (MCA-1.10.2-5.2.3-universal.jar)
UCHIJA tesla{1.2.1.50} [TESLA] (Tesla-1.10.2-1.2.1.50.jar)
UCHIJA teslacorelib{0.7.0} [Tesla Core Lib] (tesla-core-lib-1.10.2-0.7.0.jar)
UCHIJA mekfarm{0.0.1} [MekFarm] (mekfarm-1.10.2-0.7.3.jar)
UCHIJA natura{1.10.2-4.1.0.63} [Natura] (natura-1.10.2-4.1.0.63.jar)
UCHIJA missing_pieces{4.2.1} [Missing Pieces] (missing_pieces-1.10.2-4.2.1.jar)
UCHIJA cancerplants{dank01} [Mob Farm] (Mob Farm-0.0.1.jar)
UCHIJA mobamputation{6.0.0} [MobAmputation] (MobAmputation-1.10.2-6.0.0.jar)
UCHIJA mobends{0.22.5} [Mo'Bends] (mobends-0.22.5_for_MC-1.10.2.jar)
UCHIJA mob_grinding_utils{0.1.8.21} [mob_grinding_utils] (MobGrindingUtils-0.1.8.21.jar)
UCHIJA ModLister{1.10.2-2.1.8} [ModLister] (ModLister-1.10.2-2.1.8.jar)
UCHIJA tconstruct{1.10.2-2.6.5.10} [Tinkers' Construct] (TConstruct-1.10.2-2.6.5.jar)
UCHIJA thermalfoundation{2.0.5} [Thermal Foundation] (ThermalFoundation-1.10.2-2.0.5.81-universal.jar)
UCHIJA morechickens{1.1.3} [More Chickens] (MoreChickens-1.10.2-1.1.3.jar)
UCHIJA moreoverlays{1.11} [MoreOverlays] (moreoverlays-1.11-mc1.10.2.jar)
UCHIJA moreshears{1.0.2} [More Shears] (moreshears-1.10.2-1.0.2-release.jar)
UCHIJA MrTJPCoreMod{2.0.0.17} [MrTJPCore] (MrTJPCore-1.10.2-2.0.0.17-universal.jar)
UCHIJA MysteriousMiscellany{1.10.2-1.5.4} [Mysterious Miscellany] (MysteriousMiscellany-1.10.2-1.5.4.jar)
UCHIJA natural_absorption{1.2.2} [Natural Absorption] (natural_absorption-1.10.2-1.2.2.jar)
UCHIJA recipehandler{0.6} [NoMoreRecipeConflict] (NoMoreRecipeConflict-0.6(1.10.2).jar)
UCHIJA notenoughwands{1.5.5} [Not Enough Wands] (notenoughwands-1.1x-1.5.5.jar)
UCHIJA oreshrubs{1.2.1} [Ore Shrubs] (oreshrubs-1.2.1-1.10.2.jar)
UCHIJA pillar_extension_biomesoplenty{2.0.0} [Corail Pillar - Biomes O'Plenty Extension] (pillar_extension_biomesoplenty-2.0.0.jar)
UCHIJA pillar_extension_quark{2.0.0} [Corail Pillar - Quark Extension] (pillar_extension_quark-2.0.0.jar)
UCHIJA projectred-core{4.8.2.41} [ProjectRed Core] (ProjectRed-1.10.2-4.8.2.41-Base.jar)
UCHIJA projectred-exploration{4.8.2.41} [ProjectRed Exploration] (ProjectRed-1.10.2-4.8.2.41-world.jar)
UCHIJA plustic{4.4.0.0} [PlusTiC] (plustic-4.4.0.0.jar)
UCHIJA progressiveautomation{1.7.4} [Progressive Automation] (ProgressiveAutomation-1.10.2-1.7.4.jar)
UCHIJA projectred-integration{4.8.2.41} [ProjectRed integration] (ProjectRed-1.10.2-4.8.2.41-integration.jar)
UCHIJA projectred-transmission{4.8.2.41} [ProjectRed Transmission] (ProjectRed-1.10.2-4.8.2.41-integration.jar)
UCHIJA projectred-illumination{4.8.2.41} [ProjectRed Illumination] (ProjectRed-1.10.2-4.8.2.41-lighting.jar)
UCHIJA randomthings{3.7.7.1} [Random Things] (RandomThings-MC1.10.2-3.7.7.1.jar)
UCHIJA reccomplex{1.3.1.2-1.10} [Recurrent Complex] (RecurrentComplex-1.3.1.2-1.10.jar)
UCHIJA RTG{4.2.0.0-snapshot-1} [Realistic Terrain Generation] (RTG-1.10.2-4.2.0.0-snapshot-1.jar)
UCHIJA SafeStones{1.10.2-1.0a} [SafeStones] (SafeStones-1.10.2-1.0a.jar)
UCHIJA sgcraft{1.13.2} [SG Craft] (SGCraft-1.13.2-mc1.10.2.jar)
UCHIJA shetiphiancore{3.3.9} [ShetiPhian-Core] (shetiphiancore-1.10.0-3.3.9.jar)
UCHIJA valkyrielib{1.10.2-0.10.6} [Valkyrie Lib] (valkyrielib-1.10.2-0.10.6.jar)
UCHIJA simplegenerators{1.10.2-0.10.6a} [Simple Generators] (simplegenerators-1.10.2-0.10.6a.jar)
UCHIJA simplyconveyors{3.0.3} [Simply Conveyors & More] (SimplyConveyors-1.10.2-3.0.3.jar)
UCHIJA SleepingBag{1.4.0} [Sleeping Bag] (SleepingBag-1.10.2-1.4.0.jar)
UCHIJA solarvillage{1.1.0.25} [Solar Village] (SolarVillage-1.10.2-1.1.0.25.jar)
UCHIJA soundfilters{0.9_for_1.9} [Sound Filters] (SoundFilters-0.9_for_1.9.4.jar)
UCHIJA spawnercraft{3.1} [SpawnerCraft] (SpawnerCraft 1.10.2-3.3.1.jar)
UCHIJA streams{0.3} [Streams] (Streams-1.9.4-0.3.jar)
UCHIJA taiga{1.2.6} [Tinkers Alloying Addon] (taiga-1.10.2-1.2.6.jar)
UCHIJA thermalexpansion{5.0.4} [Thermal Expansion] (ThermalExpansion-1.10.2-5.0.4.90-universal.jar)
UCHIJA tinkertoolleveling{1.10.2-1.0.1.DEV.f5def58} [Tinkers Tool Leveling] (TinkerToolLeveling-1.10.2-1.0.1.jar)
UCHIJA toolbelt{1.6.1} [Tool Belt] (ToolBelt-1.10.2-1.6.1.jar)
UCHIJA uncrafted{2.2.0a} [Uncrafted Mod] (Uncrafted 1.10.2 (v.2.2.0a).jar)
UCHIJA universalwrench{1.0.7} [Thiakil's Universal Wrench] (universalwrench-1.10.2-1.0.7-ff285cc.jar)
UCHIJA usefulrecipes{2.1.0.0} [UsefulRecipes] (usefulrecipes-2.1.0.0-HOTFIX-1.jar)
UCHIJA vc{4.38.42} [ViesCraft] (ViesCraft-1.10.X-4.38.42.jar)
UCHIJA villagermarket{1.0} [Villager Market] (villagermarket-0.2-HF.jar)
UCHIJA vtt{0.6.3} [Villager Trade Tables] (VillagerTrades-1.10-0.6.3.jar)
UCHIJA waystones{2.0.12} [Waystones] (Waystones_1.10.2-2.0.12.jar)
UCHIJA weaponcaseloot{4.0.3} [WeaponCaseLoot] (weaponcaseloot-1.10.2-4.0.3.jar)
UCHIJA xlib{r2.0.1} [xLib] (xLib-1.10-r2.0.1.jar)
UCHIJA corail_pillar{2.0.0} [Corail Pillar] (corail_pillar-2.0.0-1.10.2.jar)
UCHIJA moofluids{1.10.2-1.7.02.12b} [Moo Fluids] (MooFluids-1.10.2-1.7.02.12b.jar)
Loaded coremods (and transformers):
CCLCorePlugin (CodeChickenLib-1.10.2-2.5.7.241-universal.jar)
codechicken.lib.asm.ClassHeirachyManager
codechicken.lib.asm.CCL_ASMTransformer
FarseekCoreMod (Farseek-1.9.4-2.1.jar)
farseek.core.FarseekClassTransformer
BookshelfLoadingPlugin (Bookshelf-1.10.2-1.4.4.347.jar)
net.darkhax.bookshelf.asm.BookshelfTransformerManager
DynamicSurroundingsCore (DynamicSurroundings-1.10.2-3.4.5.0.jar)
org.blockartistry.DynSurround.asm.Transformer
FMLPlugin (InventoryTweaks-1.62-dev-66.jar)
invtweaks.forge.asm.ContainerTransformer
LoadingPlugin (RandomThings-MC1.10.2-3.7.7.1.jar)
lumien.randomthings.asm.ClassTransformer
PlusTiC (plustic-4.4.0.0.jar)
landmaster.plustic.asm.Transform
CreativePatchingLoader (CreativeCore v1.7.3 mc1.10.2.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
MuonPlugin (muon-0.2.jar)
gd.izno.mc.muon.MuonClassTransformer
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
ForgelinPlugin (Forgelin-1.4.2.jar)

MalisisSwitchesPlugin (malisisswitches-1.10.2-3.2.0.jar)
net.malisis.switches.asm.MalisisSwitchesTransformer
MovingWorldCoreMod (movingworld-1.10.2-0007-full.jar)

ShetiPhian-ASM (shetiphiancore-1.10.0-3.3.9.jar)
shetiphian.core.asm.ClassTransformer
LoadingPlugin (Quark-r1.1-70.jar)
vazkii.quark.base.asm.ClassTransformer
IvToolkit (IvToolkit-1.3.3-1.10.jar)

CoFH Loading Plugin (CoFHCore-1.10.2-4.1.1.156-universal.jar)
cofh.asm.CoFHClassTransformer
cofh.asm.repack.codechicken.lib.asm.ClassHierarchyManager
llibrary (llibrary-1.7.6-1.10.2.jar)
net.ilexiconn.llibrary.server.core.plugin.LLibraryTransformer
net.ilexiconn.llibrary.server.core.patcher.LLibraryRuntimePatcher
CorePlugin (MrTJPCore-1.10.2-2.0.0.17-universal.jar)

LittlePatchingLoader (LittleTiles v1.4.11 mc1.10.2.jar)
com.creativemd.littletiles.LittleTilesTransformer
GL info: ' Vendor: 'ATI Technologies Inc.' Version: '4.5.13474 Compatibility Profile Context 22.19.165.512' Renderer: 'AMD Radeon (TM) R7 360 Series'
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)

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)

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.6.0 from (guessing) null) differes from that that is reported as being loaded (1.8.9R1.2.0B1 from limelib-1.10.2-1.3.5.jar).
                It is a supported version, but that difference may lead to problems.
             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/Andrew/AppData/Roaming/.minecraft/mods/CoFHCore-1.10.2-4.1.1.156-universal.jar!/cofh/api/energy/EnergyStorage.class
              * RF API class 'IEnergyConnection' is loaded from: jar:file:/C:/Users/Andrew/AppData/Roaming/.minecraft/mods/CoFHCore-1.10.2-4.1.1.156-universal.jar!/cofh/api/energy/IEnergyConnection.class
              * RF API class 'IEnergyContainerItem' is loaded from: jar:file:/C:/Users/Andrew/AppData/Roaming/.minecraft/mods/CoFHCore-1.10.2-4.1.1.156-universal.jar!/cofh/api/energy/IEnergyContainerItem.class
              * RF API class 'IEnergyHandler' is loaded from: jar:file:/C:/Users/Andrew/AppData/Roaming/.minecraft/mods/CoFHCore-1.10.2-4.1.1.156-universal.jar!/cofh/api/energy/IEnergyHandler.class
              * RF API class 'IEnergyProvider' is loaded from: jar:file:/C:/Users/Andrew/AppData/Roaming/.minecraft/mods/CoFHCore-1.10.2-4.1.1.156-universal.jar!/cofh/api/energy/IEnergyProvider.class
              * RF API class 'IEnergyReceiver' is loaded from: jar:file:/C:/Users/Andrew/AppData/Roaming/.minecraft/mods/CoFHCore-1.10.2-4.1.1.156-universal.jar!/cofh/api/energy/IEnergyReceiver.class
              * RF API class 'IEnergyStorage' is loaded from: jar:file:/C:/Users/Andrew/AppData/Roaming/.minecraft/mods/CoFHCore-1.10.2-4.1.1.156-universal.jar!/cofh/api/energy/IEnergyStorage.class
              * RF API class 'ItemEnergyContainer' is loaded from: jar:file:/C:/Users/Andrew/AppData/Roaming/.minecraft/mods/CoFHCore-1.10.2-4.1.1.156-universal.jar!/cofh/api/energy/ItemEnergyContainer.class
              * RF API class 'TileEnergyHandler' is loaded from: jar:file:/C:/Users/Andrew/AppData/Roaming/.minecraft/mods/CoFHCore-1.10.2-4.1.1.156-universal.jar!/cofh/api/energy/TileEnergyHandler.class
Detailed Tesla API diagnostics:
              * Tesla API class 'Tesla' is loaded from: jar:file:/C:/Users/Andrew/AppData/Roaming/.minecraft/mods/Tesla-1.10.2-1.2.1.50.jar!/net/darkhax/tesla/Tesla.class
              * Tesla API class 'TeslaCapabilities' is loaded from: jar:file:/C:/Users/Andrew/AppData/Roaming/.minecraft/mods/Tesla-1.10.2-1.2.1.50.jar!/net/darkhax/tesla/capability/TeslaCapabilities.class
              * Tesla API class 'ITeslaConsumer' is loaded from: jar:file:/C:/Users/Andrew/AppData/Roaming/.minecraft/mods/Tesla-1.10.2-1.2.1.50.jar!/net/darkhax/tesla/api/ITeslaConsumer.class
              * Tesla API class 'ITeslaHolder' is loaded from: jar:file:/C:/Users/Andrew/AppData/Roaming/.minecraft/mods/Tesla-1.10.2-1.2.1.50.jar!/net/darkhax/tesla/api/ITeslaHolder.class
              * Tesla API class 'ITeslaProducer' is loaded from: jar:file:/C:/Users/Andrew/AppData/Roaming/.minecraft/mods/Tesla-1.10.2-1.2.1.50.jar!/net/darkhax/tesla/api/ITeslaProducer.class
              * Tesla API class 'BaseTeslaContainer' is loaded from: jar:file:/C:/Users/Andrew/AppData/Roaming/.minecraft/mods/Tesla-1.10.2-1.2.1.50.jar!/net/darkhax/tesla/api/implementation/BaseTeslaContainer.class
              * Tesla API class 'BaseTeslaContainerProvider' is loaded from: jar:file:/C:/Users/Andrew/AppData/Roaming/.minecraft/mods/Tesla-1.10.2-1.2.1.50.jar!/net/darkhax/tesla/api/implementation/BaseTeslaContainerProvider.class
              * Tesla API class 'InfiniteTeslaConsumer' is loaded from: jar:file:/C:/Users/Andrew/AppData/Roaming/.minecraft/mods/Tesla-1.10.2-1.2.1.50.jar!/net/darkhax/tesla/api/implementation/InfiniteTeslaConsumer.class
              * Tesla API class 'InfiniteTeslaConsumerProvider' is loaded from: jar:file:/C:/Users/Andrew/AppData/Roaming/.minecraft/mods/Tesla-1.10.2-1.2.1.50.jar!/net/darkhax/tesla/api/implementation/InfiniteTeslaConsumerProvider.class
              * Tesla API class 'InfiniteTeslaProducer' is loaded from: jar:file:/C:/Users/Andrew/AppData/Roaming/.minecraft/mods/Tesla-1.10.2-1.2.1.50.jar!/net/darkhax/tesla/api/implementation/InfiniteTeslaProducer.class
              * Tesla API class 'InfiniteTeslaProducerProvider' is loaded from: jar:file:/C:/Users/Andrew/AppData/Roaming/.minecraft/mods/Tesla-1.10.2-1.2.1.50.jar!/net/darkhax/tesla/api/implementation/InfiniteTeslaProducerProvider.class

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

List of loaded APIs: 
	* AbyssalCraftAPI (1.9.0) from AbyssalCraft-1.10.2-1.9.4-pre-3.jar
	* AbyssalCraftAPI|Biome (1.9.0) from AbyssalCraft-1.10.2-1.9.4-pre-3.jar
	* AbyssalCraftAPI|Block (1.9.0) from AbyssalCraft-1.10.2-1.9.4-pre-3.jar
	* AbyssalCraftAPI|Condition (1.9.0) from AbyssalCraft-1.10.2-1.9.4-pre-3.jar
	* AbyssalCraftAPI|Disruption (1.9.0) from AbyssalCraft-1.10.2-1.9.4-pre-3.jar
	* AbyssalCraftAPI|Energy (1.9.0) from AbyssalCraft-1.10.2-1.9.4-pre-3.jar
	* AbyssalCraftAPI|Entity (1.9.0) from AbyssalCraft-1.10.2-1.9.4-pre-3.jar
	* AbyssalCraftAPI|Event (1.9.0) from AbyssalCraft-1.10.2-1.9.4-pre-3.jar
	* AbyssalCraftAPI|Integration (1.9.0) from AbyssalCraft-1.10.2-1.9.4-pre-3.jar
	* AbyssalCraftAPI|Internal (1.9.0) from AbyssalCraft-1.10.2-1.9.4-pre-3.jar
	* AbyssalCraftAPI|Item (1.9.0) from AbyssalCraft-1.10.2-1.9.4-pre-3.jar
	* AbyssalCraftAPI|Necronomicon (1.9.0) from AbyssalCraft-1.10.2-1.9.4-pre-3.jar
	* AbyssalCraftAPI|Recipe (1.9.0) from AbyssalCraft-1.10.2-1.9.4-pre-3.jar
	* AbyssalCraftAPI|Ritual (1.9.0) from AbyssalCraft-1.10.2-1.9.4-pre-3.jar
	* AbyssalCraftAPI|Spell (1.9.0) from AbyssalCraft-1.10.2-1.9.4-pre-3.jar
	* actuallyadditionsapi (29) from ActuallyAdditions-1.10.2-r105.jar
	* Baubles|API (1.3.1.3) from Baubles-1.10.2-1.3.11.jar
	* chesttransporter|api (1) from ChestTransporter-1.10.2-2.5.16.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.12.jar
	* CoFHAPI (1.8.9R1.2.0B1) from geneticsreborn-mc1.10.2-v1.03.jar
	* cofhapi (1.4.0) from extrautils2-1.10.2-1.4.1.jar
	* cofhapi|block (1.6.0) from CoFHCore-1.10.2-4.1.1.156-universal.jar
	* CoFHAPI|core (1.8.9R1.2.0B1) from valkyrielib-1.10.2-0.10.6.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 limelib-1.10.2-1.3.5.jar
	* cofhapi|energy (1.5.0) from hatchery-1.10.2-0.3.13.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 CoFHCore-1.10.2-4.1.1.156-universal.jar
	* CoFHAPI|tileentity (1.8.9R1.2.0B1) from ProgressiveAutomation-1.10.2-1.7.4.jar
	* cofhapi|tileentity (1.6.0) from CoFHCore-1.10.2-4.1.1.156-universal.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
	* 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
	* EnderIOAPI (0.0.2) from EnderIO-1.10.2-3.1.190.jar
	* EnderIOAPI|Redstone (0.0.2) from EnderIO-1.10.2-3.1.190.jar
	* EnderIOAPI|Teleport (0.0.2) from EnderIO-1.10.2-3.1.190.jar
	* EnderIOAPI|Tools (0.0.2) from EnderIO-1.10.2-3.1.190.jar
	* ForestryAPI|apiculture (5.0.0) from forestry_1.10.2-5.2.17.375.jar
	* ForestryAPI|arboriculture (4.2.1) from forestry_1.10.2-5.2.17.375.jar
	* ForestryAPI|circuits (3.1.0) from forestry_1.10.2-5.2.17.375.jar
	* ForestryAPI|climate (2.1.0) from forestry_1.10.2-5.2.17.375.jar
	* ForestryAPI|core (5.1.0) from forestry_1.10.2-5.2.17.375.jar
	* ForestryAPI|farming (2.1.0) from forestry_1.10.2-5.2.17.375.jar
	* ForestryAPI|food (1.1.0) from forestry_1.10.2-5.2.17.375.jar
	* ForestryAPI|fuels (3.0.0) from forestry_1.10.2-5.2.17.375.jar
	* ForestryAPI|genetics (4.7.1) from forestry_1.10.2-5.2.17.375.jar
	* ForestryAPI|greenhouse (5.2.0) from forestry_1.10.2-5.2.17.375.jar
	* ForestryAPI|hives (4.1.0) from forestry_1.10.2-5.2.17.375.jar
	* ForestryAPI|lepidopterology (1.3.0) from forestry_1.10.2-5.2.17.375.jar
	* ForestryAPI|mail (3.1.0) from forestry_1.10.2-5.2.17.375.jar
	* ForestryAPI|multiblock (3.0.0) from forestry_1.10.2-5.2.17.375.jar
	* ForestryAPI|recipes (5.4.0) from forestry_1.10.2-5.2.17.375.jar
	* ForestryAPI|storage (5.0.0) from forestry_1.10.2-5.2.17.375.jar
	* ForestryAPI|world (2.1.0) from forestry_1.10.2-5.2.17.375.jar
	* HatcheryAPI (1.10.2R1.0.0) from hatchery-1.10.2-0.3.13.jar
	* iChunUtil API (1.2.0) from iChunUtil-1.10.2-6.3.2.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.419.jar
	* rtgapi (1.0.0) from RTG-1.10.2-4.2.0.0-snapshot-1.jar
	* universalwrenchAPI (1.0) from universalwrench-1.10.2-1.0.7-ff285cc.jar
	* universalwrenchAPI|capabilities (1.0) from universalwrench-1.10.2-1.0.7-ff285cc.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.13-B27_1.10.2.jar
CodeChickenLib Invalid Fingerprint Reports: 
CodeChickenCore Invalid Fingerprint Reports: 
Launched Version: 1.10.2-forge1.10.2-12.18.3.2297
LWJGL: 2.9.4
OpenGL: AMD Radeon (TM) R7 360 Series GL version 4.5.13474 Compatibility Profile Context 22.19.165.512, 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: Faithful 1.10.2-r4.zip, TEAVSRP2.zip (incompatible), PR Luminance 1.9.4-1.10.2.zip
Current Language: English (US)
Profiler Position: N/A (disabled)
CPU: 4x Intel(R) Core(TM) i5-2500K CPU @ 3.30GHz
commented

Thank you!