Guest User

Open Modular Turrets Crash

a guest
Sep 14th, 2017
354
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Java 37.53 KB | None | 0 0
  1. ---- Minecraft Crash Report ----
  2.  
  3. WARNING: coremods are present:
  4.   BookshelfLoadingPlugin (Bookshelf-1.10.2-1.4.4.347.jar)
  5.   CoFH Loading Plugin (CoFHCore-1.10.2-4.1.12.17-universal.jar)
  6.   LoadingPlugin (RandomThings-MC1.10.2-3.7.7.1.jar)
  7.   NWRTweak (redstonepaste-mc1.9.4-1.7.4.jar)
  8.   EnderCorePlugin (EnderCore-1.10.2-0.4.1.66-beta.jar)
  9.   IC2core (industrialcraft-2-2.6.252-ex110.jar)
  10.   PlusTiC (plustic-5.2.1.2.jar)
  11.   LoadingPlugin (Bloodmoon-MC1.10.2-1.5.1.jar)
  12.   CCLCorePlugin (CodeChickenLib-1.10.2-2.5.9.283-universal.jar)
  13.   MtqFixPlugin (mtqfix-1.10.2-1.0.0.jar)
  14.   CTMCorePlugin (CTM-MC1.10.2-0.2.2.24.jar)
  15.   LoadingPlugin (Quark-r1.1-70.jar)
  16.   NEICorePlugin (NotEnoughItems-1.10.2-2.1.3.220-universal.jar)
  17.   SHLoadingPlugin (ScalingHealth-1.11.2-1.0.8-52.jar)
  18.   RebornCoreASM (RebornCore-1.10.2-2.13.6.142-universal.jar)
  19.   Brandon's Core (BrandonsCore-1.10.2-2.1.11.127-universal.jar)
  20.  FMLPlugin (InventoryTweaks-1.61-58.jar)
  21.  Do not report to Forge! Remove FoamFixAPI (or replace with FoamFixAPI-Lawful) and try again. (foamfix-0.6.1-anarchy.jar)
  22.  ArsMagica2-Preloader (ArsMagica2-1.10.2-1.5.0-18.jar)
  23. Contact their authors BEFORE contacting forge
  24.  
  25. // I'm sorry, Dave.
  26.  
  27. Time: 9/14/17 12:34 PM
  28. Description: Ticking entity
  29.  
  30. java.lang.NullPointerException: Ticking entity
  31.     at net.minecraft.entity.player.EntityPlayerMP.func_70670_a(EntityPlayerMP.java:1018)
  32.     at net.minecraft.entity.EntityLivingBase.func_70690_d(EntityLivingBase.java:718)
  33.     at com.thexfactor117.levels.event.EventLivingHurt.useArmorAbilities(EventLivingHurt.java:345)
  34.     at com.thexfactor117.levels.event.EventLivingHurt.onHurt(EventLivingHurt.java:81)
  35.     at net.minecraftforge.fml.common.eventhandler.ASMEventHandler_554_EventLivingHurt_onHurt_LivingHurtEvent.invoke(.dynamic)
  36.     at net.minecraftforge.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:90)
  37.     at net.minecraftforge.fml.common.eventhandler.EventBus.post(EventBus.java:185)
  38.     at net.minecraftforge.common.ForgeHooks.onLivingHurt(ForgeHooks.java:504)
  39.     at net.minecraft.entity.player.EntityPlayer.func_70665_d(EntityPlayer.java:1085)
  40.     at net.minecraft.entity.EntityLivingBase.func_70097_a(EntityLivingBase.java:882)
  41.     at net.minecraft.entity.player.EntityPlayer.func_70097_a(EntityPlayer.java:1022)
  42.     at net.minecraft.entity.player.EntityPlayerMP.func_70097_a(EntityPlayerMP.java:543)
  43.     at omtteam.openmodularturrets.entity.projectiles.DisposableTurretProjectile.onHitEntity(DisposableTurretProjectile.java:85)
  44.     at omtteam.openmodularturrets.entity.projectiles.TurretProjectile.func_70071_h_(TurretProjectile.java:117)
  45.     at omtteam.openmodularturrets.entity.projectiles.DisposableTurretProjectile.func_70071_h_(DisposableTurretProjectile.java:39)
  46.     at net.minecraft.world.World.func_72866_a(World.java:1964)
  47.     at net.minecraft.world.WorldServer.func_72866_a(WorldServer.java:839)
  48.     at net.minecraft.world.World.func_72870_g(World.java:1934)
  49.     at net.minecraft.world.World.func_72939_s(World.java:1750)
  50.     at net.minecraft.world.WorldServer.func_72939_s(WorldServer.java:620)
  51.     at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:709)
  52.     at net.minecraft.server.dedicated.DedicatedServer.func_71190_q(DedicatedServer.java:387)
  53.     at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:613)
  54.     at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:471)
  55.     at java.lang.Thread.run(Unknown Source)
  56.  
  57.  
  58. A detailed walkthrough of the error, its code path and all known details is as follows:
  59. ---------------------------------------------------------------------------------------
  60.  
  61. -- Head --
  62. Thread: Server thread
  63. Stacktrace:
  64.     at net.minecraft.entity.player.EntityPlayerMP.func_70670_a(EntityPlayerMP.java:1018)
  65.     at net.minecraft.entity.EntityLivingBase.func_70690_d(EntityLivingBase.java:718)
  66.     at com.thexfactor117.levels.event.EventLivingHurt.useArmorAbilities(EventLivingHurt.java:345)
  67.     at com.thexfactor117.levels.event.EventLivingHurt.onHurt(EventLivingHurt.java:81)
  68.     at net.minecraftforge.fml.common.eventhandler.ASMEventHandler_554_EventLivingHurt_onHurt_LivingHurtEvent.invoke(.dynamic)
  69.     at net.minecraftforge.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:90)
  70.     at net.minecraftforge.fml.common.eventhandler.EventBus.post(EventBus.java:185)
  71.     at net.minecraftforge.common.ForgeHooks.onLivingHurt(ForgeHooks.java:504)
  72.     at net.minecraft.entity.player.EntityPlayer.func_70665_d(EntityPlayer.java:1085)
  73.     at net.minecraft.entity.EntityLivingBase.func_70097_a(EntityLivingBase.java:882)
  74.     at net.minecraft.entity.player.EntityPlayer.func_70097_a(EntityPlayer.java:1022)
  75.     at net.minecraft.entity.player.EntityPlayerMP.func_70097_a(EntityPlayerMP.java:543)
  76.     at omtteam.openmodularturrets.entity.projectiles.DisposableTurretProjectile.onHitEntity(DisposableTurretProjectile.java:85)
  77.     at omtteam.openmodularturrets.entity.projectiles.TurretProjectile.func_70071_h_(TurretProjectile.java:117)
  78.     at omtteam.openmodularturrets.entity.projectiles.DisposableTurretProjectile.func_70071_h_(DisposableTurretProjectile.java:39)
  79.     at net.minecraft.world.World.func_72866_a(World.java:1964)
  80.     at net.minecraft.world.WorldServer.func_72866_a(WorldServer.java:839)
  81.     at net.minecraft.world.World.func_72870_g(World.java:1934)
  82.  
  83. -- Entity being ticked --
  84. Details:
  85.     Entity Type: null (omtteam.openmodularturrets.entity.projectiles.DisposableTurretProjectile)
  86.     Entity ID: 1441265
  87.     Entity Name: unknown
  88.     Entity's Exact location: 103.04, 90.01, 304.98
  89.     Entity's Block location: World: (103,90,304), Chunk: (at 7,5,0 in 6,19; contains blocks 96,0,304 to 111,255,319), Region: (0,0; contains chunks 0,0 to 31,31, blocks 0,0,0 to 511,255,511)
  90.     Entity's Momentum: 1.81, -1.20, -2.13
  91.     Entity's Passengers: []
  92.     Entity's Vehicle: ~~ERROR~~ NullPointerException: null
  93. Stacktrace:
  94.     at net.minecraft.world.World.func_72939_s(World.java:1750)
  95.     at net.minecraft.world.WorldServer.func_72939_s(WorldServer.java:620)
  96.  
  97. -- Affected level --
  98. Details:
  99.     Level name: world2
  100.     All players: 2 total; [EntityPlayerMP['Kaelthalon'/268269, l='world2', x=111.51, y=87.00, z=304.88], EntityPlayerMP['LeadAssassin'/680, l='world2', x=104.04, y=88.00, z=304.49]]
  101.     Chunk stats: ServerChunkCache: 508 Drop: 0
  102.     Level seed: 2659930752291730071
  103.     Level generator: ID 00 - default, ver 1. Features enabled: true
  104.     Level generator options:
  105.     Level spawn location: World: (44,64,244), Chunk: (at 12,4,4 in 2,15; contains blocks 32,0,240 to 47,255,255), Region: (0,0; contains chunks 0,0 to 31,31, blocks 0,0,0 to 511,255,511)
  106.     Level time: 2782932 game time, 3504777 day time
  107.     Level dimension: 0
  108.     Level storage version: 0x04ABD - Anvil
  109.     Level weather: Rain time: 84801 (now: false), thunder time: 17617 (now: false)
  110.     Level game mode: Game mode: survival (ID 0). Hardcore: false. Cheats: false
  111. Stacktrace:
  112.     at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:709)
  113.     at net.minecraft.server.dedicated.DedicatedServer.func_71190_q(DedicatedServer.java:387)
  114.     at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:613)
  115.     at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:471)
  116.     at java.lang.Thread.run(Unknown Source)
  117.  
  118. -- System Details --
  119. Details:
  120.     Minecraft Version: 1.10.2
  121.     Operating System: Windows 10 (amd64) version 10.0
  122.     Java Version: 1.8.0_144, Oracle Corporation
  123.     Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
  124.     Memory: 3133032456 bytes (2987 MB) / 4225236992 bytes (4029 MB) up to 4225236992 bytes (4029 MB)
  125.     JVM Flags: 5 total; -Xmx4G -Xms4G -XX:+UseConcMarkSweepGC -XX:+CMSIncrementalMode -XX:-UseAdaptiveSizePolicy
  126.     IntCache: cache: 0, tcache: 0, allocated: 13, tallocated: 95
  127.     FML: MCP 9.32 Powered by Forge 12.18.3.2281 158 mods loaded, 157 mods active
  128.     States: 'U' = Unloaded 'L' = Loaded 'C' = Constructed 'H' = Pre-initialized 'I' = Initialized 'J' = Post-initialized 'A' = Available 'D' = Disabled 'E' = Errored
  129.     UCHIJAAAA   mcp{9.19} [Minecraft Coder Pack] (minecraft.jar)
  130.     UCHIJAAAA   FML{8.0.99.99} [Forge Mod Loader] (custom.jar)
  131.     UCHIJAAAA   Forge{12.18.3.2281} [Minecraft Forge] (custom.jar)
  132.     UCHIJAAAA   NotEnoughItems{2.1.3.220} [Not Enough Items] (NotEnoughItems-1.10.2-2.1.3.220-universal.jar)
  133.     UCHIJAAAA   <CoFH ASM>{000} [CoFH ASM] (minecraft.jar)
  134.     UCHIJAAAA   foamfixcore{7.7.4} [FoamFixCore] (minecraft.jar)
  135.     UCHIJAAAA   ccl-entityhook{1.0} [ccl-entityhook] (CodeChickenLib-1.10.2-2.5.9.283-universal.jar)
  136.     UCHIJAAAA   dmonsters{1.15} [Deadly Monsters] (1.10.2_deadly_monsters_1.5.jar)
  137.     UCHIJAAAA   bettercombatmod{1.4.0} [Better Combat] ([MC 1.10.X] BetterCombatMod 1.4.jar)
  138.     UCHIJAAAA   JEI{3.14.7.419} [Just Enough Items] (jei_1.10.2-3.14.7.419.jar)
  139.     UCHIJAAAA   abyssalcraft{1.9.4-pre-4} [AbyssalCraft] (AbyssalCraft-1.10.2-1.9.4-pre-4.jar)
  140.     UCHIJAAAA   cofhcore{4.1.12} [CoFH Core] (CoFHCore-1.10.2-4.1.12.17-universal.jar)
  141.     UCHIJAAAA   actuallyadditions{1.10.2-r105} [Actually Additions] (ActuallyAdditions-1.10.2-r105.jar)
  142.     UCHIJAAAA   thinkbigcore{1.5.8} [§5§m===§r §e§lThink Big Core §5§m===§r] (Think Big Core V1.5.8 - 1.10.2.jar)
  143.     UCHIJAAAA   adinferos{1.2.4} [§e§k!!§6§k]]§c§kkk§4§lAd Inferos§c§kkk§6§k]]§e§k!!] (Ad Inferos V1.2.4 - 1.10.2.jar)
  144.     UCHIJAAAA   IC2{2.6.252-ex110} [IndustrialCraft 2] (industrialcraft-2-2.6.252-ex110.jar)
  145.     UCHIJAAAA   advanced_solar_panels{4.0.4} [Advanced Solar Panels] (Advanced Solar Panels-4.0.4.jar)
  146.     UCHIJAAAA   infinitylib{1.10.2-0.11.0} [InfinityLib] (infinitylib-0.11.0.jar)
  147.     UCHIJAAAA   agricraft{2.0.0-0.10.0-a19} [AgriCraft] (agricraft-2.0.0-0.10.0-a19.jar)
  148.     UCHIJAAAA   animalium{0.1.9} [animalium] (Animalium-0.1.9.jar)
  149.     UCHIJAAAA   aquacreeper{1.2.1} [aquacreeper] (AquaCreepers-1.2.1.jar)
  150.     UCHIJAAAA   mantle{1.10.2-1.1.5.205} [Mantle] (Mantle-1.10.2-1.1.5.jar)
  151.     UCHIJAAAA   tconstruct{1.10.2-2.6.5.10} [Tinkers' Construct] (TConstruct-1.10.2-2.6.5.jar)
  152.     UCHIJAAAA   tesla{1.2.1.49} [TESLA] (Tesla-1.10.2-1.2.1.49.jar)
  153.     UCHIJAAAA   thedragonlib{1.10.2-1.3.1} [TheDragonLib] (thedragonlib-1.10.2-1.0.3.1.jar)
  154.     UCHIJAAAA   armorplus{1.10.2-8.7.1.2} [ArmorPlus] (armorplus-1.10.2-8.7.1.2.jar)
  155.     UCHIJAAAA   arsmagica2{1.5.018} [Ars Magica 2] (ArsMagica2-1.10.2-1.5.0-18.jar)
  156.     UCHIJAAAA   AnimationAPI{1.2.4} [AnimationAPI] (ArsMagica2-1.10.2-1.5.0-18.jar)
  157.     UCHIJAAAA   Quark{r1.1-70} [Quark] (Quark-r1.1-70.jar)
  158.     UCHIJAAAA   AutoRegLib{1.0-2} [AutoRegLib] (AutoRegLib-1.0-2.jar)
  159.     UCHIJAAAA   Avaritia{1.10.2-2.0.7} [Avaritia] (Avaritia-1.10.2-2.0.7.jar)
  160.     UCHIJAAAA   avaritiaadditions{1.6} [Avaritia Additions] (AvaritiaAdditions-1.6_1.10.2.jar)
  161.     UCHIJAAAA   baconators{3.0.6} [Baconators] (baconators-1.10.2-3.0.6.jar)
  162.     UCHIJAAAA   Baubles{1.3.11} [Baubles] (Baubles-1.10.2-1.3.11.jar)
  163.     UCHIJAAAA   baublesstuff{3.0.2} [Baubles Stuff] (baublesstuff-3.0.2.jar)
  164.     UCHIJAAAA   bdlib{1.12.4.24} [BD Lib] (bdlib-1.12.4.24-mc1.10.2.jar)
  165.     UCHIJAAAA   betterquesting{2.3.234} [Better Questing] (BetterQuesting-2.3.234.jar)
  166.     UCHIJAAAA   guideapi{@VERSION@} [Guide-API] (Guide-API-1.10.2-2.0.3-46.jar)
  167.     UCHIJAAAA   BloodMagic{1.10.2-2.1.11-80} [Blood Magic: Alchemical Wizardry] (BloodMagic-1.10.2-2.1.11-80.jar)
  168.     UCHIJAAAA   bloodarsenal{1.10.2-2.1.0-22} [Blood Arsenal] (BloodArsenal-1.10.2-2.1.0-22.jar)
  169.     UCHIJAAAA   bloodmoon{1.5.1} [Bloodmoon] (Bloodmoon-MC1.10.2-1.5.1.jar)
  170.     UCHIJAAAA   bookshelf{1.4.4.347} [Bookshelf] (Bookshelf-1.10.2-1.4.4.347.jar)
  171.     UCHIJAAAA   CodeChickenLib{2.5.9.283} [CodeChicken Lib] (CodeChickenLib-1.10.2-2.5.9.283-universal.jar)
  172.     UCHIJAAAA   brandonscore{2.1.11} [Brandon's Core] (BrandonsCore-1.10.2-2.1.11.127-universal.jar)
  173.     UCHIJAAAA   Chameleon{1.10.2-2.3.0} [Chameleon] (Chameleon-1.10.2-2.3.0.jar)
  174.     UCHIJAAAA   CodeChickenCore{2.4.1.102} [CodeChicken Core] (CodeChickenCore-1.10.2-2.4.1.102-universal.jar)
  175.     UCHIJAAAA   ChickenChunks{2.2.0.52} [ChickenChunks] (ChickenChunks-1.10.2-2.2.0.52-universal.jar)
  176.     UCHIJAAAA   chisel{MC1.10.2-0.0.13.30} [Chisel] (Chisel-MC1.10.2-0.0.13.30.jar)
  177.     UCHIJAAAA   mcmultipart{1.4.0} [MCMultiPart] (MCMultiPart-1.4.0-universal.jar)
  178.     UCHIJAAAA   chiselsandbits{12.12} [Chisels & Bits] (chiselsandbits-12.12.jar)
  179.     UCHIJAAAA   clarity{1.0} [Clarity] (clarity-1.0.jar)
  180.     UCHIJAAAA   classiccombat{1.0.0} [Classic Combat] (ClassicCombat-1.0.0-1.10.2-universal.jar)
  181.     UCHIJAAAA   cyclopscore{0.10.9} [Cyclops Core] (CyclopsCore-1.9.4-0.10.9.jar)
  182.     UCHIJAAAA   colossalchests{1.6.0} [Colossal Chests] (ColossalChests-1.10.2-1.6.0.jar)
  183.     UCHIJAAAA   cookingforblockheads{4.2.45} [Cooking for Blockheads] (CookingForBlockheads_1.10.2-4.2.45.jar)
  184.     UCHIJAAAA   crafttweakerjei{1.0.1} [CraftTweaker JEI Support] (CraftTweaker-1.10.2-3.0.26.jar)
  185.     UCHIJAAAA   MineTweaker3{3.0.26} [MineTweaker 3] (CraftTweaker-1.10.2-3.0.26.jar)
  186.     UCHIJAAAA   darkutils{1.1.8.finalrc2} [Dark Utilities] (DarkUtilities-1.1.8.finalrc2.jar)
  187.     UCHIJAAAA   deeznuts{1.0} [Deez Nuts Creeper] (deeznuts-1.0.jar)
  188.     UCHIJAAAA   dldungeonsjdg{1.9.2} [Doomlike Dungeons] (DoomlikeDungeonsJBG-1.9.2-MC1.10.jar)
  189.     UCHIJAAAA   draconicevolution{2.1.5} [Draconic Evolution] (Draconic-Evolution-1.10.2-2.1.5.262-universal.jar)
  190.     UCHIJAAAA   dragonrealm{2.1.0} [DragonRealm] (DragonRealm_v2.1.0_1.10.2.jar)
  191.     UCHIJAAAA   enchiridion{3.2.0} [Enchiridion] (Enchiridion-1.10.2-3.2.0.jar)
  192.     UCHIJAAAA   endercore{1.10.2-0.4.1.66-beta} [EnderCore] (EnderCore-1.10.2-0.4.1.66-beta.jar)
  193.     UCHIJAAAA   EnderIO{1.10.2-3.1.193} [Ender IO] (EnderIO-1.10.2-3.1.193.jar)
  194.     UCHIJAAAA   EnderStorage{2.2.1.106} [EnderStorage] (EnderStorage-1.10.2-2.2.1.106-universal.jar)
  195.     UCHIJAAAA   epicsiegemod{11.0.156} [Epic Siege Mod] (EpicSiegeMod-11.0.156.jar)
  196.     UCHIJAAAA   extrautils2{1.0} [Extra Utilities 2] (extrautils2-1.10.2-1.6.1.jar)
  197.     UCHIJAAAA   zerocore{1.10.2-0.1.0.6} [Zero CORE] (zerocore-1.10.2-0.1.0.6.jar)
  198.     UCHIJAAAA   bigreactors{1.10.2-0.4.5.30} [Extreme Reactors] (ExtremeReactors-1.10.2-0.4.5.30.jar)
  199.     UCHIJAAAA   farmingforblockheads{1.1.16} [Farming for Blockheads] (FarmingForBlockheads_1.10.2-1.1.16.jar)
  200.     UCHIJAAAA   fastleafdecay{v11} [Fast Leaf Decay] (FastLeafDecay-v11.jar)
  201.     UCHIJAAAA   sonarcore{3.2.8} [SonarCore] (SonarCore-1.10.2-3.2.9.jar)
  202.     UCHIJAAAA   fluxnetworks{1.2.5} [FluxNetworks] (FluxNetworks-1.10.2-1.2.5.jar)
  203.     UCHIJAAAA   foamfix{@VERSION@} [FoamFix] (foamfix-0.6.1-anarchy.jar)
  204.     UCHIJAAAA   forgemultipartcbe{2.0.0.38} [Forge Multipart CBE] (ForgeMultipart-1.10.2-2.0.0.38-universal.jar)
  205.     UCHIJAAAA   microblockcbe{2.0.0.38} [Forge Microblocks] (ForgeMultipart-1.10.2-2.0.0.38-universal.jar)
  206.     UCHIJAAAA   minecraftmultipartcbe{2.0.0.38} [Minecraft Multipart Plugin] (ForgeMultipart-1.10.2-2.0.0.38-universal.jar)
  207.     UCHIJAAAA   ftbl{0.0.0} [FTBLib] (FTBLib-1.1x-3.6.5.jar)
  208.     UCHIJAAAA   ftbu{0.0.0} [FTBUtilities] (FTBUtilities-1.1x-3.6.5.jar)
  209.     UCHIJAAAA   advgenerators{0.9.20.23} [Advanced Generators] (generators-0.9.20.23-mc1.10.2.jar)
  210.     UCHIJAAAA   grimoireofgaia{1.5.6} [Grimoire of Gaia 3] (GrimoireOfGaia3-1.10.2-1.5.6.jar)
  211.     UCHIJAAAA   ichunutil{6.5.0} [iChunUtil] (iChunUtil-1.10.2-6.5.0.jar)
  212.     UCHIJAAAA   theoneprobe{1.4.18} [The One Probe] (theoneprobe-1.1x-1.4.18.jar)
  213.     UCHIJAAAA   immersiveengineering{0.10-61} [Immersive Engineering] (ImmersiveEngineering-0.10-61.jar)
  214.     UCHIJAAAA   incontrol{3.6.0} [InControl] (incontrol-3.6.0.jar)
  215.     UCHIJAAAA   InfernalMobs{1.7.1} [Infernal Mobs] (InfernalMobs-1.10.jar)
  216.     UCHIJAAAA   InventoryPets{1.4.9.6} [Inventory Pets] (inventorypets-1.10-1.4.9.6.jar)
  217.     UCHIJAAAA   inventorytweaks{1.61-58-a1fd884} [Inventory Tweaks] (InventoryTweaks-1.61-58.jar)
  218.     UCHIJAAAA   ironbackpacks{1.10.2-2.2.31} [Iron Backpacks] (IronBackpacks-1.10.2-2.2.31.jar)
  219.     UCHIJAAAA   itank{1.1.0-1.10.2} [itank] (ITank-1.1.0-1.10.2.jar)
  220.     UCHIJAAAA   jacb{1.0.6} [JACB] (JACB-1.10.2-1.0.6.jar)
  221.     UCHIJAAAA   kitchensink{0.01} [Kitchen Sink Mod] (kitchensink-mc1.10.2-v1.21.jar)
  222.     UCHIJAAAA   levels{r1.2.8} [Levels] (Levels 2-1.10.2-r1.2.8.jar)
  223.     UCHIJAAAA   lootbags{2.3.9} [Loot Bags] (LootBags-1.10.2-2.3.9.jar)
  224.     UCHIJAAAA   mikedongles{0.4.4-[1.9.4,1.10,1.10.2]} [Mike Dongles] (MikeDongles-0.4.4-MC[1.9.4-1.10-1.10.2].jar)
  225.     UCHIJAAAA   minefactoryreloaded{2.9.0B1} [MineFactory Reloaded] (MineFactoryReloaded-[1.10.2]2.9.0B1-226.jar)
  226.     UCHIJAAAA   MineFactoryReloaded|CompatVanilla{2.9.0B1} [MFR Compat: Vanilla] (MineFactoryReloaded-[1.10.2]2.9.0B1-226.jar)
  227.     UCHIJAAAA   mtrm{1.2.1.26} [MineTweakerRecipeMaker] (MineTweakerRecipeMaker-1.10.2-1.2.1.26.jar)
  228.     UCHIJAAAA   testdummy{1.11} [MmmMmmMmmMmm] (MmmMmmMmmMmm-1.10.2-1.13.jar)
  229.     UCHIJAAAA   randomthings{3.7.7.1} [Random Things] (RandomThings-MC1.10.2-3.7.7.1.jar)
  230.     UCHIJAAAA   moarsigns{4.2.3.9} [MoarSigns] (MoarSigns-1.10.2-4.2.3.9.jar)
  231.     UCHIJAAAA   mob_properties{1.0.3} [Mob Properties] (mob_properties-1.10.2-1.0.3.jar)
  232.     UCHIJAAAA   mob_grinding_utils{0.1.8.22} [mob_grinding_utils] (MobGrindingUtils-0.1.8.22.jar)
  233.     UCHIJAAAA   mtlib{@VERSION@} [MTLib] (MTLib-1.0.3.jar)
  234.     UCHIJAAAA   modtweaker{2.0.13} [Mod Tweaker] (ModTweaker2-2.0.13.jar)
  235.     UCHIJAAAA   Morpheus{1.10.2-3.1.13} [Morpheus] (Morpheus-1.10.2-3.1.13.jar)
  236.     UCHIJAAAA   mysticalagriculture{1.5.8} [Mystical Agriculture] (mysticalagriculture[1.10.2]-1.5.8.jar)
  237.     UCHIJAAAA   natural_absorption{1.2.2} [Natural Absorption] (natural_absorption-1.10.2-1.2.2.jar)
  238.     UCHIJAAAA   nethermetals{1.1.4} [Nether Metals] (NetherMetals-1.10.2-1.1.4.jar)
  239.     UCHIJAAAA   notenoughwands{1.5.5} [Not Enough Wands] (notenoughwands-1.1x-1.5.5.jar)
  240.     UCHIJAAAA   nuclearcraft{2.3} [NuclearCraft] (NuclearCraft-2.3--1.10.2.jar)
  241.     UCHIJAAAA   omlib{3.0.0-127} [OMLib] (omlib-1.10.2-3.0.0-127.jar)
  242.     UCHIJAAAA   openmodularturrets{3.0.0-214} [Open Modular Turrets] (openmodularturrets-1.10.2-3.0.0-214.jar)
  243.     UCHIJAAAA   oreexcavation{1.2.102} [OreExcavation] (OreExcavation-1.2.102.jar)
  244.     UCHIJAAAA   orespawn{1.1.0} [Ore Spawn] (OreSpawn_1.10.2-1.1.0.jar)
  245.     UCHIJAAAA   harvestcraft{1.10.2j} [Pam's HarvestCraft] (Pam's HarvestCraft 1.10.2j.jar)
  246.     UCHIJAAAA   thermalfoundation{2.1.5} [Thermal Foundation] (ThermalFoundation-1.10.2-2.1.5.12-universal.jar)
  247.     UCHIJAAAA   plustic{5.2.1.2} [PlusTiC] (plustic-5.2.1.2.jar)
  248.     UCHIJAAAA   portalgun{6.0.1} [PortalGun] (PortalGun-1.10.2-6.0.1.jar)
  249.     UCHIJAAAA   prefab{1.1.1.16} [Prefab] (prefab-1.1.1.16.jar)
  250.     UCHIJAAAA   rangedpumps{0.3} [Ranged Pumps] (rangedpumps-0.3.jar)
  251.     UCHIJAAAA   reborncore{2.13.6.142} [RebornCore] (RebornCore-1.10.2-2.13.6.142-universal.jar)
  252.     UCHIJAAAA   reborncore-mcmultipart{2.13.6.142} [reborncore-MCMultiPart] (RebornCore-1.10.2-2.13.6.142-universal.jar)
  253.     UCHIJAAAA   StorageDrawers{1.10.2-3.7.10} [Storage Drawers] (StorageDrawers-1.10.2-3.7.10.jar)
  254.     UCHIJAAAA   refinedstorage{1.2.26} [Refined Storage] (refinedstorage-1.2.26.jar)
  255.     UCHIJAAAA   rebornstorage{1.0.0} [RebornStorage] (RebornStorage-1.10.2-1.0.3.30.jar)
  256.     UCHIJAAAA   redstonepaste{1.7.4} [Redstone Paste] (redstonepaste-mc1.9.4-1.7.4.jar)
  257.     UCHIJAAAA   xreliquary{1.10.2-1.3.3.664} [Reliquary] (Reliquary-1.10.2-1.3.3.664.jar)
  258.     UCHIJAAAA   rftools{6.13} [RFTools] (rftools-1.1x-6.13.jar)
  259.     UCHIJAAAA   roughMobs{1.0} [Rough Mobs] (roughMobs1.0.11-1.10.2.jar)
  260.     UCHIJAAAA   silentlib{2.1.5} [Silent Lib] (SilentLib-1.10.2-2.1.5-63.jar)
  261.     UCHIJAAAA   scalinghealth{1.0.8} [Scaling Health] (ScalingHealth-1.11.2-1.0.8-52.jar)
  262.     UCHIJAAAA   sccraftingrunes{1.1} [SeriousCreeper's Crafting Runes] (sccraftingrunes-1.1.jar)
  263.     UCHIJAAAA   simplecore{1.4.5.1} [SimpleCore API] (simplecore-1.10.2-1.4.5.1.jar)
  264.     UCHIJAAAA   simpleores{1.9.1.3} [SimpleOres 2] (simpleores-1.10.2-1.9.1.3.jar)
  265.     UCHIJAAAA   simpletcon{2.0} [Simple Tinkers Construct Addon] (SimpleTcon-2.0a.jar)
  266.     UCHIJAAAA   simplyjetpacks{2.1.3.55} [Simply Jetpacks 2] (SimplyJetpacks2-1.10.2-2.1.3.55.jar)
  267.     UCHIJAAAA   slug{1.0A} [Slugs EU and RF converters] (Slugs Converters.jar)
  268.     UCHIJAAAA   spartanshields{1.3} [Spartan Shields] (SpartanShields-1.10.2-1.3.jar)
  269.     UCHIJAAAA   bq_standard{2.3.131} [Standard Expansion] (StandardExpansion-2.3.131.jar)
  270.     UCHIJAAAA   stevescarts{2.2.0.86} [Steve's Carts 2] (StevesCarts-1.10.2-2.2.0.86.jar)
  271.     UCHIJAAAA   lteleporters{1.1.3} [Lemon's Simple Teleporters] (teleporters-1.1.3.jar)
  272.     UCHIJAAAA   teslacorelib{0.7.3} [Tesla Core Lib] (tesla-core-lib-1.10.2-0.7.3.jar)
  273.     UCHIJAAAA   beneath{1.2.0} [The Beneath] (The Beneath-1.10.2-1.2.0.jar)
  274.     UCHIJAAAA   thermalexpansion{5.1.10} [Thermal Expansion] (ThermalExpansion-1.10.2-5.1.10.25-universal.jar)
  275.     UCHIJAAAA   thermaldynamics{2.0.9} [Thermal Dynamics] (ThermalDynamics-1.10.2-2.0.9.15-universal.jar)
  276.     UCHIJAAAA   tinker_io{release 2.4.4a} [Tinker I/O] (tinker_io-1.10.2-release 2.4.4a.jar)
  277.     UCHIJAAAA   TinkersAddons{1.0.6} [Tinkers' Addons] (Tinkers' Addons-1.10.2-1.0.6.jar)
  278.     UCHIJAAAA   tinkertoolleveling{1.10.2-1.0.1.DEV.f5def58} [Tinkers Tool Leveling] (TinkerToolLeveling-1.10.2-1.0.1.jar)
  279.     UCHIJAAAA   TitanTrinkets{1.0.1} [TitanTrinkets] (TitanTrinkets.jar)
  280.     UCHIJAAAA   tombmanygraves{1.10.2-2.1.16} [Tomb Many Graves] (TombManyGraves-1.10.2-2.1.16.jar)
  281.     UCHIJAAAA   toolbelt{1.7.1} [Tool Belt] (ToolBelt-1.10.2-1.7.1.jar)
  282.     UCHIJAAAA   Translocator{2.1.4.55} [Translocator] (Translocators-1.10.2-2.1.4.55-universal.jar)
  283.     UCHIJAAAA   vc{5.0.6} [ViesCraft] (ViesCraft-1.10.X-5.0.6.jar)
  284.     UCHIJAAAA   wanionlib{1.10.2-1.3} [WanionLib] (WanionLib-1.10.2-1.3.jar)
  285.     UCHIJAAAA   unidict{1.10.2-2.9b} [UniDict] (UniDict-1.10.2-2.9b.jar)
  286.     UD  mtqfix{1.0.0} [MTQ fix] (minecraft.jar)
  287.     Loaded coremods (and transformers):
  288. BookshelfLoadingPlugin (Bookshelf-1.10.2-1.4.4.347.jar)
  289.   net.darkhax.bookshelf.asm.BookshelfTransformerManager
  290. CoFH Loading Plugin (CoFHCore-1.10.2-4.1.12.17-universal.jar)
  291.   cofh.asm.CoFHClassTransformer
  292.   cofh.asm.repack.codechicken.lib.asm.ClassHierarchyManager
  293. LoadingPlugin (RandomThings-MC1.10.2-3.7.7.1.jar)
  294.   lumien.randomthings.asm.ClassTransformer
  295. NWRTweak (redstonepaste-mc1.9.4-1.7.4.jar)
  296.   net.fybertech.nwr.NWRTransformer
  297. EnderCorePlugin (EnderCore-1.10.2-0.4.1.66-beta.jar)
  298.   com.enderio.core.common.transform.EnderCoreTransformer
  299. IC2core (industrialcraft-2-2.6.252-ex110.jar)
  300.  
  301. PlusTiC (plustic-5.2.1.2.jar)
  302.   landmaster.plustic.asm.Transform
  303. LoadingPlugin (Bloodmoon-MC1.10.2-1.5.1.jar)
  304.   lumien.bloodmoon.asm.ClassTransformer
  305. CCLCorePlugin (CodeChickenLib-1.10.2-2.5.9.283-universal.jar)
  306.   codechicken.lib.asm.ClassHeirachyManager
  307.   codechicken.lib.asm.CCL_ASMTransformer
  308. MtqFixPlugin (mtqfix-1.10.2-1.0.0.jar)
  309.   jmn.mods.mtqfix.AsmTransformer
  310. CTMCorePlugin (CTM-MC1.10.2-0.2.2.24.jar)
  311.   team.chisel.ctm.client.asm.CTMTransformer
  312. LoadingPlugin (Quark-r1.1-70.jar)
  313.   vazkii.quark.base.asm.ClassTransformer
  314. NEICorePlugin (NotEnoughItems-1.10.2-2.1.3.220-universal.jar)
  315.   codechicken.nei.asm.NEITransformer
  316. SHLoadingPlugin (ScalingHealth-1.11.2-1.0.8-52.jar)
  317.   net.silentchaos512.scalinghealth.asm.SHClassTransformer
  318. RebornCoreASM (RebornCore-1.10.2-2.13.6.142-universal.jar)
  319.   reborncore.mixin.transformer.MixinTransformer
  320. Brandon's Core (BrandonsCore-1.10.2-2.1.11.127-universal.jar)
  321.  com.brandon3055.brandonscore.asm.ClassTransformer
  322. FMLPlugin (InventoryTweaks-1.61-58.jar)
  323.  invtweaks.forge.asm.ContainerTransformer
  324. Do not report to Forge! Remove FoamFixAPI (or replace with FoamFixAPI-Lawful) and try again. (foamfix-0.6.1-anarchy.jar)
  325.  pl.asie.foamfix.coremod.FoamFixTransformer
  326. ArsMagica2-Preloader (ArsMagica2-1.10.2-1.5.0-18.jar)
  327.  am2.asm.Transformer
  328.     Pulsar/tconstruct loaded Pulses:
  329.         - TinkerCommons (Enabled/Forced)
  330.         - TinkerWorld (Enabled/Not Forced)
  331.         - TinkerTools (Enabled/Not Forced)
  332.         - TinkerHarvestTools (Enabled/Forced)
  333.         - TinkerMeleeWeapons (Enabled/Forced)
  334.         - TinkerRangedWeapons (Enabled/Forced)
  335.         - TinkerModifiers (Enabled/Forced)
  336.         - TinkerSmeltery (Enabled/Not Forced)
  337.         - TinkerGadgets (Enabled/Not Forced)
  338.         - TinkerOredict (Enabled/Forced)
  339.         - TinkerIntegration (Enabled/Forced)
  340.         - TinkerFluids (Enabled/Forced)
  341.         - TinkerMaterials (Enabled/Forced)
  342.         - TinkerModelRegister (Enabled/Forced)
  343.         - chiselsandbitsIntegration (Enabled/Not Forced)
  344.         - theoneprobeIntegration (Enabled/Not Forced)
  345.  
  346.     minefactoryreloaded: -[1.10.2]2.9.0B1-226
  347.     NotEnoughItems Invalid Fingerprint Reports:
  348.     List of loaded APIs:
  349.         * AbyssalCraftAPI (1.9.0) from AbyssalCraft-1.10.2-1.9.4-pre-4.jar
  350.         * AbyssalCraftAPI|Biome (1.9.0) from AbyssalCraft-1.10.2-1.9.4-pre-4.jar
  351.         * AbyssalCraftAPI|Block (1.9.0) from AbyssalCraft-1.10.2-1.9.4-pre-4.jar
  352.         * AbyssalCraftAPI|Condition (1.9.0) from AbyssalCraft-1.10.2-1.9.4-pre-4.jar
  353.         * AbyssalCraftAPI|Disruption (1.9.0) from AbyssalCraft-1.10.2-1.9.4-pre-4.jar
  354.         * AbyssalCraftAPI|Energy (1.9.0) from AbyssalCraft-1.10.2-1.9.4-pre-4.jar
  355.         * AbyssalCraftAPI|Entity (1.9.0) from AbyssalCraft-1.10.2-1.9.4-pre-4.jar
  356.         * AbyssalCraftAPI|Event (1.9.0) from AbyssalCraft-1.10.2-1.9.4-pre-4.jar
  357.         * AbyssalCraftAPI|Integration (1.9.0) from AbyssalCraft-1.10.2-1.9.4-pre-4.jar
  358.         * AbyssalCraftAPI|Internal (1.9.0) from AbyssalCraft-1.10.2-1.9.4-pre-4.jar
  359.         * AbyssalCraftAPI|Item (1.9.0) from AbyssalCraft-1.10.2-1.9.4-pre-4.jar
  360.         * AbyssalCraftAPI|Necronomicon (1.9.0) from AbyssalCraft-1.10.2-1.9.4-pre-4.jar
  361.         * AbyssalCraftAPI|Recipe (1.9.0) from AbyssalCraft-1.10.2-1.9.4-pre-4.jar
  362.         * AbyssalCraftAPI|Ritual (1.9.0) from AbyssalCraft-1.10.2-1.9.4-pre-4.jar
  363.         * AbyssalCraftAPI|Spell (1.9.0) from AbyssalCraft-1.10.2-1.9.4-pre-4.jar
  364.         * actuallyadditionsapi (29) from ActuallyAdditions-1.10.2-r105.jar
  365.         * AgriCraftAPI (1.0) from agricraft-2.0.0-0.10.0-a19.jar
  366.         * ArmorPlusApi (1.0) from armorplus-1.10.2-8.7.1.2.jar
  367.         * Baubles|API (1.3.1.3) from Baubles-1.10.2-1.3.11.jar
  368.         * BetterQuesting|API (2.6) from BetterQuesting-2.3.234.jar
  369.         * bigreactors|API (4.0.1) from ExtremeReactors-1.10.2-0.4.5.30.jar
  370.         * BloodMagic|API (@VERSION@) from BloodMagic-1.10.2-2.1.11-80.jar
  371.         * Chisel-API (0.0.1) from Chisel-MC1.10.2-0.0.13.30.jar
  372.         * ChiselAPI|Carving (0.0.1) from Chisel-MC1.10.2-0.0.13.30.jar
  373.         * ChiselsAndBitsAPI (12.10.0) from chiselsandbits-12.12.jar
  374.         * CoFHAPI (1.8.9R1.2.0B1) from refinedstorage-1.2.26.jar
  375.         * cofhapi (1.6.0) from zerocore-1.10.2-0.1.0.6.jar
  376.         * cofhapi|block (1.6.0) from zerocore-1.10.2-0.1.0.6.jar
  377.         * cofhapi|core (1.6.0) from zerocore-1.10.2-0.1.0.6.jar
  378.         * CoFHAPI|energy (1.8.9R1.2.0B1) from SpartanShields-1.10.2-1.3.jar
  379.         * cofhapi|energy (1.5.0) from ActuallyAdditions-1.10.2-r105.jar
  380.         * CoFHAPI|item (1.8.9R1.2.0B1) from plustic-5.2.1.2.jar
  381.         * cofhapi|item (1.7.0) from CoFHCore-1.10.2-4.1.12.17-universal.jar
  382.         * cofhapi|tileentity (1.6.0) from zerocore-1.10.2-0.1.0.6.jar
  383.         * cofhapi|util (1.6.0) from zerocore-1.10.2-0.1.0.6.jar
  384.         * cofhlib (1.7.6) from CoFHCore-1.10.2-4.1.12.17-universal.jar
  385.         * cofhlib|audio (1.7.6) from CoFHCore-1.10.2-4.1.12.17-universal.jar
  386.         * cofhlib|gui (1.7.6) from CoFHCore-1.10.2-4.1.12.17-universal.jar
  387.         * cofhlib|gui|container (1.7.6) from CoFHCore-1.10.2-4.1.12.17-universal.jar
  388.         * cofhlib|gui|element (1.7.6) from CoFHCore-1.10.2-4.1.12.17-universal.jar
  389.         * cofhlib|gui|element|listbox (1.7.6) from CoFHCore-1.10.2-4.1.12.17-universal.jar
  390.         * cofhlib|gui|slot (1.7.6) from CoFHCore-1.10.2-4.1.12.17-universal.jar
  391.         * cofhlib|inventory (1.7.6) from CoFHCore-1.10.2-4.1.12.17-universal.jar
  392.         * cofhlib|util (1.7.6) from CoFHCore-1.10.2-4.1.12.17-universal.jar
  393.         * cofhlib|util|helpers (1.7.6) from CoFHCore-1.10.2-4.1.12.17-universal.jar
  394.         * cofhlib|world (1.7.6) from CoFHCore-1.10.2-4.1.12.17-universal.jar
  395.         * cofhlib|world|feature (1.7.6) from CoFHCore-1.10.2-4.1.12.17-universal.jar
  396.         * compatlayer (0.2.9) from compatlayer-1.10-0.2.9.jar
  397.         * ComputerCraft|API (1.80pr0) from zerocore-1.10.2-0.1.0.6.jar
  398.         * ComputerCraft|API|FileSystem (1.80pr0) from zerocore-1.10.2-0.1.0.6.jar
  399.         * ComputerCraft|API|Lua (1.80pr0) from zerocore-1.10.2-0.1.0.6.jar
  400.         * ComputerCraft|API|Media (1.80pr0) from zerocore-1.10.2-0.1.0.6.jar
  401.         * ComputerCraft|API|Peripheral (1.80pr0) from zerocore-1.10.2-0.1.0.6.jar
  402.         * ComputerCraft|API|Permissions (1.80pr0) from zerocore-1.10.2-0.1.0.6.jar
  403.         * ComputerCraft|API|Redstone (1.80pr0) from zerocore-1.10.2-0.1.0.6.jar
  404.         * ComputerCraft|API|Turtle (1.80pr0) from zerocore-1.10.2-0.1.0.6.jar
  405.         * ctm-api (0.1.0) from CTM-MC1.10.2-0.2.2.24.jar
  406.         * ctm-api-models (0.1.0) from CTM-MC1.10.2-0.2.2.24.jar
  407.         * ctm-api-textures (0.1.0) from CTM-MC1.10.2-0.2.2.24.jar
  408.         * ctm-api-utils (0.1.0) from CTM-MC1.10.2-0.2.2.24.jar
  409.         * DLDungeonsAPI (1.1) from DoomlikeDungeonsJBG-1.9.2-MC1.10.jar
  410.         * DraconicEvolution|API (1.3) from Draconic-Evolution-1.10.2-2.1.5.262-universal.jar
  411.         * EnderIOAPI (0.0.2) from EnderIO-1.10.2-3.1.193.jar
  412.         * EnderIOAPI|Redstone (0.0.2) from EnderIO-1.10.2-3.1.193.jar
  413.         * EnderIOAPI|Teleport (0.0.2) from EnderIO-1.10.2-3.1.193.jar
  414.         * EnderIOAPI|Tools (0.0.2) from MoarSigns-1.10.2-4.2.3.9.jar
  415.         * EpicSiegeMod|API (1.0) from EpicSiegeMod-11.0.156.jar
  416.         * fluxapi (1.0) from FluxNetworks-1.10.2-1.2.5.jar
  417.         * Guide-API|API (1.10.2-2.0.3-46) from Guide-API-1.10.2-2.0.3-46.jar
  418.         * IC2API (1.0) from Slugs Converters.jar
  419.         * iChunUtil API (1.2.0) from iChunUtil-1.10.2-6.5.0.jar
  420.         * ImmersiveEngineering|API (1.0) from ImmersiveEngineering-0.10-61.jar
  421.         * ImmersiveEngineering|ImmersiveFluxAPI (1.0) from ImmersiveEngineering-0.10-61.jar
  422.         * IronBackpacks|API (0.5) from IronBackpacks-1.10.2-2.2.31.jar
  423.         * JustEnoughItemsAPI (4.10.1) from jei_1.10.2-3.14.7.419.jar
  424.         * mcjtylib_ng (2.4.3) from mcjtylib-1.1x-2.4.3.jar
  425.         * MoarSigns|API (1.2) from MoarSigns-1.10.2-4.2.3.9.jar
  426.         * MouseTweaks|API (1.0) from MouseTweaks-2.8-mc1.10.2.jar
  427.         * reborncoreAPI (2.13.6.142) from RebornCore-1.10.2-2.13.6.142-universal.jar
  428.         * reborncoreAPI|Fuel (2.13.6.142) from RebornCore-1.10.2-2.13.6.142-universal.jar
  429.         * reborncoreAPI|Power (2.13.6.142) from RebornCore-1.10.2-2.13.6.142-universal.jar
  430.         * reborncoreAPI|Recipe (2.13.6.142) from RebornCore-1.10.2-2.13.6.142-universal.jar
  431.         * reborncoreAPI|Tile (2.13.6.142) from RebornCore-1.10.2-2.13.6.142-universal.jar
  432.         * sonarapi (1.0.1) from SonarCore-1.10.2-3.2.9.jar
  433.         * stevescartsAPI (2.2.0.86) from StevesCarts-1.10.2-2.2.0.86.jar
  434.         * stevescartsAPI|FARMS (2.2.0.86) from StevesCarts-1.10.2-2.2.0.86.jar
  435.         * StorageDrawersAPI (1.10.2-1.3.0) from StorageDrawers-1.10.2-3.7.10.jar
  436.         * StorageDrawersAPI|config (1.7.10-1.2.0) from refinedstorage-1.2.26.jar
  437.         * StorageDrawersAPI|event (1.7.10-1.2.0) from refinedstorage-1.2.26.jar
  438.         * StorageDrawersAPI|inventory (1.10.2-1.3.0) from StorageDrawers-1.10.2-3.7.10.jar
  439.         * StorageDrawersAPI|pack (1.7.10-1.2.0) from refinedstorage-1.2.26.jar
  440.         * StorageDrawersAPI|registry (1.10.2-1.3.0) from StorageDrawers-1.10.2-3.7.10.jar
  441.         * StorageDrawersAPI|render (1.7.10-1.2.0) from refinedstorage-1.2.26.jar
  442.         * StorageDrawersAPI|storage (1.7.10-1.2.0) from refinedstorage-1.2.26.jar
  443.         * StorageDrawersAPI|storage-attribute (1.7.10-1.2.0) from refinedstorage-1.2.26.jar
  444.         * theoneprobe_api (1.4.4) from theoneprobe-1.1x-1.4.18.jar
  445.         * zerocore|API|multiblock (1.10.2-0.0.2) from zerocore-1.10.2-0.1.0.6.jar
  446.         * zerocore|API|multiblock|rectangular (1.10.2-0.0.2) from zerocore-1.10.2-0.1.0.6.jar
  447.         * zerocore|API|multiblock|tier (1.10.2-0.0.2) from zerocore-1.10.2-0.1.0.6.jar
  448.         * zerocore|API|multiblock|validation (1.10.2-0.0.2) from zerocore-1.10.2-0.1.0.6.jar
  449.     CodeChickenLib Invalid Fingerprint Reports:
  450.     CodeChickenCore Invalid Fingerprint Reports:
  451.     ChickenChunks Invalid Fingerprint Reports:
  452.     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.):
  453.                   * 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 SpartanShields-1.10.2-1.3.jar).
  454.                     It is a supported version, but that difference may lead to problems.
  455.                   * Our API got loaded from MoarSigns-1.10.2-4.2.3.9.jar. That's unexpected.
  456.                 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.
  457.     Detailed RF API diagnostics:
  458.                   * RF API class 'EnergyStorage' is loaded from: jar:file:/C:/Users/gregp/Desktop/Craft%20of%20the%20Titans%201.26%20Server%20Files/Craft%20Of%20The%20Titans/mods/BrandonsCore-1.10.2-2.1.11.127-universal.jar!/cofh/api/energy/EnergyStorage.class
  459.                   * RF API class 'IEnergyConnection' is loaded from: jar:file:/C:/Users/gregp/Desktop/Craft%20of%20the%20Titans%201.26%20Server%20Files/Craft%20Of%20The%20Titans/mods/BrandonsCore-1.10.2-2.1.11.127-universal.jar!/cofh/api/energy/IEnergyConnection.class
  460.                   * RF API class 'IEnergyContainerItem' is loaded from: jar:file:/C:/Users/gregp/Desktop/Craft%20of%20the%20Titans%201.26%20Server%20Files/Craft%20Of%20The%20Titans/mods/BrandonsCore-1.10.2-2.1.11.127-universal.jar!/cofh/api/energy/IEnergyContainerItem.class
  461.                   * RF API class 'IEnergyHandler' is loaded from: jar:file:/C:/Users/gregp/Desktop/Craft%20of%20the%20Titans%201.26%20Server%20Files/Craft%20Of%20The%20Titans/mods/BrandonsCore-1.10.2-2.1.11.127-universal.jar!/cofh/api/energy/IEnergyHandler.class
  462.                   * RF API class 'IEnergyProvider' is loaded from: jar:file:/C:/Users/gregp/Desktop/Craft%20of%20the%20Titans%201.26%20Server%20Files/Craft%20Of%20The%20Titans/mods/BrandonsCore-1.10.2-2.1.11.127-universal.jar!/cofh/api/energy/IEnergyProvider.class
  463.                   * RF API class 'IEnergyReceiver' is loaded from: jar:file:/C:/Users/gregp/Desktop/Craft%20of%20the%20Titans%201.26%20Server%20Files/Craft%20Of%20The%20Titans/mods/BrandonsCore-1.10.2-2.1.11.127-universal.jar!/cofh/api/energy/IEnergyReceiver.class
  464.                   * RF API class 'IEnergyStorage' is loaded from: jar:file:/C:/Users/gregp/Desktop/Craft%20of%20the%20Titans%201.26%20Server%20Files/Craft%20Of%20The%20Titans/mods/BrandonsCore-1.10.2-2.1.11.127-universal.jar!/cofh/api/energy/IEnergyStorage.class
  465.                   * RF API class 'ItemEnergyContainer' is loaded from: jar:file:/C:/Users/gregp/Desktop/Craft%20of%20the%20Titans%201.26%20Server%20Files/Craft%20Of%20The%20Titans/mods/BrandonsCore-1.10.2-2.1.11.127-universal.jar!/cofh/api/energy/ItemEnergyContainer.class
  466.                   * RF API class 'TileEnergyHandler' is loaded from: jar:file:/C:/Users/gregp/Desktop/Craft%20of%20the%20Titans%201.26%20Server%20Files/Craft%20Of%20The%20Titans/mods/BrandonsCore-1.10.2-2.1.11.127-universal.jar!/cofh/api/energy/TileEnergyHandler.class
  467.     Detailed Tesla API diagnostics:
  468.                   * Tesla API class 'Tesla' is loaded from: jar:file:/C:/Users/gregp/Desktop/Craft%20of%20the%20Titans%201.26%20Server%20Files/Craft%20Of%20The%20Titans/mods/Tesla-1.10.2-1.2.1.49.jar!/net/darkhax/tesla/Tesla.class
  469.                   * Tesla API class 'TeslaCapabilities' is loaded from: jar:file:/C:/Users/gregp/Desktop/Craft%20of%20the%20Titans%201.26%20Server%20Files/Craft%20Of%20The%20Titans/mods/Tesla-1.10.2-1.2.1.49.jar!/net/darkhax/tesla/capability/TeslaCapabilities.class
  470.                   * Tesla API class 'ITeslaConsumer' is loaded from: jar:file:/C:/Users/gregp/Desktop/Craft%20of%20the%20Titans%201.26%20Server%20Files/Craft%20Of%20The%20Titans/mods/Tesla-1.10.2-1.2.1.49.jar!/net/darkhax/tesla/api/ITeslaConsumer.class
  471.                   * Tesla API class 'ITeslaHolder' is loaded from: jar:file:/C:/Users/gregp/Desktop/Craft%20of%20the%20Titans%201.26%20Server%20Files/Craft%20Of%20The%20Titans/mods/Tesla-1.10.2-1.2.1.49.jar!/net/darkhax/tesla/api/ITeslaHolder.class
  472.                   * Tesla API class 'ITeslaProducer' is loaded from: jar:file:/C:/Users/gregp/Desktop/Craft%20of%20the%20Titans%201.26%20Server%20Files/Craft%20Of%20The%20Titans/mods/Tesla-1.10.2-1.2.1.49.jar!/net/darkhax/tesla/api/ITeslaProducer.class
  473.                   * Tesla API class 'BaseTeslaContainer' is loaded from: jar:file:/C:/Users/gregp/Desktop/Craft%20of%20the%20Titans%201.26%20Server%20Files/Craft%20Of%20The%20Titans/mods/Tesla-1.10.2-1.2.1.49.jar!/net/darkhax/tesla/api/implementation/BaseTeslaContainer.class
  474.                   * Tesla API class 'BaseTeslaContainerProvider' is loaded from: jar:file:/C:/Users/gregp/Desktop/Craft%20of%20the%20Titans%201.26%20Server%20Files/Craft%20Of%20The%20Titans/mods/Tesla-1.10.2-1.2.1.49.jar!/net/darkhax/tesla/api/implementation/BaseTeslaContainerProvider.class
  475.                   * Tesla API class 'InfiniteTeslaConsumer' is loaded from: jar:file:/C:/Users/gregp/Desktop/Craft%20of%20the%20Titans%201.26%20Server%20Files/Craft%20Of%20The%20Titans/mods/Tesla-1.10.2-1.2.1.49.jar!/net/darkhax/tesla/api/implementation/InfiniteTeslaConsumer.class
  476.                   * Tesla API class 'InfiniteTeslaConsumerProvider' is loaded from: jar:file:/C:/Users/gregp/Desktop/Craft%20of%20the%20Titans%201.26%20Server%20Files/Craft%20Of%20The%20Titans/mods/Tesla-1.10.2-1.2.1.49.jar!/net/darkhax/tesla/api/implementation/InfiniteTeslaConsumerProvider.class
  477.                   * Tesla API class 'InfiniteTeslaProducer' is loaded from: jar:file:/C:/Users/gregp/Desktop/Craft%20of%20the%20Titans%201.26%20Server%20Files/Craft%20Of%20The%20Titans/mods/Tesla-1.10.2-1.2.1.49.jar!/net/darkhax/tesla/api/implementation/InfiniteTeslaProducer.class
  478.                   * Tesla API class 'InfiniteTeslaProducerProvider' is loaded from: jar:file:/C:/Users/gregp/Desktop/Craft%20of%20the%20Titans%201.26%20Server%20Files/Craft%20Of%20The%20Titans/mods/Tesla-1.10.2-1.2.1.49.jar!/net/darkhax/tesla/api/implementation/InfiniteTeslaProducerProvider.class
  479.  
  480.     !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
  481.     !!!You are looking at the diagnostics information, not at the crash. Scroll up!!!
  482.     !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
  483.  
  484.     EnderStorage Invalid Fingerprint Reports:
  485.     RebornCore:
  486.         Plugin Engine: 0
  487.         RebornCore Version: 2.13.6.142
  488.         Mixin Status: 1
  489.         Runtime Debofucsation 1
  490.     Translocator Invalid Fingerprint Reports:
  491.     Profiler Position: N/A (disabled)
  492.     Player Count: 2 / 20; [EntityPlayerMP['Kaelthalon'/268269, l='world2', x=111.51, y=87.00, z=304.88], EntityPlayerMP['LeadAssassin'/680, l='world2', x=104.04, y=88.00, z=304.49]]
  493.     Is Modded: Definitely; Server brand changed to 'fml,forge'
  494.     Type: Dedicated Server (map_server.txt)
Advertisement
Add Comment
Please, Sign In to add comment