Advertisement
Daleth

Untitled

Apr 17th, 2018
19
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 57.94 KB | None | 0 0
  1. ---- Minecraft Crash Report ----
  2.  
  3. WARNING: coremods are present:
  4. LoadingPlugin (TickDynamic-1.12.2-1.0.0.jar)
  5. EnderCorePlugin (EnderCore-1.12.2-0.5.20.jar)
  6. TheBetweenlandsLoadingPlugin (TheBetweenlands-3.3.7-core.jar)
  7. OpenModsCorePlugin (OpenModsLib-1.12.2-0.11.5.jar)
  8. LoadingPlugin (Quark-r1.4-123.jar)
  9. Do not report to Forge! Remove FoamFixAPI (or replace with FoamFixAPI-Lawful) and try again. (foamfix-0.9.7-1.12.2-anarchy.jar)
  10. GottaGoFastLoader (gottagofast-1.0.jar)
  11. MuonPlugin (muon-0.2-1.12.jar)
  12. Plugin (NotEnoughIDs-1.5.4.2.jar)
  13. BIFLoader (BowInfinityFix-1.11.x-1.12.x-rv5.jar)
  14. SSLoadingPlugin (SereneSeasons-1.12.2-1.1.2-universal.jar)
  15. CoreMod (Aroma1997Core-1.12.2-1.3.0.2.jar)
  16. RandomPatches (randompatches-1.12.2-1.0.1.0.jar)
  17. Inventory Tweaks Coremod (InventoryTweaks-1.63.jar)
  18. Wizardry Plugin (wizardry-0.8.5.jar)
  19. ForgelinPlugin (Forgelin-1.6.0.jar)
  20. Worldgeneration Profiler Plugin (worldgenerationprofiler-v1.2.0.jar)
  21. LoadingPlugin (RandomThings-MC1.12.2-4.1.5.jar)
  22. IvToolkit (IvToolkit-1.3.3-1.12.jar)
  23. LibrarianLib Plugin (librarianlib-1.12.2-4.9.jar)
  24. MicdoodlePlugin (MicdoodleCore-1.12.2-4.0.1.172.jar)
  25. SecretRoomsMod-Core (secretroomsmod-1.12.2-5.6.2.jar)
  26. Contact their authors BEFORE contacting forge
  27.  
  28. // Quite honestly, I wouldn't worry myself about that.
  29.  
  30. Time: 4/17/18 2:38 PM
  31. Description: Ticking entity
  32.  
  33. java.lang.NoClassDefFoundError: com/headfishindustries/impart/particle/TetherParticle
  34. at com.headfishindustries.impart.entity.EntityTethering.func_70071_h_(EntityTethering.java:66)
  35. at net.minecraft.world.World.func_72866_a(World.java:1990)
  36. at net.minecraft.world.WorldServer.func_72866_a(WorldServer.java:832)
  37. at net.minecraft.world.World.func_72870_g(World.java:1952)
  38. at net.minecraft.world.World.func_72939_s(World.java:1756)
  39. at net.minecraft.world.WorldServer.func_72939_s(WorldServer.java:613)
  40. at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:765)
  41. at net.minecraft.server.dedicated.DedicatedServer.func_71190_q(DedicatedServer.java:396)
  42. at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:666)
  43. at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:524)
  44. at java.lang.Thread.run(Thread.java:748)
  45. Caused by: java.lang.ClassNotFoundException: com.headfishindustries.impart.particle.TetherParticle
  46. at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:191)
  47. at java.lang.ClassLoader.loadClass(ClassLoader.java:424)
  48. at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
  49. ... 11 more
  50. Caused by: java.lang.NoClassDefFoundError: com/headfishindustries/impart/particle/Imparticle
  51. at java.lang.ClassLoader.defineClass1(Native Method)
  52. at java.lang.ClassLoader.defineClass(ClassLoader.java:763)
  53. at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:142)
  54. at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:182)
  55. ... 13 more
  56. Caused by: java.lang.ClassNotFoundException: com.headfishindustries.impart.particle.Imparticle
  57. at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:101)
  58. at java.lang.ClassLoader.loadClass(ClassLoader.java:424)
  59. at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
  60. ... 17 more
  61.  
  62.  
  63. A detailed walkthrough of the error, its code path and all known details is as follows:
  64. ---------------------------------------------------------------------------------------
  65.  
  66. -- Head --
  67. Thread: Server thread
  68. Stacktrace:
  69. at com.headfishindustries.impart.entity.EntityTethering.func_70071_h_(EntityTethering.java:66)
  70. at net.minecraft.world.World.func_72866_a(World.java:1990)
  71. at net.minecraft.world.WorldServer.func_72866_a(WorldServer.java:832)
  72. at net.minecraft.world.World.func_72870_g(World.java:1952)
  73.  
  74. -- Entity being ticked --
  75. Details:
  76. Entity Type: impart:tether_entity (com.headfishindustries.impart.entity.EntityTethering)
  77. Entity ID: 205
  78. Entity Name: entity.tether_entity.name
  79. Entity's Exact location: -47.64, 106.44, 123.53
  80. Entity's Block location: World: (-48,106,123), Chunk: (at 0,6,11 in -3,7; contains blocks -48,0,112 to -33,255,127), Region: (-1,0; contains chunks -32,0 to -1,31, blocks -512,0,0 to -1,255,511)
  81. Entity's Momentum: 0.40, -0.14, -0.19
  82. Entity's Passengers: []
  83. Entity's Vehicle: ~~ERROR~~ NullPointerException: null
  84. Stacktrace:
  85. at net.minecraft.world.World.func_72939_s(World.java:1756)
  86. at net.minecraft.world.WorldServer.func_72939_s(WorldServer.java:613)
  87.  
  88. -- Affected level --
  89. Details:
  90. Level name: world
  91. All players: 0 total; []
  92. Chunk stats: ServerChunkCache: 625 Drop: 0
  93. Level seed: 6373580512007697940
  94. Level generator: ID 07 - BIOMESOP, ver 0. Features enabled: true
  95. Level generator options:
  96. Level spawn location: World: (-31,91,117), Chunk: (at 1,5,5 in -2,7; contains blocks -32,0,112 to -17,255,127), Region: (-1,0; contains chunks -32,0 to -1,31, blocks -512,0,0 to -1,255,511)
  97. Level time: 26474838 game time, 26586695 day time
  98. Level dimension: 0
  99. Level storage version: 0x04ABD - Anvil
  100. Level weather: Rain time: 134495 (now: false), thunder time: 1635 (now: true)
  101. Level game mode: Game mode: survival (ID 0). Hardcore: false. Cheats: false
  102. Stacktrace:
  103. at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:765)
  104. at net.minecraft.server.dedicated.DedicatedServer.func_71190_q(DedicatedServer.java:396)
  105. at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:666)
  106. at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:524)
  107. at java.lang.Thread.run(Thread.java:748)
  108.  
  109. -- System Details --
  110. Details:
  111. Minecraft Version: 1.12.2
  112. Operating System: Linux (amd64) version 3.14.32-xxxx-grs-ipv6-64
  113. Java Version: 1.8.0_152, Oracle Corporation
  114. Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
  115. Memory: 1928612040 bytes (1839 MB) / 5368709120 bytes (5120 MB) up to 5368709120 bytes (5120 MB)
  116. JVM Flags: 4 total; -Xmx5120M -Xms5120M -XX:+UseG1GC -Xss2M
  117. IntCache: cache: 0, tcache: 0, allocated: 3, tallocated: 104
  118. FML: MCP 9.42 Powered by Forge 14.23.3.2666 254 mods loaded, 253 mods active
  119. States: 'U' = Unloaded 'L' = Loaded 'C' = Constructed 'H' = Pre-initialized 'I' = Initialized 'J' = Post-initialized 'A' = Available 'D' = Disabled 'E' = Errored
  120.  
  121. | State | ID | Version | Source | Signature |
  122. |:--------- |:-------------------------- |:------------------------ |:------------------------------------------------ |:---------------------------------------- |
  123. | UCHIJAAAA | minecraft | 1.12.2 | minecraft.jar | None |
  124. | UCHIJAAAA | mcp | 9.42 | minecraft.jar | None |
  125. | UCHIJAAAA | FML | 8.0.99.99 | custom.jar | e3c3d50c7c986df74c645c0ac54639741c90a557 |
  126. | UCHIJAAAA | forge | 14.23.3.2666 | custom.jar | e3c3d50c7c986df74c645c0ac54639741c90a557 |
  127. | UCHIJAAAA | ivtoolkit | 1.3.3-1.12 | minecraft.jar | None |
  128. | UCHIJAAAA | micdoodlecore | | minecraft.jar | None |
  129. | UCHIJAAAA | muon | 0.2 | minecraft.jar | None |
  130. | UCHIJAAAA | randompatches | 1.12.2-1.0.1.0 | minecraft.jar | None |
  131. | UCHIJAAAA | openmodscore | 0.11.5 | minecraft.jar | None |
  132. | UCHIJAAAA | bowinfinityfix | rv5 | minecraft.jar | e250ba31147feb059b86cfd74ee61a8aeb88fb9b |
  133. | UCHIJAAAA | foamfixcore | 7.7.4 | minecraft.jar | None |
  134. | UCHIJAAAA | gottagofast | 1.0 | gottagofast-1.0.jar | None |
  135. | UCHIJAAAA | ucb | 0.3 Beta | [1.12.2]+UnderwaterChestBubbles_-0.3_Beta.jar | None |
  136. | UCHIJAAAA | crafttweaker | 4.1.6 | CraftTweaker2-1.12-4.1.6.jar | None |
  137. | UCHIJAAAA | mtlib | 3.0.4 | MTLib-3.0.4.jar | None |
  138. | UCHIJAAAA | modtweaker | 4.0.10 | modtweaker-4.0.10.jar | None |
  139. | UCHIJAAAA | jei | 4.8.5.159 | jei_1.12.2-4.8.5.159.jar | None |
  140. | UCHIJAAAA | abyssalcraft | 1.9.4.7 | AbyssalCraft-1.12.2-1.9.4.7.jar | 220f10d3a93b3ff5fbaa7434cc629d863d6751b9 |
  141. | UCHIJAAAA | acintegration | 1.6.2 | AbyssalCraft+Integration-1.12.2-1.6.2.jar | 220f10d3a93b3ff5fbaa7434cc629d863d6751b9 |
  142. | UCHIJAAAA | actuallyadditions | 1.12.2-r133 | ActuallyAdditions-1.12.2-r133.jar | None |
  143. | UCHIJAAAA | baubles | 1.5.2 | Baubles-1.12-1.5.2.jar | None |
  144. | UCHIJAAAA | actuallybaubles | 1.1 | ActuallyBaubles-1.12-1.1.jar | None |
  145. | UCHIJAAAA | appliedenergistics2 | rv5-stable-11 | appliedenergistics2-rv5-stable-11.jar | None |
  146. | UCHIJAAAA | bdlib | 1.14.3.12 | bdlib-1.14.3.12-mc1.12.2.jar | None |
  147. | UCHIJAAAA | ae2stuff | 0.7.0.4 | ae2stuff-0.7.0.4-mc1.12.2.jar | None |
  148. | UCHIJAAAA | aiimprovements | 0.0.1.3 | AIImprovements-1.12-0.0.1b3.jar | None |
  149. | UCHIJAAAA | akashictome | 1.2-10 | AkashicTome-1.2-10.jar | None |
  150. | UCHIJAAAA | extrautils2 | 1.0 | extrautils2-1.12-1.7.6.jar | None |
  151. | UCHIJAAAA | flyringbaublemod | 0.3.1_1.12-d4e654e | angelRingToBauble-1.12-0.3.1.50+d4e654e.jar | None |
  152. | UCHIJAAAA | biomesoplenty | 7.0.1.2367 | BiomesOPlenty-1.12.2-7.0.1.2367-universal.jar | None |
  153. | UCHIJAAAA | botania | r1.10-353 | Botania+r1.10-353.jar | None |
  154. | UCHIJAAAA | craftstudioapi | 1.0.0 | CraftStudio-1.0.0.93-mc1.12-alpha.jar | None |
  155. | UCHIJAAAA | quark | r1.4-123 | Quark-r1.4-123.jar | None |
  156. | UCHIJAAAA | animania | 1.4.7 | animania-1.12.2-1.4.7.jar | None |
  157. | UCHIJAAAA | antiqueatlas | 4.4.7 | antiqueatlas-1.12.2-4.4.7.jar | None |
  158. | UCHIJAAAA | examplemod | 1.0 | antiqueatlas-1.12.2-4.4.7.jar | None |
  159. | UCHIJAAAA | aqua_creepers | 1.2.3 | AquaCreepers-1.2.3.jar | None |
  160. | UCHIJAAAA | aroma1997core | 1.3.0.2 | Aroma1997Core-1.12.2-1.3.0.2.jar | dfbfe4c473253d8c5652417689848f650b2cbe32 |
  161. | UCHIJAAAA | morphtool | 1.2-16 | Morph-o-Tool-1.2-16.jar | None |
  162. | UCHIJAAAA | autoreglib | 1.3-16 | AutoRegLib-1.3-16.jar | None |
  163. | UCHIJAAAA | codechickenlib | 3.1.6.339 | CodeChickenLib-1.12.2-3.1.6.339-universal.jar | f1850c39b2516232a2108a7bd84d1cb5df93b261 |
  164. | UCHIJAAAA | avaritia | 3.2.0 | Avaritia-1.12-3.2.0.13-universal.jar | None |
  165. | UCHIJAAAA | avaritiatweaks | 1.12.2-1.1 | AvaritiaTweaks-1.12.2-1.1.jar | 4ffa87db52cf086d00ecc4853a929367b1c39b5c |
  166. | UCHIJAAAA | babymobs | 1.5.5 | BabyMobs-1.12-1.5.5.jar | None |
  167. | UCHIJAAAA | baublelicious | 1.4.0-4 | Baublelicious-1.4.0-4.jar | None |
  168. | UCHIJAAAA | baubleofundying | 1.0.1 | BaubleOfUndying-1.12-1.0.1.jar | None |
  169. | UCHIJAAAA | bettermobgriefinggamerule | 1.12.2-7.0.0 | bettermobgriefinggamerule-1.12.2-7.0.0.jar | None |
  170. | UCHIJAAAA | forgelin | 1.6.0 | Forgelin-1.6.0.jar | None |
  171. | UCHIJAAAA | betterrecords | 1.12.2-1.5.5 | BetterRecords-1.12.2-1.5.5.jar | None |
  172. | UCHIJAAAA | betterunderground | 1.1.2 | betterunderground-1.1.2.jar | None |
  173. | UCHIJAAAA | bibliocraft | 2.4.3 | BiblioCraft[v2.4.3][MC1.12.0].jar | None |
  174. | UCHIJAAAA | bibliotheca | 1.2.2-1.12.2 | bibliotheca-1.2.2-1.12.2.jar | None |
  175. | UCHIJAAAA | ic2 | 2.8.74-ex112 | industrialcraft-2-2.8.74-ex112.jar | de041f9f6187debbc77034a344134053277aa3b0 |
  176. | UCHIJAAAA | mantle | 1.12-1.3.1.21 | Mantle-1.12-1.3.1.21.jar | None |
  177. | UCHIJAAAA | natura | 1.12.2-4.3.2.42 | natura-1.12.2-4.3.2.42.jar | None |
  178. | UCHIJAAAA | forestry | 5.8.0.267 | forestry_1.12.2-5.8.0.267.jar | None |
  179. | UCHIJAAAA | binniecore | 2.5.0.163 | binnie-mods-1.12.2-2.5.0.163.jar | None |
  180. | UCHIJAAAA | binniedesign | 2.5.0.163 | binnie-mods-1.12.2-2.5.0.163.jar | None |
  181. | UCHIJAAAA | genetics | 2.5.0.163 | binnie-mods-1.12.2-2.5.0.163.jar | None |
  182. | UCHIJAAAA | botany | 2.5.0.163 | binnie-mods-1.12.2-2.5.0.163.jar | None |
  183. | UCHIJAAAA | extrabees | 2.5.0.163 | binnie-mods-1.12.2-2.5.0.163.jar | None |
  184. | UCHIJAAAA | extratrees | 2.5.0.163 | binnie-mods-1.12.2-2.5.0.163.jar | None |
  185. | UCHIJAAAA | guideapi | 1.12-2.1.5-60 | Guide-API-1.12-2.1.5-60.jar | None |
  186. | UCHIJAAAA | bloodmagic | 1.12.2-2.2.8-91 | BloodMagic-1.12.2-2.2.8-91.jar | None |
  187. | UCHIJAAAA | bookshelf | 2.3.543 | Bookshelf-1.12.2-2.3.543.jar | d476d1b22b218a10d845928d1665d45fce301b27 |
  188. | UCHIJAAAA | redstoneflux | 2.0.1 | RedstoneFlux-1.12-2.0.1.2-universal.jar | d4f1503fbacd9b9fb767720420c5395104239ec9 |
  189. | UCHIJAAAA | cofhcore | 4.3.11 | CoFHCore-1.12.2-4.3.11.6-universal.jar | None |
  190. | UCHIJAAAA | boptools | 0.0.2 | boptools-0.0.2.1.jar | None |
  191. | UCHIJAAAA | borntobe | @VERSION@ | borntobe-1.12.2-1.0.jar | None |
  192. | UCHIJAAAA | bushmastercore | 1.0.2 | bush-master-core-1.12.2-1.0.2.jar | d476d1b22b218a10d845928d1665d45fce301b27 |
  193. | UCHIJAAAA | cannibalism | 5.1.2 | Cannibalism-5.1.2-1.12.2.jar | None |
  194. | UCHIJAAAA | chameleon | 1.12-4.1.3 | Chameleon-1.12-4.1.3.jar | None |
  195. | UCHIJAAAA | chickenchunks | 2.4.1.71 | ChickenChunks-1.12.2-2.4.1.71-universal.jar | f1850c39b2516232a2108a7bd84d1cb5df93b261 |
  196. | UCHIJAAAA | chisel | MC1.12.2-0.2.0.31 | Chisel-MC1.12.2-0.2.0.31.jar | None |
  197. | UCHIJAAAA | chunkpregenerator | 1.7 | Chunk+Pregenerator+V1.12-1.7.1.jar | None |
  198. | UCHIJAAAA | cofhworld | 1.1.1 | CoFHWorld-1.12.2-1.1.1.12-universal.jar | None |
  199. | UCHIJAAAA | compot | 1.1 | CombinedPotions-1.12-1.1.jar | None |
  200. | UCHIJAAAA | compactmachines3 | 3.0.7 | compactmachines3-1.12.2-3.0.7-b197.jar | None |
  201. | UCHIJAAAA | computercraft | 1.80pr1 | ComputerCraft1.80pr1.jar | None |
  202. | UCHIJAAAA | containerfix | 1.0 | ContainerFix+MC1.12.2+v1.0.jar | None |
  203. | UCHIJAAAA | cookingforblockheads | 6.3.26 | CookingForBlockheads_1.12.2-6.3.26.jar | None |
  204. | UCHIJAAAA | extendedrenderer | v1.0 | coroutil-1.12.1-1.1.24.jar | None |
  205. | UCHIJAAAA | coroutil | 1.12.1-1.1.24 | coroutil-1.12.1-1.1.24.jar | None |
  206. | UCHIJAAAA | configmod | v1.0 | coroutil-1.12.1-1.1.24.jar | None |
  207. | UCHIJAAAA | cosmeticarmorreworked | 1.12.2-v1 | CosmeticArmorReworked-1.12.2-v1.jar | aaaf83332a11df02406e9f266b1b65c1306f0f76 |
  208. | UCHIJAAAA | wearablebackpacks | 3.1.2 | WearableBackpacks-1.12.2-3.1.2.jar | None |
  209. | UCHIJAAAA | corpsecomplex | 1.0.2.1 | corpsecomplex-1.12.2-1.0.2.1.jar | 5d5b8aee896a4f5ea3f3114784742662a67ad32f |
  210. | UCHIJAAAA | crafttweakerjei | 2.0.0 | CraftTweaker2-1.12-4.1.6.jar | None |
  211. | UCHIJAAAA | csokicraftutil | 1.3.1 | CsokiCraftUtil-1.3.6.jar | None |
  212. | UCHIJAAAA | csokicraftutil-11 | 1.3.1 | CsokiCraftUtil-1.3.6.jar | None |
  213. | UCHIJAAAA | customstuff4 | 0.5.2 | customstuff4-1.12.2-0.5.2.jar | None |
  214. | UCHIJAAAA | cyclopscore | 0.11.5 | CyclopsCore-1.12.2-0.11.5.jar | bd0353b3e8a2810d60dd584e256e364bc3bedd44 |
  215. | UCHIJAAAA | dailies | 1.12.2-6 | dailies-1.12.2-6.jar | None |
  216. | UCHIJAAAA | dirt2path | 1.7.0 | dirt2path-1.7.0.jar | None |
  217. | UCHIJAAAA | disenchanter | 1.6 | disenchanter-[1.12]1.6.jar | None |
  218. | UCHIJAAAA | dynamictrees | 1.12.2-0.7.6 | DynamicTrees-1.12.2-0.7.6.jar | None |
  219. | UCHIJAAAA | dynamictreesbop | 1.0.0 | dynamictreesbop-1.0.0.jar | None |
  220. | UCHIJAAAA | earthworks | 1.3.4.3 | Earthworks-1.12-1.3.6.jar | None |
  221. | UCHIJAAAA | mcmultipart | 2.4.1 | MCMultiPart-2.4.1.jar | None |
  222. | UCHIJAAAA | edxmultipart | 1.1.1 | EDX-Multipart-1.1.1.jar | None |
  223. | UCHIJAAAA | eleccore | 1.8.434 | ElecCore-1.12.2-1.8.434.jar | None |
  224. | UCHIJAAAA | csb_ench_table | 1.1.2 | EnchantingTable-1.12-1.1.2.jar | None |
  225. | UCHIJAAAA | enchiridion | 3.3.3 | Enchiridion-1.12.2-3.3.3.jar | None |
  226. | UCHIJAAAA | endercore | 1.12.2-0.5.20 | EnderCore-1.12.2-0.5.20.jar | None |
  227. | UCHIJAAAA | thermalfoundation | 2.3.11 | ThermalFoundation-1.12.2-2.3.12.10-universal.jar | None |
  228. | UCHIJAAAA | enderio | 5.0.22 | EnderIO-1.12.2-5.0.22.jar | None |
  229. | UCHIJAAAA | enderiointegrationtic | 5.0.22 | EnderIO-1.12.2-5.0.22.jar | None |
  230. | UCHIJAAAA | enderiobase | 5.0.22 | EnderIO-1.12.2-5.0.22.jar | None |
  231. | UCHIJAAAA | enderioconduits | 5.0.22 | EnderIO-1.12.2-5.0.22.jar | None |
  232. | UCHIJAAAA | enderiointegrationforestry | 5.0.22 | EnderIO-1.12.2-5.0.22.jar | None |
  233. | UCHIJAAAA | enderiointegrationticlate | 5.0.22 | EnderIO-1.12.2-5.0.22.jar | None |
  234. | UCHIJAAAA | ichunutil | 7.1.4 | iChunUtil-1.12.2-7.1.4.jar | None |
  235. | UCHIJAAAA | ftblib | 5.0.2.10 | FTBLib-5.0.2.10.jar | None |
  236. | UCHIJAAAA | enderiomachines | 5.0.22 | EnderIO-1.12.2-5.0.22.jar | None |
  237. | UCHIJAAAA | enderiopowertools | 5.0.22 | EnderIO-1.12.2-5.0.22.jar | None |
  238. | UCHIJAAAA | enderstorage | 2.4.2.126 | EnderStorage-1.12.2-2.4.2.126-universal.jar | f1850c39b2516232a2108a7bd84d1cb5df93b261 |
  239. | UCHIJAAAA | enderzoo | 1.12.1-1.4.0.49 | EnderZoo-1.12.1-1.4.0.49.jar | None |
  240. | UCHIJAAAA | endreborn | 0.1 | EndReborn+[0.1.2].jar | None |
  241. | UCHIJAAAA | engineersworkshop | 1.4.0-1.12.2 | EngineersWorkshop-1.4.0-1.12.2.jar | None |
  242. | UCHIJAAAA | equaldragons | 1.1 | EqualDragons-1.1.jar | None |
  243. | UCHIJAAAA | everlastingabilities | 1.3.15 | EverlastingAbilities-1.12.2-1.3.15.jar | bd0353b3e8a2810d60dd584e256e364bc3bedd44 |
  244. | UCHIJAAAA | waila | 1.8.24 | Hwyla-1.8.24-B39_1.12.jar | None |
  245. | UCHIJAAAA | extracells | 2.5.11 | ExtraCells-1.12.2-2.5.11a48.jar | None |
  246. | UCHIJAAAA | galacticraftcore | 4.0.1.172 | GalacticraftCore-1.12.2-4.0.1.172.jar | None |
  247. | UCHIJAAAA | galacticraftplanets | 4.0.1.172 | Galacticraft-Planets-1.12.2-4.0.1.172.jar | None |
  248. | UCHIJAAAA | mjrlegendslib | 1.12.2-1.1.3 | MJRLegendsLib-1.12.2-1.1.3.jar | b02331787272ec3515ebe63ecdeea0d746653468 |
  249. | UCHIJAAAA | extraplanets | 1.12.2-0.3.2 | ExtraPlanets-1.12.2-0.3.2.jar | b02331787272ec3515ebe63ecdeea0d746653468 |
  250. | UCHIJAAAA | shadowmc | 3.8.0 | ShadowMC-1.12-3.8.0.jar | None |
  251. | UCHIJAAAA | extrarails | 1.3.0 | ExtraRails-1.12-1.3.0.jar | None |
  252. | UCHIJAAAA | feederhelmet | 1.1.0 | FeederHelmet-1.1.0.jar | None |
  253. | UCHIJAAAA | foamfix | 0.9.7-1.12.2 | foamfix-0.9.7-1.12.2-anarchy.jar | None |
  254. | UCHIJAAAA | forgemultipartcbe | 2.4.0.55 | ForgeMultipart-1.12.2-2.4.0.55-universal.jar | f1850c39b2516232a2108a7bd84d1cb5df93b261 |
  255. | UCHIJAAAA | microblockcbe | 2.4.0.55 | ForgeMultipart-1.12.2-2.4.0.55-universal.jar | None |
  256. | UCHIJAAAA | minecraftmultipartcbe | 2.4.0.55 | ForgeMultipart-1.12.2-2.4.0.55-universal.jar | None |
  257. | UCHIJAAAA | forgivingvoid | 1.0.17 | ForgivingVoid_1.12.2-1.0.17.jar | None |
  258. | UCHIJAAAA | ftbguides | 1.0.2.4 | FTBGuides-1.0.2.4.jar | None |
  259. | UCHIJAAAA | ftbutilities | 5.0.2.10 | FTBUtilities-5.0.2.10.jar | None |
  260. | UCHIJAAAA | cfm | 4.2.0 | furniture-4.2.0-1.12.2.jar | None |
  261. | UCHIJAAAA | gardenstuff | 1.12-2.1.1 | GardenStuff-1.12-2.1.1.jar | None |
  262. | UCHIJAAAA | gendustry | 1.6.5.8 | gendustry-1.6.5.8-mc1.12.2.jar | None |
  263. | UCHIJAAAA | goldfish | 1.01 | Goldfish-1.12.2--1.01.jar | None |
  264. | UCHIJAAAA | gravelminer | 6.1.2 | GravelMiner_1.12.1-6.1.2.jar | None |
  265. | UCHIJAAAA | gravitygun | 7.0.0 | GravityGun-1.12.2-7.0.1.jar | None |
  266. | UCHIJAAAA | hats | 7.0.0 | Hats-1.12.2-7.0.2.jar | None |
  267. | UCHIJAAAA | hatstand | 7.0.0 | HatStand-1.12.2-7.0.1.jar | None |
  268. | UCHIJAAAA | hopperducts | 1.5 | hopperducts-mc1.12-1.5.jar | None |
  269. | UCHIJAAAA | ic2cropplugin | 1.1 | IC2CropBreeding+Plugin+V1.12-1.1.jar | None |
  270. | UCHIJAAAA | impart | 1.12.2 | impart-1.0.5a.jar | None |
  271. | UCHIJAAAA | thermalexpansion | 5.3.11 | ThermalExpansion-1.12.2-5.3.12.17-universal.jar | None |
  272. | UCHIJAAAA | industrialexpansion | 1.2.5 | IndustrialExpansion-1.2.5.jar | None |
  273. | UCHIJAAAA | mekanism | 1.12.2-9.4.3.330 | Mekanism-1.12.2-9.4.3.330.jar | None |
  274. | UCHIJAAAA | teslacorelib | 1.0.13 | tesla-core-lib-1.12-1.0.13.jar | d476d1b22b218a10d845928d1665d45fce301b27 |
  275. | UCHIJAAAA | industrialforegoing | 1.12.2-1.12.2 | industrialforegoing-1.12.2-1.8.9-138.jar | None |
  276. | UCHIJAAAA | inspirations | 1.12.2-0.1.3 | Inspirations-1.12.2-0.1.3.jar | None |
  277. | UCHIJAAAA | harvestcraft | 1.12.2t | Pam's+HarvestCraft+1.12.2t.jar | None |
  278. | UCHIJAAAA | rustic | 1.0.3 | rustic-1.0.3.jar | None |
  279. | UCHIJAAAA | integrationforegoing | 1.12-1.6 | IntegrationForegoing-1.12.2-1.6.jar | 4ffa87db52cf086d00ecc4853a929367b1c39b5c |
  280. | UCHIJAAAA | inventorypets | 1.4.9.9b | inventorypets-1.12-1.4.9.9b.jar | None |
  281. | UCHIJAAAA | inventorytweaks | 1.63+release.109.220f184 | InventoryTweaks-1.63.jar | 55d2cd4f5f0961410bf7b91ef6c6bf00a766dcbe |
  282. | UCHIJAAAA | ironchest | 1.12.2-7.0.42.827 | ironchest-1.12.2-7.0.42.827.jar | None |
  283. | UCHIJAAAA | japaricraftmod | 4.0.0 | japaricraftmod-1.12.2-4.0.0.jar | None |
  284. | UCHIJAAAA | journeymap | 1.12.2-5.5.2 | journeymap-1.12.2-5.5.2.jar | None |
  285. | UCHIJAAAA | jaff | 1.7_for_1.12 | JustAFewFish-1.7_for_1.12.jar | None |
  286. | UCHIJAAAA | wizardry | 0.8.5 | wizardry-0.8.5.jar | None |
  287. | UCHIJAAAA | librarianlib | 9.4 | librarianlib-1.12.2-4.9.jar | None |
  288. | UCHIJAAAA | login_shield | 1.12.2-1-g24c2a5e | Login_Shield-1.12.2-1-g24c2a5e.jar | None |
  289. | UCHIJAAAA | lootbags | 2.5.4b | LootBags-1.12.2-2.5.4b.jar | None |
  290. | UCHIJAAAA | lunatriuscore | 1.2.0.42 | LunatriusCore-1.12.2-1.2.0.42-universal.jar | None |
  291. | UCHIJAAAA | mapgadgets | @VERSION@ | Mapmaker's+Gadgets-1.2_for_1.12.x.jar | None |
  292. | UCHIJAAAA | mekanismgenerators | 9.4.3 | MekanismGenerators-1.12.2-9.4.3.330.jar | None |
  293. | UCHIJAAAA | mekanismtools | 9.4.3 | MekanismTools-1.12.2-9.4.3.330.jar | None |
  294. | UCHIJAAAA | minecolonies | 1.12.2-0.8.8117 | minecolonies-universal-1.12.2-0.8.8117.jar | None |
  295. | UCHIJAAAA | mtrm | 1.2.2.30 | MineTweakerRecipeMaker-1.12.2-1.2.2.30.jar | None |
  296. | UCHIJAAAA | modlister | 1.12.2-3.2.4 | ModLister-1.12.2-3.2.4.jar | None |
  297. | UCHIJAAAA | morebees | 1.12.2-1.4.4 | morebees-1.12.2-1.4.4.jar | None |
  298. | UCHIJAAAA | naturalnetherportals | 1.2.0 | naturalnetherportals-1.2.0-mc1.12.x.jar | None |
  299. | UCHIJAAAA | netherendingores | 1.12.2-1.1.1 | Netherending-Ores-1.12.2-1.1.1.jar | None |
  300. | UCHIJAAAA | nex | 2.1.14.15 | NetherEx-1.12-2.1.14.15.jar | None |
  301. | UCHIJAAAA | netherportalfix | 5.3.13 | NetherPortalFix_1.12.1-5.3.13.jar | None |
  302. | UCHIJAAAA | neid | 1.5.4.2 | NotEnoughIDs-1.5.4.2.jar | None |
  303. | UCHIJAAAA | openmods | 0.11.5 | OpenModsLib-1.12.2-0.11.5.jar | d2a9a8e8440196e26a268d1f3ddc01b2e9c572a5 |
  304. | UCHIJAAAA | openblocks | 1.7.6 | OpenBlocks-1.12.2-1.7.6.jar | d2a9a8e8440196e26a268d1f3ddc01b2e9c572a5 |
  305. | UCHIJAAAA | p455w0rdslib | 2.0.29 | p455w0rdslib-1.12-2.0.29.jar | None |
  306. | UCHIJAAAA | getalltheseeds | 1.12a | Pam's+Get+all+the+Seeds!+1.12a.jar | None |
  307. | UCHIJAAAA | theframework | 1.12.2-1.0.1-build-T23 | TheFramework-1.12.2-1.0.1-build-T23.jar | None |
  308. | UCHIJAAAA | peripheralsplusone | 1.12.2-1.2-build-T61 | PeripheralsPlusOne-1.12.2-1.2-build-T61.jar | None |
  309. | UCHIJAAAA | subcommonlib | 1.2.0.1 | subcommonlib-sublib-1.12.2-1.2.0.4.jar | None |
  310. | UCHIJAAAA | petbuddy | $version | petbuddy-petbuddy-1.12.2-2.4.0.1.jar | None |
  311. | UCHIJAAAA | placeableitems | 3.3 | placeableitems-3.3.jar | None |
  312. | UCHIJAAAA | placebo | 1.3.3 | Placebo-1.12.2-1.3.3.jar | None |
  313. | UCHIJAAAA | plants2 | 2.8.2 | Plants-1.12.2-2.8.2.jar | None |
  314. | UCHIJAAAA | plethora-core | 1.1.11 | plethora-1.12.2-1.1.11.jar | None |
  315. | UCHIJAAAA | plethora | 1.1.11 | plethora-1.12.2-1.1.11.jar | None |
  316. | UCHIJAAAA | portalgun | 7.0.2 | PortalGun-1.12.2-7.0.2.jar | None |
  317. | UCHIJAAAA | teslathingies | 1.0.14 | powered-thingies-1.12.2-1.0.14.jar | d476d1b22b218a10d845928d1665d45fce301b27 |
  318. | UCHIJAAAA | prestige | 1.0.15 | Prestige-1.12.2-1.0.15.jar | d476d1b22b218a10d845928d1665d45fce301b27 |
  319. | UCHIJAAAA | prettybeaches | 1.0.3 | PrettyBeaches_1.12.2-1.0.3.jar | None |
  320. | UCHIJAAAA | progressivebosses | 1.2.2 | ProgressiveBosses-1.2.2-mc1.12.x.jar | None |
  321. | UCHIJAAAA | randomthings | 4.1.5 | RandomThings-MC1.12.2-4.1.5.jar | d72e0dd57935b3e9476212aea0c0df352dd76291 |
  322. | UCHIJAAAA | randomtweaks | 1.12.2-1.18.0.1 | randomtweaks-1.12.2-1.18.0.1.jar | None |
  323. | UCHIJAAAA | rezombiesv15ver1122jar | 1.5 | Re-Zombies-V1.5-Ver-1.12.2.jar | None |
  324. | UCHIJAAAA | reconstructor | 2.11a | reconstructor-2.11a.jar | None |
  325. | UCHIJAAAA | reccomplex | 1.4.7 | RecurrentComplex-1.4.7.jar | None |
  326. | UCHIJAAAA | redstonearsenal | 2.3.11 | RedstoneArsenal-1.12.2-2.3.11.5-universal.jar | None |
  327. | UCHIJAAAA | redstonefluxarsenal | 1.2.1 | RedstoneFluxArsenal-1.12-1.2.1.jar | None |
  328. | UCHIJAAAA | refinedrelocation | 4.2.20 | RefinedRelocation_1.12.2-4.2.20.jar | None |
  329. | UCHIJAAAA | xreliquary | 1.12.2-1.3.4.760 | Reliquary-1.12.2-1.3.4.760.jar | None |
  330. | UCHIJAAAA | reptilemod | 3.8.4 | reptilemod-1.12.2-3.8.4-85.jar | None |
  331. | UCHIJAAAA | roguelike | 1.8.0 | RoguelikeDungeons-1.12.2-1.8.0.jar | None |
  332. | UCHIJAAAA | roots | 0.104 | roots-2-0.104.jar | None |
  333. | UCHIJAAAA | ropebridge | 2.0.5 | ropebridge-1.12-2.0.7.jar | None |
  334. | UCHIJAAAA | rtfm | 1.0.0.1 | RTFM-MC1.12-1.0.0.1.jar | None |
  335. | UCHIJAAAA | secretroomsmod | 5.6.2 | secretroomsmod-1.12.2-5.6.2.jar | None |
  336. | UCHIJAAAA | sereneseasons | 1.1.2 | SereneSeasons-1.12.2-1.1.2-universal.jar | None |
  337. | UCHIJAAAA | servertabinfo | 1.0.0 | ServerTabInfo-1.12.2-1.0.0.jar | None |
  338. | UCHIJAAAA | shootit | 0.1 | shootit-1.12.2-0.2.jar | None |
  339. | UCHIJAAAA | shulkerbox | 1.3.0 | shulkerbox-1.3.0.jar | None |
  340. | UCHIJAAAA | sodiumcraft | 1.3.4 | sodiumcraft-1.3.4.jar | None |
  341. | UCHIJAAAA | sophisticatedwolves | 3.13.2 | SophisticatedWolves-1.12.2-3.13.2.jar | None |
  342. | UCHIJAAAA | spatialservermod | 1.3 | spatialservermod-1.3.jar | None |
  343. | UCHIJAAAA | spectrite | 1.6.5 | spectrite-1.6.5.jar | 00119cfc089819bbcd2f9166a50c7f3df88ded78 |
  344. | UCHIJAAAA | stackie | 1.6.0.48 | Stackie-1.12.2-1.6.0.48-universal.jar | None |
  345. | UCHIJAAAA | statues | 0.8.1 | statues-1.12.X-0.8.1.jar | None |
  346. | UCHIJAAAA | survivaltweaks | 5.1.0 | SurvivalTweaks-5.1.0-1.12.2.jar | None |
  347. | UCHIJAAAA | tatw | 1.0.1.2 | Tatw-1.12.2-1.0.1.2.jar | dfbfe4c473253d8c5652417689848f650b2cbe32 |
  348. | UCHIJAAAA | cactusmod | 1.1.0 | The+Cactus+Mod-1.1.jar | None |
  349. | UCHIJAAAA | thebetweenlands | 3.3.7 | TheBetweenlands-3.3.7-universal.jar | 38067d6878811efb38b6a045521cfd80b9b60b38 |
  350. | UCHIJAAAA | thermaldynamics | 2.3.11 | ThermalDynamics-1.12.2-2.3.11.7-universal.jar | None |
  351. | UCHIJAAAA | thermalinnovation | 0.1.0 | ThermalInnovation-1.12.2-0.1.0.3-universal.jar | None |
  352. | UCHIJAAAA | tickdynamic | 1.0.0 | TickDynamic-1.12.2-1.0.0.jar | None |
  353. | UCHIJAAAA | tp | 3.2.25 | tinyprogressions-1.12.2-3.3.25-Release.jar | None |
  354. | UCHIJAAAA | totemexpansion | 1.2.1 | totemexpansion-1.2.1-1.12.2.jar | None |
  355. | UCHIJAAAA | travelhut | 3.0.1 | travelhut-3.0.1.jar | None |
  356. | UCHIJAAAA | tumbleweed | 1.11-0.4.5 | tumbleweed-1.11-0.4.5.jar | None |
  357. | UCHIJAAAA | twilightforest | 3.6.345 | twilightforest-1.12.2-3.6.345-universal.jar | None |
  358. | UCHIJAAAA | underwaterrails | 1.0.0 | underwaterrails-1.0.0-universal.jar | None |
  359. | UCHIJAAAA | unloader | 1.0.1 | unloader-1.0.1.jar | None |
  360. | UCHIJAAAA | vt | 1.2.11 | VanillaTweaks-1.2.11.jar | None |
  361. | UCHIJAAAA | villagermarket | 1.0.0 | villager-market-1.12.2-1.0.0.jar | d476d1b22b218a10d845928d1665d45fce301b27 |
  362. | UCHIJAAAA | vtt | 0.6.4 | VillagerTrades-1.12-0.6.4.jar | None |
  363. | UCHIJAAAA | gvc | 1.0 | VoiceChat-1.12-1.0.jar | None |
  364. | UCHIJAAAA | waddles | 0.5.6 | Waddles-1.12.2-0.5.6.jar | None |
  365. | UCHIJAAAA | wanionlib | 1.12.2-1.5 | WanionLib-1.12.2-1.5.jar | None |
  366. | UCHIJAAAA | waystones | 4.0.33 | Waystones_1.12.2-4.0.33.jar | None |
  367. | UCHIJAAAA | weaponlevels | 2.1.0 | weaponlevels-2.1.0.jar | None |
  368. | UCHIJAAAA | webshooter | 1.0.2 | webshooter-1.11-1.0.2.jar | None |
  369. | UCHIJAAAA | wct | 3.9.64 | WirelessCraftingTerminal-1.12.2-3.9.64.jar | None |
  370. | UCHIJAAAA | wrcbe | 2.3.0 | WR-CBE-1.12.2-2.3.0.27-universal.jar | f1850c39b2516232a2108a7bd84d1cb5df93b261 |
  371. | UCHIJAAAA | zlbuilding | 1.1.0 | ZL-BuildingAdditions_1.12.2-r3.jar | None |
  372. | UCHIJAAAA | zombieawareness | 1.12.1-1.11.12 | zombieawareness-1.12.1-1.11.12.jar | None |
  373. | UCHIJAAAA | librarianliblate | 9.4 | librarianlib-1.12.2-4.9.jar | None |
  374. | UCHIJAAAA | teslacorelib_registries | 1.0.13 | tesla-core-lib-1.12-1.0.13.jar | None |
  375. | UCHIJAAAA | unidict | 1.12.2-2.5 | UniDict-1.12.2-2.5.jar | None |
  376. | UD | worldgenerationprofiler | 1.2.0 | minecraft.jar | None |
  377.  
  378. Loaded coremods (and transformers):
  379. LoadingPlugin (TickDynamic-1.12.2-1.0.0.jar)
  380. com.wildex999.patcher.TransformerPatcher
  381. com.wildex999.patcher.EntityInjector
  382. EnderCorePlugin (EnderCore-1.12.2-0.5.20.jar)
  383. com.enderio.core.common.transform.EnderCoreTransformer
  384. TheBetweenlandsLoadingPlugin (TheBetweenlands-3.3.7-core.jar)
  385. thebetweenlands.core.TheBetweenlandsClassTransformer
  386. OpenModsCorePlugin (OpenModsLib-1.12.2-0.11.5.jar)
  387. openmods.core.OpenModsClassTransformer
  388. LoadingPlugin (Quark-r1.4-123.jar)
  389. vazkii.quark.base.asm.ClassTransformer
  390. Do not report to Forge! Remove FoamFixAPI (or replace with FoamFixAPI-Lawful) and try again. (foamfix-0.9.7-1.12.2-anarchy.jar)
  391. pl.asie.foamfix.coremod.FoamFixTransformer
  392. GottaGoFastLoader (gottagofast-1.0.jar)
  393. com.thiakil.gottagofast.coremod.GottaGoFastASMTransformer
  394. MuonPlugin (muon-0.2-1.12.jar)
  395. gd.izno.mc.muon.MuonClassTransformer
  396. Plugin (NotEnoughIDs-1.5.4.2.jar)
  397. ru.fewizz.neid.asm.Transformer
  398. BIFLoader (BowInfinityFix-1.11.x-1.12.x-rv5.jar)
  399. com.github.parker8283.bif.Transformer
  400. SSLoadingPlugin (SereneSeasons-1.12.2-1.1.2-universal.jar)
  401. sereneseasons.asm.transformer.EntityRendererTransformer
  402. sereneseasons.asm.transformer.WorldTransformer
  403. CoreMod (Aroma1997Core-1.12.2-1.3.0.2.jar)
  404.  
  405. RandomPatches (randompatches-1.12.2-1.0.1.0.jar)
  406. com.therandomlabs.randompatches.RPTransformer
  407. Inventory Tweaks Coremod (InventoryTweaks-1.63.jar)
  408. invtweaks.forge.asm.ContainerTransformer
  409. Wizardry Plugin (wizardry-0.8.5.jar)
  410. com.teamwizardry.wizardry.asm.WizardryTransformer
  411. ForgelinPlugin (Forgelin-1.6.0.jar)
  412.  
  413. Worldgeneration Profiler Plugin (worldgenerationprofiler-v1.2.0.jar)
  414. net.hycrafthd.worldgenerationprofiler.asm.transformer.Transformer
  415. LoadingPlugin (RandomThings-MC1.12.2-4.1.5.jar)
  416. lumien.randomthings.asm.ClassTransformer
  417. IvToolkit (IvToolkit-1.3.3-1.12.jar)
  418.  
  419. LibrarianLib Plugin (librarianlib-1.12.2-4.9.jar)
  420. com.teamwizardry.librarianlib.asm.LibLibTransformer
  421. MicdoodlePlugin (MicdoodleCore-1.12.2-4.0.1.172.jar)
  422. micdoodle8.mods.miccore.MicdoodleTransformer
  423. SecretRoomsMod-Core (secretroomsmod-1.12.2-5.6.2.jar)
  424. com.wynprice.secretroomsmod.core.SecretRoomsTransformer
  425. OpenModsLib class transformers: [llama_null_fix:FINISHED],[horse_base_null_fix:FINISHED],[pre_world_render_hook:ENABLED],[player_render_hook:ENABLED],[horse_null_fix:FINISHED]
  426. AE2 Version: stable rv5-stable-11 for Forge 14.23.1.2554
  427. Pulsar/natura loaded Pulses:
  428. - NaturaCommons (Enabled/Forced)
  429. - NaturaOverworld (Enabled/Not Forced)
  430. - NaturaNether (Enabled/Not Forced)
  431. - NaturaDecorative (Enabled/Not Forced)
  432. - NaturaTools (Enabled/Not Forced)
  433. - NaturaEntities (Enabled/Not Forced)
  434. - NaturaOredict (Enabled/Forced)
  435. - NaturaWorld (Enabled/Not Forced)
  436.  
  437. Pulsar/inspirations loaded Pulses:
  438. - InspirationsShared (Enabled/Forced)
  439. - InspirationsBuilding (Enabled/Not Forced)
  440. - InspirationsUtility (Enabled/Not Forced)
  441. - InspirationsRecipes (Enabled/Not Forced)
  442. - InspirationsTweaks (Enabled/Not Forced)
  443. - InspirationsShared (Enabled/Forced)
  444.  
  445. List of loaded APIs:
  446. * AbyssalCraftAPI (1.14.0) from AbyssalCraft-1.12.2-1.9.4.7.jar
  447. * AbyssalCraftAPI|Biome (1.14.0) from AbyssalCraft-1.12.2-1.9.4.7.jar
  448. * AbyssalCraftAPI|Block (1.14.0) from AbyssalCraft-1.12.2-1.9.4.7.jar
  449. * AbyssalCraftAPI|Caps (1.14.0) from AbyssalCraft-1.12.2-1.9.4.7.jar
  450. * AbyssalCraftAPI|Condition (1.14.0) from AbyssalCraft-1.12.2-1.9.4.7.jar
  451. * AbyssalCraftAPI|Disruption (1.14.0) from AbyssalCraft-1.12.2-1.9.4.7.jar
  452. * AbyssalCraftAPI|Energy (1.14.0) from AbyssalCraft-1.12.2-1.9.4.7.jar
  453. * AbyssalCraftAPI|Entity (1.14.0) from AbyssalCraft-1.12.2-1.9.4.7.jar
  454. * AbyssalCraftAPI|Event (1.14.0) from AbyssalCraft-1.12.2-1.9.4.7.jar
  455. * AbyssalCraftAPI|Integration (1.14.0) from AbyssalCraft-1.12.2-1.9.4.7.jar
  456. * AbyssalCraftAPI|Internal (1.14.0) from AbyssalCraft-1.12.2-1.9.4.7.jar
  457. * AbyssalCraftAPI|Item (1.14.0) from AbyssalCraft-1.12.2-1.9.4.7.jar
  458. * AbyssalCraftAPI|Necronomicon (1.14.0) from AbyssalCraft-1.12.2-1.9.4.7.jar
  459. * AbyssalCraftAPI|Recipe (1.14.0) from AbyssalCraft-1.12.2-1.9.4.7.jar
  460. * AbyssalCraftAPI|Ritual (1.14.0) from AbyssalCraft-1.12.2-1.9.4.7.jar
  461. * AbyssalCraftAPI|Spell (1.14.0) from AbyssalCraft-1.12.2-1.9.4.7.jar
  462. * actuallyadditionsapi (33) from ActuallyAdditions-1.12.2-r133.jar
  463. * antiqueatlasapi (5.1) from antiqueatlas-1.12.2-4.4.7.jar
  464. * appliedenergistics2|API (rv5) from appliedenergistics2-rv5-stable-11.jar
  465. * Baubles|API (1.4.0.2) from statues-1.12.X-0.8.1.jar
  466. * BetterWithModsAPI (Beta 0.6) from Quark-r1.4-123.jar
  467. * BetweenlandsAPI (1.10.0) from TheBetweenlands-3.3.7-universal.jar
  468. * bloodmagic-api (2.0.0) from BloodMagic-1.12.2-2.2.8-91.jar
  469. * BotaniaAPI (89) from Botania+r1.10-353.jar
  470. * Chisel-API (0.0.1) from Chisel-MC1.12.2-0.2.0.31.jar
  471. * ChiselAPI|Carving (0.0.1) from Chisel-MC1.12.2-0.2.0.31.jar
  472. * cofhapi (2.2.0) from CoFHCore-1.12.2-4.3.11.6-universal.jar
  473. * cofhapi|block (2.2.0) from CoFHCore-1.12.2-4.3.11.6-universal.jar
  474. * cofhapi|core (2.2.0) from CoFHCore-1.12.2-4.3.11.6-universal.jar
  475. * cofhapi|item (2.2.0) from CoFHCore-1.12.2-4.3.11.6-universal.jar
  476. * cofhapi|tileentity (2.2.0) from CoFHCore-1.12.2-4.3.11.6-universal.jar
  477. * cofhapi|util (2.2.0) from CoFHCore-1.12.2-4.3.11.6-universal.jar
  478. * ComputerCraft|API (1.80pr1) from ComputerCraft1.80pr1.jar
  479. * ComputerCraft|API|FileSystem (1.80pr1) from ComputerCraft1.80pr1.jar
  480. * ComputerCraft|API|Lua (1.80pr1) from ComputerCraft1.80pr1.jar
  481. * ComputerCraft|API|Media (1.80pr1) from ComputerCraft1.80pr1.jar
  482. * ComputerCraft|API|Network (1.80pr1) from ComputerCraft1.80pr1.jar
  483. * ComputerCraft|API|Peripheral (1.80pr1) from ComputerCraft1.80pr1.jar
  484. * ComputerCraft|API|Permissions (1.80pr1) from ComputerCraft1.80pr1.jar
  485. * ComputerCraft|API|Redstone (1.80pr1) from ComputerCraft1.80pr1.jar
  486. * ComputerCraft|API|Turtle (1.80pr1) from ComputerCraft1.80pr1.jar
  487. * CoroAI|dynamicdifficulty (1.0) from coroutil-1.12.1-1.1.24.jar
  488. * CustomStuff4API (1) from customstuff4-1.12.2-0.5.2.jar
  489. * ElecCoreAPI (1.0) from ElecCore-1.12.2-1.8.434.jar
  490. * ElecCore|Abilities (#API_VER#) from ElecCore-1.12.2-1.8.434.jar
  491. * enderioapi (4.0.0) from EnderIO-1.12.2-5.0.22.jar
  492. * enderioapi|addon (4.0.0) from EnderIO-1.12.2-5.0.22.jar
  493. * enderioapi|capacitor (4.0.0) from EnderIO-1.12.2-5.0.22.jar
  494. * enderioapi|conduits (4.0.0) from EnderIO-1.12.2-5.0.22.jar
  495. * enderioapi|farm (4.0.0) from EnderIO-1.12.2-5.0.22.jar
  496. * enderioapi|redstone (4.0.0) from EnderIO-1.12.2-5.0.22.jar
  497. * enderioapi|teleport (4.0.0) from EnderIO-1.12.2-5.0.22.jar
  498. * enderioapi|tools (4.0.0) from EnderIO-1.12.2-5.0.22.jar
  499. * enderioapi|upgrades (4.0.0) from EnderIO-1.12.2-5.0.22.jar
  500. * ForestryAPI|apiculture (5.0.0) from forestry_1.12.2-5.8.0.267.jar
  501. * ForestryAPI|arboriculture (4.3.0) from forestry_1.12.2-5.8.0.267.jar
  502. * ForestryAPI|book (5.8.1) from forestry_1.12.2-5.8.0.267.jar
  503. * ForestryAPI|circuits (3.1.0) from forestry_1.12.2-5.8.0.267.jar
  504. * ForestryAPI|climate (5.0.0) from forestry_1.12.2-5.8.0.267.jar
  505. * ForestryAPI|core (5.7.0) from forestry_1.12.2-5.8.0.267.jar
  506. * ForestryAPI|farming (5.8.0) from forestry_1.12.2-5.8.0.267.jar
  507. * ForestryAPI|food (1.1.0) from forestry_1.12.2-5.8.0.267.jar
  508. * ForestryAPI|fuels (3.0.0) from forestry_1.12.2-5.8.0.267.jar
  509. * ForestryAPI|genetics (5.7.0) from forestry_1.12.2-5.8.0.267.jar
  510. * ForestryAPI|greenhouse (5.2.0) from forestry_1.12.2-5.8.0.267.jar
  511. * ForestryAPI|gui (5.8.0) from forestry_1.12.2-5.8.0.267.jar
  512. * ForestryAPI|hives (4.1.0) from forestry_1.12.2-5.8.0.267.jar
  513. * ForestryAPI|lepidopterology (1.4.0) from forestry_1.12.2-5.8.0.267.jar
  514. * ForestryAPI|mail (3.1.0) from forestry_1.12.2-5.8.0.267.jar
  515. * ForestryAPI|modules (5.7.0) from forestry_1.12.2-5.8.0.267.jar
  516. * ForestryAPI|multiblock (3.0.0) from forestry_1.12.2-5.8.0.267.jar
  517. * ForestryAPI|recipes (5.4.0) from forestry_1.12.2-5.8.0.267.jar
  518. * ForestryAPI|storage (5.0.0) from forestry_1.12.2-5.8.0.267.jar
  519. * ForestryAPI|world (2.1.0) from forestry_1.12.2-5.8.0.267.jar
  520. * Galacticraft API (1.1) from GalacticraftCore-1.12.2-4.0.1.172.jar
  521. * gendustryAPI (2.3.0) from gendustry-1.6.5.8-mc1.12.2.jar
  522. * Guide-API|API (2.0.0) from Guide-API-1.12-2.1.5-60.jar
  523. * iChunUtil API (1.2.0) from iChunUtil-1.12.2-7.1.4.jar
  524. * industrialforegoingapi (4) from industrialforegoing-1.12.2-1.8.9-138.jar
  525. * journeymap|client-api (1.4) from journeymap-1.12.2-5.5.2.jar
  526. * journeymap|client-api-display (1.4) from journeymap-1.12.2-5.5.2.jar
  527. * journeymap|client-api-event (1.4) from journeymap-1.12.2-5.5.2.jar
  528. * journeymap|client-api-model (1.4) from journeymap-1.12.2-5.5.2.jar
  529. * journeymap|client-api-util (1.4) from journeymap-1.12.2-5.5.2.jar
  530. * JustEnoughItemsAPI (4.13.0) from jei_1.12.2-4.8.5.159.jar
  531. * MekanismAPI|core (9.0.0) from Mekanism-1.12.2-9.4.3.330.jar
  532. * MekanismAPI|energy (9.0.0) from Mekanism-1.12.2-9.4.3.330.jar
  533. * MekanismAPI|gas (9.0.0) from Mekanism-1.12.2-9.4.3.330.jar
  534. * MekanismAPI|infuse (9.0.0) from Mekanism-1.12.2-9.4.3.330.jar
  535. * MekanismAPI|laser (9.0.0) from Mekanism-1.12.2-9.4.3.330.jar
  536. * MekanismAPI|transmitter (9.0.0) from Mekanism-1.12.2-9.4.3.330.jar
  537. * MekanismAPI|util (9.0.0) from Mekanism-1.12.2-9.4.3.330.jar
  538. * openblocks|api (1.2) from OpenBlocks-1.12.2-1.7.6.jar
  539. * ProjectEAPI (1.9.4-1.0.0) from p455w0rdslib-1.12-2.0.29.jar
  540. * QuarkAPI (2) from Quark-r1.4-123.jar
  541. * RefinedRelocationAPI (2.0.0) from RefinedRelocation_1.12.2-4.2.20.jar
  542. * rtfmAPI (1.0.0.1) from RTFM-MC1.12-1.0.0.1.jar
  543. * WailaAPI (1.3) from Hwyla-1.8.24-B39_1.12.jar
  544. * wct|api (1.1) from WirelessCraftingTerminal-1.12.2-3.9.64.jar
  545. Ender IO: No known problems detected.
  546.  
  547. !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
  548. !!!You are looking at the diagnostics information, not at the crash. !!!
  549. !!!Scroll up until you see the line with '---- Minecraft Crash Report ----'!!!
  550. !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
  551.  
  552. AE2 Integration: IC2:ON, RC:OFF, MFR:OFF, Waila:ON, Mekanism:ON, OpenComputers:OFF, THE_ONE_PROBE:OFF, TESLA:OFF, CRAFTTWEAKER:ON
  553. Profiler Position: N/A (disabled)
  554. Player Count: 0 / 100; []
  555. Is Modded: Definitely; Server brand changed to 'fml,forge'
  556. Type: Dedicated Server (map_server.txt)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement