Advertisement
DoctorThrax

Untitled

Dec 15th, 2019
449
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 61.28 KB | None | 0 0
  1. ---- Minecraft Crash Report ----
  2.  
  3. WARNING: coremods are present:
  4. SplashAnimationCoremod (SplashAnimation-0.2.1.jar)
  5. BedPatch (bedpatch-2.2-1.12.2.jar)
  6. Do not report to Forge! (If you haven't disabled the FoamFix coremod, try disabling it in the config! Note that this bit of text will still appear.) (foamfix-0.10.9-1.12.2.jar)
  7. Quark Plugin (Quark-r1.6-177.jar)
  8. CTMCorePlugin (CTM-MC1.12.2-1.0.1.30.jar)
  9. ForgelinPlugin (Forgelin-1.8.4.jar)
  10. MekanismCoremod (Mekanism-1.12.2-9.8.3.390.jar)
  11. OpenModsCorePlugin (OpenModsLib-1.12.2-0.12.2.jar)
  12. BewitchmentFMLLoadingPlugin (bewitchment-1.12.2-0.0.21.2.jar)
  13. EnderCorePlugin (EnderCore-1.12.2-0.5.73-core.jar)
  14. TheBetweenlandsLoadingPlugin (TheBetweenlands-3.5.4-core.jar)
  15. IELoadingPlugin (ImmersiveEngineering-core-0.12-92.jar)
  16. AstralCore (astralsorcery-1.12.2-1.10.20.jar)
  17. Plugin (NotEnoughIDs-1.5.4.4.jar)
  18. llibrary (llibrary-core-1.0.11-1.12.2.jar)
  19. ApotheosisCore (Apotheosis-1.12.2-1.12.4.jar)
  20. LibrarianLib Plugin (librarianlib-1.12.2-4.20-release.jar)
  21. Inventory Tweaks Coremod (InventoryTweaks-1.63.jar)
  22. ShetiPhian-ASM (ShetiPhian-ASM-1.12.0.jar)
  23. Wizardry Plugin (wizardry-0.10.8.jar)
  24. LoadingPlugin (ResourceLoader-MC1.12.1-1.5.3.jar)
  25. CoreMod (Aroma1997Core-1.12.2-2.0.0.2.jar)
  26. RandomPatches (randompatches-1.12.2-1.19.1.1.jar)
  27. Contact their authors BEFORE contacting forge
  28.  
  29. // Hey, that tickles! Hehehe!
  30.  
  31. Time: 12/15/19 4:46 PM
  32. Description: Exception in server tick loop
  33.  
  34. java.lang.NoClassDefFoundError: net/minecraft/client/multiplayer/WorldClient
  35. at net.arsenalnetwork.arcanearteries.EventSubscriber.onRegisterItemsEvent(EventSubscriber.java:46)
  36. at net.minecraftforge.fml.common.eventhandler.ASMEventHandler_401_EventSubscriber_onRegisterItemsEvent_Register.invoke(.dynamic)
  37. at net.minecraftforge.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:90)
  38. at net.minecraftforge.fml.common.eventhandler.EventBus$1.invoke(EventBus.java:144)
  39. at net.minecraftforge.fml.common.eventhandler.EventBus.post(EventBus.java:182)
  40. at net.minecraftforge.registries.GameData.fireRegistryEvents(GameData.java:850)
  41. at net.minecraftforge.fml.common.Loader.preinitializeMods(Loader.java:630)
  42. at net.minecraftforge.fml.server.FMLServerHandler.beginServerLoading(FMLServerHandler.java:99)
  43. at net.minecraftforge.fml.common.FMLCommonHandler.onServerStart(FMLCommonHandler.java:333)
  44. at net.minecraft.server.dedicated.DedicatedServer.func_71197_b(DedicatedServer.java:125)
  45. at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:486)
  46. at java.lang.Thread.run(Unknown Source)
  47. Caused by: java.lang.ClassNotFoundException: net.minecraft.client.multiplayer.WorldClient
  48. at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:191)
  49. at java.lang.ClassLoader.loadClass(Unknown Source)
  50. at java.lang.ClassLoader.loadClass(Unknown Source)
  51. ... 12 more
  52. Caused by: net.minecraftforge.fml.common.asm.ASMTransformerWrapper$TransformerException: Exception in class transformer net.minecraftforge.fml.common.asm.transformers.SideTransformer@21f8e55f from coremod FMLCorePlugin
  53. at net.minecraftforge.fml.common.asm.ASMTransformerWrapper$TransformerWrapper.transform(ASMTransformerWrapper.java:260)
  54. at net.minecraft.launchwrapper.LaunchClassLoader.runTransformers(LaunchClassLoader.java:279)
  55. at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:176)
  56. ... 14 more
  57. Caused by: java.lang.RuntimeException: Attempted to load class bsb for invalid side SERVER
  58. at net.minecraftforge.fml.common.asm.transformers.SideTransformer.transform(SideTransformer.java:62)
  59. at net.minecraftforge.fml.common.asm.ASMTransformerWrapper$TransformerWrapper.transform(ASMTransformerWrapper.java:256)
  60. ... 16 more
  61.  
  62.  
  63. A detailed walkthrough of the error, its code path and all known details is as follows:
  64. ---------------------------------------------------------------------------------------
  65.  
  66. -- System Details --
  67. Details:
  68. Minecraft Version: 1.12.2
  69. Operating System: Windows 10 (amd64) version 10.0
  70. Java Version: 1.8.0_211, Oracle Corporation
  71. Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
  72. Memory: 982698416 bytes (937 MB) / 1937768448 bytes (1848 MB) up to 3806855168 bytes (3630 MB)
  73. JVM Flags: 0 total;
  74. IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0
  75. FML: MCP 9.42 Powered by Forge 14.23.5.2847 212 mods loaded, 212 mods active
  76. States: 'U' = Unloaded 'L' = Loaded 'C' = Constructed 'H' = Pre-initialized 'I' = Initialized 'J' = Post-initialized 'A' = Available 'D' = Disabled 'E' = Errored
  77.  
  78. | State | ID | Version | Source | Signature |
  79. |:----- |:--------------------------------- |:------------------------ |:--------------------------------------------------- |:---------------------------------------- |
  80. | LCH | minecraft | 1.12.2 | minecraft.jar | None |
  81. | LCH | mcp | 9.42 | minecraft.jar | None |
  82. | LCH | FML | 8.0.99.99 | forge-1.12.2-14.23.5.2847-universal.jar | None |
  83. | LCH | forge | 14.23.5.2847 | forge-1.12.2-14.23.5.2847-universal.jar | None |
  84. | LCH | openmodscore | 0.12.2 | minecraft.jar | None |
  85. | LCH | foamfixcore | 7.7.4 | minecraft.jar | None |
  86. | LCH | randompatches | 1.12.2-1.19.1.1 | randompatches-1.12.2-1.19.1.1.jar | None |
  87. | LCH | crafttweaker | 4.1.20 | CraftTweaker2-1.12-4.1.20.jar | None |
  88. | LCH | mtlib | 3.0.6 | MTLib-3.0.6.jar | None |
  89. | LCH | modtweaker | 4.0.17 | modtweaker-4.0.17.jar | None |
  90. | LCH | jei | 4.15.0.291 | jei_1.12.2-4.15.0.291.jar | None |
  91. | LCH | abyssalcraft | 1.9.14 | AbyssalCraft-1.12.2-1.9.14.jar | 220f10d3a93b3ff5fbaa7434cc629d863d6751b9 |
  92. | LCH | roots | 1.12.2-3.0.21 | Roots-1.12.2-3.0.21.jar | None |
  93. | LCH | mysticalworld | 1.12.2-1.6.1 | mysticalworld-1.12.2-1.6.1.jar | None |
  94. | LCH | chisel | MC1.12.2-1.0.1.44 | Chisel-MC1.12.2-1.0.1.44.jar | None |
  95. | LCH | baubles | 1.5.2 | Baubles-1.12-1.5.2.jar | None |
  96. | LCH | endercore | 1.12.2-0.5.73 | EnderCore-1.12.2-0.5.73.jar | None |
  97. | LCH | thaumcraft | 6.1.BETA26 | Thaumcraft-1.12.2-6.1.BETA26.jar | None |
  98. | LCH | codechickenlib | 3.2.3.358 | CodeChickenLib-1.12.2-3.2.3.358-universal.jar | f1850c39b2516232a2108a7bd84d1cb5df93b261 |
  99. | LCH | redstoneflux | 2.1.0 | RedstoneFlux-1.12-2.1.0.6-universal.jar | 8a6abf2cb9e141b866580d369ba6548732eff25f |
  100. | LCH | cofhcore | 4.6.3 | CoFHCore-1.12.2-4.6.3.27-universal.jar | None |
  101. | LCH | brandonscore | 2.4.17 | BrandonsCore-1.12.2-2.4.17.208-universal.jar | None |
  102. | LCH | cofhworld | 1.3.1 | CoFHWorld-1.12.2-1.3.1.7-universal.jar | 8a6abf2cb9e141b866580d369ba6548732eff25f |
  103. | LCH | thermalfoundation | 2.6.3 | ThermalFoundation-1.12.2-2.6.3.27-universal.jar | 8a6abf2cb9e141b866580d369ba6548732eff25f |
  104. | LCH | draconicevolution | 2.3.24 | Draconic-Evolution-1.12.2-2.3.24.349-universal.jar | None |
  105. | LCH | thermalexpansion | 5.5.4 | ThermalExpansion-1.12.2-5.5.4.43-universal.jar | 8a6abf2cb9e141b866580d369ba6548732eff25f |
  106. | LCH | enderio | 5.1.52 | EnderIO-1.12.2-5.1.52.jar | None |
  107. | LCH | enderiointegrationtic | 5.1.52 | EnderIO-1.12.2-5.1.52.jar | None |
  108. | LCH | mantle | 1.12-1.3.3.55 | Mantle-1.12-1.3.3.55.jar | None |
  109. | LCH | quark | r1.6-177 | Quark-r1.6-177.jar | None |
  110. | LCH | twilightforest | 3.10.1013 | twilightforest-1.12.2-3.10.1013-universal.jar | None |
  111. | LCH | tconstruct | 1.12.2-2.13.0.171 | TConstruct-1.12.2-2.13.0.171.jar | None |
  112. | LCH | acintegration | 1.9.0 | AbyssalCraft Integration-1.12.2-1.9.0.jar | 220f10d3a93b3ff5fbaa7434cc629d863d6751b9 |
  113. | LCH | fastbench | 1.7.3 | FastWorkbench-1.12.2-1.7.3.jar | None |
  114. | LCH | actuallyadditions | 1.12.2-r151 | ActuallyAdditions-1.12.2-r151.jar | None |
  115. | LCH | actuallybaubles | 1.1 | ActuallyBaubles-1.12-1.1.jar | None |
  116. | LCH | akashictome | 1.2-12 | AkashicTome-1.2-12.jar | None |
  117. | LCH | placebo | 1.6.0 | Placebo-1.12.2-1.6.0.jar | None |
  118. | LCH | apotheosis | 1.12.4 | Apotheosis-1.12.2-1.12.4.jar | None |
  119. | LCH | appleskin | 1.0.9 | AppleSkin-mc1.12-1.0.9.jar | None |
  120. | LCH | guideapi | 1.12-2.1.8-63 | Guide-API-1.12-2.1.8-63.jar | None |
  121. | LCH | bloodmagic | 1.12.2-2.4.3-105 | BloodMagic-1.12.2-2.4.3-105.jar | None |
  122. | LCH | arcanearteries | 0.0.1 - Beta | ArcaneArteries-1.12.2-1.0.0.jar | None |
  123. | LCH | architecturecraft | @VERSION@ | architecturecraft-1.12-3.98.jar | None |
  124. | LCH | aroma1997core | 2.0.0.2 | Aroma1997Core-1.12.2-2.0.0.2.jar | dfbfe4c473253d8c5652417689848f650b2cbe32 |
  125. | LCH | aroma1997sdimension | 2.0.0.2.b89 | Aroma1997s-Dimensional-World-1.12.2-2.0.0.2.b89.jar | dfbfe4c473253d8c5652417689848f650b2cbe32 |
  126. | LCH | astralsorcery | 1.10.20 | astralsorcery-1.12.2-1.10.20.jar | a0f0b759d895c15ceb3e3bcb5f3c2db7c582edf0 |
  127. | LCH | atum | 2.0.16 | Atum-1.12.2-2.0.16.jar | None |
  128. | LCH | morphtool | 1.2-21 | Morph-o-Tool-1.2-21.jar | None |
  129. | LCH | autoreglib | 1.3-32 | AutoRegLib-1.3-32.jar | None |
  130. | LCH | badwithernocookiereloaded | 1.12.2-3.3.16 | badwithernocookiereloaded-1.12.2-3.3.16.jar | None |
  131. | LCH | base | 3.13.0 | base-1.12.2-3.13.0.jar | None |
  132. | LCH | bdlib | 1.14.3.12 | bdlib-1.14.3.12-mc1.12.2.jar | None |
  133. | LCH | bedpatch | 2.2 | bedpatch-2.2-1.12.2.jar | 6bf7527e690fb5e8719b9832bce5000a3e87dfe6 |
  134. | LCH | betterbuilderswands | 0.11.1 | BetterBuildersWands-1.12-0.11.1.245+69d0d70.jar | None |
  135. | LCH | patchouli | 1.0-20 | Patchouli-1.0-20.jar | None |
  136. | LCH | bewitchment | 0.21.2 | bewitchment-1.12.2-0.0.21.2.jar | None |
  137. | LCH | blockcraftery | 1.12.2-1.3.1 | blockcraftery-1.12.2-1.3.1.jar | None |
  138. | LCH | bloodarsenal | 1.12.2-2.2.0-29 | BloodArsenal-1.12.2-2.2.1-29.jar | None |
  139. | LCH | bookshelf | 2.3.590 | Bookshelf-1.12.2-2.3.590.jar | d476d1b22b218a10d845928d1665d45fce301b27 |
  140. | LCH | botania | r1.10-362 | Botania r1.10-362.jar | None |
  141. | LCH | cctweaked | 1.85.2 | cc-tweaked-1.12.2-1.85.2.jar | None |
  142. | LCH | computercraft | 1.85.2 | cc-tweaked-1.12.2-1.85.2.jar | None |
  143. | LCH | chameleon | 1.12-4.1.3 | Chameleon-1.12-4.1.3.jar | None |
  144. | LCH | chesttransporter | 2.8.8 | ChestTransporter-1.12.2-2.8.8.jar | None |
  145. | LCH | chickenchunks | 2.4.2.74 | ChickenChunks-1.12.2-2.4.2.74-universal.jar | f1850c39b2516232a2108a7bd84d1cb5df93b261 |
  146. | LCH | chiselsandbits | 14.33 | chiselsandbits-14.33.jar | None |
  147. | LCH | clumps | 3.1.2 | Clumps-3.1.2.jar | None |
  148. | LCH | conarm | 1.2.5.3 | conarm-1.12.2-1.2.5.3.jar | 2484ef4d131fdc0dca0647aa21b7b944ddb935a1 |
  149. | LCH | cookingforblockheads | 6.4.71 | CookingForBlockheads_1.12.2-6.4.71.jar | None |
  150. | LCH | craftstudioapi | 1.0.0 | CraftStudio-1.0.0.93-mc1.12-alpha.jar | None |
  151. | LCH | crafttweakerjei | 2.0.3 | CraftTweaker2-1.12-4.1.20.jar | None |
  152. | LCH | darkutils | 1.8.230 | DarkUtils-1.12.2-1.8.230.jar | d476d1b22b218a10d845928d1665d45fce301b27 |
  153. | LCH | diethopper | 1.1 | diethopper-1.1.jar | None |
  154. | LCH | dirt2path | 1.7.1 | dirt2path-1.8.0.jar | None |
  155. | LCH | dungeontactics | DT-0.16.6 | DungeonTactics-1.12.2-0.16.6.jar | None |
  156. | LCH | eleccore | 1.9.452 | ElecCore-1.12.2-1.9.452.jar | None |
  157. | LCH | ebwizardry | 4.2.5 | ElectroblobsWizardry-4.2.5-MC1.12.2.jar | None |
  158. | LCH | embers | 1.13-hotfix2 | EmbersRekindled-1.13-hotfix2.jar | None |
  159. | LCH | embersified | 1.0.3 | Embersified-1.12.2-1.0.3.jar | None |
  160. | LCH | enderiobase | 5.1.52 | EnderIO-1.12.2-5.1.52.jar | None |
  161. | LCH | enderioconduits | 5.1.52 | EnderIO-1.12.2-5.1.52.jar | None |
  162. | LCH | enderioconduitsappliedenergistics | 5.1.52 | EnderIO-1.12.2-5.1.52.jar | None |
  163. | LCH | enderioconduitsopencomputers | 5.1.52 | EnderIO-1.12.2-5.1.52.jar | None |
  164. | LCH | refinedstorage | 1.6.15 | refinedstorage-1.6.15.jar | 57893d5b90a7336e8c63fe1c1e1ce472c3d59578 |
  165. | LCH | enderioconduitsrefinedstorage | 5.1.52 | EnderIO-1.12.2-5.1.52.jar | None |
  166. | LCH | enderiointegrationforestry | 5.1.52 | EnderIO-1.12.2-5.1.52.jar | None |
  167. | LCH | enderiointegrationticlate | 5.1.52 | EnderIO-1.12.2-5.1.52.jar | None |
  168. | LCH | ftblib | 5.4.4.5 | FTBLib-5.4.4.5.jar | None |
  169. | LCH | enderiomachines | 5.1.52 | EnderIO-1.12.2-5.1.52.jar | None |
  170. | LCH | enderiopowertools | 5.1.52 | EnderIO-1.12.2-5.1.52.jar | None |
  171. | LCH | enderstorage | 2.4.6.137 | EnderStorage-1.12.2-2.4.6.137-universal.jar | f1850c39b2516232a2108a7bd84d1cb5df93b261 |
  172. | LCH | theoneprobe | 1.4.28 | theoneprobe-1.12-1.4.28.jar | None |
  173. | LCH | immersiveengineering | 0.12-92 | ImmersiveEngineering-0.12-92.jar | 4cb49fcde3b43048c9889e0a3d083225da926334 |
  174. | LCH | engineersdoors | 0.8.0 | engineers_doors-1.12.2-0.8.0.jar | None |
  175. | LCH | reborncore | 3.16.4.478 | RebornCore-1.12.2-3.16.4.478-universal.jar | 8727a3141c8ec7f173b87aa78b9b9807867c4e6b |
  176. | LCH | engineersworkshop | 1.0.9.40 | EngineersWorkshopReborn-1.12.2-1.0.9.40.jar | 8727a3141c8ec7f173b87aa78b9b9807867c4e6b |
  177. | LCH | valkyrielib | 1.12.2-2.0.20.1 | valkyrielib-1.12.2-2.0.20.1.jar | None |
  178. | LCH | environmentaltech | 1.12.2-2.0.20.1 | environmentaltech-1.12.2-2.0.20.1.jar | None |
  179. | LCH | erebus | 1.0.31 | Erebus-1.0.31.jar | None |
  180. | LCH | etlunar | 1.12.2-2.0.20.1 | etlunar-1.12.2-2.0.20.1.jar | None |
  181. | LCH | mcmultipart | 2.5.3 | MCMultiPart-2.5.3.jar | None |
  182. | LCH | mekanism | 1.12.2-9.8.3.390 | Mekanism-1.12.2-9.8.3.390.jar | None |
  183. | LCH | exchangers | 1.12.2-2.8 | Exchangers-1.12.2-2.8.jar | 4ffa87db52cf086d00ecc4853a929367b1c39b5c |
  184. | LCH | extrautils2 | 1.0 | extrautils2-1.12-1.9.9.jar | None |
  185. | LCH | fencejumper | 1.0.5 | fencejumper-1.12-1.0.5.jar | None |
  186. | LCH | flatcoloredblocks | mc1.12-6.8 | flatcoloredblocks-mc1.12-6.8.jar | None |
  187. | LCH | sonarcore | 5.0.19 | sonarcore-1.12.2-5.0.19-20.jar | None |
  188. | LCH | fluxnetworks | 4.0.13 | fluxnetworks-1.12.2-4.0.13-30.jar | None |
  189. | LCH | foamfix | 0.10.9-1.12.2 | foamfix-0.10.9-1.12.2.jar | None |
  190. | LCH | forgelin | 1.8.4 | Forgelin-1.8.4.jar | None |
  191. | LCH | forgemultipartcbe | 2.6.2.83 | ForgeMultipart-1.12.2-2.6.2.83-universal.jar | f1850c39b2516232a2108a7bd84d1cb5df93b261 |
  192. | LCH | microblockcbe | 2.6.2.83 | ForgeMultipart-1.12.2-2.6.2.83-universal.jar | None |
  193. | LCH | minecraftmultipartcbe | 2.6.2.83 | ForgeMultipart-1.12.2-2.6.2.83-universal.jar | None |
  194. | LCH | ftbbackups | 1.1.0.1 | FTBBackups-1.1.0.1.jar | None |
  195. | LCH | ftbguides | 1.0.2.33 | FTBGuides-1.0.2.33.jar | None |
  196. | LCH | ftbutilities | 5.4.0.124 | FTBUtilities-5.4.0.124.jar | None |
  197. | LCH | harvest | 1.12-1.2.7-20 | Harvest-1.12-1.2.7-20.jar | None |
  198. | LCH | immersivecables | 1.3.2 | ImmersiveCables-1.12.2-1.3.2.jar | None |
  199. | LCH | immersivepetroleum | 1.1.9 | immersivepetroleum-1.12.2-1.1.9.jar | None |
  200. | LCH | teslacorelib | 1.0.15 | tesla-core-lib-1.12.2-1.0.15.jar | d476d1b22b218a10d845928d1665d45fce301b27 |
  201. | LCH | industrialforegoing | 1.12.2-1.12.2 | industrialforegoing-1.12.2-1.12.13-237.jar | None |
  202. | LCH | initialinventory | 2.0.2 | InitialInventory-3.0.0.jar | None |
  203. | LCH | natura | 1.12.2-4.3.2.69 | natura-1.12.2-4.3.2.69.jar | None |
  204. | LCH | harvestcraft | 1.12.2zb | Pam's HarvestCraft 1.12.2zf.jar | None |
  205. | LCH | mcjtylib_ng | 3.5.4 | mcjtylib-1.12-3.5.4.jar | None |
  206. | LCH | rftools | 7.72 | rftools-1.12-7.72.jar | None |
  207. | LCH | integrationforegoing | 1.12.2-1.9 | IntegrationForegoing-1.12.2-1.9.jar | 4ffa87db52cf086d00ecc4853a929367b1c39b5c |
  208. | LCH | inventorytweaks | 1.63+release.109.220f184 | InventoryTweaks-1.63.jar | 55d2cd4f5f0961410bf7b91ef6c6bf00a766dcbe |
  209. | LCH | ironbackpacks | 1.12.2-3.0.8-12 | IronBackpacks-1.12.2-3.0.8-12.jar | None |
  210. | LCH | ironchest | 1.12.2-7.0.67.844 | ironchest-1.12.2-7.0.72.847.jar | None |
  211. | LCH | journeymap | 1.12.2-5.5.5 | journeymap-1.12.2-5.5.5.jar | None |
  212. | LCH | letsencryptcraft | @VERSION@ | letsencryptcraft-1.10.2-1.2.0.jar | None |
  213. | LCH | librarianlib | 4.20 | librarianlib-1.12.2-4.20-release.jar | None |
  214. | LCH | longfallboots | 1.2.1a | longfallboots-1.2.1b.jar | None |
  215. | LCH | lostcities | 2.0.21 | lostcities-1.12-2.0.21.jar | None |
  216. | LCH | mekanismgenerators | 1.12.2-9.8.3.390 | MekanismGenerators-1.12.2-9.8.3.390.jar | None |
  217. | LCH | mekanismtools | 1.12.2-9.8.3.390 | MekanismTools-1.12.2-9.8.3.390.jar | None |
  218. | LCH | millenaire | Millénaire 8.0.0 | millenaire-1.12.2-8.0.0.jar | None |
  219. | LCH | minetogether | unspecified | minetogether-1.10.2-2.2.0-RC6.jar | None |
  220. | LCH | minetogetherserver | unspecified | minetogether-1.10.2-2.2.0-RC6.jar | None |
  221. | LCH | numina | 1.12.2-1.0.38 | Numina-1.12.2-1.0.38.jar | None |
  222. | LCH | powersuits | 1.12.2-1.0.46 | ModularPowersuits-1.12.2-1.0.46.jar | None |
  223. | LCH | morpheus | 1.12.2-3.5.106 | Morpheus-1.12.2-3.5.106.jar | None |
  224. | LCH | mrtjpcore | 2.1.4.43 | MrTJPCore-1.12.2-2.1.4.43-universal.jar | None |
  225. | LCH | naturescompass | 1.6.2 | NaturesCompass-1.12.2-1.6.2.jar | None |
  226. | LCH | nice | 0.4.0 | nice-1.12-0.4.0.jar | None |
  227. | LCH | neid | 1.5.4.4 | NotEnoughIDs-1.5.4.4.jar | None |
  228. | LCH | notenoughwands | 1.8.1 | notenoughwands-1.12-1.8.1.jar | None |
  229. | LCH | openmods | 0.12.2 | OpenModsLib-1.12.2-0.12.2.jar | d2a9a8e8440196e26a268d1f3ddc01b2e9c572a5 |
  230. | LCH | openblocks | 1.8.1 | OpenBlocks-1.12.2-1.8.1.jar | d2a9a8e8440196e26a268d1f3ddc01b2e9c572a5 |
  231. | LCH | p455w0rdslib | 2.3.161 | p455w0rdslib-1.12.2-2.3.161.jar | 186bc454cd122c9c2f1aa4f95611254bcc543363 |
  232. | LCH | shetiphiancore | 3.5.9 | shetiphiancore-1.12.0-3.5.9.jar | None |
  233. | LCH | platforms | 1.4.6 | platforms-1.12.0-1.4.6.jar | None |
  234. | LCH | projectred-core | 4.9.4.120 | ProjectRed-1.12.2-4.9.4.120-Base.jar | None |
  235. | LCH | projectred-integration | 4.9.4.120 | ProjectRed-1.12.2-4.9.4.120-integration.jar | None |
  236. | LCH | projectred-transmission | 4.9.4.120 | ProjectRed-1.12.2-4.9.4.120-integration.jar | None |
  237. | LCH | projectred-fabrication | 4.9.4.120 | ProjectRed-1.12.2-4.9.4.120-fabrication.jar | None |
  238. | LCH | projectred-illumination | 4.9.4.120 | ProjectRed-1.12.2-4.9.4.120-lighting.jar | None |
  239. | LCH | projectred-expansion | 4.9.4.120 | ProjectRed-1.12.2-4.9.4.120-mechanical.jar | None |
  240. | LCH | projectred-relocation | 4.9.4.120 | ProjectRed-1.12.2-4.9.4.120-mechanical.jar | None |
  241. | LCH | projectred-transportation | 4.9.4.120 | ProjectRed-1.12.2-4.9.4.120-mechanical.jar | None |
  242. | LCH | projectred-exploration | 4.9.4.120 | ProjectRed-1.12.2-4.9.4.120-world.jar | None |
  243. | LCH | quickleafdecay | 1.2.4 | QuickLeafDecay-MC1.12.1-1.2.4.jar | None |
  244. | LCH | rangedpumps | 0.5 | rangedpumps-0.5.jar | None |
  245. | LCH | rebornstorage | 1.0.0 | RebornStorage-1.12.2-3.3.4.1.jar | None |
  246. | LCH | redstonearsenal | 2.6.3 | RedstoneArsenal-1.12.2-2.6.3.18-universal.jar | 8a6abf2cb9e141b866580d369ba6548732eff25f |
  247. | LCH | redstonerepository | 1.3.2 | RedstoneRepository-1.12.2-1.4.0-dev-universal.jar | None |
  248. | LCH | refinedstorageaddons | 0.4.4 | refinedstorageaddons-0.4.4.jar | None |
  249. | LCH | xreliquary | 1.12.2-1.3.4.796 | Reliquary-1.12.2-1.3.4.796.jar | None |
  250. | LCH | rftoolscontrol | 2.0.2 | rftoolsctrl-1.12-2.0.2.jar | None |
  251. | LCH | rftoolspower | 1.2.0 | rftoolspower-1.12-1.2.0.jar | None |
  252. | LCH | roguelike | 1.8.0 | RoguelikeDungeons-1.12.2-1.8.0.jar | None |
  253. | LCH | shadowmc | 3.8.0 | ShadowMC-1.12-3.8.0.jar | None |
  254. | LCH | simplevoidworld | 1.2.0.9 | Simple-Void-World-1.12-1.2.0.9-universal.jar | None |
  255. | LCH | thermaldynamics | 2.5.5 | ThermalDynamics-1.12.2-2.5.5.21-universal.jar | 8a6abf2cb9e141b866580d369ba6548732eff25f |
  256. | LCH | simplyjetpacks | 2.2.14.67 | SimplyJetpacks2-1.12.2-2.2.14.67.jar | None |
  257. | LCH | snad | 1.12.1-1.7.09.16a | Snad-1.12.1-1.7.09.16a.jar | None |
  258. | LCH | soot | 1.6 | Soot-1.6.jar | None |
  259. | LCH | soulshardsrespawn | 1.12.2-1.1.1-13 | SoulShardsRespawn-1.12.2-1.1.1-13.jar | None |
  260. | LCH | spartanshields | 1.5.4 | SpartanShields-1.12.2-1.5.4.jar | None |
  261. | LCH | spartanweaponry | beta 1.3.8 | SpartanWeaponry-1.12.2-beta-1.3.8.jar | None |
  262. | LCH | tcinventoryscan | 2.0.10 | ThaumicInventoryScanning_1.12.2-2.0.10.jar | None |
  263. | LCH | thermalcultivation | 0.3.3 | ThermalCultivation-1.12.2-0.3.3.12-universal.jar | 8a6abf2cb9e141b866580d369ba6548732eff25f |
  264. | LCH | thermalinnovation | 0.3.3 | ThermalInnovation-1.12.2-0.3.3.12-universal.jar | 8a6abf2cb9e141b866580d369ba6548732eff25f |
  265. | LCH | thutcore | 5.21.0 | thutcore-1.12.2-5.21.0.jar | None |
  266. | LCH | thutcore_compat | 1.0 | thutcore-1.12.2-5.21.0.jar | None |
  267. | LCH | thuttech | 6.1.6 | thuttech-1.12.2-6.1.6.jar | None |
  268. | LCH | tinkertoolleveling | 1.12.2-1.1.0.DEV.b23e769 | TinkerToolLeveling-1.12.2-1.1.0.jar | None |
  269. | LCH | topaddons | 1.12.2-1.12.0 | topaddons-1.12.2-1.12.0.jar | None |
  270. | LCH | torchmaster | 1.8.1.81 | torchmaster_1.12.2-1.8.1.81.jar | 5e9a436b366831c8f54a7e80b015784da69278c6 |
  271. | LCH | toroquest | 1.12.2-5.3 | toroquest-1.12.2-5.3.jar | None |
  272. | LCH | translocators | 2.5.2.81 | Translocators-1.12.2-2.5.2.81-universal.jar | f1850c39b2516232a2108a7bd84d1cb5df93b261 |
  273. | LCH | universalmodifiers | 1.12.2-1.0.16.1 | valkyrielib-1.12.2-2.0.20.1.jar | None |
  274. | LCH | wanionlib | 1.12.2-2.4 | WanionLib-1.12.2-2.4.jar | None |
  275. | LCH | waystones | 4.0.72 | Waystones_1.12.2-4.0.72.jar | None |
  276. | LCH | wizardry | 0.10.8 | wizardry-0.10.8.jar | None |
  277. | LCH | woot | 1.12.2-1.4.11 | woot-1.12.2-1.4.11.jar | None |
  278. | LCH | xnet | 1.8.2 | xnet-1.12-1.8.2.jar | None |
  279. | LCH | xtones | 1.12-1.0.8-11 | Xtones-1.12-1.0.8-11.jar | None |
  280. | LCH | yabba | 1.1.2.54 | YABBA-1.1.2.54.jar | None |
  281. | LCH | zerocore | 1.12.2-0.1.2.8 | zerocore-1.12.2-0.1.2.8.jar | None |
  282. | LCH | industrialwires | 1.7-36 | IndustrialWires-1.7-36.jar | 7e11c175d1e24007afec7498a1616bef0000027d |
  283. | LCH | llibrary | 1.7.19 | llibrary-1.7.19-1.12.2.jar | b9f30a813bee3b9dd5652c460310cfcd54f6b7ec |
  284. | LCH | structurize | 1.12.2-0.10.124-ALPHA | structurize-1.12.2-0.10.124-ALPHA.jar | None |
  285. | LCH | minecolonies | 1.12.2-0.10.488-RELEASE | minecolonies-1.12.2-0.10.488-RELEASE-universal.jar | None |
  286. | LCH | thebetweenlands | 3.5.4 | TheBetweenlands-3.5.4-universal.jar | 38067d6878811efb38b6a045521cfd80b9b60b38 |
  287. | LCH | eleccoreloader | 1.9.452 | ElecCore-1.12.2-1.9.452.jar | None |
  288. | LCH | librarianliblate | 4.20 | librarianlib-1.12.2-4.20-release.jar | None |
  289. | LCH | mysticallib | 1.12.2-1.4.0 | mysticallib-1.12.2-1.4.0.jar | None |
  290. | LCH | teslacorelib_registries | 1.0.15 | tesla-core-lib-1.12.2-1.0.15.jar | None |
  291. | LCH | unidict | 1.12.2-2.9.3 | UniDict-1.12.2-2.9.3.jar | None |
  292.  
  293. Loaded coremods (and transformers):
  294. SplashAnimationCoremod (SplashAnimation-0.2.1.jar)
  295. pl.asie.splashanimation.core.SplashProgressTransformer
  296. BedPatch (bedpatch-2.2-1.12.2.jar)
  297. com.mordenkainen.bedpatch.BedPatchASM
  298. Do not report to Forge! (If you haven't disabled the FoamFix coremod, try disabling it in the config! Note that this bit of text will still appear.) (foamfix-0.10.9-1.12.2.jar)
  299. pl.asie.foamfix.coremod.FoamFixTransformer
  300. Quark Plugin (Quark-r1.6-177.jar)
  301. vazkii.quark.base.asm.ClassTransformer
  302. CTMCorePlugin (CTM-MC1.12.2-1.0.1.30.jar)
  303. team.chisel.ctm.client.asm.CTMTransformer
  304. ForgelinPlugin (Forgelin-1.8.4.jar)
  305.  
  306. MekanismCoremod (Mekanism-1.12.2-9.8.3.390.jar)
  307. mekanism.coremod.KeybindingMigrationHelper
  308. OpenModsCorePlugin (OpenModsLib-1.12.2-0.12.2.jar)
  309. openmods.core.OpenModsClassTransformer
  310. BewitchmentFMLLoadingPlugin (bewitchment-1.12.2-0.0.21.2.jar)
  311.  
  312. EnderCorePlugin (EnderCore-1.12.2-0.5.73-core.jar)
  313. com.enderio.core.common.transform.EnderCoreTransformer
  314. com.enderio.core.common.transform.SimpleMixinPatcher
  315. TheBetweenlandsLoadingPlugin (TheBetweenlands-3.5.4-core.jar)
  316. thebetweenlands.core.TheBetweenlandsClassTransformer
  317. IELoadingPlugin (ImmersiveEngineering-core-0.12-92.jar)
  318. blusunrize.immersiveengineering.common.asm.IEClassTransformer
  319. AstralCore (astralsorcery-1.12.2-1.10.20.jar)
  320.  
  321. Plugin (NotEnoughIDs-1.5.4.4.jar)
  322. ru.fewizz.neid.asm.Transformer
  323. llibrary (llibrary-core-1.0.11-1.12.2.jar)
  324. net.ilexiconn.llibrary.server.core.plugin.LLibraryTransformer
  325. net.ilexiconn.llibrary.server.core.patcher.LLibraryRuntimePatcher
  326. ApotheosisCore (Apotheosis-1.12.2-1.12.4.jar)
  327. shadows.ApotheosisTransformer
  328. LibrarianLib Plugin (librarianlib-1.12.2-4.20-release.jar)
  329. com.teamwizardry.librarianlib.asm.LibLibTransformer
  330. Inventory Tweaks Coremod (InventoryTweaks-1.63.jar)
  331. invtweaks.forge.asm.ContainerTransformer
  332. ShetiPhian-ASM (ShetiPhian-ASM-1.12.0.jar)
  333. shetiphian.asm.ClassTransformer
  334. Wizardry Plugin (wizardry-0.10.8.jar)
  335. com.teamwizardry.wizardry.asm.WizardryTransformer
  336. LoadingPlugin (ResourceLoader-MC1.12.1-1.5.3.jar)
  337. lumien.resourceloader.asm.ClassTransformer
  338. CoreMod (Aroma1997Core-1.12.2-2.0.0.2.jar)
  339.  
  340. RandomPatches (randompatches-1.12.2-1.19.1.1.jar)
  341. com.therandomlabs.randompatches.core.RPTransformer
  342. 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]
  343. Pulsar/tconstruct loaded Pulses:
  344. - TinkerCommons (Enabled/Forced)
  345. - TinkerWorld (Enabled/Not Forced)
  346. - TinkerTools (Enabled/Not Forced)
  347. - TinkerHarvestTools (Enabled/Forced)
  348. - TinkerMeleeWeapons (Enabled/Forced)
  349. - TinkerRangedWeapons (Enabled/Forced)
  350. - TinkerModifiers (Enabled/Forced)
  351. - TinkerSmeltery (Enabled/Not Forced)
  352. - TinkerGadgets (Enabled/Not Forced)
  353. - TinkerOredict (Enabled/Forced)
  354. - TinkerIntegration (Enabled/Forced)
  355. - TinkerFluids (Enabled/Forced)
  356. - TinkerMaterials (Enabled/Forced)
  357. - TinkerModelRegister (Enabled/Forced)
  358. - chiselIntegration (Enabled/Not Forced)
  359. - chiselsandbitsIntegration (Enabled/Not Forced)
  360. - theoneprobeIntegration (Enabled/Not Forced)
  361. - quarkIntegration (Enabled/Not Forced)
  362.  
  363. Pulsar/natura loaded Pulses:
  364. - NaturaCommons (Enabled/Forced)
  365. - NaturaOverworld (Enabled/Not Forced)
  366. - NaturaNether (Enabled/Not Forced)
  367. - NaturaDecorative (Enabled/Not Forced)
  368. - NaturaTools (Enabled/Not Forced)
  369. - NaturaEntities (Enabled/Not Forced)
  370. - NaturaOredict (Enabled/Forced)
  371. - NaturaWorld (Enabled/Not Forced)
  372.  
  373. List of loaded APIs:
  374. * AbyssalCraftAPI (1.25.0) from AbyssalCraft-1.12.2-1.9.14.jar
  375. * AbyssalCraftAPI|Biome (1.25.0) from AbyssalCraft-1.12.2-1.9.14.jar
  376. * AbyssalCraftAPI|Block (1.25.0) from AbyssalCraft-1.12.2-1.9.14.jar
  377. * AbyssalCraftAPI|Caps (1.25.0) from AbyssalCraft-1.12.2-1.9.14.jar
  378. * AbyssalCraftAPI|Condition (1.25.0) from AbyssalCraft-1.12.2-1.9.14.jar
  379. * AbyssalCraftAPI|Disruption (1.25.0) from AbyssalCraft-1.12.2-1.9.14.jar
  380. * AbyssalCraftAPI|Energy (1.25.0) from AbyssalCraft-1.12.2-1.9.14.jar
  381. * AbyssalCraftAPI|Entity (1.25.0) from AbyssalCraft-1.12.2-1.9.14.jar
  382. * AbyssalCraftAPI|Event (1.25.0) from AbyssalCraft-1.12.2-1.9.14.jar
  383. * AbyssalCraftAPI|Integration (1.25.0) from AbyssalCraft-1.12.2-1.9.14.jar
  384. * AbyssalCraftAPI|Internal (1.25.0) from AbyssalCraft-1.12.2-1.9.14.jar
  385. * AbyssalCraftAPI|Item (1.25.0) from AbyssalCraft-1.12.2-1.9.14.jar
  386. * AbyssalCraftAPI|Necronomicon (1.25.0) from AbyssalCraft-1.12.2-1.9.14.jar
  387. * AbyssalCraftAPI|Recipe (1.25.0) from AbyssalCraft-1.12.2-1.9.14.jar
  388. * AbyssalCraftAPI|Ritual (1.25.0) from AbyssalCraft-1.12.2-1.9.14.jar
  389. * AbyssalCraftAPI|Spell (1.25.0) from AbyssalCraft-1.12.2-1.9.14.jar
  390. * AbyssalCraftAPI|Structure (1.25.0) from AbyssalCraft-1.12.2-1.9.14.jar
  391. * actuallyadditionsapi (34) from ActuallyAdditions-1.12.2-r151.jar
  392. * AtumAPI (0.0.2) from Atum-1.12.2-2.0.16.jar
  393. * Base|API (1.0.0) from base-1.12.2-3.13.0.jar
  394. * Baubles|API (1.4.0.2) from Baubles-1.12-1.5.2.jar
  395. * betteradvancements|API (0.1.0.77) from BetterAdvancements-1.12.2-0.1.0.77.jar
  396. * BetterWithModsAPI (Beta 0.6) from AppleSkin-mc1.12-1.0.9.jar
  397. * BetweenlandsAPI (1.12.6) from TheBetweenlands-3.5.4-universal.jar
  398. * bloodmagic-api (2.0.0) from BloodMagic-1.12.2-2.4.3-105.jar
  399. * BotaniaAPI (79) from AkashicTome-1.2-12.jar
  400. * chesttransporter|api (2) from ChestTransporter-1.12.2-2.8.8.jar
  401. * Chisel-API (0.0.1) from Chisel-MC1.12.2-1.0.1.44.jar
  402. * ChiselAPI|Carving (0.0.1) from Chisel-MC1.12.2-1.0.1.44.jar
  403. * ChiselsAndBitsAPI (14.25.0) from chiselsandbits-14.33.jar
  404. * cofhapi (2.5.0) from CoFHCore-1.12.2-4.6.3.27-universal.jar
  405. * ComputerCraft|API (1.85.2) from cc-tweaked-1.12.2-1.85.2.jar
  406. * ComputerCraft|API|FileSystem (1.85.2) from cc-tweaked-1.12.2-1.85.2.jar
  407. * ComputerCraft|API|Lua (1.85.2) from cc-tweaked-1.12.2-1.85.2.jar
  408. * ComputerCraft|API|Media (1.85.2) from cc-tweaked-1.12.2-1.85.2.jar
  409. * ComputerCraft|API|Network (1.85.2) from cc-tweaked-1.12.2-1.85.2.jar
  410. * ComputerCraft|API|Network|Wired (1.85.2) from cc-tweaked-1.12.2-1.85.2.jar
  411. * ComputerCraft|API|Peripheral (1.85.2) from cc-tweaked-1.12.2-1.85.2.jar
  412. * ComputerCraft|API|Permissions (1.85.2) from cc-tweaked-1.12.2-1.85.2.jar
  413. * ComputerCraft|API|Redstone (1.85.2) from cc-tweaked-1.12.2-1.85.2.jar
  414. * ComputerCraft|API|Turtle (1.85.2) from cc-tweaked-1.12.2-1.85.2.jar
  415. * ComputerCraft|API|Turtle|Event (1.85.2) from cc-tweaked-1.12.2-1.85.2.jar
  416. * ctm-api (0.1.0) from CTM-MC1.12.2-1.0.1.30.jar
  417. * ctm-api-events (0.1.0) from CTM-MC1.12.2-1.0.1.30.jar
  418. * ctm-api-models (0.1.0) from CTM-MC1.12.2-1.0.1.30.jar
  419. * ctm-api-textures (0.1.0) from CTM-MC1.12.2-1.0.1.30.jar
  420. * ctm-api-utils (0.1.0) from CTM-MC1.12.2-1.0.1.30.jar
  421. * DraconicEvolution|API (1.3) from Draconic-Evolution-1.12.2-2.3.24.349-universal.jar
  422. * ElecCoreAPI (1.0.0) from ElecCore-1.12.2-1.9.452.jar
  423. * EmbersAPI (0.1) from EmbersRekindled-1.13-hotfix2.jar
  424. * enderioapi (4.0.0) from EnderIO-1.12.2-5.1.52.jar
  425. * enderioapi|addon (4.0.0) from EnderIO-1.12.2-5.1.52.jar
  426. * enderioapi|capacitor (4.0.0) from EnderIO-1.12.2-5.1.52.jar
  427. * enderioapi|conduits (4.0.0) from EnderIO-1.12.2-5.1.52.jar
  428. * enderioapi|farm (4.0.0) from EnderIO-1.12.2-5.1.52.jar
  429. * enderioapi|redstone (4.0.0) from EnderIO-1.12.2-5.1.52.jar
  430. * enderioapi|teleport (4.0.0) from EnderIO-1.12.2-5.1.52.jar
  431. * enderioapi|tools (4.0.0) from EnderIO-1.12.2-5.1.52.jar
  432. * enderioapi|upgrades (4.0.0) from EnderIO-1.12.2-5.1.52.jar
  433. * Guide-API|API (2.0.0) from Guide-API-1.12-2.1.8-63.jar
  434. * ImmersiveEngineering|API (1.0) from ImmersiveEngineering-0.12-92.jar
  435. * ImmersiveEngineering|ImmersiveFluxAPI (1.0) from ImmersiveEngineering-0.12-92.jar
  436. * industrialforegoingapi (5) from industrialforegoing-1.12.2-1.12.13-237.jar
  437. * jeresources|API (0.9.2.60) from JustEnoughResources-1.12.2-0.9.2.60.jar
  438. * journeymap|client-api (1.4) from journeymap-1.12.2-5.5.5.jar
  439. * journeymap|client-api-display (1.4) from journeymap-1.12.2-5.5.5.jar
  440. * journeymap|client-api-event (1.4) from journeymap-1.12.2-5.5.5.jar
  441. * journeymap|client-api-model (1.4) from journeymap-1.12.2-5.5.5.jar
  442. * journeymap|client-api-util (1.4) from journeymap-1.12.2-5.5.5.jar
  443. * JustEnoughItemsAPI (4.13.0) from jei_1.12.2-4.15.0.291.jar
  444. * MekanismAPI|core (9.8.1) from Mekanism-1.12.2-9.8.3.390.jar
  445. * MekanismAPI|energy (9.8.1) from Mekanism-1.12.2-9.8.3.390.jar
  446. * MekanismAPI|gas (9.8.1) from Mekanism-1.12.2-9.8.3.390.jar
  447. * MekanismAPI|infuse (9.8.1) from Mekanism-1.12.2-9.8.3.390.jar
  448. * MekanismAPI|laser (9.8.1) from Mekanism-1.12.2-9.8.3.390.jar
  449. * MekanismAPI|transmitter (9.8.1) from Mekanism-1.12.2-9.8.3.390.jar
  450. * MekanismAPI|util (9.0.0) from Mekanism-1.12.2-9.8.3.390.jar
  451. * minecolonies-api (1.12.2-0.10.488-RELEASE) from minecolonies-1.12.2-0.10.488-RELEASE-universal.jar
  452. * minecolonies-api|achievements (1.12.2-0.10.488-RELEASE) from minecolonies-1.12.2-0.10.488-RELEASE-universal.jar
  453. * minecolonies-api|blocks (1.12.2-0.10.488-RELEASE) from minecolonies-1.12.2-0.10.488-RELEASE-universal.jar
  454. * minecolonies-api|blocks|decorative (1.12.2-0.10.488-RELEASE) from minecolonies-1.12.2-0.10.488-RELEASE-universal.jar
  455. * minecolonies-api|blocks|huts (1.12.2-0.10.488-RELEASE) from minecolonies-1.12.2-0.10.488-RELEASE-universal.jar
  456. * minecolonies-api|blocks|interfaces (1.12.2-0.10.488-RELEASE) from minecolonies-1.12.2-0.10.488-RELEASE-universal.jar
  457. * minecolonies-api|blocks|types (1.12.2-0.10.488-RELEASE) from minecolonies-1.12.2-0.10.488-RELEASE-universal.jar
  458. * minecolonies-api|client (1.12.2-0.10.488-RELEASE) from minecolonies-1.12.2-0.10.488-RELEASE-universal.jar
  459. * minecolonies-api|client|render (1.12.2-0.10.488-RELEASE) from minecolonies-1.12.2-0.10.488-RELEASE-universal.jar
  460. * minecolonies-api|client|render|modeltype (1.12.2-0.10.488-RELEASE) from minecolonies-1.12.2-0.10.488-RELEASE-universal.jar
  461. * minecolonies-api|client|render|modeltype|registry (1.12.2-0.10.488-RELEASE) from minecolonies-1.12.2-0.10.488-RELEASE-universal.jar
  462. * minecolonies-api|colony (1.12.2-0.10.488-RELEASE) from minecolonies-1.12.2-0.10.488-RELEASE-universal.jar
  463. * minecolonies-api|colony|buildings (1.12.2-0.10.488-RELEASE) from minecolonies-1.12.2-0.10.488-RELEASE-universal.jar
  464. * minecolonies-api|colony|buildings|registry (1.12.2-0.10.488-RELEASE) from minecolonies-1.12.2-0.10.488-RELEASE-universal.jar
  465. * minecolonies-api|colony|buildings|views (1.12.2-0.10.488-RELEASE) from minecolonies-1.12.2-0.10.488-RELEASE-universal.jar
  466. * minecolonies-api|colony|buildings|workerbuildings (1.12.2-0.10.488-RELEASE) from minecolonies-1.12.2-0.10.488-RELEASE-universal.jar
  467. * minecolonies-api|colony|guardtype (1.12.2-0.10.488-RELEASE) from minecolonies-1.12.2-0.10.488-RELEASE-universal.jar
  468. * minecolonies-api|colony|guardtype|registry (1.12.2-0.10.488-RELEASE) from minecolonies-1.12.2-0.10.488-RELEASE-universal.jar
  469. * minecolonies-api|colony|jobs (1.12.2-0.10.488-RELEASE) from minecolonies-1.12.2-0.10.488-RELEASE-universal.jar
  470. * minecolonies-api|colony|jobs|registry (1.12.2-0.10.488-RELEASE) from minecolonies-1.12.2-0.10.488-RELEASE-universal.jar
  471. * minecolonies-api|colony|managers (1.12.2-0.10.488-RELEASE) from minecolonies-1.12.2-0.10.488-RELEASE-universal.jar
  472. * minecolonies-api|colony|managers|interfaces (1.12.2-0.10.488-RELEASE) from minecolonies-1.12.2-0.10.488-RELEASE-universal.jar
  473. * minecolonies-api|colony|permissions (1.12.2-0.10.488-RELEASE) from minecolonies-1.12.2-0.10.488-RELEASE-universal.jar
  474. * minecolonies-api|colony|requestsystem (1.12.2-0.10.488-RELEASE) from minecolonies-1.12.2-0.10.488-RELEASE-universal.jar
  475. * minecolonies-api|colony|requestsystem|data (1.12.2-0.10.488-RELEASE) from minecolonies-1.12.2-0.10.488-RELEASE-universal.jar
  476. * minecolonies-api|colony|requestsystem|factory (1.12.2-0.10.488-RELEASE) from minecolonies-1.12.2-0.10.488-RELEASE-universal.jar
  477. * minecolonies-api|colony|requestsystem|factory|standard (1.12.2-0.10.488-RELEASE) from minecolonies-1.12.2-0.10.488-RELEASE-universal.jar
  478. * minecolonies-api|colony|requestsystem|location (1.12.2-0.10.488-RELEASE) from minecolonies-1.12.2-0.10.488-RELEASE-universal.jar
  479. * minecolonies-api|colony|requestsystem|manager (1.12.2-0.10.488-RELEASE) from minecolonies-1.12.2-0.10.488-RELEASE-universal.jar
  480. * minecolonies-api|colony|requestsystem|request (1.12.2-0.10.488-RELEASE) from minecolonies-1.12.2-0.10.488-RELEASE-universal.jar
  481. * minecolonies-api|colony|requestsystem|requestable (1.12.2-0.10.488-RELEASE) from minecolonies-1.12.2-0.10.488-RELEASE-universal.jar
  482. * minecolonies-api|colony|requestsystem|requestable|crafting (1.12.2-0.10.488-RELEASE) from minecolonies-1.12.2-0.10.488-RELEASE-universal.jar
  483. * minecolonies-api|colony|requestsystem|requester (1.12.2-0.10.488-RELEASE) from minecolonies-1.12.2-0.10.488-RELEASE-universal.jar
  484. * minecolonies-api|colony|requestsystem|resolver (1.12.2-0.10.488-RELEASE) from minecolonies-1.12.2-0.10.488-RELEASE-universal.jar
  485. * minecolonies-api|colony|requestsystem|resolver|player (1.12.2-0.10.488-RELEASE) from minecolonies-1.12.2-0.10.488-RELEASE-universal.jar
  486. * minecolonies-api|colony|requestsystem|resolver|retrying (1.12.2-0.10.488-RELEASE) from minecolonies-1.12.2-0.10.488-RELEASE-universal.jar
  487. * minecolonies-api|colony|requestsystem|token (1.12.2-0.10.488-RELEASE) from minecolonies-1.12.2-0.10.488-RELEASE-universal.jar
  488. * minecolonies-api|colony|workorders (1.12.2-0.10.488-RELEASE) from minecolonies-1.12.2-0.10.488-RELEASE-universal.jar
  489. * minecolonies-api|compatibility (1.12.2-0.10.488-RELEASE) from minecolonies-1.12.2-0.10.488-RELEASE-universal.jar
  490. * minecolonies-api|compatibility|candb (1.12.2-0.10.488-RELEASE) from minecolonies-1.12.2-0.10.488-RELEASE-universal.jar
  491. * minecolonies-api|compatibility|dynamictrees (1.12.2-0.10.488-RELEASE) from minecolonies-1.12.2-0.10.488-RELEASE-universal.jar
  492. * minecolonies-api|compatibility|gbook (1.12.2-0.10.488-RELEASE) from minecolonies-1.12.2-0.10.488-RELEASE-universal.jar
  493. * minecolonies-api|compatibility|tinkers (1.12.2-0.10.488-RELEASE) from minecolonies-1.12.2-0.10.488-RELEASE-universal.jar
  494. * minecolonies-api|configuration (1.12.2-0.10.488-RELEASE) from minecolonies-1.12.2-0.10.488-RELEASE-universal.jar
  495. * minecolonies-api|crafting (1.12.2-0.10.488-RELEASE) from minecolonies-1.12.2-0.10.488-RELEASE-universal.jar
  496. * minecolonies-api|creativetab (1.12.2-0.10.488-RELEASE) from minecolonies-1.12.2-0.10.488-RELEASE-universal.jar
  497. * minecolonies-api|entity (1.12.2-0.10.488-RELEASE) from minecolonies-1.12.2-0.10.488-RELEASE-universal.jar
  498. * minecolonies-api|entity|ai (1.12.2-0.10.488-RELEASE) from minecolonies-1.12.2-0.10.488-RELEASE-universal.jar
  499. * minecolonies-api|entity|ai|citizen (1.12.2-0.10.488-RELEASE) from minecolonies-1.12.2-0.10.488-RELEASE-universal.jar
  500. * minecolonies-api|entity|ai|citizen|builder (1.12.2-0.10.488-RELEASE) from minecolonies-1.12.2-0.10.488-RELEASE-universal.jar
  501. * minecolonies-api|entity|ai|citizen|guards (1.12.2-0.10.488-RELEASE) from minecolonies-1.12.2-0.10.488-RELEASE-universal.jar
  502. * minecolonies-api|entity|ai|pathfinding (1.12.2-0.10.488-RELEASE) from minecolonies-1.12.2-0.10.488-RELEASE-universal.jar
  503. * minecolonies-api|entity|ai|registry (1.12.2-0.10.488-RELEASE) from minecolonies-1.12.2-0.10.488-RELEASE-universal.jar
  504. * minecolonies-api|entity|ai|statemachine (1.12.2-0.10.488-RELEASE) from minecolonies-1.12.2-0.10.488-RELEASE-universal.jar
  505. * minecolonies-api|entity|ai|statemachine|basestatemachine (1.12.2-0.10.488-RELEASE) from minecolonies-1.12.2-0.10.488-RELEASE-universal.jar
  506. * minecolonies-api|entity|ai|statemachine|states (1.12.2-0.10.488-RELEASE) from minecolonies-1.12.2-0.10.488-RELEASE-universal.jar
  507. * minecolonies-api|entity|ai|statemachine|tickratestatemachine (1.12.2-0.10.488-RELEASE) from minecolonies-1.12.2-0.10.488-RELEASE-universal.jar
  508. * minecolonies-api|entity|ai|statemachine|transition (1.12.2-0.10.488-RELEASE) from minecolonies-1.12.2-0.10.488-RELEASE-universal.jar
  509. * minecolonies-api|entity|citizen (1.12.2-0.10.488-RELEASE) from minecolonies-1.12.2-0.10.488-RELEASE-universal.jar
  510. * minecolonies-api|entity|citizen|citizenhandlers (1.12.2-0.10.488-RELEASE) from minecolonies-1.12.2-0.10.488-RELEASE-universal.jar
  511. * minecolonies-api|entity|mobs (1.12.2-0.10.488-RELEASE) from minecolonies-1.12.2-0.10.488-RELEASE-universal.jar
  512. * minecolonies-api|entity|mobs|barbarians (1.12.2-0.10.488-RELEASE) from minecolonies-1.12.2-0.10.488-RELEASE-universal.jar
  513. * minecolonies-api|entity|mobs|pirates (1.12.2-0.10.488-RELEASE) from minecolonies-1.12.2-0.10.488-RELEASE-universal.jar
  514. * minecolonies-api|entity|mobs|util (1.12.2-0.10.488-RELEASE) from minecolonies-1.12.2-0.10.488-RELEASE-universal.jar
  515. * minecolonies-api|entity|pathfinding (1.12.2-0.10.488-RELEASE) from minecolonies-1.12.2-0.10.488-RELEASE-universal.jar
  516. * minecolonies-api|entity|pathfinding|registry (1.12.2-0.10.488-RELEASE) from minecolonies-1.12.2-0.10.488-RELEASE-universal.jar
  517. * minecolonies-api|inventory (1.12.2-0.10.488-RELEASE) from minecolonies-1.12.2-0.10.488-RELEASE-universal.jar
  518. * minecolonies-api|inventory|api (1.12.2-0.10.488-RELEASE) from minecolonies-1.12.2-0.10.488-RELEASE-universal.jar
  519. * minecolonies-api|items (1.12.2-0.10.488-RELEASE) from minecolonies-1.12.2-0.10.488-RELEASE-universal.jar
  520. * minecolonies-api|network (1.12.2-0.10.488-RELEASE) from minecolonies-1.12.2-0.10.488-RELEASE-universal.jar
  521. * minecolonies-api|sounds (1.12.2-0.10.488-RELEASE) from minecolonies-1.12.2-0.10.488-RELEASE-universal.jar
  522. * minecolonies-api|tileentities (1.12.2-0.10.488-RELEASE) from minecolonies-1.12.2-0.10.488-RELEASE-universal.jar
  523. * minecolonies-api|util (1.12.2-0.10.488-RELEASE) from minecolonies-1.12.2-0.10.488-RELEASE-universal.jar
  524. * minecolonies-api|util|constants (1.12.2-0.10.488-RELEASE) from minecolonies-1.12.2-0.10.488-RELEASE-universal.jar
  525. * minecolonies-blockout (1.12.2-0.10.488-RELEASE) from minecolonies-1.12.2-0.10.488-RELEASE-universal.jar
  526. * minecolonies-blockout|controls (1.12.2-0.10.488-RELEASE) from minecolonies-1.12.2-0.10.488-RELEASE-universal.jar
  527. * minecolonies-blockout|views (1.12.2-0.10.488-RELEASE) from minecolonies-1.12.2-0.10.488-RELEASE-universal.jar
  528. * modtogether|api (1.0) from minetogether-1.10.2-2.2.0-RC6.jar
  529. * MouseTweaks|API (1.0) from MouseTweaks-2.10-mc1.12.2.jar
  530. * openblocks|api (1.2) from OpenBlocks-1.12.2-1.8.1.jar
  531. * PatchouliAPI (6) from Patchouli-1.0-20.jar
  532. * projectred|api (2.1) from ProjectRed-1.12.2-4.9.4.120-Base.jar
  533. * QuarkAPI (4) from Quark-r1.6-177.jar
  534. * reborncoreAPI (3.16.4.478) from RebornCore-1.12.2-3.16.4.478-universal.jar
  535. * reborncoreAPI|Power (3.16.4.478) from RebornCore-1.12.2-3.16.4.478-universal.jar
  536. * reborncoreAPI|Praescriptum (3.16.4.478) from RebornCore-1.12.2-3.16.4.478-universal.jar
  537. * reborncoreAPI|Recipe (3.16.4.478) from RebornCore-1.12.2-3.16.4.478-universal.jar
  538. * reborncoreAPI|Tile (3.16.4.478) from RebornCore-1.12.2-3.16.4.478-universal.jar
  539. * redstonefluxapi (2.1.0) from RedstoneFlux-1.12-2.1.0.6-universal.jar
  540. * sonarapi (1.0.1) from sonarcore-1.12.2-5.0.19-20.jar
  541. * spartanweaponry_api (5) from SpartanWeaponry-1.12.2-beta-1.3.8.jar
  542. * Thaumcraft|API (6.0.2) from Thaumcraft-1.12.2-6.1.BETA26.jar
  543. * theoneprobe_api (1.4.4) from theoneprobe-1.12-1.4.28.jar
  544. * thut|API (1.0.0) from thutcore-1.12.2-5.21.0.jar
  545. * valkyrielib.api (1.12.2-2.0.10a) from valkyrielib-1.12.2-2.0.20.1.jar
  546. * zerocore|API|multiblock (1.10.2-0.0.2) from zerocore-1.12.2-0.1.2.8.jar
  547. * zerocore|API|multiblock|rectangular (1.10.2-0.0.2) from zerocore-1.12.2-0.1.2.8.jar
  548. * zerocore|API|multiblock|tier (1.10.2-0.0.2) from zerocore-1.12.2-0.1.2.8.jar
  549. * zerocore|API|multiblock|validation (1.10.2-0.0.2) from zerocore-1.12.2-0.1.2.8.jar
  550. RebornCore:
  551. Plugin Engine: 0
  552. RebornCore Version: 3.16.4.478
  553. Runtime Debofucsation 1
  554. Ender IO: 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.):
  555. * Offline mode for dedicated servers is NOT supported by Ender IO.
  556. This may (look up the meaning of 'may' in the dictionary if you're not sure what it means) have caused the error. Try reproducing the crash WITHOUT this/these mod(s) before reporting it.
  557.  
  558. !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
  559. !!!You are looking at the diagnostics information, not at the crash. !!!
  560. !!!Scroll up until you see the line with '---- Minecraft Crash Report ----'!!!
  561. !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
  562.  
  563. Profiler Position: N/A (disabled)
  564. Is Modded: Definitely; Server brand changed to 'fml,forge'
  565. Type: Dedicated Server (map_server.txt)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement