dragonbabyfly

Server crash

Apr 3rd, 2017
129
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 43.57 KB | None | 0 0
  1. ---- Minecraft Crash Report ----
  2.  
  3. WARNING: coremods are present:
  4. Brandon's Core (BrandonsCore-1.10.2-2.1.4.92-universal.jar)
  5. FMLPlugin (InventoryTweaks-1.62-dev-66.jar)
  6. ChiselCorePlugin (Chisel-MC1.10.2-0.0.8.13.jar)
  7. ForgelinPlugin (Forgelin-1.4.0.jar)
  8. MalisisCorePlugin (malisiscore-1.10.2-4.4.0.jar)
  9. IC2core (industrialcraft-2-2.6.142-ex110.jar)
  10. Plugin (NotEnoughIDs-1.5.3.jar)
  11. AppleCore (AppleCore-mc1.10.2-2.1.2.jar)
  12. LoadingPlugin (Bloodmoon-MC1.10.2-1.5.1.jar)
  13. Default Options (DefaultOptions_1.10.2-6.1.5.jar)
  14. AdvancedRocketryPlugin (AdvancedRocketry-1.10.2-1.0.13.jar)
  15. CCLCorePlugin (CodeChickenLib-1.10.2-2.5.7.241-universal.jar)
  16. LoadingPlugin (RandomThings-MC1.10.2-3.7.7.jar)
  17. LoadingPlugin (ResourceLoader-MC1.9.4-1.5.1.jar)
  18. TransformerLoader (OpenComputers-MC1.10.2-1.6.2.7.jar)
  19. EnderCorePlugin (EnderCore-1.10.2-0.4.1.65-beta.jar)
  20. LoadingPlugin (Quark-r1.1-70.jar)
  21. ArsMagica2-Preloader (ArsMagica2-1.10.2-1.5.0-17b.jar)
  22. Do not report to Forge! Remove FoamFixAPI (or replace with FoamFixAPI-Lawful) and try again. (foamfix-0.6.2-beta2-anarchy.jar)
  23. RebornCoreASM (RebornCore-1.10.2-2.13.5.136-universal.jar)
  24. AppEngCore (appliedenergistics2-rv4-alpha-11.jar)
  25. AstralCore (astralsorcery-1.2.3-beta.jar)
  26. BookshelfLoadingPlugin (Bookshelf-1.10.2-1.4.4.345.jar)
  27. CoFH Loading Plugin (CoFHCore-1.10.2-4.1.1.156-universal.jar)
  28. ShetiPhian-ASM (shetiphiancore-1.10.0-3.3.8.jar)
  29. Contact their authors BEFORE contacting forge
  30.  
  31. // Ouch. That hurt :(
  32.  
  33. Time: 4/3/17 3:15 PM
  34. Description: Exception ticking world entities
  35.  
  36. java.util.UnknownFormatConversionException: Conversion = 'V'
  37. at java.util.Formatter$FormatSpecifier.conversion(Unknown Source)
  38. at java.util.Formatter$FormatSpecifier.<init>(Unknown Source)
  39. at java.util.Formatter.parse(Unknown Source)
  40. at java.util.Formatter.format(Unknown Source)
  41. at java.util.Formatter.format(Unknown Source)
  42. at java.lang.String.format(Unknown Source)
  43. at net.minecraftforge.fml.relauncher.FMLRelaunchLog.log(FMLRelaunchLog.java:78)
  44. at net.minecraftforge.fml.common.FMLLog.log(FMLLog.java:37)
  45. at net.minecraftforge.fml.common.FMLLog.severe(FMLLog.java:52)
  46. at net.minecraft.world.World.func_72939_s(World.java:1814)
  47. at net.minecraft.world.WorldServer.func_72939_s(WorldServer.java:620)
  48. at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:709)
  49. at net.minecraft.server.dedicated.DedicatedServer.func_71190_q(DedicatedServer.java:387)
  50. at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:613)
  51. at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:471)
  52. at java.lang.Thread.run(Unknown Source)
  53.  
  54.  
  55. A detailed walkthrough of the error, its code path and all known details is as follows:
  56. ---------------------------------------------------------------------------------------
  57.  
  58. -- Head --
  59. Thread: Server thread
  60. Stacktrace:
  61. at java.util.Formatter$FormatSpecifier.conversion(Unknown Source)
  62. at java.util.Formatter$FormatSpecifier.<init>(Unknown Source)
  63. at java.util.Formatter.parse(Unknown Source)
  64. at java.util.Formatter.format(Unknown Source)
  65. at java.util.Formatter.format(Unknown Source)
  66. at java.lang.String.format(Unknown Source)
  67. at net.minecraftforge.fml.relauncher.FMLRelaunchLog.log(FMLRelaunchLog.java:78)
  68. at net.minecraftforge.fml.common.FMLLog.log(FMLLog.java:37)
  69. at net.minecraftforge.fml.common.FMLLog.severe(FMLLog.java:52)
  70. at net.minecraft.world.World.func_72939_s(World.java:1814)
  71. at net.minecraft.world.WorldServer.func_72939_s(WorldServer.java:620)
  72.  
  73. -- Affected level --
  74. Details:
  75. Level name: world
  76. All players: 1 total; [EntityPlayerMP['dragonbabyfly'/35670, l='world', x=-190.37, y=44.00, z=66.70]]
  77. Chunk stats: ServerChunkCache: 522 Drop: 0
  78. Level seed: -9069934909942813754
  79. Level generator: ID 00 - default, ver 1. Features enabled: true
  80. Level generator options:
  81. Level spawn location: World: (-124,64,188), Chunk: (at 4,4,12 in -8,11; contains blocks -128,0,176 to -113,255,191), Region: (-1,0; contains chunks -32,0 to -1,31, blocks -512,0,0 to -1,255,511)
  82. Level time: 6592740 game time, 7820644 day time
  83. Level dimension: 0
  84. Level storage version: 0x04ABD - Anvil
  85. Level weather: Rain time: 89495 (now: false), thunder time: 18630 (now: false)
  86. Level game mode: Game mode: survival (ID 0). Hardcore: false. Cheats: false
  87. Stacktrace:
  88. at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:709)
  89. at net.minecraft.server.dedicated.DedicatedServer.func_71190_q(DedicatedServer.java:387)
  90. at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:613)
  91. at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:471)
  92. at java.lang.Thread.run(Unknown Source)
  93.  
  94. -- System Details --
  95. Details:
  96. Minecraft Version: 1.10.2
  97. Operating System: Windows 10 (amd64) version 10.0
  98. Java Version: 1.8.0_121, Oracle Corporation
  99. Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
  100. Memory: 131741864 bytes (125 MB) / 1186824192 bytes (1131 MB) up to 5298978816 bytes (5053 MB)
  101. JVM Flags: 11 total; -Xmx5G -XX:+ExplicitGCInvokesConcurrent -XX:+ExplicitGCInvokesConcurrentAndUnloadsClasses -XX:+UseConcMarkSweepGC -XX:MaxGCPauseMillis=80 -XX:TargetSurvivorRatio=90 -XX:+UseCompressedOops -XX:+OptimizeStringConcat -XX:+AggressiveOpts -XX:+UseCodeCacheFlushing -XX:UseSSE=3
  102. IntCache: cache: 0, tcache: 0, allocated: 12, tallocated: 94
  103. FML: MCP 9.32 Powered by Forge 12.18.3.2254 185 mods loaded, 185 mods active
  104. States: 'U' = Unloaded 'L' = Loaded 'C' = Constructed 'H' = Pre-initialized 'I' = Initialized 'J' = Post-initialized 'A' = Available 'D' = Disabled 'E' = Errored
  105. UCHIJAAAA mcp{9.19} [Minecraft Coder Pack] (minecraft.jar)
  106. UCHIJAAAA FML{8.0.99.99} [Forge Mod Loader] (forge.jar)
  107. UCHIJAAAA Forge{12.18.3.2254} [Minecraft Forge] (forge.jar)
  108. UCHIJAAAA AdvancedRocketryCore{1} [Advanced Rocketry] (minecraft.jar)
  109. UCHIJAAAA appliedenergistics2-core{rv4-alpha-11} [Applied Energistics 2 Core] (minecraft.jar)
  110. UCHIJAAAA OpenComputers|Core{1.6.2.7} [OpenComputers (Core)] (minecraft.jar)
  111. UCHIJAAAA <CoFH ASM>{000} [CoFH ASM] (minecraft.jar)
  112. UCHIJAAAA foamfixcore{7.7.4} [FoamFixCore] (minecraft.jar)
  113. UCHIJAAAA ccl-entityhook{1.0} [ccl-entityhook] (CodeChickenLib-1.10.2-2.5.7.241-universal.jar)
  114. UCHIJAAAA JEI{3.14.7.416} [Just Enough Items] (jei_1.10.2-3.14.7.416.jar)
  115. UCHIJAAAA abyssalcraft{1.9.3.10} [AbyssalCraft] (AbyssalCraft-1.10.2-1.9.3.10.jar)
  116. UCHIJAAAA cofhcore{4.1.1} [CoFH Core] (CoFHCore-1.10.2-4.1.1.156-universal.jar)
  117. UCHIJAAAA actuallyadditions{1.10.2-r105} [Actually Additions] (ActuallyAdditions-1.10.2-r105.jar)
  118. UCHIJAAAA IC2{2.6.142-ex110} [IndustrialCraft 2] (industrialcraft-2-2.6.142-ex110.jar)
  119. UCHIJAAAA advanced_solar_panels{4.0.4} [Advanced Solar Panels] (Advanced Solar Panels-4.0.4.jar)
  120. UCHIJAAAA libVulpes{0.1.16.20170220215024} [libVulpes] (LibVulpes-1.10.2-0.1.16-universal.jar)
  121. UCHIJAAAA advancedRocketry{1.10.2-1.0.13} [Advanced Rocketry] (AdvancedRocketry-1.10.2-1.0.13.jar)
  122. UCHIJAAAA appliedenergistics2{rv4-alpha-11} [Applied Energistics 2] (appliedenergistics2-rv4-alpha-11.jar)
  123. UCHIJAAAA bdlib{1.12.4.24} [BD Lib] (bdlib-1.12.4.24-mc1.10.2.jar)
  124. UCHIJAAAA ae2stuff{0.6.0.9} [AE2 Stuff] (ae2stuff-0.6.0.9-mc1.10.2.jar)
  125. UCHIJAAAA Baubles{1.3.9} [Baubles] (Baubles-1.10.2-1.3.9.jar)
  126. UCHIJAAAA extrautils2{1.0} [Extra Utilities 2] (extrautils2-1.10.2-1.3.3.jar)
  127. UCHIJAAAA flyringbaublemod{0.2.3_1.10.2-d3100bf} [AngelRing 2 Bauble] (angelRingToBauble-1.10.2-0.2.3.16+d3100bf.jar)
  128. UCHIJAAAA AppleCore{2.1.2} [AppleCore] (AppleCore-mc1.10.2-2.1.2.jar)
  129. UCHIJAAAA appleskin{1.0.5} [AppleSkin] (AppleSkin-mc1.10.2-1.0.5.jar)
  130. UCHIJAAAA architecturecraft{1.7.1} [ArchitectureCraft] (ArchitectureCraft-1.7.1-mc1.10.2.jar)
  131. UCHIJAAAA mantle{1.10.2-1.1.5.205} [Mantle] (Mantle-1.10.2-1.1.5.jar)
  132. UCHIJAAAA tconstruct{1.10.2-2.6.3.500} [Tinkers' Construct] (TConstruct-1.10.2-2.6.3.jar)
  133. UCHIJAAAA tesla{1.2.1.50} [TESLA] (Tesla-1.10.2-1.2.1.50.jar)
  134. UCHIJAAAA thedragonlib{1.10.2-1.3.1} [TheDragonLib] (thedragonlib-1.10.2-1.0.3.1.jar)
  135. UCHIJAAAA armorplus{1.10.2-8.5.3.4} [ArmorPlus] (armorplus-1.10.2-8.5.3.4.jar)
  136. UCHIJAAAA arsmagica2{1.5.017} [Ars Magica 2] (ArsMagica2-1.10.2-1.5.0-17b.jar)
  137. UCHIJAAAA AnimationAPI{1.2.4} [AnimationAPI] (ArsMagica2-1.10.2-1.5.0-17b.jar)
  138. UCHIJAAAA astralsorcery{1.2.3-beta} [Astral Sorcery] (astralsorcery-1.2.3-beta.jar)
  139. UCHIJAAAA Morphtool{1.0-12} [Morph-o-Tool] (Morph-o-Tool-1.0-12.jar)
  140. UCHIJAAAA Psi{r1.0-42} [Psi] (Psi-r1.0-42.jar)
  141. UCHIJAAAA Quark{r1.1-70} [Quark] (Quark-r1.1-70.jar)
  142. UCHIJAAAA AutoRegLib{1.0-2} [AutoRegLib] (AutoRegLib-1.0-2.jar)
  143. UCHIJAAAA badwithernocookie{1.10.2-0.0.1-5418dde} [Bad Wither No Cookie!] (BadWitherNoCookie-1.10.2-0.0.1-5418dde.jar)
  144. UCHIJAAAA bagginses{2.4.2d} [Bagginses] (Bagginses-1.10.2-3.0.4g.jar)
  145. UCHIJAAAA bedbugs{@VERSION@} [Bed Bugs] (BedBugs-1.10.2-1.1.5.jar)
  146. UCHIJAAAA betterbuilderswands{0.11.1} [Better Builder's Wands] (BetterBuildersWands-1.10.2-0.11.1.220+f8232fe.jar)
  147. UCHIJAAAA BiblioCraft{2.2.1} [BiblioCraft] (BiblioCraft[v2.2.1][MC1.10.2].jar)
  148. UCHIJAAAA BiomesOPlenty{5.0.0.2162} [Biomes O' Plenty] (BiomesOPlenty-1.10.2-5.0.0.2162-universal.jar)
  149. UCHIJAAAA guideapi{@VERSION@} [Guide-API] (Guide-API-1.10.2-2.0.3-46.jar)
  150. UCHIJAAAA BloodMagic{1.10.2-2.1.7-76} [Blood Magic: Alchemical Wizardry] (BloodMagic-1.10.2-2.1.7-76.jar)
  151. UCHIJAAAA BloodArsenal{1.10.2-2.0.1-17} [Blood Arsenal] (BloodArsenal-1.10.2-2.0.1-17.jar)
  152. UCHIJAAAA bloodmoon{1.5.1} [Bloodmoon] (Bloodmoon-MC1.10.2-1.5.1.jar)
  153. UCHIJAAAA bookshelf{1.4.4.345} [Bookshelf] (Bookshelf-1.10.2-1.4.4.345.jar)
  154. UCHIJAAAA Botania{r1.9-341} [Botania] (Botania r1.9-341.jar)
  155. UCHIJAAAA CodeChickenLib{2.5.7.241} [CodeChicken Lib] (CodeChickenLib-1.10.2-2.5.7.241-universal.jar)
  156. UCHIJAAAA brandonscore{2.1.4} [Brandon's Core] (BrandonsCore-1.10.2-2.1.4.92-universal.jar)
  157. UCHIJAAAA Chameleon{1.10-2.2.2} [Chameleon] (Chameleon-1.10-2.2.2.jar)
  158. UCHIJAAAA mcmultipart{1.3.0_87} [MCMultiPart] (MCMultiPart-experimental-2.0.0_88-universal.jar)
  159. UCHIJAAAA CharsetLib{0.3.5} [?] (Charset-mc1.10.2-0.3.5-eee4900317e7f20e.jar)
  160. UCHIJAAAA CharsetPipes{0.3.5} [|] (Charset-mc1.10.2-0.3.5-eee4900317e7f20e.jar)
  161. UCHIJAAAA CharsetTweaks{0.3.5} [*] (Charset-mc1.10.2-0.3.5-eee4900317e7f20e.jar)
  162. UCHIJAAAA CharsetAudio{0.3.5} [?] (Charset-mc1.10.2-0.3.5-eee4900317e7f20e.jar)
  163. UCHIJAAAA CharsetStorage{0.3.5} [#] (Charset-mc1.10.2-0.3.5-eee4900317e7f20e.jar)
  164. UCHIJAAAA CharsetDecoration{0.3.5} [^] (Charset-mc1.10.2-0.3.5-eee4900317e7f20e.jar)
  165. UCHIJAAAA CharsetWrench{0.3.5} [/] (Charset-mc1.10.2-0.3.5-eee4900317e7f20e.jar)
  166. UCHIJAAAA CodeChickenCore{2.4.0.101} [CodeChicken Core] (CodeChickenCore-1.10.2-2.4.0.101-universal.jar)
  167. UCHIJAAAA ChickenChunks{2.2.0.52} [ChickenChunks] (ChickenChunks-1.10.2-2.2.0.52-universal.jar)
  168. UCHIJAAAA chisel{MC1.10.2-0.0.8.13} [Chisel] (Chisel-MC1.10.2-0.0.8.13.jar)
  169. UCHIJAAAA chiselsandbits{12.12} [Chisels & Bits] (chiselsandbits-12.12.jar)
  170. UCHIJAAAA compactsolars{1.10.2-5.0.8.331} [Compact Solar Arrays] (CompactSolars-1.10.2-5.0.8.331-universal.jar)
  171. UCHIJAAAA cookingforblockheads{4.2.39} [Cooking for Blockheads] (CookingForBlockheads_1.10.2-4.2.39.jar)
  172. UCHIJAAAA correlated{@VERSION@} [Correlated] (Correlated-2.0.0-alpha3.jar)
  173. UCHIJAAAA craftingtweaks{6.1.16} [Crafting Tweaks] (CraftingTweaks_1.10.2-6.1.16.jar)
  174. UCHIJAAAA crafttweakerjei{1.0.1} [CraftTweaker JEI Support] (CraftTweaker-1.10.2-3.0.24.jar)
  175. UCHIJAAAA MineTweaker3{3.0.24} [MineTweaker 3] (CraftTweaker-1.10.2-3.0.24.jar)
  176. UCHIJAAAA crossroads{1.10.2-1.3.7} [Crossroads] (crossroads-1.10.2-1.3.7.jar)
  177. UCHIJAAAA cyberware{beta-0.2.6} [Cyberware] (cyberware-1.9.4-1.10.2-beta-0.2.6.jar)
  178. UCHIJAAAA cyclicmagic{1.10.15} [Cyclic] (Cyclic-1.10.2-1.10.15.jar)
  179. UCHIJAAAA Waila{1.7.0} [Waila] (Waila-1.7.0-B3_1.9.4.jar)
  180. UCHIJAAAA darkutils{1.1.7.111} [Dark Utilities] (DarkUtilities-1.10.2-1.1.7.111.jar)
  181. UCHIJAAAA forestry{5.2.17.368} [Forestry] (forestry_1.10.2-5.2.17.368.jar)
  182. UCHIJAAAA eleccore{1.7.409} [ElecCore] (ElecCore-1.10.2-1.7.409.jar)
  183. UCHIJAAAA EnderStorage{2.2.1.103} [EnderStorage] (EnderStorage-1.10.2-2.2.1.103-universal.jar)
  184. UCHIJAAAA OpenComputers{1.6.2.7} [OpenComputers] (OpenComputers-MC1.10.2-1.6.2.7.jar)
  185. UCHIJAAAA deepresonance{1.4.6} [DeepResonance] (deepresonance-1.1x-1.4.6.jar)
  186. UCHIJAAAA draconicevolution{2.0.8} [Draconic Evolution] (Draconic-Evolution-1.10.2-2.0.8.177-universal.jar)
  187. UCHIJAAAA embers{0.104} [Embers] (embers-0.104.jar)
  188. UCHIJAAAA EnderBags{2.0.1} [EnderBags] (EnderBags-1.9.4-2.0.0.jar)
  189. UCHIJAAAA endercore{1.10.2-0.4.1.65-beta} [EnderCore] (EnderCore-1.10.2-0.4.1.65-beta.jar)
  190. UCHIJAAAA EnderIO{1.10.2-3.1.179} [Ender IO] (EnderIO-1.10.2-3.1.179.jar)
  191. UCHIJAAAA shetiphiancore{3.3.8} [ShetiPhian-Core] (shetiphiancore-1.10.0-3.3.8.jar)
  192. UCHIJAAAA endertanks{1.4.11} [EnderTanks] (endertanks-1.10.0-1.4.11.jar)
  193. UCHIJAAAA enderthing{0.7.3} [Enderthing] (enderthing-1.10.2-0.7.3.jar)
  194. UCHIJAAAA EnderZoo{1.10-1.2.3.43} [Ender Zoo] (EnderZoo-1.10-1.2.3.43.jar)
  195. UCHIJAAAA endmetals{1.0.4} [End Metals] (EndMetals_1.9-1.0.4.jar)
  196. UCHIJAAAA engineersworkshop{1.2.1-1.10.2} [Engineer's Workshop] (EngineersWorkshop-1.2.1-1.10.2.jar)
  197. UCHIJAAAA valkyrielib{1.10.2-0.10.6} [Valkyrie Lib] (valkyrielib-1.10.2-0.10.6.jar)
  198. UCHIJAAAA environmentaltech{1.10.2-0.10.6b} [Environmental Tech] (environmentaltech-1.10.2-0.10.6b.jar)
  199. UCHIJAAAA shadowmc{3.6.1} [ShadowMC] (ShadowMC-1.10.2-3.6.1.jar)
  200. UCHIJAAAA ExtraRails{1.1.1} [Extra Rails] (ExtraRails-1.10.2-1.1.1.jar)
  201. UCHIJAAAA zerocore{1.10.2-0.1.0.4} [Zero CORE] (zerocore-1.10.2-0.1.0.4.jar)
  202. UCHIJAAAA bigreactors{1.10.2-0.4.5.27} [Extreme Reactors] (ExtremeReactors-1.10.2-0.4.5.27.jar)
  203. UCHIJAAAA fastleafdecay{v11} [Fast Leaf Decay] (FastLeafDecay-v11.jar)
  204. UCHIJAAAA flatcoloredblocks{mc1.10-v4.4} [Flat Colored Blocks] (flatcoloredblocks-mc1.10-v4.4.jar)
  205. UCHIJAAAA foamfix{@VERSION@} [FoamFix] (foamfix-0.6.2-beta2-anarchy.jar)
  206. UCHIJAAAA forgelin{1.4.0} [Forgelin] (Forgelin-1.4.0.jar)
  207. UCHIJAAAA ftbl{0.0.0} [FTBLib] (FTBLib-1.10.2-3.4.4.jar)
  208. UCHIJAAAA ftbu{0.0.0} [FTBUtilities] (FTBUtilities-1.10.2-3.4.3.jar)
  209. UCHIJAAAA funkylocomotion{1.0} [Funky Locomotion] (funky-locomotion-1.10.2-alpha-0.0.3.jar)
  210. UCHIJAAAA gendustry{1.6.5.30} [GenDustry] (gendustry-1.6.5.30-mc1.10.2.jar)
  211. UCHIJAAAA pressure{1.3.1.25} [Pressure Pipes] (pressure-1.3.1.25-mc1.10.2.jar)
  212. UCHIJAAAA advgenerators{0.9.20.23} [Advanced Generators] (generators-0.9.20.23-mc1.10.2.jar)
  213. UCHIJAAAA fishing{1.4.4} [Fishing Net Mod] (GiacomosFishingNet1.10.2-1.4.4.jar)
  214. UCHIJAAAA grapple_hooks{1.0.8} [Grapple Hooks] (Grapple-Hooks-1.10.2-1.0.8.jar)
  215. UCHIJAAAA gravisuite{3.0.1} [Gravitation Suite] (Gravitation Suite-3.0.1.jar)
  216. UCHIJAAAA theoneprobe{1.4.4} [The One Probe] (theoneprobe-1.1x-1.4.4.jar)
  217. UCHIJAAAA immersiveengineering{0.10-57} [Immersive Engineering] (ImmersiveEngineering-0.10-57.jar)
  218. UCHIJAAAA InfernalMobs{1.7.1} [Infernal Mobs] (InfernalMobs-1.10.jar)
  219. UCHIJAAAA inventorytweaks{1.62-dev-66-c082db3} [Inventory Tweaks] (InventoryTweaks-1.62-dev-66.jar)
  220. UCHIJAAAA ironbackpacks{1.10.2-2.2.23} [Iron Backpacks] (IronBackpacks-1.10.2-2.2.23.jar)
  221. UCHIJAAAA ironchest{1.10.2-7.0.11.797} [Iron Chest] (ironchest-1.10.2-7.0.11.797.jar)
  222. UCHIJAAAA jeibees{0.9.0.5} [JEI Bees] (jeibees-0.9.0.5-mc1.10.2.jar)
  223. UCHIJAAAA journeymap{1.10.2-5.4.6} [JourneyMap] (journeymap-1.10.2-5.4.6.jar)
  224. UCHIJAAAA je_calculation{1.10.2-2.6.2} [Just Enough Calculation] (JustEnoughCalculation-1.10.2-2.6.2.jar)
  225. UCHIJAAAA malisiscore{1.10.2-4.4.0} [MalisisCore] (malisiscore-1.10.2-4.4.0.jar)
  226. UCHIJAAAA malisisdoors{1.10.2-5.2.0} [MalisisDoors] (malisisdoors-1.10.2-5.2.0.jar)
  227. UCHIJAAAA Mekanism{9.2.2} [Mekanism] (Mekanism-1.10.2-9.2.2.301.jar)
  228. UCHIJAAAA MekanismGenerators{9.2.2} [MekanismGenerators] (MekanismGenerators-1.10.2-9.2.2.301.jar)
  229. UCHIJAAAA MekanismTools{9.2.2} [MekanismTools] (MekanismTools-1.10.2-9.2.2.301.jar)
  230. UCHIJAAAA modularforcefieldsystem{2.5.0} [Modular ForceField System] (MFFS-1.10.2-3.0.0.0_1.10_655de1f.jar)
  231. UCHIJAAAA testdummy{1.11} [MmmMmmMmmMmm] (MmmMmmMmmMmm-1.11.jar)
  232. UCHIJAAAA mobtotems{1.10.2-0.1.2} [Mob Totems] (mobtotems-1.10.2-0.1.2.jar)
  233. UCHIJAAAA railcraft{10.0.1} [Railcraft] (Railcraft_1.10.2-10.0.1.jar)
  234. UCHIJAAAA morebees{1.10.2-1.3.2} [More Bees] (morebees-1.10.2-1.3.2.jar)
  235. UCHIJAAAA moredefaultoptions{1.10.2-0.0.2} [MoreDefaultOptions] (moredefaultoptions-1.10.2-0.0.2.jar)
  236. UCHIJAAAA Morpheus{1.10.2-3.1.13} [Morpheus] (Morpheus-1.10.2-3.1.13.jar)
  237. UCHIJAAAA mysticalagriculture{1.4.5} [Mystical Agriculture] (mysticalagriculture[1.10.2]-1.4.5.jar)
  238. UCHIJAAAA natura{1.10.2-4.1.0.24} [Natura] (natura-1.10.2-4.1.0.24.jar)
  239. UCHIJAAAA nethermetals{1.1.4} [Nether Metals] (NetherMetals-1.10.2-1.1.4.jar)
  240. UCHIJAAAA netherportalfix{1.0} [Nether Portal Fix] (netherportalfix-mc1.9.4-4.0.1.jar)
  241. UCHIJAAAA nmsot{1.2.0-mc1.10.2} [No Mob Spawning on Trees] (NoMobSpawningOnTrees-1.2.0-mc1.10.2.jar)
  242. UCHIJAAAA recipehandler{0.6} [NoMoreRecipeConflict] (NoMoreRecipeConflict-0.6(1.10.2).jar)
  243. UCHIJAAAA neid{1.5.3} [NotEnoughIDs] (NotEnoughIDs-1.5.3.jar)
  244. UCHIJAAAA notenoughwands{1.5.4} [Not Enough Wands] (notenoughwands-1.1x-1.5.4.jar)
  245. UCHIJAAAA fodc{1.9.1} [Ore Dictionary Converter] (OreDictionaryConverter-1.9.1.jar)
  246. UCHIJAAAA orespawn{1.1.0} [Ore Spawn] (OreSpawn_1.10.2-1.1.0.jar)
  247. UCHIJAAAA p455w0rdslib{1.0.13} [p455w0rd's Library] (p455w0rdslib-1.10.2-1.0.13.jar)
  248. UCHIJAAAA harvestcraft{1.9.4-1.10.2g} [Pam's HarvestCraft] (Pam's HarvestCraft 1.9.4-1.10.2h.jar)
  249. UCHIJAAAA platforms{1.2.9} [Platforms] (platforms-1.10.0-1.2.9.jar)
  250. UCHIJAAAA sonarcore{3.2.6} [SonarCore] (SonarCore-1.10.2-3.2.6.jar)
  251. UCHIJAAAA practicallogistics2{2.0.0} [Practical Logistics 2] (PracticalLogistics2-1.10.2-2.0.0.jar)
  252. UCHIJAAAA progressiveautomation{1.7.0} [Progressive Automation] (ProgressiveAutomation-1.10.2-1.7.0.jar)
  253. UCHIJAAAA psionup{15.1} [PSIonic Upgrades] (PSIonicUpgrades-r1.15.jar)
  254. UCHIJAAAA randomthings{3.7.7} [Random Things] (RandomThings-MC1.10.2-3.7.7.jar)
  255. UCHIJAAAA rangedpumps{0.3} [Ranged Pumps] (rangedpumps-0.3.jar)
  256. UCHIJAAAA reborncore{2.13.5.136} [RebornCore] (RebornCore-1.10.2-2.13.5.136-universal.jar)
  257. UCHIJAAAA reborncore-mcmultipart{2.13.5.136} [reborncore-MCMultiPart] (RebornCore-1.10.2-2.13.5.136-universal.jar)
  258. UCHIJAAAA thermalfoundation{2.0.5} [Thermal Foundation] (ThermalFoundation-1.10.2-2.0.5.81-universal.jar)
  259. UCHIJAAAA redstonearsenal{2.0.3} [Redstone Arsenal] (RedstoneArsenal-1.10.2-2.0.3.29-universal.jar)
  260. UCHIJAAAA StorageDrawers{1.10.2-3.6.1} [Storage Drawers] (StorageDrawers-1.10.2-3.6.1.jar)
  261. UCHIJAAAA refinedstorage{1.2.24} [Refined Storage] (refinedstorage-1.2.24.jar)
  262. UCHIJAAAA xreliquary{1.10.2-1.3.3.639} [Reliquary] (Reliquary-1.10.2-1.3.3.639.jar)
  263. UCHIJAAAA rftools{5.90} [RFTools] (rftools-1.1x-5.90.jar)
  264. UCHIJAAAA rftoolscontrol{1.6.6} [RFTools Control] (rftoolsctrl-1.1x-1.6.6.jar)
  265. UCHIJAAAA rftoolsdim{4.55} [RFTools Dimensions] (rftoolsdim-1.1x-4.55.jar)
  266. UCHIJAAAA roguelike{1.5.9} [Roguelike Dungeons] (RoguelikeDungeons-1.10.2-1.5.9.jar)
  267. UCHIJAAAA roots{0.208} [Roots] (roots-0.208.jar)
  268. UCHIJAAAA Signals{1.0} [Signals] (Signals-1.10.2-0.5.1-universal.jar)
  269. UCHIJAAAA simpleretrogen{4.0.1+8} [Simple Retrogen] (simpleretrogen-1.10-4.0.1+8.jar)
  270. UCHIJAAAA SleepingBag{1.4.0} [Sleeping Bag] (SleepingBag-1.10.2-1.4.0.jar)
  271. UCHIJAAAA soulshardstow{1.10.2-2.6.7-48} [Soul Shards - The Old Ways] (SoulShards-TOW-1.10.2-2.6.7-48.jar)
  272. UCHIJAAAA SpiceOfLife{1.3.8} [The Spice of Life] (SpiceOfLife-mc1.9.4-1.3.8.jar)
  273. UCHIJAAAA stevescarts{2.1.4.83} [Steve's Carts 2] (StevesCarts-1.10.2-2.1.4.83.jar)
  274. UCHIJAAAA StevesFactoryManager{1.0.12} [Steve's Factory Manager] (StevesFactoryManager-1.10.2-1.0.12.jar)
  275. UCHIJAAAA substratum{1.8.2.1} [Substratum] (Substratum-1.10.2-1.8.2.1.jar)
  276. UCHIJAAAA rscircuits{1.0.4} [Super Circuit Maker] (SuperCircuitMaker-1.0.4.jar)
  277. UCHIJAAAA techreborn{2.1.10.207} [TechReborn] (TechReborn-1.10.2-2.1.10.207-universal.jar)
  278. UCHIJAAAA teslafied{1.0.0} [Teslafied] (teslafied-1.10.2-1.1.0.jar)
  279. UCHIJAAAA thermalexpansion{5.0.4} [Thermal Expansion] (ThermalExpansion-1.10.2-5.0.4.90-universal.jar)
  280. UCHIJAAAA tinkertoolleveling{1.10.2-1.0.1.DEV.f5def58} [Tinkers Tool Leveling] (TinkerToolLeveling-1.10.2-1.0.1.jar)
  281. UCHIJAAAA tombmanygraves{1.10.2-2.1.16} [Tomb Many Graves] (TombManyGraves-1.10.2-2.1.16.jar)
  282. UCHIJAAAA Translocator{2.1.3.52} [Translocator] (Translocators-1.10.2-2.1.3.52-universal.jar)
  283. UCHIJAAAA vitality{2.4} [Vitality] (vitality-2.4.jar)
  284. UCHIJAAAA wanionlib{1.10.2-1.3} [WanionLib] (WanionLib-1.10.2-1.3.jar)
  285. UCHIJAAAA waterstrainer{1.3.2} [Water Strainer] (WaterStrainer-1.9.4-1.3.2.jar)
  286. UCHIJAAAA wct{0.0.19} [Wireless Crafting Terminal] (WirelessCraftingTerminal-1.10.2-0.0.19.jar)
  287. UCHIJAAAA Woot{1.10.2-1.2.7} [Woot] (woot-1.10.2-1.2.7.jar)
  288. UCHIJAAAA xnet{1.1.2} [XNet] (xnet-1.1.2.jar)
  289. UCHIJAAAA unidict{1.10.2-2.8} [UniDict] (UniDict-1.10.2-2.8.jar)
  290. Loaded coremods (and transformers):
  291. Brandon's Core (BrandonsCore-1.10.2-2.1.4.92-universal.jar)
  292. com.brandon3055.brandonscore.asm.ClassTransformer
  293. FMLPlugin (InventoryTweaks-1.62-dev-66.jar)
  294. invtweaks.forge.asm.ContainerTransformer
  295. ChiselCorePlugin (Chisel-MC1.10.2-0.0.8.13.jar)
  296. team.chisel.common.asm.ChiselTransformer
  297. ForgelinPlugin (Forgelin-1.4.0.jar)
  298.  
  299. MalisisCorePlugin (malisiscore-1.10.2-4.4.0.jar)
  300. net.malisis.core.util.chunkcollision.ChunkCollisionTransformer
  301. net.malisis.core.util.chunkblock.ChunkBlockTransformer
  302. net.malisis.core.renderer.transformer.MalisisRendererTransformer
  303. net.malisis.core.renderer.icon.asm.TextureMapTransformer
  304. net.malisis.core.util.clientnotif.ClientNotifTransformer
  305. IC2core (industrialcraft-2-2.6.142-ex110.jar)
  306.  
  307. Plugin (NotEnoughIDs-1.5.3.jar)
  308. ru.fewizz.neid.asm.Transformer
  309. AppleCore (AppleCore-mc1.10.2-2.1.2.jar)
  310. squeek.applecore.asm.TransformerModuleHandler
  311. LoadingPlugin (Bloodmoon-MC1.10.2-1.5.1.jar)
  312. lumien.bloodmoon.asm.ClassTransformer
  313. Default Options (DefaultOptions_1.10.2-6.1.5.jar)
  314. net.blay09.mods.defaultoptions.coremod.DefaultOptionsClassTransformer
  315. AdvancedRocketryPlugin (AdvancedRocketry-1.10.2-1.0.13.jar)
  316. zmaster587.advancedRocketry.asm.ClassTransformer
  317. CCLCorePlugin (CodeChickenLib-1.10.2-2.5.7.241-universal.jar)
  318. codechicken.lib.asm.ClassHeirachyManager
  319. codechicken.lib.asm.CCL_ASMTransformer
  320. LoadingPlugin (RandomThings-MC1.10.2-3.7.7.jar)
  321. lumien.randomthings.asm.ClassTransformer
  322. LoadingPlugin (ResourceLoader-MC1.9.4-1.5.1.jar)
  323. lumien.resourceloader.asm.ClassTransformer
  324. TransformerLoader (OpenComputers-MC1.10.2-1.6.2.7.jar)
  325. li.cil.oc.common.asm.ClassTransformer
  326. EnderCorePlugin (EnderCore-1.10.2-0.4.1.65-beta.jar)
  327. com.enderio.core.common.transform.EnderCoreTransformer
  328. LoadingPlugin (Quark-r1.1-70.jar)
  329. vazkii.quark.base.asm.ClassTransformer
  330. ArsMagica2-Preloader (ArsMagica2-1.10.2-1.5.0-17b.jar)
  331. am2.asm.Transformer
  332. Do not report to Forge! Remove FoamFixAPI (or replace with FoamFixAPI-Lawful) and try again. (foamfix-0.6.2-beta2-anarchy.jar)
  333. pl.asie.foamfix.coremod.FoamFixTransformer
  334. RebornCoreASM (RebornCore-1.10.2-2.13.5.136-universal.jar)
  335. reborncore.mixin.transformer.MixinTransformer
  336. AppEngCore (appliedenergistics2-rv4-alpha-11.jar)
  337. appeng.coremod.transformer.ASMIntegration
  338. AstralCore (astralsorcery-1.2.3-beta.jar)
  339.  
  340. BookshelfLoadingPlugin (Bookshelf-1.10.2-1.4.4.345.jar)
  341. net.darkhax.bookshelf.asm.BookshelfTransformerManager
  342. CoFH Loading Plugin (CoFHCore-1.10.2-4.1.1.156-universal.jar)
  343. cofh.asm.CoFHClassTransformer
  344. cofh.asm.repack.codechicken.lib.asm.ClassHierarchyManager
  345. ShetiPhian-ASM (shetiphiancore-1.10.0-3.3.8.jar)
  346. shetiphian.core.asm.ClassTransformer
  347. AE2 Version: alpha rv4-alpha-11 for Forge 12.18.3.2185
  348. Pulsar/tconstruct loaded Pulses:
  349. - TinkerCommons (Enabled/Forced)
  350. - TinkerWorld (Enabled/Not Forced)
  351. - TinkerTools (Enabled/Not Forced)
  352. - TinkerHarvestTools (Enabled/Forced)
  353. - TinkerMeleeWeapons (Enabled/Forced)
  354. - TinkerRangedWeapons (Enabled/Forced)
  355. - TinkerModifiers (Enabled/Forced)
  356. - TinkerSmeltery (Enabled/Not Forced)
  357. - TinkerGadgets (Enabled/Not Forced)
  358. - TinkerOredict (Enabled/Forced)
  359. - TinkerIntegration (Enabled/Forced)
  360. - TinkerFluids (Enabled/Forced)
  361. - TinkerMaterials (Enabled/Forced)
  362. - TinkerModelRegister (Enabled/Forced)
  363. - chiselsandbitsIntegration (Enabled/Not Forced)
  364. - craftingtweaksIntegration (Enabled/Not Forced)
  365. - WailaIntegration (Enabled/Not Forced)
  366. - theoneprobeIntegration (Enabled/Not Forced)
  367.  
  368. Pulsar/natura loaded Pulses:
  369. - NaturaCommons (Enabled/Forced)
  370. - NaturaOverworld (Enabled/Not Forced)
  371. - NaturaNether (Enabled/Not Forced)
  372. - NaturaTools (Enabled/Not Forced)
  373. - NaturaEntities (Enabled/Not Forced)
  374. - NaturaOredict (Enabled/Forced)
  375. - NaturaWorld (Enabled/Not Forced)
  376. - WailaIntegration (Enabled/Not Forced)
  377.  
  378. List of loaded APIs:
  379. * AbyssalCraftAPI (1.8.9) from AbyssalCraft-1.10.2-1.9.3.10.jar
  380. * AbyssalCraftAPI|Biome (1.8.9) from AbyssalCraft-1.10.2-1.9.3.10.jar
  381. * AbyssalCraftAPI|Block (1.8.9) from AbyssalCraft-1.10.2-1.9.3.10.jar
  382. * AbyssalCraftAPI|Disruption (1.8.9) from AbyssalCraft-1.10.2-1.9.3.10.jar
  383. * AbyssalCraftAPI|Energy (1.8.9) from AbyssalCraft-1.10.2-1.9.3.10.jar
  384. * AbyssalCraftAPI|Entity (1.8.9) from AbyssalCraft-1.10.2-1.9.3.10.jar
  385. * AbyssalCraftAPI|Event (1.8.9) from AbyssalCraft-1.10.2-1.9.3.10.jar
  386. * AbyssalCraftAPI|Integration (1.8.9) from AbyssalCraft-1.10.2-1.9.3.10.jar
  387. * AbyssalCraftAPI|Internal (1.8.9) from AbyssalCraft-1.10.2-1.9.3.10.jar
  388. * AbyssalCraftAPI|Item (1.8.9) from AbyssalCraft-1.10.2-1.9.3.10.jar
  389. * AbyssalCraftAPI|Necronomicon (1.8.9) from AbyssalCraft-1.10.2-1.9.3.10.jar
  390. * AbyssalCraftAPI|Recipe (1.8.9) from AbyssalCraft-1.10.2-1.9.3.10.jar
  391. * AbyssalCraftAPI|Ritual (1.8.9) from AbyssalCraft-1.10.2-1.9.3.10.jar
  392. * actuallyadditionsapi (29) from ActuallyAdditions-1.10.2-r105.jar
  393. * AppleCoreAPI (2.2.0) from AppleCore-mc1.10.2-2.1.2.jar
  394. * appliedenergistics2|API (rv4) from appliedenergistics2-rv4-alpha-11.jar
  395. * ArmorPlusApi (1.0) from armorplus-1.10.2-8.5.3.4.jar
  396. * Baubles|API (1.3.1.3) from Baubles-1.10.2-1.3.9.jar
  397. * bigreactors|API (4.0.1) from ExtremeReactors-1.10.2-0.4.5.27.jar
  398. * BloodMagic|API (@VERSION@) from BloodMagic-1.10.2-2.1.7-76.jar
  399. * BotaniaAPI (85) from Botania r1.9-341.jar
  400. * CharsetAPI (0.1) from Charset-mc1.10.2-0.3.5-eee4900317e7f20e.jar
  401. * CharsetAPI|Audio (0.0) from Charset-mc1.10.2-0.3.5-eee4900317e7f20e.jar
  402. * CharsetAPI|Lib (0.2) from Charset-mc1.10.2-0.3.5-eee4900317e7f20e.jar
  403. * CharsetAPI|Pipes (0.3) from Charset-mc1.10.2-0.3.5-eee4900317e7f20e.jar
  404. * CharsetAPI|Storage (0.1) from Charset-mc1.10.2-0.3.5-eee4900317e7f20e.jar
  405. * CharsetAPI|Tape (0.0) from Charset-mc1.10.2-0.3.5-eee4900317e7f20e.jar
  406. * CharsetAPI|Wires (0.3) from Charset-mc1.10.2-0.3.5-eee4900317e7f20e.jar
  407. * ChiselAPI (0.0.1) from Chisel-MC1.10.2-0.0.8.13.jar
  408. * ChiselAPI|Carving (0.0.1) from Chisel-MC1.10.2-0.0.8.13.jar
  409. * ChiselsAndBitsAPI (12.10.0) from chiselsandbits-12.12.jar
  410. * CoFHAPI (1.8.9R1.2.0B1) from refinedstorage-1.2.24.jar
  411. * cofhapi (1.5.0) from RebornCore-1.10.2-2.13.5.136-universal.jar
  412. * cofhapi|block (1.6.0) from CoFHCore-1.10.2-4.1.1.156-universal.jar
  413. * CoFHAPI|block (1.8.9R1.2.0B1) from zerocore-1.10.2-0.1.0.4.jar
  414. * CoFHAPI|core (1.8.9R1.2.0B1) from zerocore-1.10.2-0.1.0.4.jar
  415. * cofhapi|core (1.6.0) from CoFHCore-1.10.2-4.1.1.156-universal.jar
  416. * CoFHAPI|energy (1.8.9R1.2.0B1) from SonarCore-1.10.2-3.2.6.jar
  417. * cofhapi|energy (1.4.0) from extrautils2-1.10.2-1.3.3.jar
  418. * CoFHAPI|inventory (1.8.9R1.2.0B1) from valkyrielib-1.10.2-0.10.6.jar
  419. * CoFHAPI|item (1.8.9R1.2.0B1) from mcjtylib-1.1x-2.3.11.jar
  420. * cofhapi|item (1.6.0) from CoFHCore-1.10.2-4.1.1.156-universal.jar
  421. * CoFHAPI|tileentity (1.8.9R1.2.0B1) from zerocore-1.10.2-0.1.0.4.jar
  422. * cofhapi|tileentity (1.6.0) from CoFHCore-1.10.2-4.1.1.156-universal.jar
  423. * CoFHAPI|transport (1.8.9R1.2.0B1) from zerocore-1.10.2-0.1.0.4.jar
  424. * cofhapi|util (1.6.0) from CoFHCore-1.10.2-4.1.1.156-universal.jar
  425. * cofhlib (1.6.0) from CoFHCore-1.10.2-4.1.1.156-universal.jar
  426. * cofhlib|audio (1.6.0) from CoFHCore-1.10.2-4.1.1.156-universal.jar
  427. * cofhlib|gui (1.6.0) from CoFHCore-1.10.2-4.1.1.156-universal.jar
  428. * cofhlib|gui|container (1.6.0) from CoFHCore-1.10.2-4.1.1.156-universal.jar
  429. * cofhlib|gui|element (1.6.0) from CoFHCore-1.10.2-4.1.1.156-universal.jar
  430. * cofhlib|gui|element|listbox (1.6.0) from CoFHCore-1.10.2-4.1.1.156-universal.jar
  431. * cofhlib|gui|slot (1.6.0) from CoFHCore-1.10.2-4.1.1.156-universal.jar
  432. * cofhlib|inventory (1.6.0) from CoFHCore-1.10.2-4.1.1.156-universal.jar
  433. * cofhlib|util (1.6.0) from CoFHCore-1.10.2-4.1.1.156-universal.jar
  434. * cofhlib|util|helpers (1.6.0) from CoFHCore-1.10.2-4.1.1.156-universal.jar
  435. * cofhlib|world (1.6.0) from CoFHCore-1.10.2-4.1.1.156-universal.jar
  436. * cofhlib|world|feature (1.6.0) from CoFHCore-1.10.2-4.1.1.156-universal.jar
  437. * compatlayer (0.2.5) from compatlayer-1.10-0.2.5.jar
  438. * ComputerCraft|API (1.80pr0) from zerocore-1.10.2-0.1.0.4.jar
  439. * ComputerCraft|API|FileSystem (1.80pr0) from zerocore-1.10.2-0.1.0.4.jar
  440. * ComputerCraft|API|Lua (1.80pr0) from zerocore-1.10.2-0.1.0.4.jar
  441. * ComputerCraft|API|Media (1.80pr0) from zerocore-1.10.2-0.1.0.4.jar
  442. * ComputerCraft|API|Peripheral (1.80pr0) from zerocore-1.10.2-0.1.0.4.jar
  443. * ComputerCraft|API|Permissions (1.80pr0) from zerocore-1.10.2-0.1.0.4.jar
  444. * ComputerCraft|API|Redstone (1.80pr0) from zerocore-1.10.2-0.1.0.4.jar
  445. * ComputerCraft|API|Turtle (1.80pr0) from zerocore-1.10.2-0.1.0.4.jar
  446. * CraftingTweaks|API (4.1) from CraftingTweaks_1.10.2-6.1.16.jar
  447. * DR-API (1.0.4-Beta) from deepresonance-1.1x-1.4.6.jar
  448. * DraconicEvolution|API (1.3) from Draconic-Evolution-1.10.2-2.0.8.177-universal.jar
  449. * ElecCoreAPI (1.0) from ElecCore-1.10.2-1.7.409.jar
  450. * ElecCore|Abilities (#API_VER#) from ElecCore-1.10.2-1.7.409.jar
  451. * EnderIOAPI (0.0.2) from EnderIO-1.10.2-3.1.179.jar
  452. * EnderIOAPI|Redstone (0.0.2) from EnderIO-1.10.2-3.1.179.jar
  453. * EnderIOAPI|Teleport (0.0.2) from EnderIO-1.10.2-3.1.179.jar
  454. * EnderIOAPI|Tools (0.0.2) from EnderIO-1.10.2-3.1.179.jar
  455. * environmentaltech-api (1.10.2-0.10.6b) from environmentaltech-1.10.2-0.10.6b.jar
  456. * ForestryAPI|apiculture (5.0.0) from forestry_1.10.2-5.2.17.368.jar
  457. * ForestryAPI|arboriculture (4.2.1) from forestry_1.10.2-5.2.17.368.jar
  458. * ForestryAPI|circuits (3.1.0) from forestry_1.10.2-5.2.17.368.jar
  459. * ForestryAPI|climate (2.1.0) from forestry_1.10.2-5.2.17.368.jar
  460. * ForestryAPI|core (5.1.0) from forestry_1.10.2-5.2.17.368.jar
  461. * ForestryAPI|farming (2.1.0) from forestry_1.10.2-5.2.17.368.jar
  462. * ForestryAPI|food (1.1.0) from forestry_1.10.2-5.2.17.368.jar
  463. * ForestryAPI|fuels (3.0.0) from forestry_1.10.2-5.2.17.368.jar
  464. * ForestryAPI|genetics (4.7.1) from forestry_1.10.2-5.2.17.368.jar
  465. * ForestryAPI|greenhouse (5.2.0) from forestry_1.10.2-5.2.17.368.jar
  466. * ForestryAPI|hives (4.1.0) from forestry_1.10.2-5.2.17.368.jar
  467. * ForestryAPI|lepidopterology (1.3.0) from forestry_1.10.2-5.2.17.368.jar
  468. * ForestryAPI|mail (3.1.0) from forestry_1.10.2-5.2.17.368.jar
  469. * ForestryAPI|multiblock (3.0.0) from forestry_1.10.2-5.2.17.368.jar
  470. * ForestryAPI|recipes (5.4.0) from forestry_1.10.2-5.2.17.368.jar
  471. * ForestryAPI|storage (5.0.0) from forestry_1.10.2-5.2.17.368.jar
  472. * ForestryAPI|world (2.1.0) from forestry_1.10.2-5.2.17.368.jar
  473. * funkylocomotion_api (2.0) from funky-locomotion-1.10.2-alpha-0.0.3.jar
  474. * gendustryAPI (2.3.0) from gendustry-1.6.5.30-mc1.10.2.jar
  475. * Guide-API|API (1.10.2-2.0.3-46) from Guide-API-1.10.2-2.0.3-46.jar
  476. * ImmersiveEngineering|API (1.0) from ImmersiveEngineering-0.10-57.jar
  477. * ImmersiveEngineering|ImmersiveFluxAPI (1.0) from ImmersiveEngineering-0.10-57.jar
  478. * IronBackpacks|API (0.5) from IronBackpacks-1.10.2-2.2.23.jar
  479. * jeresources|API (0.5.9.3) from JustEnoughResources-1.10.2-0.5.9.3.jar
  480. * journeymap|client-api (1.3) from journeymap-1.10.2-5.4.6.jar
  481. * journeymap|client-api-display (1.3) from journeymap-1.10.2-5.4.6.jar
  482. * journeymap|client-api-event (1.3) from journeymap-1.10.2-5.4.6.jar
  483. * journeymap|client-api-model (1.3) from journeymap-1.10.2-5.4.6.jar
  484. * journeymap|client-api-util (1.3) from journeymap-1.10.2-5.4.6.jar
  485. * JustEnoughItemsAPI (4.10.1) from jei_1.10.2-3.14.7.416.jar
  486. * mcjtylib_ng (2.3.11) from mcjtylib-1.1x-2.3.11.jar
  487. * MekanismAPI|core (9.0.0) from Mekanism-1.10.2-9.2.2.301.jar
  488. * MekanismAPI|energy (9.0.0) from Mekanism-1.10.2-9.2.2.301.jar
  489. * MekanismAPI|gas (9.0.0) from Mekanism-1.10.2-9.2.2.301.jar
  490. * MekanismAPI|infuse (9.0.0) from Mekanism-1.10.2-9.2.2.301.jar
  491. * MekanismAPI|laser (9.0.0) from Mekanism-1.10.2-9.2.2.301.jar
  492. * MekanismAPI|reactor (9.0.0) from Mekanism-1.10.2-9.2.2.301.jar
  493. * MekanismAPI|recipe (9.0.0) from Mekanism-1.10.2-9.2.2.301.jar
  494. * MekanismAPI|transmitter (9.0.0) from Mekanism-1.10.2-9.2.2.301.jar
  495. * MekanismAPI|util (9.0.0) from Mekanism-1.10.2-9.2.2.301.jar
  496. * OpenComputersAPI|Component (6.0.0-alpha) from OpenComputers-MC1.10.2-1.6.2.7.jar
  497. * OpenComputersAPI|Core (6.0.0-alpha) from OpenComputers-MC1.10.2-1.6.2.7.jar
  498. * OpenComputersAPI|Driver (6.0.0-alpha) from OpenComputers-MC1.10.2-1.6.2.7.jar
  499. * OpenComputersAPI|Driver|Item (6.0.0-alpha) from OpenComputers-MC1.10.2-1.6.2.7.jar
  500. * OpenComputersAPI|Event (6.0.0-alpha) from OpenComputers-MC1.10.2-1.6.2.7.jar
  501. * OpenComputersAPI|FileSystem (6.0.0-alpha) from OpenComputers-MC1.10.2-1.6.2.7.jar
  502. * OpenComputersAPI|Internal (6.0.0-alpha) from OpenComputers-MC1.10.2-1.6.2.7.jar
  503. * OpenComputersAPI|Machine (6.0.0-alpha) from OpenComputers-MC1.10.2-1.6.2.7.jar
  504. * OpenComputersAPI|Manual (6.0.0-alpha) from OpenComputers-MC1.10.2-1.6.2.7.jar
  505. * OpenComputersAPI|Network (6.0.0-alpha) from OpenComputers-MC1.10.2-1.6.2.7.jar
  506. * OpenComputersAPI|Prefab (6.0.0-alpha) from OpenComputers-MC1.10.2-1.6.2.7.jar
  507. * practicallogistics2api (1.0) from PracticalLogistics2-1.10.2-2.0.0.jar
  508. * pressureAPI (1.3.1.25) from pressure-1.3.1.25-mc1.10.2.jar
  509. * ProjectEAPI (1.9.4-1.0.0) from p455w0rdslib-1.10.2-1.0.13.jar
  510. * PsiAPI (2) from Psi-r1.0-42.jar
  511. * PSIonicUpgradesAPI (1) from PSIonicUpgrades-r1.15.jar
  512. * railcraft:API|core (2.0.0) from Railcraft_1.10.2-10.0.1.jar
  513. * RailcraftAPI|bore (2.0.0) from Railcraft_1.10.2-10.0.1.jar
  514. * RailcraftAPI|carts (2.0.0) from Railcraft_1.10.2-10.0.1.jar
  515. * RailcraftAPI|charge (3.0.0) from Railcraft_1.10.2-10.0.1.jar
  516. * RailcraftAPI|crafting (2.0.0) from Railcraft_1.10.2-10.0.1.jar
  517. * RailcraftAPI|events (2.0.0) from Railcraft_1.10.2-10.0.1.jar
  518. * RailcraftAPI|fuel (2.0.0) from Railcraft_1.10.2-10.0.1.jar
  519. * RailcraftAPI|helpers (2.0.0) from Railcraft_1.10.2-10.0.1.jar
  520. * RailcraftAPI|items (2.0.0) from Railcraft_1.10.2-10.0.1.jar
  521. * RailcraftAPI|locomotive (2.0.0) from Railcraft_1.10.2-10.0.1.jar
  522. * RailcraftAPI|signals (3.0.0) from Railcraft_1.10.2-10.0.1.jar
  523. * RailcraftAPI|tracks (3.0.0) from Railcraft_1.10.2-10.0.1.jar
  524. * reborncoreAPI (2.13.5.136) from RebornCore-1.10.2-2.13.5.136-universal.jar
  525. * reborncoreAPI|Fuel (2.13.5.136) from RebornCore-1.10.2-2.13.5.136-universal.jar
  526. * reborncoreAPI|Power (2.13.5.136) from RebornCore-1.10.2-2.13.5.136-universal.jar
  527. * reborncoreAPI|Recipe (2.13.5.136) from RebornCore-1.10.2-2.13.5.136-universal.jar
  528. * reborncoreAPI|Tile (2.13.5.136) from RebornCore-1.10.2-2.13.5.136-universal.jar
  529. * SoulShardsTOW|API (0.1.5) from SoulShards-TOW-1.10.2-2.6.7-48.jar
  530. * stevescartsAPI (2.1.4.83) from StevesCarts-1.10.2-2.1.4.83.jar
  531. * stevescartsAPI|FARMS (2.1.4.83) from StevesCarts-1.10.2-2.1.4.83.jar
  532. * StorageDrawersAPI (1.7.10-1.2.0) from refinedstorage-1.2.24.jar
  533. * StorageDrawersAPI|config (1.7.10-1.2.0) from refinedstorage-1.2.24.jar
  534. * StorageDrawersAPI|event (1.10.2-1.3.0) from StorageDrawers-1.10.2-3.6.1.jar
  535. * StorageDrawersAPI|inventory (1.10.2-1.3.0) from StorageDrawers-1.10.2-3.6.1.jar
  536. * StorageDrawersAPI|pack (1.7.10-1.2.0) from refinedstorage-1.2.24.jar
  537. * StorageDrawersAPI|registry (1.7.10-1.2.0) from refinedstorage-1.2.24.jar
  538. * StorageDrawersAPI|render (1.7.10-1.2.0) from refinedstorage-1.2.24.jar
  539. * StorageDrawersAPI|storage (1.7.10-1.2.0) from refinedstorage-1.2.24.jar
  540. * StorageDrawersAPI|storage-attribute (1.7.10-1.2.0) from refinedstorage-1.2.24.jar
  541. * techrebornAPI (2.1.10.207) from TechReborn-1.10.2-2.1.10.207-universal.jar
  542. * theoneprobe_api (1.4.4) from theoneprobe-1.1x-1.4.4.jar
  543. * valkyrielib.api (1.10.2-0.10.6) from valkyrielib-1.10.2-0.10.6.jar
  544. * WailaAPI (1.3) from Waila-1.7.0-B3_1.9.4.jar
  545. * wct|API (1.10.2-rv4-1.0.0b) from WirelessCraftingTerminal-1.10.2-0.0.19.jar
  546. * zerocore|API|multiblock (1.10.2-0.0.2) from zerocore-1.10.2-0.1.0.4.jar
  547. * zerocore|API|multiblock|rectangular (1.10.2-0.0.2) from zerocore-1.10.2-0.1.0.4.jar
  548. * zerocore|API|multiblock|validation (1.10.2-0.0.2) from zerocore-1.10.2-0.1.0.4.jar
  549. CodeChickenLib Invalid Fingerprint Reports:
  550. CodeChickenCore Invalid Fingerprint Reports:
  551. ChickenChunks Invalid Fingerprint Reports:
  552. EnderStorage Invalid Fingerprint Reports:
  553. 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.):
  554. * An unsupportted RF API is installed (1.7.10R1.3.1 from (guessing) jar:file:/C:/Users/Thomas%20Van%20Daele/Documents/minecraft/All%20the%20mods%20server%202.53/Full/mods/BrandonsCore-1.10.2-2.1.4.92-universal.jar!/cofh/api/CoFHAPIProps.class).
  555. Ender IO needs at least 1.4.0 and will NOT work with older versions.
  556. 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.
  557. Detailed RF API diagnostics:
  558. * RF API class 'EnergyStorage' is loaded from: jar:file:/C:/Users/Thomas%20Van%20Daele/Documents/minecraft/All%20the%20mods%20server%202.53/Full/mods/BrandonsCore-1.10.2-2.1.4.92-universal.jar!/cofh/api/energy/EnergyStorage.class
  559. * RF API class 'IEnergyConnection' is loaded from: jar:file:/C:/Users/Thomas%20Van%20Daele/Documents/minecraft/All%20the%20mods%20server%202.53/Full/mods/BrandonsCore-1.10.2-2.1.4.92-universal.jar!/cofh/api/energy/IEnergyConnection.class
  560. * RF API class 'IEnergyContainerItem' is loaded from: jar:file:/C:/Users/Thomas%20Van%20Daele/Documents/minecraft/All%20the%20mods%20server%202.53/Full/mods/BrandonsCore-1.10.2-2.1.4.92-universal.jar!/cofh/api/energy/IEnergyContainerItem.class
  561. * RF API class 'IEnergyHandler' is loaded from: jar:file:/C:/Users/Thomas%20Van%20Daele/Documents/minecraft/All%20the%20mods%20server%202.53/Full/mods/BrandonsCore-1.10.2-2.1.4.92-universal.jar!/cofh/api/energy/IEnergyHandler.class
  562. * RF API class 'IEnergyProvider' is loaded from: jar:file:/C:/Users/Thomas%20Van%20Daele/Documents/minecraft/All%20the%20mods%20server%202.53/Full/mods/BrandonsCore-1.10.2-2.1.4.92-universal.jar!/cofh/api/energy/IEnergyProvider.class
  563. * RF API class 'IEnergyReceiver' is loaded from: jar:file:/C:/Users/Thomas%20Van%20Daele/Documents/minecraft/All%20the%20mods%20server%202.53/Full/mods/BrandonsCore-1.10.2-2.1.4.92-universal.jar!/cofh/api/energy/IEnergyReceiver.class
  564. * RF API class 'IEnergyStorage' is loaded from: jar:file:/C:/Users/Thomas%20Van%20Daele/Documents/minecraft/All%20the%20mods%20server%202.53/Full/mods/BrandonsCore-1.10.2-2.1.4.92-universal.jar!/cofh/api/energy/IEnergyStorage.class
  565. * RF API class 'ItemEnergyContainer' is loaded from: jar:file:/C:/Users/Thomas%20Van%20Daele/Documents/minecraft/All%20the%20mods%20server%202.53/Full/mods/BrandonsCore-1.10.2-2.1.4.92-universal.jar!/cofh/api/energy/ItemEnergyContainer.class
  566. * RF API class 'TileEnergyHandler' is loaded from: jar:file:/C:/Users/Thomas%20Van%20Daele/Documents/minecraft/All%20the%20mods%20server%202.53/Full/mods/BrandonsCore-1.10.2-2.1.4.92-universal.jar!/cofh/api/energy/TileEnergyHandler.class
  567. Detailed Tesla API diagnostics:
  568. * Tesla API class 'Tesla' is loaded from: jar:file:/C:/Users/Thomas%20Van%20Daele/Documents/minecraft/All%20the%20mods%20server%202.53/Full/mods/Tesla-1.10.2-1.2.1.50.jar!/net/darkhax/tesla/Tesla.class
  569. * Tesla API class 'TeslaCapabilities' is loaded from: jar:file:/C:/Users/Thomas%20Van%20Daele/Documents/minecraft/All%20the%20mods%20server%202.53/Full/mods/Tesla-1.10.2-1.2.1.50.jar!/net/darkhax/tesla/capability/TeslaCapabilities.class
  570. * Tesla API class 'ITeslaConsumer' is loaded from: jar:file:/C:/Users/Thomas%20Van%20Daele/Documents/minecraft/All%20the%20mods%20server%202.53/Full/mods/Tesla-1.10.2-1.2.1.50.jar!/net/darkhax/tesla/api/ITeslaConsumer.class
  571. * Tesla API class 'ITeslaHolder' is loaded from: jar:file:/C:/Users/Thomas%20Van%20Daele/Documents/minecraft/All%20the%20mods%20server%202.53/Full/mods/Tesla-1.10.2-1.2.1.50.jar!/net/darkhax/tesla/api/ITeslaHolder.class
  572. * Tesla API class 'ITeslaProducer' is loaded from: jar:file:/C:/Users/Thomas%20Van%20Daele/Documents/minecraft/All%20the%20mods%20server%202.53/Full/mods/Tesla-1.10.2-1.2.1.50.jar!/net/darkhax/tesla/api/ITeslaProducer.class
  573. * Tesla API class 'BaseTeslaContainer' is loaded from: jar:file:/C:/Users/Thomas%20Van%20Daele/Documents/minecraft/All%20the%20mods%20server%202.53/Full/mods/Tesla-1.10.2-1.2.1.50.jar!/net/darkhax/tesla/api/implementation/BaseTeslaContainer.class
  574. * Tesla API class 'BaseTeslaContainerProvider' is loaded from: jar:file:/C:/Users/Thomas%20Van%20Daele/Documents/minecraft/All%20the%20mods%20server%202.53/Full/mods/Tesla-1.10.2-1.2.1.50.jar!/net/darkhax/tesla/api/implementation/BaseTeslaContainerProvider.class
  575. * Tesla API class 'InfiniteTeslaConsumer' is loaded from: jar:file:/C:/Users/Thomas%20Van%20Daele/Documents/minecraft/All%20the%20mods%20server%202.53/Full/mods/Tesla-1.10.2-1.2.1.50.jar!/net/darkhax/tesla/api/implementation/InfiniteTeslaConsumer.class
  576. * Tesla API class 'InfiniteTeslaConsumerProvider' is loaded from: jar:file:/C:/Users/Thomas%20Van%20Daele/Documents/minecraft/All%20the%20mods%20server%202.53/Full/mods/Tesla-1.10.2-1.2.1.50.jar!/net/darkhax/tesla/api/implementation/InfiniteTeslaConsumerProvider.class
  577. * Tesla API class 'InfiniteTeslaProducer' is loaded from: jar:file:/C:/Users/Thomas%20Van%20Daele/Documents/minecraft/All%20the%20mods%20server%202.53/Full/mods/Tesla-1.10.2-1.2.1.50.jar!/net/darkhax/tesla/api/implementation/InfiniteTeslaProducer.class
  578. * Tesla API class 'InfiniteTeslaProducerProvider' is loaded from: jar:file:/C:/Users/Thomas%20Van%20Daele/Documents/minecraft/All%20the%20mods%20server%202.53/Full/mods/Tesla-1.10.2-1.2.1.50.jar!/net/darkhax/tesla/api/implementation/InfiniteTeslaProducerProvider.class
  579.  
  580. !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
  581. !!!You are looking at the diagnostics information, not at the crash. Scroll up!!!
  582. !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
  583.  
  584. RebornCore:
  585. Plugin Engine: 0
  586. RebornCore Version: 2.13.5.136
  587. Mixin Status: 1
  588. Runtime Debofucsation 1
  589. Translocator Invalid Fingerprint Reports:
  590. AE2 Integration: IC2:ON, RC:OFF, RF:OFF, RFItem:OFF, MFR:OFF, Waila:ON, Mekanism:OFF, OpenComputers:OFF, THE_ONE_PROBE:ON
  591. Profiler Position: N/A (disabled)
  592. Player Count: 1 / 20; [EntityPlayerMP['dragonbabyfly'/35670, l='world', x=-190.37, y=44.00, z=66.70]]
  593. Is Modded: Definitely; Server brand changed to 'fml,forge'
  594. Type: Dedicated Server (map_server.txt)
Advertisement
Add Comment
Please, Sign In to add comment