Advertisement
GodNero

Untitled

Jun 14th, 2016
92
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 23.48 KB | None | 0 0
  1. ---- Minecraft Crash Report ----
  2.  
  3. WARNING: coremods are present:
  4. Pong ASM (Pong-1.9.4-1.0.0.1-universal.jar)
  5. ItemPatchingLoader (ItemPhysic Lite 1.3 mc1.9.4.jar)
  6. LoadingPlugin (ResourceLoader-MC1.9.4-1.5.jar)
  7. FldLoadingPlugin (FastLeafDecay-MC1.9.4-1.7.jar)
  8. LoadingPlugin (LoadingProfiler-MC1.9.4-1.3.jar)
  9. LoadingPlugin (ChunkAnimator-MC1.9.4-1.2.jar)
  10. LoadingPlugin (RandomThings-MC1.9.4-3.7.3.jar)
  11. FMLPlugin (InventoryTweaks-1.61-dev-53.jar)
  12. CXLibraryCore (cxlibrary-1.1.0-1.9.4.jar)
  13. BetterMinecraftChat (BetterMinecraftChat-mc1.9.4-2.0.5.jar)
  14. CoreXU2 (extrautils2-1.9.4-alpha-1.0.0a.jar)
  15. BetterFontsCore (TTFR-1.4.0-1.9.4.jar)
  16. MDECore-Core (mdecore-1.9.4-1.0.jar)
  17. CorePlugin (FluxedRedstone-2.2.1.44.jar)
  18. EnderCorePlugin (EnderCore-1.9.4-0.4.0.24-alpha.jar)
  19. Contact their authors BEFORE contacting forge
  20.  
  21. // But it works on my machine.
  22.  
  23. Time: 6/14/16 2:02 PM
  24. Description: Ticking memory connection
  25.  
  26. com.google.gson.JsonSyntaxException: com.google.gson.stream.MalformedJsonException: Unterminated array at line 153 column 6
  27. at com.google.gson.Gson.fromJson(Gson.java:818)
  28. at com.google.gson.Gson.fromJson(Gson.java:768)
  29. at com.google.gson.Gson.fromJson(Gson.java:717)
  30. at com.google.gson.Gson.fromJson(Gson.java:689)
  31. at joshie.enchiridion.library.ModSupport.loadDataFromJson(ModSupport.java:25)
  32. at joshie.enchiridion.library.ModSupport.getHashcode(ModSupport.java:93)
  33. at joshie.enchiridion.library.LibraryEvents.onPlayerLogin(LibraryEvents.java:47)
  34. at net.minecraftforge.fml.common.eventhandler.ASMEventHandler_268_LibraryEvents_onPlayerLogin_PlayerLoggedInEvent.invoke(.dynamic)
  35. at net.minecraftforge.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:49)
  36. at net.minecraftforge.fml.common.eventhandler.EventBus.post(EventBus.java:140)
  37. at net.minecraftforge.fml.common.FMLCommonHandler.firePlayerLoggedIn(FMLCommonHandler.java:558)
  38. at net.minecraft.server.management.PlayerList.initializeConnectionToPlayer(PlayerList.java:228)
  39. at net.minecraftforge.fml.common.network.handshake.NetworkDispatcher.completeServerSideConnection(NetworkDispatcher.java:240)
  40. at net.minecraftforge.fml.common.network.handshake.NetworkDispatcher.access$100(NetworkDispatcher.java:53)
  41. at net.minecraftforge.fml.common.network.handshake.NetworkDispatcher$1.func_73660_a(NetworkDispatcher.java:189)
  42. at net.minecraft.network.NetworkManager.func_74428_b(NetworkManager.java:287)
  43. at net.minecraft.network.NetworkSystem.func_151269_c(NetworkSystem.java:180)
  44. at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:730)
  45. at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:611)
  46. at net.minecraft.server.integrated.IntegratedServer.func_71217_p(IntegratedServer.java:148)
  47. at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:469)
  48. at java.lang.Thread.run(Unknown Source)
  49. Caused by: com.google.gson.stream.MalformedJsonException: Unterminated array at line 153 column 6
  50. at com.google.gson.stream.JsonReader.syntaxError(JsonReader.java:1505)
  51. at com.google.gson.stream.JsonReader.doPeek(JsonReader.java:465)
  52. at com.google.gson.stream.JsonReader.hasNext(JsonReader.java:403)
  53. at com.google.gson.internal.bind.CollectionTypeAdapterFactory$Adapter.read(CollectionTypeAdapterFactory.java:80)
  54. at com.google.gson.internal.bind.CollectionTypeAdapterFactory$Adapter.read(CollectionTypeAdapterFactory.java:60)
  55. at com.google.gson.internal.bind.ReflectiveTypeAdapterFactory$1.read(ReflectiveTypeAdapterFactory.java:93)
  56. at com.google.gson.internal.bind.ReflectiveTypeAdapterFactory$Adapter.read(ReflectiveTypeAdapterFactory.java:172)
  57. at com.google.gson.Gson.fromJson(Gson.java:803)
  58. ... 21 more
  59.  
  60.  
  61. A detailed walkthrough of the error, its code path and all known details is as follows:
  62. ---------------------------------------------------------------------------------------
  63.  
  64. -- Head --
  65. Thread: Server thread
  66. Stacktrace:
  67. at com.google.gson.Gson.fromJson(Gson.java:818)
  68. at com.google.gson.Gson.fromJson(Gson.java:768)
  69. at com.google.gson.Gson.fromJson(Gson.java:717)
  70. at com.google.gson.Gson.fromJson(Gson.java:689)
  71. at joshie.enchiridion.library.ModSupport.loadDataFromJson(ModSupport.java:25)
  72. at joshie.enchiridion.library.ModSupport.getHashcode(ModSupport.java:93)
  73. at joshie.enchiridion.library.LibraryEvents.onPlayerLogin(LibraryEvents.java:47)
  74. at net.minecraftforge.fml.common.eventhandler.ASMEventHandler_268_LibraryEvents_onPlayerLogin_PlayerLoggedInEvent.invoke(.dynamic)
  75. at net.minecraftforge.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:49)
  76. at net.minecraftforge.fml.common.eventhandler.EventBus.post(EventBus.java:140)
  77. at net.minecraftforge.fml.common.FMLCommonHandler.firePlayerLoggedIn(FMLCommonHandler.java:558)
  78. at net.minecraft.server.management.PlayerList.initializeConnectionToPlayer(PlayerList.java:228)
  79. at net.minecraftforge.fml.common.network.handshake.NetworkDispatcher.completeServerSideConnection(NetworkDispatcher.java:240)
  80. at net.minecraftforge.fml.common.network.handshake.NetworkDispatcher.access$100(NetworkDispatcher.java:53)
  81. at net.minecraftforge.fml.common.network.handshake.NetworkDispatcher$1.func_73660_a(NetworkDispatcher.java:189)
  82. at net.minecraft.network.NetworkManager.func_74428_b(NetworkManager.java:287)
  83.  
  84. -- Ticking connection --
  85. Details:
  86. Connection: net.minecraft.network.NetworkManager@274e06d6
  87. Stacktrace:
  88. at net.minecraft.network.NetworkSystem.func_151269_c(NetworkSystem.java:180)
  89. at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:730)
  90. at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:611)
  91. at net.minecraft.server.integrated.IntegratedServer.func_71217_p(IntegratedServer.java:148)
  92. at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:469)
  93. at java.lang.Thread.run(Unknown Source)
  94.  
  95. -- System Details --
  96. Details:
  97. Minecraft Version: 1.9.4
  98. Operating System: Windows 10 (amd64) version 10.0
  99. Java Version: 1.8.0_91, Oracle Corporation
  100. Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
  101. Memory: 1435609912 bytes (1369 MB) / 3097493504 bytes (2954 MB) up to 3817865216 bytes (3641 MB)
  102. JVM Flags: 3 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xms512m -Xmx4096m
  103. IntCache: cache: 0, tcache: 0, allocated: 29, tallocated: 77
  104. FML: MCP 9.28 Powered by Forge 12.17.0.1963 121 mods loaded, 120 mods active
  105. States: 'U' = Unloaded 'L' = Loaded 'C' = Constructed 'H' = Pre-initialized 'I' = Initialized 'J' = Post-initialized 'A' = Available 'D' = Disabled 'E' = Errored
  106. UCHIJAAAA mcp{9.19} [Minecraft Coder Pack] (minecraft.jar)
  107. UCHIJAAAA FML{8.0.99.99} [Forge Mod Loader] (forge-1.9.4-12.17.0.1963-universal.jar)
  108. UCHIJAAAA Forge{12.17.0.1963} [Minecraft Forge] (forge-1.9.4-12.17.0.1963-universal.jar)
  109. UCHIJAAAA itemphysic{1.3.0} [ItemPhysic] (minecraft.jar)
  110. UCHIJAAAA BetterFonts{1.4.0} [BetterFonts] (minecraft.jar)
  111. UCHIJAAAA bettercombatmod{1.2} [Better Combat] ([MC_1.9.4]BetterCombat-1.2.jar)
  112. UCHIJAAAA actuallyadditions{1.9.4-r44} [Actually Additions] (ActuallyAdditions-1.9.4-r44.jar)
  113. UCHIJAAAA mdecore{1.9.4-1.0} [MattDahEpic Core] (mdecore-1.9.4-1.0.jar)
  114. UCHIJAAAA autooredictconv{1.9.4-1.0} [Auto Ore Dictionary Converter] (autooredictconv-1.9.4-1.0.jar)
  115. UCHIJAAAA Baubles{1.2.1.0} [Baubles] (Baubles-1.9.4-1.2.1.0.jar)
  116. UCHIJAAAA BaublesHud{3.0.0} [Baubles-Hud] (BaublesHud-1.9.4-3.0.0.jar)
  117. UCHIJAAAA BBG{5.0.0} [BetterBedrockGen] (BBG-1.9.4-5.0.0.jar)
  118. UCHIJAAAA bdlib{1.11.0.1} [BD Lib] (bdlib-1.11.0.1-mc1.9.4.jar)
  119. UCHIJAAAA BetterAchievements{0.3.0.25} [Better Achievements] (BetterAchievements-1.9.4-0.3.0.25.jar)
  120. UCHIJAAAA betterminecraftchat{2.0.5} [BetterMinecraftChat] (BetterMinecraftChat-mc1.9.4-2.0.5.jar)
  121. UCHIJAAAA BiomesOPlenty{4.1.0.2025} [Biomes O' Plenty] (BiomesOPlenty-1.9.4-4.1.0.2025-universal.jar)
  122. UCHIJAAAA ExtraUtils2{1.0} [ExtraUtils2] (extrautils2-1.9.4-alpha-1.0.0a.jar)
  123. UCHIJAAAA JEI{3.6.3.212} [Just Enough Items] (jei_1.9.4-3.6.3.212.jar)
  124. UCHIJAAAA BloodMagic{1.9.4-2.0.1-43} [Blood Magic: Alchemical Wizardry] (BloodMagic-1.9.4-2.0.1-43.jar)
  125. UCHIJAAAA bookshelf{1.2.3.274} [Bookshelf] (Bookshelf-1.9.4-1.2.3.274.jar)
  126. UCHIJAAAA Botania{r1.8-308} [Botania] (Botania-unofficial.r1.8-308.jar)
  127. UCHIJAAAA Chameleon{1.9-2.1.4} [Chameleon] (Chameleon-1.9-2.1.4.jar)
  128. UCHIJAAAA mcmultipart{1.2.0_72} [MCMultiPart] (MCMultiPart-experimental-1.2.0_72-universal.jar)
  129. UCHIJAAAA CharsetLib{0.3.0-pre6} [?] (Charset-mc1.9.4-0.3.0-pre6-b7c3ea94f3d0a019.jar)
  130. UCHIJAAAA factorization.notify{1.0} [Factorization Notification System] (Charset-mc1.9.4-0.3.0-pre6-b7c3ea94f3d0a019.jar)
  131. UCHIJAAAA CharsetPipes{0.3.0-pre6} [|] (Charset-mc1.9.4-0.3.0-pre6-b7c3ea94f3d0a019.jar)
  132. UCHIJAAAA CharsetTweaks{0.3.0-pre6} [*] (Charset-mc1.9.4-0.3.0-pre6-b7c3ea94f3d0a019.jar)
  133. UCHIJAAAA CharsetWires{0.3.0-pre6} [+] (Charset-mc1.9.4-0.3.0-pre6-b7c3ea94f3d0a019.jar)
  134. UCHIJAAAA CharsetGates{0.3.0-pre6} [&] (Charset-mc1.9.4-0.3.0-pre6-b7c3ea94f3d0a019.jar)
  135. UCHIJAAAA CharsetAudio{0.3.0-pre6} [?] (Charset-mc1.9.4-0.3.0-pre6-b7c3ea94f3d0a019.jar)
  136. UCHIJAAAA CharsetStorage{0.3.0-pre6} [#] (Charset-mc1.9.4-0.3.0-pre6-b7c3ea94f3d0a019.jar)
  137. UCHIJAAAA CharsetDrama{0.3.0-pre6} [!] (Charset-mc1.9.4-0.3.0-pre6-b7c3ea94f3d0a019.jar)
  138. UCHIJAAAA CharsetWrench{0.3.0-pre6} [/] (Charset-mc1.9.4-0.3.0-pre6-b7c3ea94f3d0a019.jar)
  139. UCHIJAAAA chiselsandbits{10.5} [Chisels & Bits] (chiselsandbits-10.5.jar)
  140. UCHIJAAAA ChunkAnimator{1.2} [Chunk Animator] (ChunkAnimator-MC1.9.4-1.2.jar)
  141. UCHIJAAAA clayworldgen{1.1.0} [Clay WorldGen] (ClayWorldGen-1.1.0-1.9.4.jar)
  142. UCHIJAAAA compactstorage{v2.0.0a} [CompactStorage] (compactstorage-2.1-1.9.4.jar)
  143. UCHIJAAAA cookingforblockheads{3.0.7} [Cooking for Blockheads] (CookingForBlockheads-mc1.9.4-3.0.7.jar)
  144. UCHIJAAAA craftingtweaks{5.0.6} [Crafting Tweaks] (craftingtweaks-mc1.9.4-5.0.6.jar)
  145. UCHIJAAAA MineTweaker3{3.0.9} [MineTweaker 3] (CraftTweaker-1.9-3.0.9.jar)
  146. UCHIJAAAA CustomMainMenu{2.0} [Custom Main Menu] (CustomMainMenu-MC1.9.4-2.0.jar)
  147. UCHIJAAAA cxlibrary{1.1.0} [CXLibrary] (cxlibrary-1.1.0-1.9.4.jar)
  148. UCHIJAAAA cyclopscore{0.6.3} [Cyclops Core] (CyclopsCore-1.9.4-0.6.3.jar)
  149. UCHIJAAAA Waila{1.7.0} [Waila] (Waila-1.7.0-B3_1.9.4.jar)
  150. UCHIJAAAA DarkUtils{1.1.2.52} [Dark Utilities] (DarkUtilities-1.9.4-1.1.2.55.jar)
  151. UCHIJAAAA ElecCore{1.5.292} [ElecCore] (ElecCore-1.9.4-1.5.292.jar)
  152. UCHIJAAAA deepresonance{1.2.0beta33} [DeepResonance] (deepresonance-1.9.4-1.2.0beta33.jar)
  153. UCHIJAAAA enchiridion{3.1.4} [Enchiridion] (Enchiridion-1.9.4-3.1.4.jar)
  154. UCHIJAAAA endercore{1.9.4-0.4.0.24-alpha} [EnderCore] (EnderCore-1.9.4-0.4.0.24-alpha.jar)
  155. UCHIJAAAA EnderIO{1.9.4-3.0.0.40_alpha} [Ender IO] (EnderIO-1.9.4-3.0.0.40_alpha.jar)
  156. UCHIJAAAA EnderZoo{1.9.4-1.2.2.40} [Ender Zoo] (EnderZoo-1.9.4-1.2.2.40.jar)
  157. UCHIJAAAA ExtraBitManipulation{1.9-2.1.2} [Extra Bit Manipulation] (ExtraBitManipulation-1.9.4-2.1.0.jar)
  158. UCHIJAAAA FFS{1.9.4-1.6.0-b19} [Fancy Fluid Storage] (Fancy Fluid Storage-1.9.4-1.6.0-b19.jar)
  159. UCHIJAAAA fastleafdecay{1.6} [Fast Leaf Decay] (FastLeafDecay-MC1.9.4-1.7.jar)
  160. UCHIJAAAA reborncore{2.5.4.47} [RebornCore] (RebornCore-1.9.4-2.5.4.47-universal.jar)
  161. UCHIJAAAA reborncore-mcmultipart{2.5.4.47} [reborncore-MCMultiPart] (RebornCore-1.9.4-2.5.4.47-universal.jar)
  162. UCHIJAAAA Tesla{1.1.0.24} [TESLA] (Tesla-1.9.4-1.1.0.24.jar)
  163. UCHIJAAAA fluxedredstone{2.2.1.44} [FluxedRedstone] (FluxedRedstone-2.2.1.44.jar)
  164. UCHIJAAAA forestry{5.0.13.156} [Forestry] (forestry_1.9.4-5.0.13.156.jar)
  165. UCHIJAAAA furnus{1.80} [Furnus] (Furnus-1.9.4-1.80.jar)
  166. UCHIJAAAA gearswap{1.2.6} [Gear Swapper] (gearswap-1.9.4-1.2.6.jar)
  167. UCHIJAAAA pressure{1.3.1.1} [Pressure Pipes] (pressure-1.3.1.1-mc1.9.4.jar)
  168. UCHIJAAAA advgenerators{0.9.20.1} [Advanced Generators] (generators-0.9.20.1-mc1.9.4.jar)
  169. UCHIJAAAA Harvest{1.9.4-1.0.1-6} [Harvest] (Harvest-1.9.4-1.0.1-6.jar)
  170. UCHIJAAAA HelpFixer{1.3.14} [HelpFixer] (HelpFixer-1.9.4-1.3.14.jar)
  171. UCHIJAAAA integrateddynamics{0.3.10} [Integrated Dynamics] (IntegratedDynamics-1.9.4-0.3.10.jar)
  172. UCHIJAAAA inventorytweaks{1.61-dev-53-0736dc3} [Inventory Tweaks] (InventoryTweaks-1.61-dev-53.jar)
  173. UCHIJAAAA IronChest{6.0.145.787} [Iron Chest] (ironchest-1.9.4-6.0.145.787.jar)
  174. UCHIJAAAA itemscroller{0.5.1} [Item Scroller] (itemscroller-1.9.4-0.5.1.jar)
  175. UCHIJAAAA journeymap{1.9.4-5.2.3} [JourneyMap] (journeymap-1.9.4-5.2.3-unlimited.jar)
  176. UCHIJAAAA jeresources{0.4.6.35} [Just Enough Resources] (JustEnoughResources-1.9.4-0.4.6.35.jar)
  177. UCHIJAAAA LoadingProfiler{1.1} [Loading Profiler] (LoadingProfiler-MC1.9.4-1.3.jar)
  178. UCHIJAAAA LunatriusCore{1.1.2.35} [LunatriusCore] (LunatriusCore-1.9.4-1.1.2.35-universal.jar)
  179. UCHIJAAAA mantle{1.9.4-0.10.1.jenkins142} [Mantle] (Mantle-1.9.4-0.10.1.jenkins142.jar)
  180. UCHIJAAAA MapWriter{2.5.19} [MapWriter] (MapWriter-1.9.4-2.5.19.jar)
  181. UCHIJAAAA minemenu{1.4.3} [MineMenu] (MineMenu-1.9.X-1.4.3.B6-universal.jar)
  182. UCHIJAAAA testdummy{1.10} [MmmMmmMmmMmm] (MmmMmmMmmMmm-1.11.jar)
  183. UCHIJAAAA moreoverlays{1.3} [MoreOverlays] (moreoverlays-1.3-mc1.9.4.jar)
  184. UCHIJAAAA Morphtool{GRADLE:VERSION-GRADLE:BUILD} [Morph-o-Tool] (Morph-o-Tool-1.0-2.jar)
  185. UCHIJAAAA Morpheus{1.9.4-3.1.3} [Morpheus] (Morpheus-1.9.4-3.1.3.jar)
  186. UCHIJAAAA MouseTweaks{2.6.3} [Mouse Tweaks] (MouseTweaks-2.6.3-mc1.9.4.jar)
  187. UCHIJAAAA Neat{GRADLE:VERSION-GRADLE:BUILD} [Neat] (Neat 1.2-9.jar)
  188. UCHIJAAAA netherportalfix{1.0} [Nether Portal Fix] (netherportalfix-mc1.9.4-4.0.1.jar)
  189. UCHIJAAAA recipehandler{0.4} [NoMoreRecipeConflict] (NoMoreRecipeConflict-0.4(1.9).jar)
  190. UCHIJAAAA NotEnoughCodecs{0.5} [NotEnoughCodecs] (NotEnoughCodecs-0.5.jar)
  191. UCHIJAAAA notenoughwands{1.3.4} [Not Enough Wands] (notenoughwands-1.9.4-1.3.4.jar)
  192. UCHIJAAAA oretweaker{1.0.1} [Ore Tweaker] (OreTweaker-1.0.1-1.9.4.jar)
  193. UCHIJAAAA packingtape{0.5.1} [Packing Tape] (PackingTape-1.9.4-0.5.1.jar)
  194. UCHIJAAAA PotionIcons{1.9.4} [PotionIcons] (potionicons-1.9.4-1.0.3-release.jar)
  195. UCHIJAAAA progressiveautomation{1.6.46} [Progressive Automation] (ProgressiveAutomation-1.9.4-1.6.46.jar)
  196. UCHIJAAAA Psi{beta-33} [Psi] (Psi-beta-33.jar)
  197. UCHIJAAAA quantumflux{2.0.7} [QuantumFlux] (quantumflux-1.9.4-2.0.7.jar)
  198. UCHIJAAAA Quark{beta-24} [Quark] (Quark-beta-24.jar)
  199. UCHIJAAAA RandomUtilities{3.1.1} [Random Utilities] (Random Utilities-1.9.4-3.1.1.jar)
  200. UCHIJAAAA randomthings{3.7.3} [Random Things] (RandomThings-MC1.9.4-3.7.3.jar)
  201. UCHIJAAAA StorageDrawers{1.9-3.1.7} [Storage Drawers] (StorageDrawers-1.9-3.1.7.jar)
  202. UCHIJAAAA refinedstorage{0.7.11} [Refined Storage] (refinedstorage-0.7.11.jar)
  203. UCHIJAAAA xreliquary{1.9.4-1.3.2.372} [Reliquary] (Reliquary-1.9.4-1.3.2.372.jar)
  204. UCHIJAAAA ResourceLoader{1.5} [Resource Loader] (ResourceLoader-MC1.9.4-1.5.jar)
  205. UCHIJAAAA rftools{4.60} [RFTools] (rftools-1.9.4-4.60.jar)
  206. UCHIJAAAA rftoolsdim{4.30beta42} [RFTools Dimensions] (rftoolsdim-1.9.4-4.30beta42.jar)
  207. UCHIJAAAA RTG{1.9.4-2.0.0-alpha.5} [Realistic Terrain Generation] (RTG-1.9.4-2.0.0-alpha.5.jar)
  208. UCHIJAAAA sensorcraft{0.3.0} [SensorCraft] (sensorcraft-0.3.0-1.9.4.jar)
  209. UCHIJAAAA shadowmc{3.3.6} [ShadowMC] (ShadowMC-1.9.4-3.3.6.jar)
  210. UCHIJAAAA simplyconveyors{1.7.10-1.0.0} [Simply Conveyors] (SimplyConveyors-1.0.3.jar)
  211. UCHIJAAAA SleepingBag{1.2.1} [Sleeping Bag] (SleepingBag-1.9.4-1.2.1.jar)
  212. UCHIJAAAA Stackie{1.6.0.42} [Stackie] (Stackie-1.9.4-1.6.0.42-universal.jar)
  213. UCHIJAAAA substratum{1.4.0.1} [Substratum] (Substratum-1.9.4-1.4.0.1.jar)
  214. UCHIJAAAA tconstruct{1.9.4-2.3.1.jenkins229} [Tinkers' Construct] (TConstruct-1.9.4-2.3.1.jenkins229.jar)
  215. UCHIJAAAA techreborn{1.3.2.120} [TechReborn] (TechReborn-1.9.4-1.3.2.120-universal.jar)
  216. UCHIJAAAA tis3d{0.9.0.5} [TIS-3D] (TIS-3D-MC1.9.4-0.9.0.5.jar)
  217. UCHIJAAAA torcherino{1.9.4-2.4.0} [Torcherino] (Torcherino-TehNut-1.9.4-2.4.0.jar)
  218. UCHIJAAAA trashslot{5.0.7} [TrashSlot] (trashslot-mc1.9.4-5.0.7.jar)
  219. UCHIJAAAA VeinMiner{0.31.5_build.forgePost18010} [Vein Miner] (VeinMiner-1.9_0.31.5.forgePost18010.jar)
  220. UCHIJAAAA VeinMinerModSupport{0.31.5_build.forgePost18010} [Mod Support] (VeinMiner-1.9_0.31.5.forgePost18010.jar)
  221. UCHIJAAAA wailafeatures{0.3.1.11} [WAILA Features] (WAILA-features-1.9.4-0.3.1.11.jar)
  222. UCHIJAAAA WailaHarvestability{1.1.7} [Waila Harvestability] (WailaHarvestability-mc1.9-1.1.7.jar)
  223. UCHIJAAAA ICSE{1.0.0.0} [I Can See Everything] (Wawla-1.9.4-2.2.1.192.jar)
  224. UCHIJAAAA wawla{2.2.1.188} [What Are We Looking At] (Wawla-1.9.4-2.2.1.192.jar)
  225. UCHIJAAAA Woot{1.9.4-0.3.0-beta} [Woot] (woot-1.9.4-0.3.0-beta.jar)
  226. UD mdecore-core{1.0} [MDE Core - ASM Tweaks] (minecraft.jar)
  227. Loaded coremods (and transformers):
  228. Pong ASM (Pong-1.9.4-1.0.0.1-universal.jar)
  229. me.modmuss50.pong.PongClassTransformer
  230. ItemPatchingLoader (ItemPhysic Lite 1.3 mc1.9.4.jar)
  231. com.creativemd.itemphysic.ItemTransformer
  232. LoadingPlugin (ResourceLoader-MC1.9.4-1.5.jar)
  233. lumien.resourceloader.asm.ClassTransformer
  234. FldLoadingPlugin (FastLeafDecay-MC1.9.4-1.7.jar)
  235. com.olafski.fastleafdecay.FldTransformer
  236. LoadingPlugin (LoadingProfiler-MC1.9.4-1.3.jar)
  237. lumien.loadingprofiler.asm.ClassTransformer
  238. LoadingPlugin (ChunkAnimator-MC1.9.4-1.2.jar)
  239. lumien.chunkanimator.asm.ClassTransformer
  240. LoadingPlugin (RandomThings-MC1.9.4-3.7.3.jar)
  241. lumien.randomthings.asm.ClassTransformer
  242. FMLPlugin (InventoryTweaks-1.61-dev-53.jar)
  243. invtweaks.forge.asm.ContainerTransformer
  244. CXLibraryCore (cxlibrary-1.1.0-1.9.4.jar)
  245. cubex2.cxlibrary.CoreModTransformer
  246. BetterMinecraftChat (BetterMinecraftChat-mc1.9.4-2.0.5.jar)
  247. net.blay09.mods.bmc.coremod.ClassTransformer
  248. CoreXU2 (extrautils2-1.9.4-alpha-1.0.0a.jar)
  249. com.rwtema.extrautils2.asm.ClassTransformerHandler
  250. BetterFontsCore (TTFR-1.4.0-1.9.4.jar)
  251. cubex2.ttfr.BFClassTransformer
  252. MDECore-Core (mdecore-1.9.4-1.0.jar)
  253. com.mattdahepic.mdecore.asm.TickrateTransformer
  254. CorePlugin (FluxedRedstone-2.2.1.44.jar)
  255.  
  256. EnderCorePlugin (EnderCore-1.9.4-0.4.0.24-alpha.jar)
  257. com.enderio.core.common.transform.EnderCoreTransformer
  258. GL info: ~~ERROR~~ RuntimeException: No OpenGL context found in the current thread.
  259. Pulsar/tconstruct loaded Pulses:
  260. - TinkerCommons (Enabled/Forced)
  261. - TinkerWorld (Enabled/Not Forced)
  262. - TinkerTools (Enabled/Not Forced)
  263. - TinkerSmeltery (Enabled/Not Forced)
  264. - TinkerGadgets (Enabled/Not Forced)
  265. - TinkerOredict (Enabled/Forced)
  266. - TinkerIntegration (Enabled/Forced)
  267. - TinkerFluids (Enabled/Forced)
  268. - TinkerMaterials (Enabled/Forced)
  269. - chiselsandbitsIntegration (Enabled/Not Forced)
  270. - craftingtweaksIntegration (Enabled/Not Forced)
  271.  
  272. List of loaded APIs:
  273. * actuallyadditionsapi (15) from ActuallyAdditions-1.9.4-r44.jar
  274. * Baubles|API (1.1.1.0) from Baubles-1.9.4-1.2.1.0.jar
  275. * BetterAchievements|API (0.3.0.25) from BetterAchievements-1.9.4-0.3.0.25.jar
  276. * BloodMagic|API (@VERSION@) from BloodMagic-1.9.4-2.0.1-43.jar
  277. * BotaniaAPI (79) from Botania-unofficial.r1.8-308.jar
  278. * CharsetAPI (0.1) from Charset-mc1.9.4-0.3.0-pre6-b7c3ea94f3d0a019.jar
  279. * CharsetAPI|Audio (0.0) from Charset-mc1.9.4-0.3.0-pre6-b7c3ea94f3d0a019.jar
  280. * CharsetAPI|Lib (0.2) from Charset-mc1.9.4-0.3.0-pre6-b7c3ea94f3d0a019.jar
  281. * CharsetAPI|Pipes (0.3) from Charset-mc1.9.4-0.3.0-pre6-b7c3ea94f3d0a019.jar
  282. * CharsetAPI|Storage (0.1) from Charset-mc1.9.4-0.3.0-pre6-b7c3ea94f3d0a019.jar
  283. * CharsetAPI|Tape (0.0) from Charset-mc1.9.4-0.3.0-pre6-b7c3ea94f3d0a019.jar
  284. * CharsetAPI|Wires (0.3) from Charset-mc1.9.4-0.3.0-pre6-b7c3ea94f3d0a019.jar
  285. * ChiselsAndBitsAPI (1.8.1) from chiselsandbits-10.5.jar
  286. * CoFHAPI (1.8.9R1.2.0B1) from EnderIO-1.9.4-3.0.0.40_alpha.jar
  287. * CoFHAPI|block (1.8.9R1.2.0B1) from ProgressiveAutomation-1.9.4-1.6.46.jar
  288. * CoFHAPI|energy (1.8.9R1.2.0B1) from woot-1.9.4-0.3.0-beta.jar
  289. * CoFHAPI|tileentity (1.8.9R1.2.0B1) from ProgressiveAutomation-1.9.4-1.6.46.jar
  290. * commoncapabilities|api (0.0.1) from IntegratedDynamics-1.9.4-0.3.10.jar
  291. * compactstorage (v2.0.0a) from compactstorage-2.1-1.9.4.jar
  292. * CraftingTweaks|API (4.1) from craftingtweaks-mc1.9.4-5.0.6.jar
  293. * DR-API (1.0.4-Beta) from deepresonance-1.9.4-1.2.0beta33.jar
  294. * ElecCore|Abilities (#API_VER#) from ElecCore-1.9.4-1.5.292.jar
  295. * EnderIOAPI (0.0.2) from EnderIO-1.9.4-3.0.0.40_alpha.jar
  296. * EnderIOAPI|Redstone (0.0.2) from EnderIO-1.9.4-3.0.0.40_alpha.jar
  297. * EnderIOAPI|Teleport (0.0.2) from EnderIO-1.9.4-3.0.0.40_alpha.jar
  298. * EnderIOAPI|Tools (0.0.2) from EnderIO-1.9.4-3.0.0.40_alpha.jar
  299. * ForestryAPI|apiculture (4.8.0) from forestry_1.9.4-5.0.13.156.jar
  300. * ForestryAPI|arboriculture (4.2.1) from forestry_1.9.4-5.0.13.156.jar
  301. * ForestryAPI|circuits (3.1.0) from forestry_1.9.4-5.0.13.156.jar
  302. * ForestryAPI|core (5.0.0) from forestry_1.9.4-5.0.13.156.jar
  303. * ForestryAPI|farming (2.1.0) from forestry_1.9.4-5.0.13.156.jar
  304. * ForestryAPI|food (1.1.0) from forestry_1.9.4-5.0.13.156.jar
  305. * ForestryAPI|fuels (2.0.1) from forestry_1.9.4-5.0.13.156.jar
  306. * ForestryAPI|genetics (4.7.1) from forestry_1.9.4-5.0.13.156.jar
  307. * ForestryAPI|greenhouse (5.0.0) from forestry_1.9.4-5.0.13.156.jar
  308. * ForestryAPI|hives (4.1.0) from forestry_1.9.4-5.0.13.156.jar
  309. * ForestryAPI|lepidopterology (1.3.0) from forestry_1.9.4-5.0.13.156.jar
  310. * ForestryAPI|mail (3.0.0) from forestry_1.9.4-5.0.13.156.jar
  311. * ForestryAPI|multiblock (3.0.0) from forestry_1.9.4-5.0.13.156.jar
  312. * ForestryAPI|recipes (5.4.0) from forestry_1.9.4-5.0.13.156.jar
  313. * ForestryAPI|storage (3.0.0) from forestry_1.9.4-5.0.13.156.jar
  314. * ForestryAPI|world (2.1.0) from forestry_1.9.4-5.0.13.156.jar
  315. * integrateddynamics|api (0.1.0) from IntegratedDynamics-1.9.4-0.3.10.jar
  316. * jeresources|API (0.4.6.35) from JustEnoughResources-1.9.4-0.4.6.35.jar
  317. * journeymap|client-api (1.2) from journeymap-1.9.4-5.2.3-unlimited.jar
  318. * journeymap|client-api-display (1.2) from journeymap-1.9.4-5.2.3-unlimited.jar
  319. * journeymap|client-api-event (1.2) from journeymap-1.9.4-5.2.3-unlimited.jar
  320. * journeymap|client-api-model (1.2) from journeymap-1.9.4-5.2.3-unlimited.jar
  321. * journeymap|client-api-util (1.2) from journeymap-1.9.4-5.2.3-unlimited.jar
  322. * JustEnoughItemsAPI (3.1.0) from jei_1.9.4-3.6.3.212.jar
  323. * MapWriterApi (1.1.0) from MapWriter-1.9.4-2.5.19.jar
  324. * McJtyLib (1.9.4-1.9.0) from mcjtylib-1.9.4-1.9.0.jar
  325. * pressureAPI (1.3.1.1) from pressure-1.3.1.1-mc1.9.4.jar
  326. * PsiAPI (2) from Psi-beta-33.jar
  327. * reborncoreAPI (2.5.4.47) from RebornCore-1.9.4-2.5.4.47-universal.jar
  328. * SensorCraftAPI (2) from sensorcraft-0.3.0-1.9.4.jar
  329. * StorageDrawersAPI (1.7.10-1.2.0) from refinedstorage-0.7.11.jar
  330. * StorageDrawersAPI|config (1.7.10-1.2.0) from refinedstorage-0.7.11.jar
  331. * StorageDrawersAPI|event (1.7.10-1.2.0) from StorageDrawers-1.9-3.1.7.jar
  332. * StorageDrawersAPI|inventory (1.7.10-1.2.0) from refinedstorage-0.7.11.jar
  333. * StorageDrawersAPI|pack (1.7.10-1.2.0) from StorageDrawers-1.9-3.1.7.jar
  334. * StorageDrawersAPI|registry (1.7.10-1.2.0) from refinedstorage-0.7.11.jar
  335. * StorageDrawersAPI|render (1.7.10-1.2.0) from refinedstorage-0.7.11.jar
  336. * StorageDrawersAPI|storage (1.7.10-1.2.0) from StorageDrawers-1.9-3.1.7.jar
  337. * StorageDrawersAPI|storage-attribute (1.7.10-1.2.0) from refinedstorage-0.7.11.jar
  338. * techrebornAPI (1.3.2.120) from TechReborn-1.9.4-1.3.2.120-universal.jar
  339. * Tesla|API (1.1.0.24) from Tesla-1.9.4-1.1.0.24.jar
  340. * tis3dAPI (0.9.0.5) from TIS-3D-MC1.9.4-0.9.0.5.jar
  341. * VeinMinerApi (0.1) from VeinMiner-1.9_0.31.5.forgePost18010.jar
  342. * WailaAPI (1.3) from Waila-1.7.0-B3_1.9.4.jar
  343. EnderIO: No known problems detected.
  344. Profiler Position: N/A (disabled)
  345. Player Count: 1 / 8; [EntityPlayerMP['GodNero'/379, l='New World', x=-248.49, y=52.00, z=380.24]]
  346. Type: Integrated Server (map_client.txt)
  347. Is Modded: Definitely; Client brand changed to 'fml,forge'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement