Advertisement
Guest User

Untitled

a guest
Jun 27th, 2017
88
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 47.07 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. FMLPlugin (InventoryTweaks-1.62-dev-66.jar)
  6. Do not report to Forge! Remove FoamFixAPI (or replace with FoamFixAPI-Lawful) and try again. (foamfix-0.6.3-anarchy.jar)
  7. LoadingPlugin (RandomThings-MC1.10.2-3.7.7.1.jar)
  8. Brandon's Core (BrandonsCore-1.10.2-2.1.8.107-universal.jar)
  9. MalisisCorePlugin (malisiscore-1.10.2-4.4.0.jar)
  10. LoadingPlugin (ResourceLoader-MC1.9.4-1.5.1.jar)
  11. AppleCore (AppleCore-mc1.10.2-2.2.0.jar)
  12. ForgelinPlugin (Forgelin-1.5.0.jar)
  13. EnderCorePlugin (EnderCore-1.10.2-0.4.1.66-beta.jar)
  14. CoFH Loading Plugin (CoFHCore-1.10.2-4.1.6.10-universal.jar)
  15. AdvancedRocketryPlugin (AdvancedRocketry-1.10.2-1.2.2.jar)
  16. TransformerLoader (OpenComputers-MC1.10.2-1.6.2.7.jar)
  17. ShetiPhian-ASM (shetiphiancore-1.10.0-3.3.9.jar)
  18. IC2core (industrialcraft-2-2.6.234-ex110.jar)
  19. Default Options (DefaultOptions_1.10.2-6.1.5.jar)
  20. CTMCorePlugin (CTM-MC1.10.2-0.1.1.16.jar)
  21. LoadingPlugin (Quark-r1.1-70.jar)
  22. AstralCore (astralsorcery-1.4.3.jar)
  23. CCLCorePlugin (CodeChickenLib-1.10.2-2.5.9.267-universal.jar)
  24. RebornCoreASM (RebornCore-1.10.2-2.13.6.142-universal.jar)
  25. AppEngCore (appliedenergistics2-rv4-alpha-11.jar)
  26. Plugin (NotEnoughIDs-1.5.3.1.jar)
  27. ArsMagica2-Preloader (ArsMagica2-1.10.2-1.5.0-18.jar)
  28. Contact their authors BEFORE contacting forge
  29.  
  30. // You should try our sister game, Minceraft!
  31.  
  32. Time: 6/28/17 1:40 PM
  33. Description: Exception ticking world entities
  34.  
  35. java.util.UnknownFormatConversionException: Conversion = 'F'
  36. at java.util.Formatter$FormatSpecifier.conversion(Unknown Source)
  37. at java.util.Formatter$FormatSpecifier.<init>(Unknown Source)
  38. at java.util.Formatter.parse(Unknown Source)
  39. at java.util.Formatter.format(Unknown Source)
  40. at java.util.Formatter.format(Unknown Source)
  41. at java.lang.String.format(Unknown Source)
  42. at net.minecraftforge.fml.relauncher.FMLRelaunchLog.log(FMLRelaunchLog.java:78)
  43. at net.minecraftforge.fml.common.FMLLog.log(FMLLog.java:37)
  44. at net.minecraftforge.fml.common.FMLLog.severe(FMLLog.java:52)
  45. at net.minecraft.world.World.func_72939_s(World.java:1814)
  46. at net.minecraft.world.WorldServer.func_72939_s(WorldServer.java:620)
  47. at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:709)
  48. at net.minecraft.server.dedicated.DedicatedServer.func_71190_q(DedicatedServer.java:387)
  49. at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:613)
  50. at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:471)
  51. at java.lang.Thread.run(Unknown Source)
  52.  
  53.  
  54. A detailed walkthrough of the error, its code path and all known details is as follows:
  55. ---------------------------------------------------------------------------------------
  56.  
  57. -- Head --
  58. Thread: Server thread
  59. Stacktrace:
  60. at java.util.Formatter$FormatSpecifier.conversion(Unknown Source)
  61. at java.util.Formatter$FormatSpecifier.<init>(Unknown Source)
  62. at java.util.Formatter.parse(Unknown Source)
  63. at java.util.Formatter.format(Unknown Source)
  64. at java.util.Formatter.format(Unknown Source)
  65. at java.lang.String.format(Unknown Source)
  66. at net.minecraftforge.fml.relauncher.FMLRelaunchLog.log(FMLRelaunchLog.java:78)
  67. at net.minecraftforge.fml.common.FMLLog.log(FMLLog.java:37)
  68. at net.minecraftforge.fml.common.FMLLog.severe(FMLLog.java:52)
  69. at net.minecraft.world.World.func_72939_s(World.java:1814)
  70. at net.minecraft.world.WorldServer.func_72939_s(WorldServer.java:620)
  71.  
  72. -- Affected level --
  73. Details:
  74. Level name: world
  75. All players: 1 total; [EntityPlayerMP['The_Simulation'/1558, l='world', x=-29.50, y=70.00, z=389.50]]
  76. Chunk stats: ServerChunkCache: 557 Drop: 0
  77. Level seed: 5733316232679098487
  78. Level generator: ID 00 - default, ver 1. Features enabled: true
  79. Level generator options:
  80. Level spawn location: World: (48,64,252), Chunk: (at 0,4,12 in 3,15; contains blocks 48,0,240 to 63,255,255), Region: (0,0; contains chunks 0,0 to 31,31, blocks 0,0,0 to 511,255,511)
  81. Level time: 13415480 game time, 2758145 day time
  82. Level dimension: 0
  83. Level storage version: 0x04ABD - Anvil
  84. Level weather: Rain time: 62185 (now: false), thunder time: 664 (now: true)
  85. Level game mode: Game mode: survival (ID 0). Hardcore: false. Cheats: false
  86. Stacktrace:
  87. at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:709)
  88. at net.minecraft.server.dedicated.DedicatedServer.func_71190_q(DedicatedServer.java:387)
  89. at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:613)
  90. at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:471)
  91. at java.lang.Thread.run(Unknown Source)
  92.  
  93. -- System Details --
  94. Details:
  95. Minecraft Version: 1.10.2
  96. Operating System: Windows 7 (amd64) version 6.1
  97. Java Version: 1.8.0_131, Oracle Corporation
  98. Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
  99. Memory: 687504568 bytes (655 MB) / 1793245184 bytes (1710 MB) up to 5333843968 bytes (5086 MB)
  100. JVM Flags: 5 total; -Xmx5G -Xms1G -XX:+ExplicitGCInvokesConcurrent -XX:+ExplicitGCInvokesConcurrentAndUnloadsClasses -XX:+UseConcMarkSweepGC
  101. IntCache: cache: 0, tcache: 0, allocated: 12, tallocated: 94
  102. FML: MCP 9.32 Powered by Forge 12.18.3.2316 221 mods loaded, 221 mods active
  103. States: 'U' = Unloaded 'L' = Loaded 'C' = Constructed 'H' = Pre-initialized 'I' = Initialized 'J' = Post-initialized 'A' = Available 'D' = Disabled 'E' = Errored
  104. UCHIJAAAA mcp{9.19} [Minecraft Coder Pack] (minecraft.jar)
  105. UCHIJAAAA FML{8.0.99.99} [Forge Mod Loader] (forge-1.10.2-12.18.3.2316-universal.jar)
  106. UCHIJAAAA Forge{12.18.3.2316} [Minecraft Forge] (forge-1.10.2-12.18.3.2316-universal.jar)
  107. UCHIJAAAA AdvancedRocketryCore{1} [Advanced Rocketry] (minecraft.jar)
  108. UCHIJAAAA appliedenergistics2-core{rv4-alpha-11} [Applied Energistics 2 Core] (minecraft.jar)
  109. UCHIJAAAA OpenComputers|Core{1.6.2.7} [OpenComputers (Core)] (minecraft.jar)
  110. UCHIJAAAA <CoFH ASM>{000} [CoFH ASM] (minecraft.jar)
  111. UCHIJAAAA foamfixcore{7.7.4} [FoamFixCore] (minecraft.jar)
  112. UCHIJAAAA ccl-entityhook{1.0} [ccl-entityhook] (CodeChickenLib-1.10.2-2.5.9.267-universal.jar)
  113. UCHIJAAAA JEI{3.14.7.420} [Just Enough Items] (jei_1.10.2-3.14.7.420.jar)
  114. UCHIJAAAA abyssalcraft{1.9.4-pre-4} [AbyssalCraft] (AbyssalCraft-1.10.2-1.9.4-pre-4.jar)
  115. UCHIJAAAA cofhcore{4.1.6} [CoFH Core] (CoFHCore-1.10.2-4.1.6.10-universal.jar)
  116. UCHIJAAAA actuallyadditions{1.10.2-r105} [Actually Additions] (ActuallyAdditions-1.10.2-r105.jar)
  117. UCHIJAAAA IC2{2.6.234-ex110} [IndustrialCraft 2] (industrialcraft-2-2.6.234-ex110.jar)
  118. UCHIJAAAA advanced_machines{60.0.4} [Advanced Machines] (Advanced Machines-60.0.4.jar)
  119. UCHIJAAAA advanced_solar_panels{4.0.4} [Advanced Solar Panels] (Advanced Solar Panels-4.0.4.jar)
  120. UCHIJAAAA libVulpes{0.2.5.} [libVulpes] (LibVulpes-1.10.2-0.2.5-universal.jar)
  121. UCHIJAAAA advancedRocketry{1.2.2} [Advanced Rocketry] (AdvancedRocketry-1.10.2-1.2.2.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.11} [Baubles] (Baubles-1.10.2-1.3.11.jar)
  126. UCHIJAAAA Botania{r1.9-341} [Botania] (Botania r1.9-341.jar)
  127. UCHIJAAAA AkashicTome{1.0-5} [Akashic Tome] (AkashicTome-1.0-5.jar)
  128. UCHIJAAAA endercore{1.10.2-0.4.1.66-beta} [EnderCore] (EnderCore-1.10.2-0.4.1.66-beta.jar)
  129. UCHIJAAAA Waila{1.8.17-B31_1.10.2} [Waila] (Hwyla-1.8.17-B31_1.10.2.jar)
  130. UCHIJAAAA EnderIO{1.10.2-3.1.193} [Ender IO] (EnderIO-1.10.2-3.1.193.jar)
  131. UCHIJAAAA forgelin{1.4.2} [Shadowfacts' Forgelin] (Forgelin-1.5.0.jar)
  132. UCHIJAAAA analyzeio{@VERSION@} [AnalyzeIO] (analyzeio-1.10.2-0.3.3.22.jar)
  133. UCHIJAAAA extrautils2{1.0} [Extra Utilities 2] (extrautils2-1.10.2-1.4.4.jar)
  134. UCHIJAAAA flyringbaublemod{0.2.4_1.10.2-d71eb9e} [AngelRing 2 Bauble] (angelRingToBauble-1.10.2-0.2.4.19+d71eb9e.jar)
  135. UCHIJAAAA AppleCore{2.2.0} [AppleCore] (AppleCore-mc1.10.2-2.2.0.jar)
  136. UCHIJAAAA appleskin{1.0.5} [AppleSkin] (AppleSkin-mc1.10.2-1.0.5.jar)
  137. UCHIJAAAA architecturecraft{1.7.3} [ArchitectureCraft] (ArchitectureCraft-1.7.3-mc1.10.2.jar)
  138. UCHIJAAAA mantle{1.10.2-1.1.5.205} [Mantle] (Mantle-1.10.2-1.1.5.jar)
  139. UCHIJAAAA tconstruct{1.10.2-2.6.5.10} [Tinkers' Construct] (TConstruct-1.10.2-2.6.5.jar)
  140. UCHIJAAAA tesla{1.2.1.50} [TESLA] (Tesla-1.10.2-1.2.1.50.jar)
  141. UCHIJAAAA thedragonlib{1.10.2-1.3.1} [TheDragonLib] (thedragonlib-1.10.2-1.0.3.1.jar)
  142. UCHIJAAAA armorplus{1.10.2-8.7.1.2} [ArmorPlus] (armorplus-1.10.2-8.7.1.2.jar)
  143. UCHIJAAAA arsmagica2{1.5.018} [Ars Magica 2] (ArsMagica2-1.10.2-1.5.0-18.jar)
  144. UCHIJAAAA AnimationAPI{1.2.4} [AnimationAPI] (ArsMagica2-1.10.2-1.5.0-18.jar)
  145. UCHIJAAAA astralsorcery{1.4.3} [Astral Sorcery] (astralsorcery-1.4.3.jar)
  146. UCHIJAAAA Morphtool{1.0-12} [Morph-o-Tool] (Morph-o-Tool-1.0-12.jar)
  147. UCHIJAAAA Psi{r1.0-42} [Psi] (Psi-r1.0-42.jar)
  148. UCHIJAAAA Quark{r1.1-70} [Quark] (Quark-r1.1-70.jar)
  149. UCHIJAAAA AutoRegLib{1.0-2} [AutoRegLib] (AutoRegLib-1.0-2.jar)
  150. UCHIJAAAA badwithernocookie{1.10.2-0.0.1-5418dde} [Bad Wither No Cookie!] (BadWitherNoCookie-1.10.2-0.0.1-5418dde.jar)
  151. UCHIJAAAA bagginses{2.4.2d} [Bagginses] (Bagginses-1.10.2-3.0.4g.jar)
  152. UCHIJAAAA bedbugs{@VERSION@} [Bed Bugs] (BedBugs-1.10.2-1.1.6.jar)
  153. UCHIJAAAA BetterAchievements{0.3.3.10} [Better Achievements] (BetterAchievements-1.10.2-0.3.3.10.jar)
  154. UCHIJAAAA betterbuilderswands{0.11.1} [Better Builder's Wands] (BetterBuildersWands-1.10.2-0.11.1.220+f8232fe.jar)
  155. UCHIJAAAA BiblioCraft{2.2.4} [BiblioCraft] (BiblioCraft[v2.2.4][MC1.10.2].jar)
  156. UCHIJAAAA BiomesOPlenty{5.0.0.2236} [Biomes O' Plenty] (BiomesOPlenty-1.10.2-5.0.0.2236-universal.jar)
  157. UCHIJAAAA guideapi{@VERSION@} [Guide-API] (Guide-API-1.10.2-2.0.3-46.jar)
  158. UCHIJAAAA BloodMagic{1.10.2-2.1.11-80} [Blood Magic: Alchemical Wizardry] (BloodMagic-1.10.2-2.1.11-80.jar)
  159. UCHIJAAAA BloodArsenal{1.10.2-2.0.1-17} [Blood Arsenal] (BloodArsenal-1.10.2-2.0.1-17.jar)
  160. UCHIJAAAA bookshelf{1.4.4.347} [Bookshelf] (Bookshelf-1.10.2-1.4.4.347.jar)
  161. UCHIJAAAA CodeChickenLib{2.5.9.267} [CodeChicken Lib] (CodeChickenLib-1.10.2-2.5.9.267-universal.jar)
  162. UCHIJAAAA brandonscore{2.1.8} [Brandon's Core] (BrandonsCore-1.10.2-2.1.8.107-universal.jar)
  163. UCHIJAAAA Chameleon{1.10.2-2.3.0} [Chameleon] (Chameleon-1.10.2-2.3.0.jar)
  164. UCHIJAAAA mcmultipart{1.4.0} [MCMultiPart] (MCMultiPart-1.4.0-universal.jar)
  165. UCHIJAAAA CharsetLib{0.3.5} [?] (Charset-mc1.10.2-0.3.5-eee4900317e7f20e.jar)
  166. UCHIJAAAA CharsetPipes{0.3.5} [|] (Charset-mc1.10.2-0.3.5-eee4900317e7f20e.jar)
  167. UCHIJAAAA CharsetTweaks{0.3.5} [*] (Charset-mc1.10.2-0.3.5-eee4900317e7f20e.jar)
  168. UCHIJAAAA CharsetAudio{0.3.5} [?] (Charset-mc1.10.2-0.3.5-eee4900317e7f20e.jar)
  169. UCHIJAAAA CharsetStorage{0.3.5} [#] (Charset-mc1.10.2-0.3.5-eee4900317e7f20e.jar)
  170. UCHIJAAAA CharsetDecoration{0.3.5} [^] (Charset-mc1.10.2-0.3.5-eee4900317e7f20e.jar)
  171. UCHIJAAAA CharsetWrench{0.3.5} [/] (Charset-mc1.10.2-0.3.5-eee4900317e7f20e.jar)
  172. UCHIJAAAA CodeChickenCore{2.4.1.102} [CodeChicken Core] (CodeChickenCore-1.10.2-2.4.1.102-universal.jar)
  173. UCHIJAAAA ChickenChunks{2.2.0.52} [ChickenChunks] (ChickenChunks-1.10.2-2.2.0.52-universal.jar)
  174. UCHIJAAAA chisel{MC1.10.2-0.0.11.25} [Chisel] (Chisel-MC1.10.2-0.0.11.25.jar)
  175. UCHIJAAAA chiselsandbits{12.14} [Chisels & Bits] (chiselsandbits-12.14.jar)
  176. UCHIJAAAA cm2{1.0} [Compact Machines 2] (cm2-2.0.0-b104.jar)
  177. UCHIJAAAA compactsolars{1.10.2-5.0.9.332} [Compact Solar Arrays] (CompactSolars-1.10.2-5.0.9.332-universal.jar)
  178. UCHIJAAAA asielib{1.0.0} [asielib] (Computronics-1.10.2-1.6.4.jar)
  179. UCHIJAAAA forestry{5.2.17.377} [Forestry] (forestry_1.10.2-5.2.17.377.jar)
  180. UCHIJAAAA EnderStorage{2.2.1.106} [EnderStorage] (EnderStorage-1.10.2-2.2.1.106-universal.jar)
  181. UCHIJAAAA OpenComputers{1.6.2.7} [OpenComputers] (OpenComputers-MC1.10.2-1.6.2.7.jar)
  182. UCHIJAAAA theoneprobe{1.4.7} [The One Probe] (theoneprobe-1.1x-1.4.7.jar)
  183. UCHIJAAAA Mekanism{9.2.2} [Mekanism] (Mekanism-1.10.2-9.2.2.301.jar)
  184. UCHIJAAAA computronics{1.6.4} [Computronics] (Computronics-1.10.2-1.6.4.jar)
  185. UCHIJAAAA cookingforblockheads{4.2.43} [Cooking for Blockheads] (CookingForBlockheads_1.10.2-4.2.43.jar)
  186. UCHIJAAAA correlated{@VERSION@} [Correlated] (Correlated-2.0.0-alpha3.jar)
  187. UCHIJAAAA craftingtweaks{6.1.16} [Crafting Tweaks] (CraftingTweaks_1.10.2-6.1.16.jar)
  188. UCHIJAAAA crafttweakerjei{1.0.1} [CraftTweaker JEI Support] (CraftTweaker-1.10.2-3.0.26.jar)
  189. UCHIJAAAA MineTweaker3{3.0.26} [MineTweaker 3] (CraftTweaker-1.10.2-3.0.26.jar)
  190. UCHIJAAAA crossroads{1.10.2-1.3.7} [Crossroads] (crossroads-1.10.2-1.3.7.jar)
  191. UCHIJAAAA cyberware{beta-0.2.10} [Cyberware] (cyberware-1.9.4-1.10.2-beta-0.2.10.jar)
  192. UCHIJAAAA cyclicmagic{1.10.25} [Cyclic] (Cyclic-1.10.2-1.10.25.jar)
  193. UCHIJAAAA darkutils{1.1.8.finalrc2} [Dark Utilities] (DarkUtilities-1.1.8.finalrc2.jar)
  194. UCHIJAAAA eleccore{1.7.425} [ElecCore] (ElecCore-1.10.2-1.7.425.jar)
  195. UCHIJAAAA deepresonance{1.4.8} [DeepResonance] (deepresonance-1.1x-1.4.8.jar)
  196. UCHIJAAAA draconicevolution{2.1.1} [Draconic Evolution] (Draconic-Evolution-1.10.2-2.1.1.236-universal.jar)
  197. UCHIJAAAA embers{0.104} [Embers] (embers-0.104.jar)
  198. UCHIJAAAA EnderBags{2.0.1} [EnderBags] (EnderBags-1.9.4-2.0.0.jar)
  199. UCHIJAAAA EnderZoo{1.10-1.2.3.44} [Ender Zoo] (EnderZoo-1.10-1.2.3.44.jar)
  200. UCHIJAAAA endmetals{1.0.4} [End Metals] (EndMetals_1.9-1.0.4.jar)
  201. UCHIJAAAA engineersworkshop{1.0} [Engineers Workshop] (EngineersWorkshop-1.3.5-1.10.2.jar)
  202. UCHIJAAAA valkyrielib{1.10.2-0.10.6} [Valkyrie Lib] (valkyrielib-1.10.2-0.10.6.jar)
  203. UCHIJAAAA environmentaltech{1.10.2-0.10.6b} [Environmental Tech] (environmentaltech-1.10.2-0.10.6b.jar)
  204. UCHIJAAAA etlunar{1.10.2-0.10.6a} [ET Lunar] (etlunar-1.10.2-0.10.6a.jar)
  205. UCHIJAAAA ExtraBitManipulation{1.10.2-2.3.4} [Extra Bit Manipulation] (ExtraBitManipulation-1.10.2-2.3.4.jar)
  206. UCHIJAAAA shadowmc{3.6.1} [ShadowMC] (ShadowMC-1.10.2-3.6.1.jar)
  207. UCHIJAAAA ExtraRails{1.1.1} [Extra Rails] (ExtraRails-1.10.2-1.1.1.jar)
  208. UCHIJAAAA zerocore{1.10.2-0.1.0.6} [Zero CORE] (zerocore-1.10.2-0.1.0.6.jar)
  209. UCHIJAAAA bigreactors{1.10.2-0.4.5.30} [Extreme Reactors] (ExtremeReactors-1.10.2-0.4.5.30.jar)
  210. UCHIJAAAA fastleafdecay{v11} [Fast Leaf Decay] (FastLeafDecay-v11.jar)
  211. UCHIJAAAA flatcoloredblocks{mc1.10-v4.4} [Flat Colored Blocks] (flatcoloredblocks-mc1.10-v4.4.jar)
  212. UCHIJAAAA foamfix{@VERSION@} [FoamFix] (foamfix-0.6.3-anarchy.jar)
  213. UCHIJAAAA ftbl{0.0.0} [FTBLib] (FTBLib-1.1x-3.6.5.jar)
  214. UCHIJAAAA ftbu{0.0.0} [FTBUtilities] (FTBUtilities-1.1x-3.6.5.jar)
  215. UCHIJAAAA funkylocomotion{1.0} [Funky Locomotion] (funky-locomotion-1.10.2-alpha-0.0.3.jar)
  216. UCHIJAAAA gendustry{1.6.5.30} [GenDustry] (gendustry-1.6.5.30-mc1.10.2.jar)
  217. UCHIJAAAA pressure{1.3.1.25} [Pressure Pipes] (pressure-1.3.1.25-mc1.10.2.jar)
  218. UCHIJAAAA advgenerators{0.9.20.23} [Advanced Generators] (generators-0.9.20.23-mc1.10.2.jar)
  219. UCHIJAAAA fishing{1.4.4} [Fishing Net Mod] (GiacomosFishingNet1.10.2-1.4.4.jar)
  220. UCHIJAAAA grapple_hooks{1.0.8} [Grapple Hooks] (Grapple-Hooks-1.10.2-1.0.8.jar)
  221. UCHIJAAAA gravisuite{3.0.1} [Gravitation Suite] (Gravitation Suite-3.0.1.jar)
  222. UCHIJAAAA immersiveengineering{0.10-61} [Immersive Engineering] (ImmersiveEngineering-0.10-61.jar)
  223. UCHIJAAAA immersivepetroleum{1.0.6} [Immersive Petroleum] (immersivepetroleum-1.10.2-1.0.6.jar)
  224. UCHIJAAAA InfernalMobs{1.7.1} [Infernal Mobs] (InfernalMobs-1.10.jar)
  225. UCHIJAAAA inventorytweaks{1.62-dev-66-c082db3} [Inventory Tweaks] (InventoryTweaks-1.62-dev-66.jar)
  226. UCHIJAAAA ironbackpacks{1.10.2-2.2.27} [Iron Backpacks] (IronBackpacks-1.10.2-2.2.27.jar)
  227. UCHIJAAAA ironchest{1.10.2-7.0.15.804} [Iron Chest] (ironchest-1.10.2-7.0.15.804.jar)
  228. UCHIJAAAA jeibees{0.9.0.5} [JEI Bees] (jeibees-0.9.0.5-mc1.10.2.jar)
  229. UCHIJAAAA journeymap{1.10.2-5.4.7} [JourneyMap] (journeymap-1.10.2-5.4.7.jar)
  230. UCHIJAAAA je_calculation{1.10.2-2.6.4} [Just Enough Calculation] (JustEnoughCalculation-1.10.2-2.6.4.jar)
  231. UCHIJAAAA kleeslabs{3.3.5} [KleeSlabs] (KleeSlabs_1.10.2-3.3.5.jar)
  232. UCHIJAAAA malisiscore{1.10.2-4.4.0} [MalisisCore] (malisiscore-1.10.2-4.4.0.jar)
  233. UCHIJAAAA malisisdoors{1.10.2-5.2.0} [MalisisDoors] (malisisdoors-1.10.2-5.2.0.jar)
  234. UCHIJAAAA MekanismGenerators{9.2.2} [MekanismGenerators] (MekanismGenerators-1.10.2-9.2.2.301.jar)
  235. UCHIJAAAA MekanismTools{9.2.2} [MekanismTools] (MekanismTools-1.10.2-9.2.2.301.jar)
  236. UCHIJAAAA mercurius_updater{1.0} [mercurius_updater] (MercuriusUpdater-1.10.2.jar)
  237. UCHIJAAAA modularforcefieldsystem{3.0.1} [Modular ForceField System] (MFFS-1.10.2-3.0.1.0_1.10_d9fd06a.jar)
  238. UCHIJAAAA minefactoryreloaded{2.9.0B1} [MineFactory Reloaded] (MineFactoryReloaded-[1.10.2]2.9.0B1-221.jar)
  239. UCHIJAAAA MineFactoryReloaded|CompatVanilla{2.9.0B1} [MFR Compat: Vanilla] (MineFactoryReloaded-[1.10.2]2.9.0B1-221.jar)
  240. UCHIJAAAA minemenu{1.4.5} [MineMenu] (MineMenu-1.10.2-1.4.5-universal.jar)
  241. UCHIJAAAA testdummy{1.11} [MmmMmmMmmMmm] (MmmMmmMmmMmm-1.10.2-1.13.jar)
  242. UCHIJAAAA StorageDrawers{1.10.2-3.7.9} [Storage Drawers] (StorageDrawers-1.10.2-3.7.9.jar)
  243. UCHIJAAAA refinedstorage{1.2.26} [Refined Storage] (refinedstorage-1.2.26.jar)
  244. UCHIJAAAA moartinkers{0.4.1} [Moar Tinkers] (moartinkers-0.4.1.jar)
  245. UCHIJAAAA mobtotems{1.10.2-0.1.2} [Mob Totems] (mobtotems-1.10.2-0.1.2.jar)
  246. UCHIJAAAA mtlib{@VERSION@} [MTLib] (MTLib-1.0.3.jar)
  247. UCHIJAAAA modtweaker{2.0.12} [Mod Tweaker] (ModTweaker2-2.0.12.jar)
  248. UCHIJAAAA numina{1.4.0} [numina] (ModularPowersuits-1.10.2-1.2.124.jar)
  249. UCHIJAAAA powersuits{1.10.2-1.2.124} [MachineMuse's Modular Powersuits] (ModularPowersuits-1.10.2-1.2.124.jar)
  250. UCHIJAAAA railcraft{10.1.2} [Railcraft] (Railcraft_1.10.2-10.1.2.jar)
  251. UCHIJAAAA reborncore{2.13.6.142} [RebornCore] (RebornCore-1.10.2-2.13.6.142-universal.jar)
  252. UCHIJAAAA techreborn{2.1.13.219} [TechReborn] (TechReborn-1.10.2-2.1.13.219-universal.jar)
  253. UCHIJAAAA morebees{1.10.2-1.4.1.1} [More Bees] (morebees-1.10.2-1.4.1.1.jar)
  254. UCHIJAAAA moredefaultoptions{1.10.2-0.0.2} [MoreDefaultOptions] (moredefaultoptions-1.10.2-0.0.2.jar)
  255. UCHIJAAAA Morpheus{1.10.2-3.1.13} [Morpheus] (Morpheus-1.10.2-3.1.13.jar)
  256. UCHIJAAAA mputils{1.2.9} [ModPack Utilities] (mputils-1.10.2-1.2.9.jar)
  257. UCHIJAAAA mpbasic{1.1.3} [ModPack Basic Tools] (mpbasic-1.10.2-1.1.5.jar)
  258. UCHIJAAAA mysticalagriculture{1.5.6} [Mystical Agriculture] (mysticalagriculture[1.10.2]-1.5.6.jar)
  259. UCHIJAAAA natura{1.10.2-4.1.0.65} [Natura] (natura-1.10.2-4.1.0.65.jar)
  260. UCHIJAAAA nethermetals{1.1.4} [Nether Metals] (NetherMetals-1.10.2-1.1.4.jar)
  261. UCHIJAAAA netherportalfix{1.0} [Nether Portal Fix] (netherportalfix-mc1.9.4-4.0.1.jar)
  262. UCHIJAAAA nmsot{1.2.0-mc1.10.2} [No Mob Spawning on Trees] (NoMobSpawningOnTrees-1.2.0-mc1.10.2.jar)
  263. UCHIJAAAA recipehandler{0.6} [NoMoreRecipeConflict] (NoMoreRecipeConflict-0.6(1.10.2).jar)
  264. UCHIJAAAA neid{1.5.3.1} [NotEnoughIDs] (NotEnoughIDs-1.5.3.1.jar)
  265. UCHIJAAAA notenoughwands{1.5.5} [Not Enough Wands] (notenoughwands-1.1x-1.5.5.jar)
  266. UCHIJAAAA nuclearcraft{2.2d} [NuclearCraft] (NuclearCraft-2.2d--1.10.2.jar)
  267. UCHIJAAAA fodc{1.9.1} [Ore Dictionary Converter] (OreDictionaryConverter-1.9.1.jar)
  268. UCHIJAAAA oreexcavation{1.2.93} [OreExcavation] (OreExcavation-1.2.93.jar)
  269. UCHIJAAAA oeintegration{1.0} [OreExcavation Integration] (OreExcavationIntegration-1.10.2_1.1.jar)
  270. UCHIJAAAA orespawn{1.1.0} [Ore Spawn] (OreSpawn_1.10.2-1.1.0.jar)
  271. UCHIJAAAA p455w0rdslib{1.0.13} [p455w0rd's Library] (p455w0rdslib-1.10.2-1.0.13.jar)
  272. UCHIJAAAA harvestcraft{1.10.2j} [Pam's HarvestCraft] (Pam's HarvestCraft 1.10.2j.jar)
  273. UCHIJAAAA pamscookables{1.0} [Pam's Cookables] (pamscookables-1.10.2_1.0.0.jar)
  274. UCHIJAAAA shetiphiancore{3.3.9} [ShetiPhian-Core] (shetiphiancore-1.10.0-3.3.9.jar)
  275. UCHIJAAAA platforms{1.2.10} [Platforms] (platforms-1.10.0-1.2.10.jar)
  276. UCHIJAAAA sonarcore{3.2.8} [SonarCore] (SonarCore-1.10.2-3.2.8.jar)
  277. UCHIJAAAA practicallogistics2{2.0.2} [Practical Logistics 2] (PracticalLogistics2-1.10.2-2.0.2.jar)
  278. UCHIJAAAA progressiveautomation{1.7.4} [Progressive Automation] (ProgressiveAutomation-1.10.2-1.7.4.jar)
  279. UCHIJAAAA psionup{15.1} [PSIonic Upgrades] (PSIonicUpgrades-r1.15.jar)
  280. UCHIJAAAA randomthings{3.7.7.1} [Random Things] (RandomThings-MC1.10.2-3.7.7.1.jar)
  281. UCHIJAAAA rangedpumps{0.3} [Ranged Pumps] (rangedpumps-0.3.jar)
  282. UCHIJAAAA reborncore-mcmultipart{2.13.6.142} [reborncore-MCMultiPart] (RebornCore-1.10.2-2.13.6.142-universal.jar)
  283. UCHIJAAAA rebornstorage{1.0.0} [RebornStorage] (RebornStorage-1.10.2-1.0.3.30.jar)
  284. UCHIJAAAA thermalfoundation{2.1.2} [Thermal Foundation] (ThermalFoundation-1.10.2-2.1.2.4-universal.jar)
  285. UCHIJAAAA thermalexpansion{5.1.6} [Thermal Expansion] (ThermalExpansion-1.10.2-5.1.6.8-universal.jar)
  286. UCHIJAAAA redstonearsenal{2.0.6} [Redstone Arsenal] (RedstoneArsenal-1.10.2-2.0.6.3-universal.jar)
  287. UCHIJAAAA xreliquary{1.10.2-1.3.3.664} [Reliquary] (Reliquary-1.10.2-1.3.3.664.jar)
  288. UCHIJAAAA rftools{6.01} [RFTools] (rftools-1.1x-6.01.jar)
  289. UCHIJAAAA rftoolscontrol{1.6.8} [RFTools Control] (rftoolsctrl-1.1x-1.6.8.jar)
  290. UCHIJAAAA rftoolsdim{5.02} [RFTools Dimensions] (rftoolsdim-1.1x-5.02.jar)
  291. UCHIJAAAA roguelike{1.5.9} [Roguelike Dungeons] (RoguelikeDungeons-1.10.2-1.5.9.jar)
  292. UCHIJAAAA roots{0.208} [Roots] (roots-0.208.jar)
  293. UCHIJAAAA routerrebornlib{1.10.2-0.0.2.113} [RouterReborn Lib] (RouterRebornLib-1.10.2-0.0.2.113.jar)
  294. UCHIJAAAA routerreborn{1.10.2-4.0.1.88_universal} [Router Reborn] (RouterReborn-1.10.2-4.0.1.88_universal.jar)
  295. UCHIJAAAA scannable{1.4.0.21} [Scannable] (Scannable-MC1.10.2-1.4.0.21.jar)
  296. UCHIJAAAA Signals{1.0} [Signals] (Signals-1.10.2-0.5.1-universal.jar)
  297. UCHIJAAAA simpleretrogen{4.0.1+8} [Simple Retrogen] (simpleretrogen-1.10-4.0.1+8.jar)
  298. UCHIJAAAA simplyjetpacks{2.1.3.55} [Simply Jetpacks 2] (SimplyJetpacks2-1.10.2-2.1.3.55.jar)
  299. UCHIJAAAA SleepingBag{1.4.0} [Sleeping Bag] (SleepingBag-1.10.2-1.4.0.jar)
  300. UCHIJAAAA soulshardstow{1.10.2-2.6.7-48} [Soul Shards - The Old Ways] (SoulShards-TOW-1.10.2-2.6.7-48.jar)
  301. UCHIJAAAA SpiceOfLife{1.3.8} [The Spice of Life] (SpiceOfLife-mc1.9.4-1.3.8.jar)
  302. UCHIJAAAA stevescarts{2.2.0.86} [Steve's Carts 2] (StevesCarts-1.10.2-2.2.0.86.jar)
  303. UCHIJAAAA substratum{1.8.2.1} [Substratum] (Substratum-1.10.2-1.8.2.1.jar)
  304. UCHIJAAAA rscircuits{1.0.4} [Super Circuit Maker] (SuperCircuitMaker-1.0.4.jar)
  305. UCHIJAAAA taiga{1.2.6} [Tinkers Alloying Addon] (taiga-1.10.2-1.2.6.jar)
  306. UCHIJAAAA teslafied{1.0.0} [Teslafied] (teslafied-1.10.2-1.1.0.jar)
  307. UCHIJAAAA thermaldynamics{2.0.7} [Thermal Dynamics] (ThermalDynamics-1.10.2-2.0.7.10-universal.jar)
  308. UCHIJAAAA thermalsmeltery{2.0.2} [Thermal Smeltery] (ThermalSmeltery-2.0.2.jar)
  309. UCHIJAAAA tinker_io{release 2.4.4} [Tinker I/O] (tinker_io-1.10.2-release 2.4.4.jar)
  310. UCHIJAAAA TinkersAddons{1.0.6} [Tinkers' Addons] (Tinkers' Addons-1.10.2-1.0.6.jar)
  311. UCHIJAAAA tinkertoolleveling{1.10.2-1.0.1.DEV.f5def58} [Tinkers Tool Leveling] (TinkerToolLeveling-1.10.2-1.0.1.jar)
  312. UCHIJAAAA tombmanygraves{1.10.2-2.1.16} [Tomb Many Graves] (TombManyGraves-1.10.2-2.1.16.jar)
  313. UCHIJAAAA toolbelt{1.6.1} [Tool Belt] (ToolBelt-1.10.2-1.6.1.jar)
  314. UCHIJAAAA topaddons{1.10.2-0.15.0} [TOP Addons] (topaddons-1.10.2-0.15.0.jar)
  315. UCHIJAAAA Translocator{2.1.4.55} [Translocator] (Translocators-1.10.2-2.1.4.55-universal.jar)
  316. UCHIJAAAA vitality{2.4} [Vitality] (vitality-2.4.jar)
  317. UCHIJAAAA wanionlib{1.10.2-1.3} [WanionLib] (WanionLib-1.10.2-1.3.jar)
  318. UCHIJAAAA waterstrainer{1.4.2} [Water Strainer] (WaterStrainer-1.9.4-1.4.2.jar)
  319. UCHIJAAAA wcg{1.0.0} [Wireless Crafting Grid] (WirelessCraftingGrid-1.10.2-1.0.0.jar)
  320. UCHIJAAAA wct{0.1.31} [Wireless Crafting Terminal 2] (WirelessCraftingTerminal-1.10.2-0.1.31.jar)
  321. UCHIJAAAA Woot{1.10.2-1.4.1} [Woot] (woot-1.10.2-1.4.1.jar)
  322. UCHIJAAAA xnet{1.3.2} [XNet] (xnet-1.3.2.jar)
  323. UCHIJAAAA xtones{1.10.2-1.0.1-3} [Xtones] (Xtones-1.10.2-1.0.1-3.jar)
  324. UCHIJAAAA unidict{1.10.2-2.9b} [UniDict] (UniDict-1.10.2-2.9b.jar)
  325. Loaded coremods (and transformers):
  326. BookshelfLoadingPlugin (Bookshelf-1.10.2-1.4.4.347.jar)
  327. net.darkhax.bookshelf.asm.BookshelfTransformerManager
  328. FMLPlugin (InventoryTweaks-1.62-dev-66.jar)
  329. invtweaks.forge.asm.ContainerTransformer
  330. Do not report to Forge! Remove FoamFixAPI (or replace with FoamFixAPI-Lawful) and try again. (foamfix-0.6.3-anarchy.jar)
  331. pl.asie.foamfix.coremod.FoamFixTransformer
  332. LoadingPlugin (RandomThings-MC1.10.2-3.7.7.1.jar)
  333. lumien.randomthings.asm.ClassTransformer
  334. Brandon's Core (BrandonsCore-1.10.2-2.1.8.107-universal.jar)
  335. com.brandon3055.brandonscore.asm.ClassTransformer
  336. MalisisCorePlugin (malisiscore-1.10.2-4.4.0.jar)
  337. net.malisis.core.util.chunkcollision.ChunkCollisionTransformer
  338. net.malisis.core.util.chunkblock.ChunkBlockTransformer
  339. net.malisis.core.renderer.transformer.MalisisRendererTransformer
  340. net.malisis.core.renderer.icon.asm.TextureMapTransformer
  341. net.malisis.core.util.clientnotif.ClientNotifTransformer
  342. LoadingPlugin (ResourceLoader-MC1.9.4-1.5.1.jar)
  343. lumien.resourceloader.asm.ClassTransformer
  344. AppleCore (AppleCore-mc1.10.2-2.2.0.jar)
  345. squeek.applecore.asm.TransformerModuleHandler
  346. ForgelinPlugin (Forgelin-1.5.0.jar)
  347.  
  348. EnderCorePlugin (EnderCore-1.10.2-0.4.1.66-beta.jar)
  349. com.enderio.core.common.transform.EnderCoreTransformer
  350. CoFH Loading Plugin (CoFHCore-1.10.2-4.1.6.10-universal.jar)
  351. cofh.asm.CoFHClassTransformer
  352. cofh.asm.repack.codechicken.lib.asm.ClassHierarchyManager
  353. AdvancedRocketryPlugin (AdvancedRocketry-1.10.2-1.2.2.jar)
  354. zmaster587.advancedRocketry.asm.ClassTransformer
  355. TransformerLoader (OpenComputers-MC1.10.2-1.6.2.7.jar)
  356. li.cil.oc.common.asm.ClassTransformer
  357. ShetiPhian-ASM (shetiphiancore-1.10.0-3.3.9.jar)
  358. shetiphian.core.asm.ClassTransformer
  359. IC2core (industrialcraft-2-2.6.234-ex110.jar)
  360.  
  361. Default Options (DefaultOptions_1.10.2-6.1.5.jar)
  362. net.blay09.mods.defaultoptions.coremod.DefaultOptionsClassTransformer
  363. CTMCorePlugin (CTM-MC1.10.2-0.1.1.16.jar)
  364. team.chisel.ctm.client.asm.CTMTransformer
  365. LoadingPlugin (Quark-r1.1-70.jar)
  366. vazkii.quark.base.asm.ClassTransformer
  367. AstralCore (astralsorcery-1.4.3.jar)
  368.  
  369. CCLCorePlugin (CodeChickenLib-1.10.2-2.5.9.267-universal.jar)
  370. codechicken.lib.asm.ClassHeirachyManager
  371. codechicken.lib.asm.CCL_ASMTransformer
  372. RebornCoreASM (RebornCore-1.10.2-2.13.6.142-universal.jar)
  373. reborncore.mixin.transformer.MixinTransformer
  374. AppEngCore (appliedenergistics2-rv4-alpha-11.jar)
  375. appeng.coremod.transformer.ASMIntegration
  376. Plugin (NotEnoughIDs-1.5.3.1.jar)
  377. ru.fewizz.neid.asm.Transformer
  378. ArsMagica2-Preloader (ArsMagica2-1.10.2-1.5.0-18.jar)
  379. am2.asm.Transformer
  380. AE2 Version: alpha rv4-alpha-11 for Forge 12.18.3.2185
  381. Pulsar/tconstruct loaded Pulses:
  382. - TinkerCommons (Enabled/Forced)
  383. - TinkerWorld (Enabled/Not Forced)
  384. - TinkerTools (Enabled/Not Forced)
  385. - TinkerHarvestTools (Enabled/Forced)
  386. - TinkerMeleeWeapons (Enabled/Forced)
  387. - TinkerRangedWeapons (Enabled/Forced)
  388. - TinkerModifiers (Enabled/Forced)
  389. - TinkerSmeltery (Enabled/Not Forced)
  390. - TinkerGadgets (Enabled/Not Forced)
  391. - TinkerOredict (Enabled/Forced)
  392. - TinkerIntegration (Enabled/Forced)
  393. - TinkerFluids (Enabled/Forced)
  394. - TinkerMaterials (Enabled/Forced)
  395. - TinkerModelRegister (Enabled/Forced)
  396. - chiselsandbitsIntegration (Enabled/Not Forced)
  397. - craftingtweaksIntegration (Enabled/Not Forced)
  398. - WailaIntegration (Enabled/Not Forced)
  399. - theoneprobeIntegration (Enabled/Not Forced)
  400.  
  401. minefactoryreloaded: -[1.10.2]2.9.0B1-221
  402. Pulsar/natura loaded Pulses:
  403. - NaturaCommons (Enabled/Forced)
  404. - NaturaOverworld (Enabled/Not Forced)
  405. - NaturaNether (Enabled/Not Forced)
  406. - NaturaDecorative (Enabled/Not Forced)
  407. - NaturaTools (Enabled/Not Forced)
  408. - NaturaEntities (Enabled/Not Forced)
  409. - NaturaOredict (Enabled/Forced)
  410. - NaturaWorld (Enabled/Not Forced)
  411. - WailaIntegration (Enabled/Not Forced)
  412. - craftingtweaksIntegration (Enabled/Not Forced)
  413.  
  414. List of loaded APIs:
  415. * AbyssalCraftAPI (1.9.0) from AbyssalCraft-1.10.2-1.9.4-pre-4.jar
  416. * AbyssalCraftAPI|Biome (1.9.0) from AbyssalCraft-1.10.2-1.9.4-pre-4.jar
  417. * AbyssalCraftAPI|Block (1.9.0) from AbyssalCraft-1.10.2-1.9.4-pre-4.jar
  418. * AbyssalCraftAPI|Condition (1.9.0) from AbyssalCraft-1.10.2-1.9.4-pre-4.jar
  419. * AbyssalCraftAPI|Disruption (1.9.0) from AbyssalCraft-1.10.2-1.9.4-pre-4.jar
  420. * AbyssalCraftAPI|Energy (1.9.0) from AbyssalCraft-1.10.2-1.9.4-pre-4.jar
  421. * AbyssalCraftAPI|Entity (1.9.0) from AbyssalCraft-1.10.2-1.9.4-pre-4.jar
  422. * AbyssalCraftAPI|Event (1.9.0) from AbyssalCraft-1.10.2-1.9.4-pre-4.jar
  423. * AbyssalCraftAPI|Integration (1.9.0) from AbyssalCraft-1.10.2-1.9.4-pre-4.jar
  424. * AbyssalCraftAPI|Internal (1.9.0) from AbyssalCraft-1.10.2-1.9.4-pre-4.jar
  425. * AbyssalCraftAPI|Item (1.9.0) from AbyssalCraft-1.10.2-1.9.4-pre-4.jar
  426. * AbyssalCraftAPI|Necronomicon (1.9.0) from AbyssalCraft-1.10.2-1.9.4-pre-4.jar
  427. * AbyssalCraftAPI|Recipe (1.9.0) from AbyssalCraft-1.10.2-1.9.4-pre-4.jar
  428. * AbyssalCraftAPI|Ritual (1.9.0) from AbyssalCraft-1.10.2-1.9.4-pre-4.jar
  429. * AbyssalCraftAPI|Spell (1.9.0) from AbyssalCraft-1.10.2-1.9.4-pre-4.jar
  430. * actuallyadditionsapi (29) from ActuallyAdditions-1.10.2-r105.jar
  431. * AppleCoreAPI (2.3.0) from AppleCore-mc1.10.2-2.2.0.jar
  432. * appliedenergistics2|API (rv4) from appliedenergistics2-rv4-alpha-11.jar
  433. * ArmorPlusApi (1.0) from armorplus-1.10.2-8.7.1.2.jar
  434. * asielibAPI (1.1) from Computronics-1.10.2-1.6.4.jar
  435. * asielibAPI|tile (1.0) from Computronics-1.10.2-1.6.4.jar
  436. * asielibAPI|tool (1.1) from Computronics-1.10.2-1.6.4.jar
  437. * Baubles|API (1.3.1.3) from WirelessCraftingTerminal-1.10.2-0.1.31.jar
  438. * BetterAchievements|API (0.3.3.10) from BetterAchievements-1.10.2-0.3.3.10.jar
  439. * bigreactors|API (4.0.1) from ExtremeReactors-1.10.2-0.4.5.30.jar
  440. * BloodMagic|API (@VERSION@) from BloodMagic-1.10.2-2.1.11-80.jar
  441. * BotaniaAPI (85) from Botania r1.9-341.jar
  442. * CharsetAPI (0.1) from Charset-mc1.10.2-0.3.5-eee4900317e7f20e.jar
  443. * CharsetAPI|Audio (0.0) from Charset-mc1.10.2-0.3.5-eee4900317e7f20e.jar
  444. * CharsetAPI|Lib (0.2) from Charset-mc1.10.2-0.3.5-eee4900317e7f20e.jar
  445. * CharsetAPI|Pipes (0.3) from Charset-mc1.10.2-0.3.5-eee4900317e7f20e.jar
  446. * CharsetAPI|Storage (0.1) from Charset-mc1.10.2-0.3.5-eee4900317e7f20e.jar
  447. * CharsetAPI|Tape (0.0) from Charset-mc1.10.2-0.3.5-eee4900317e7f20e.jar
  448. * CharsetAPI|Wires (0.3) from Charset-mc1.10.2-0.3.5-eee4900317e7f20e.jar
  449. * Chisel-API (0.0.1) from Chisel-MC1.10.2-0.0.11.25.jar
  450. * ChiselAPI|Carving (0.0.1) from Chisel-MC1.10.2-0.0.11.25.jar
  451. * ChiselsAndBitsAPI (12.10.0) from chiselsandbits-12.14.jar
  452. * CoFHAPI (1.8.9R1.2.0B1) from teslafied-1.10.2-1.1.0.jar
  453. * cofhapi (1.5.0) from ImmersiveEngineering-0.10-61.jar
  454. * cofhapi|block (1.6.0) from zerocore-1.10.2-0.1.0.6.jar
  455. * CoFHAPI|core (1.8.9R1.2.0B1) from valkyrielib-1.10.2-0.10.6.jar
  456. * cofhapi|core (1.6.0) from zerocore-1.10.2-0.1.0.6.jar
  457. * CoFHAPI|energy (1.8.9R1.2.0B1) from EngineersWorkshop-1.3.5-1.10.2.jar
  458. * cofhapi|energy (1.5.0) from Scannable-MC1.10.2-1.4.0.21.jar
  459. * CoFHAPI|inventory (1.8.9R1.2.0B1) from valkyrielib-1.10.2-0.10.6.jar
  460. * CoFHAPI|item (1.8.9R1.2.0B1) from Mekanism-1.10.2-9.2.2.301.jar
  461. * cofhapi|item (1.7.0) from CoFHCore-1.10.2-4.1.6.10-universal.jar
  462. * CoFHAPI|tileentity (1.8.9R1.2.0B1) from ProgressiveAutomation-1.10.2-1.7.4.jar
  463. * cofhapi|tileentity (1.7.0) from CoFHCore-1.10.2-4.1.6.10-universal.jar
  464. * cofhapi|util (1.7.0) from CoFHCore-1.10.2-4.1.6.10-universal.jar
  465. * cofhlib (1.7.3) from CoFHCore-1.10.2-4.1.6.10-universal.jar
  466. * cofhlib|audio (1.7.3) from CoFHCore-1.10.2-4.1.6.10-universal.jar
  467. * cofhlib|gui (1.7.3) from CoFHCore-1.10.2-4.1.6.10-universal.jar
  468. * cofhlib|gui|container (1.7.3) from CoFHCore-1.10.2-4.1.6.10-universal.jar
  469. * cofhlib|gui|element (1.7.3) from CoFHCore-1.10.2-4.1.6.10-universal.jar
  470. * cofhlib|gui|element|listbox (1.7.3) from CoFHCore-1.10.2-4.1.6.10-universal.jar
  471. * cofhlib|gui|slot (1.7.3) from CoFHCore-1.10.2-4.1.6.10-universal.jar
  472. * cofhlib|inventory (1.7.3) from CoFHCore-1.10.2-4.1.6.10-universal.jar
  473. * cofhlib|util (1.7.3) from CoFHCore-1.10.2-4.1.6.10-universal.jar
  474. * cofhlib|util|helpers (1.7.3) from CoFHCore-1.10.2-4.1.6.10-universal.jar
  475. * cofhlib|world (1.7.3) from CoFHCore-1.10.2-4.1.6.10-universal.jar
  476. * cofhlib|world|feature (1.7.3) from CoFHCore-1.10.2-4.1.6.10-universal.jar
  477. * compatlayer (0.2.9) from compatlayer-1.10-0.2.9.jar
  478. * ComputerCraft|API (1.80pr0) from zerocore-1.10.2-0.1.0.6.jar
  479. * ComputerCraft|API|FileSystem (1.80pr0) from zerocore-1.10.2-0.1.0.6.jar
  480. * ComputerCraft|API|Lua (1.80pr0) from zerocore-1.10.2-0.1.0.6.jar
  481. * ComputerCraft|API|Media (1.80pr0) from zerocore-1.10.2-0.1.0.6.jar
  482. * ComputerCraft|API|Peripheral (1.80pr0) from zerocore-1.10.2-0.1.0.6.jar
  483. * ComputerCraft|API|Permissions (1.80pr0) from zerocore-1.10.2-0.1.0.6.jar
  484. * ComputerCraft|API|Redstone (1.80pr0) from zerocore-1.10.2-0.1.0.6.jar
  485. * ComputerCraft|API|Turtle (1.80pr0) from zerocore-1.10.2-0.1.0.6.jar
  486. * computronicsAPI (1.3) from Computronics-1.10.2-1.6.4.jar
  487. * computronicsAPI|audio (1.0) from Computronics-1.10.2-1.6.4.jar
  488. * computronicsAPI|chat (1.3) from Computronics-1.10.2-1.6.4.jar
  489. * computronicsAPI|multiperipheral (1.1) from Computronics-1.10.2-1.6.4.jar
  490. * computronicsAPI|tape (1.0) from Computronics-1.10.2-1.6.4.jar
  491. * CraftingTweaks|API (4.1) from CraftingTweaks_1.10.2-6.1.16.jar
  492. * ctm-api (0.1.0) from CTM-MC1.10.2-0.1.1.16.jar
  493. * ctm-api-models (0.1.0) from CTM-MC1.10.2-0.1.1.16.jar
  494. * ctm-api-textures (0.1.0) from CTM-MC1.10.2-0.1.1.16.jar
  495. * ctm-api-utils (0.1.0) from CTM-MC1.10.2-0.1.1.16.jar
  496. * DR-API (1.0.4-Beta) from deepresonance-1.1x-1.4.8.jar
  497. * DraconicEvolution|API (1.3) from Draconic-Evolution-1.10.2-2.1.1.236-universal.jar
  498. * ElecCoreAPI (1.0) from ElecCore-1.10.2-1.7.425.jar
  499. * ElecCore|Abilities (#API_VER#) from ElecCore-1.10.2-1.7.425.jar
  500. * EnderIOAPI (0.0.2) from EnderIO-1.10.2-3.1.193.jar
  501. * EnderIOAPI|Redstone (0.0.2) from EnderIO-1.10.2-3.1.193.jar
  502. * EnderIOAPI|Teleport (0.0.2) from EnderIO-1.10.2-3.1.193.jar
  503. * EnderIOAPI|Tools (0.0.2) from EnderIO-1.10.2-3.1.193.jar
  504. * environmentaltech-api (1.10.2-0.10.6b) from environmentaltech-1.10.2-0.10.6b.jar
  505. * ForestryAPI|apiculture (5.0.0) from forestry_1.10.2-5.2.17.377.jar
  506. * ForestryAPI|arboriculture (4.2.1) from forestry_1.10.2-5.2.17.377.jar
  507. * ForestryAPI|circuits (3.1.0) from forestry_1.10.2-5.2.17.377.jar
  508. * ForestryAPI|climate (2.1.0) from forestry_1.10.2-5.2.17.377.jar
  509. * ForestryAPI|core (5.1.0) from forestry_1.10.2-5.2.17.377.jar
  510. * ForestryAPI|farming (2.1.0) from forestry_1.10.2-5.2.17.377.jar
  511. * ForestryAPI|food (1.1.0) from forestry_1.10.2-5.2.17.377.jar
  512. * ForestryAPI|fuels (3.0.0) from forestry_1.10.2-5.2.17.377.jar
  513. * ForestryAPI|genetics (4.7.1) from forestry_1.10.2-5.2.17.377.jar
  514. * ForestryAPI|greenhouse (5.2.0) from forestry_1.10.2-5.2.17.377.jar
  515. * ForestryAPI|hives (4.1.0) from forestry_1.10.2-5.2.17.377.jar
  516. * ForestryAPI|lepidopterology (1.3.0) from forestry_1.10.2-5.2.17.377.jar
  517. * ForestryAPI|mail (3.1.0) from forestry_1.10.2-5.2.17.377.jar
  518. * ForestryAPI|multiblock (3.0.0) from forestry_1.10.2-5.2.17.377.jar
  519. * ForestryAPI|recipes (5.4.0) from forestry_1.10.2-5.2.17.377.jar
  520. * ForestryAPI|storage (5.0.0) from forestry_1.10.2-5.2.17.377.jar
  521. * ForestryAPI|world (2.1.0) from forestry_1.10.2-5.2.17.377.jar
  522. * funkylocomotion_api (2.0) from funky-locomotion-1.10.2-alpha-0.0.3.jar
  523. * gendustryAPI (2.3.0) from gendustry-1.6.5.30-mc1.10.2.jar
  524. * Guide-API|API (1.10.2-2.0.3-46) from Guide-API-1.10.2-2.0.3-46.jar
  525. * ImmersiveEngineering|API (1.0) from ImmersiveEngineering-0.10-61.jar
  526. * ImmersiveEngineering|ImmersiveFluxAPI (1.0) from ImmersiveEngineering-0.10-61.jar
  527. * IronBackpacks|API (0.5) from IronBackpacks-1.10.2-2.2.27.jar
  528. * jeresources|API (0.5.9.3) from JustEnoughResources-1.10.2-0.5.9.3.jar
  529. * journeymap|client-api (1.3) from journeymap-1.10.2-5.4.7.jar
  530. * journeymap|client-api-display (1.3) from journeymap-1.10.2-5.4.7.jar
  531. * journeymap|client-api-event (1.3) from journeymap-1.10.2-5.4.7.jar
  532. * journeymap|client-api-model (1.3) from journeymap-1.10.2-5.4.7.jar
  533. * journeymap|client-api-util (1.3) from journeymap-1.10.2-5.4.7.jar
  534. * JustEnoughItemsAPI (4.10.1) from jei_1.10.2-3.14.7.420.jar
  535. * mcjtylib_ng (2.3.11) from mcjtylib-1.1x-2.3.11.jar
  536. * MekanismAPI|core (9.0.0) from Mekanism-1.10.2-9.2.2.301.jar
  537. * MekanismAPI|energy (9.0.0) from Mekanism-1.10.2-9.2.2.301.jar
  538. * MekanismAPI|gas (9.0.0) from Mekanism-1.10.2-9.2.2.301.jar
  539. * MekanismAPI|infuse (9.0.0) from Mekanism-1.10.2-9.2.2.301.jar
  540. * MekanismAPI|laser (9.0.0) from Mekanism-1.10.2-9.2.2.301.jar
  541. * MekanismAPI|reactor (9.0.0) from Mekanism-1.10.2-9.2.2.301.jar
  542. * MekanismAPI|recipe (9.0.0) from Mekanism-1.10.2-9.2.2.301.jar
  543. * MekanismAPI|transmitter (9.0.0) from Mekanism-1.10.2-9.2.2.301.jar
  544. * MekanismAPI|util (9.0.0) from Mekanism-1.10.2-9.2.2.301.jar
  545. * OpenComputersAPI|Component (6.0.0-alpha) from OpenComputers-MC1.10.2-1.6.2.7.jar
  546. * OpenComputersAPI|Core (6.0.0-alpha) from OpenComputers-MC1.10.2-1.6.2.7.jar
  547. * OpenComputersAPI|Driver (6.0.0-alpha) from OpenComputers-MC1.10.2-1.6.2.7.jar
  548. * OpenComputersAPI|Driver|Item (6.0.0-alpha) from OpenComputers-MC1.10.2-1.6.2.7.jar
  549. * OpenComputersAPI|Event (6.0.0-alpha) from OpenComputers-MC1.10.2-1.6.2.7.jar
  550. * OpenComputersAPI|FileSystem (6.0.0-alpha) from OpenComputers-MC1.10.2-1.6.2.7.jar
  551. * OpenComputersAPI|Internal (6.0.0-alpha) from OpenComputers-MC1.10.2-1.6.2.7.jar
  552. * OpenComputersAPI|Machine (6.0.0-alpha) from OpenComputers-MC1.10.2-1.6.2.7.jar
  553. * OpenComputersAPI|Manual (6.0.0-alpha) from OpenComputers-MC1.10.2-1.6.2.7.jar
  554. * OpenComputersAPI|Network (6.0.0-alpha) from OpenComputers-MC1.10.2-1.6.2.7.jar
  555. * OpenComputersAPI|Prefab (6.0.0-alpha) from OpenComputers-MC1.10.2-1.6.2.7.jar
  556. * practicallogistics2api (1.1) from PracticalLogistics2-1.10.2-2.0.2.jar
  557. * pressureAPI (1.3.1.25) from pressure-1.3.1.25-mc1.10.2.jar
  558. * ProjectEAPI (1.9.4-1.0.0) from p455w0rdslib-1.10.2-1.0.13.jar
  559. * PsiAPI (2) from Psi-r1.0-42.jar
  560. * PSIonicUpgradesAPI (1) from PSIonicUpgrades-r1.15.jar
  561. * railcraft:API|core (3.1.0) from Railcraft_1.10.2-10.1.2.jar
  562. * RailcraftAPI|bore (2.0.0) from Railcraft_1.10.2-10.1.2.jar
  563. * RailcraftAPI|carts (2.1.0) from Railcraft_1.10.2-10.1.2.jar
  564. * RailcraftAPI|charge (3.0.0) from Railcraft_1.10.2-10.1.2.jar
  565. * RailcraftAPI|crafting (2.0.0) from Railcraft_1.10.2-10.1.2.jar
  566. * RailcraftAPI|events (2.0.0) from Railcraft_1.10.2-10.1.2.jar
  567. * RailcraftAPI|fuel (2.0.0) from Railcraft_1.10.2-10.1.2.jar
  568. * RailcraftAPI|helpers (2.0.0) from Railcraft_1.10.2-10.1.2.jar
  569. * RailcraftAPI|items (2.1.0) from Railcraft_1.10.2-10.1.2.jar
  570. * RailcraftAPI|locomotive (2.0.0) from Railcraft_1.10.2-10.1.2.jar
  571. * RailcraftAPI|signals (4.0.0) from Railcraft_1.10.2-10.1.2.jar
  572. * RailcraftAPI|tracks (4.0.0) from Railcraft_1.10.2-10.1.2.jar
  573. * reborncoreAPI (2.13.6.142) from RebornCore-1.10.2-2.13.6.142-universal.jar
  574. * reborncoreAPI|Fuel (2.13.6.142) from RebornCore-1.10.2-2.13.6.142-universal.jar
  575. * reborncoreAPI|Power (2.13.6.142) from RebornCore-1.10.2-2.13.6.142-universal.jar
  576. * reborncoreAPI|Recipe (2.13.6.142) from RebornCore-1.10.2-2.13.6.142-universal.jar
  577. * reborncoreAPI|Tile (2.13.6.142) from RebornCore-1.10.2-2.13.6.142-universal.jar
  578. * sonarapi (1.0.1) from SonarCore-1.10.2-3.2.8.jar
  579. * SoulShardsTOW|API (0.1.5) from SoulShards-TOW-1.10.2-2.6.7-48.jar
  580. * stevescartsAPI (2.2.0.86) from StevesCarts-1.10.2-2.2.0.86.jar
  581. * stevescartsAPI|FARMS (2.2.0.86) from StevesCarts-1.10.2-2.2.0.86.jar
  582. * StorageDrawersAPI (1.7.10-1.2.0) from refinedstorage-1.2.26.jar
  583. * StorageDrawersAPI|config (1.7.10-1.2.0) from refinedstorage-1.2.26.jar
  584. * StorageDrawersAPI|event (1.7.10-1.2.0) from refinedstorage-1.2.26.jar
  585. * StorageDrawersAPI|inventory (1.10.2-1.3.0) from StorageDrawers-1.10.2-3.7.9.jar
  586. * StorageDrawersAPI|pack (1.7.10-1.2.0) from refinedstorage-1.2.26.jar
  587. * StorageDrawersAPI|registry (1.10.2-1.3.0) from StorageDrawers-1.10.2-3.7.9.jar
  588. * StorageDrawersAPI|render (1.10.2-1.3.0) from StorageDrawers-1.10.2-3.7.9.jar
  589. * StorageDrawersAPI|storage (1.7.10-1.2.0) from refinedstorage-1.2.26.jar
  590. * StorageDrawersAPI|storage-attribute (1.7.10-1.2.0) from refinedstorage-1.2.26.jar
  591. * techrebornAPI (2.1.13.219) from TechReborn-1.10.2-2.1.13.219-universal.jar
  592. * theoneprobe_api (1.4.4) from theoneprobe-1.1x-1.4.7.jar
  593. * valkyrielib.api (1.10.2-0.10.6) from valkyrielib-1.10.2-0.10.6.jar
  594. * WailaAPI (1.3) from Hwyla-1.8.17-B31_1.10.2.jar
  595. * wct|API (1.10.2-rv4-1.0.0b) from WirelessCraftingTerminal-1.10.2-0.1.31.jar
  596. * zerocore|API|multiblock (1.10.2-0.0.2) from zerocore-1.10.2-0.1.0.6.jar
  597. * zerocore|API|multiblock|rectangular (1.10.2-0.0.2) from zerocore-1.10.2-0.1.0.6.jar
  598. * zerocore|API|multiblock|tier (1.10.2-0.0.2) from zerocore-1.10.2-0.1.0.6.jar
  599. * zerocore|API|multiblock|validation (1.10.2-0.0.2) from zerocore-1.10.2-0.1.0.6.jar
  600. 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.):
  601. * 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 EngineersWorkshop-1.3.5-1.10.2.jar).
  602. It is a supported version, but that difference may lead to problems.
  603. 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.
  604. Detailed RF API diagnostics:
  605. * RF API class 'EnergyStorage' is loaded from: jar:file:/C:/Users/Jasper/Desktop/Server%20Files%20v3.00/Server%20Files%20v3.00/mods/BrandonsCore-1.10.2-2.1.8.107-universal.jar!/cofh/api/energy/EnergyStorage.class
  606. * RF API class 'IEnergyConnection' is loaded from: jar:file:/C:/Users/Jasper/Desktop/Server%20Files%20v3.00/Server%20Files%20v3.00/mods/BrandonsCore-1.10.2-2.1.8.107-universal.jar!/cofh/api/energy/IEnergyConnection.class
  607. * RF API class 'IEnergyContainerItem' is loaded from: jar:file:/C:/Users/Jasper/Desktop/Server%20Files%20v3.00/Server%20Files%20v3.00/mods/BrandonsCore-1.10.2-2.1.8.107-universal.jar!/cofh/api/energy/IEnergyContainerItem.class
  608. * RF API class 'IEnergyHandler' is loaded from: jar:file:/C:/Users/Jasper/Desktop/Server%20Files%20v3.00/Server%20Files%20v3.00/mods/BrandonsCore-1.10.2-2.1.8.107-universal.jar!/cofh/api/energy/IEnergyHandler.class
  609. * RF API class 'IEnergyProvider' is loaded from: jar:file:/C:/Users/Jasper/Desktop/Server%20Files%20v3.00/Server%20Files%20v3.00/mods/BrandonsCore-1.10.2-2.1.8.107-universal.jar!/cofh/api/energy/IEnergyProvider.class
  610. * RF API class 'IEnergyReceiver' is loaded from: jar:file:/C:/Users/Jasper/Desktop/Server%20Files%20v3.00/Server%20Files%20v3.00/mods/BrandonsCore-1.10.2-2.1.8.107-universal.jar!/cofh/api/energy/IEnergyReceiver.class
  611. * RF API class 'IEnergyStorage' is loaded from: jar:file:/C:/Users/Jasper/Desktop/Server%20Files%20v3.00/Server%20Files%20v3.00/mods/BrandonsCore-1.10.2-2.1.8.107-universal.jar!/cofh/api/energy/IEnergyStorage.class
  612. * RF API class 'ItemEnergyContainer' is loaded from: jar:file:/C:/Users/Jasper/Desktop/Server%20Files%20v3.00/Server%20Files%20v3.00/mods/BrandonsCore-1.10.2-2.1.8.107-universal.jar!/cofh/api/energy/ItemEnergyContainer.class
  613. * RF API class 'TileEnergyHandler' is loaded from: jar:file:/C:/Users/Jasper/Desktop/Server%20Files%20v3.00/Server%20Files%20v3.00/mods/BrandonsCore-1.10.2-2.1.8.107-universal.jar!/cofh/api/energy/TileEnergyHandler.class
  614. Detailed Tesla API diagnostics:
  615. * Tesla API class 'Tesla' is loaded from: jar:file:/C:/Users/Jasper/Desktop/Server%20Files%20v3.00/Server%20Files%20v3.00/mods/Tesla-1.10.2-1.2.1.50.jar!/net/darkhax/tesla/Tesla.class
  616. * Tesla API class 'TeslaCapabilities' is loaded from: jar:file:/C:/Users/Jasper/Desktop/Server%20Files%20v3.00/Server%20Files%20v3.00/mods/Tesla-1.10.2-1.2.1.50.jar!/net/darkhax/tesla/capability/TeslaCapabilities.class
  617. * Tesla API class 'ITeslaConsumer' is loaded from: jar:file:/C:/Users/Jasper/Desktop/Server%20Files%20v3.00/Server%20Files%20v3.00/mods/Tesla-1.10.2-1.2.1.50.jar!/net/darkhax/tesla/api/ITeslaConsumer.class
  618. * Tesla API class 'ITeslaHolder' is loaded from: jar:file:/C:/Users/Jasper/Desktop/Server%20Files%20v3.00/Server%20Files%20v3.00/mods/Tesla-1.10.2-1.2.1.50.jar!/net/darkhax/tesla/api/ITeslaHolder.class
  619. * Tesla API class 'ITeslaProducer' is loaded from: jar:file:/C:/Users/Jasper/Desktop/Server%20Files%20v3.00/Server%20Files%20v3.00/mods/Tesla-1.10.2-1.2.1.50.jar!/net/darkhax/tesla/api/ITeslaProducer.class
  620. * Tesla API class 'BaseTeslaContainer' is loaded from: jar:file:/C:/Users/Jasper/Desktop/Server%20Files%20v3.00/Server%20Files%20v3.00/mods/Tesla-1.10.2-1.2.1.50.jar!/net/darkhax/tesla/api/implementation/BaseTeslaContainer.class
  621. * Tesla API class 'BaseTeslaContainerProvider' is loaded from: jar:file:/C:/Users/Jasper/Desktop/Server%20Files%20v3.00/Server%20Files%20v3.00/mods/Tesla-1.10.2-1.2.1.50.jar!/net/darkhax/tesla/api/implementation/BaseTeslaContainerProvider.class
  622. * Tesla API class 'InfiniteTeslaConsumer' is loaded from: jar:file:/C:/Users/Jasper/Desktop/Server%20Files%20v3.00/Server%20Files%20v3.00/mods/Tesla-1.10.2-1.2.1.50.jar!/net/darkhax/tesla/api/implementation/InfiniteTeslaConsumer.class
  623. * Tesla API class 'InfiniteTeslaConsumerProvider' is loaded from: jar:file:/C:/Users/Jasper/Desktop/Server%20Files%20v3.00/Server%20Files%20v3.00/mods/Tesla-1.10.2-1.2.1.50.jar!/net/darkhax/tesla/api/implementation/InfiniteTeslaConsumerProvider.class
  624. * Tesla API class 'InfiniteTeslaProducer' is loaded from: jar:file:/C:/Users/Jasper/Desktop/Server%20Files%20v3.00/Server%20Files%20v3.00/mods/Tesla-1.10.2-1.2.1.50.jar!/net/darkhax/tesla/api/implementation/InfiniteTeslaProducer.class
  625. * Tesla API class 'InfiniteTeslaProducerProvider' is loaded from: jar:file:/C:/Users/Jasper/Desktop/Server%20Files%20v3.00/Server%20Files%20v3.00/mods/Tesla-1.10.2-1.2.1.50.jar!/net/darkhax/tesla/api/implementation/InfiniteTeslaProducerProvider.class
  626.  
  627. !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
  628. !!!You are looking at the diagnostics information, not at the crash. Scroll up!!!
  629. !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
  630.  
  631. CodeChickenLib Invalid Fingerprint Reports:
  632. CodeChickenCore Invalid Fingerprint Reports:
  633. ChickenChunks Invalid Fingerprint Reports:
  634. EnderStorage Invalid Fingerprint Reports:
  635. RebornCore:
  636. Plugin Engine: 0
  637. RebornCore Version: 2.13.6.142
  638. Mixin Status: 1
  639. Runtime Debofucsation 1
  640. Translocator Invalid Fingerprint Reports:
  641. AE2 Integration: IC2:OFF, RC:OFF, RF:OFF, RFItem:OFF, MFR:OFF, Waila:ON, Mekanism:OFF, OpenComputers:OFF, THE_ONE_PROBE:ON
  642. Profiler Position: N/A (disabled)
  643. Player Count: 1 / 20; [EntityPlayerMP['The_Simulation'/1558, l='world', x=-29.50, y=70.00, z=389.50]]
  644. Is Modded: Definitely; Server brand changed to 'fml,forge'
  645. Type: Dedicated Server (map_server.txt)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement