Advertisement
Guest User

Untitled

a guest
Jul 22nd, 2019
152
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 49.44 KB | None | 0 0
  1. ---- Minecraft Crash Report ----
  2.  
  3. WARNING: coremods are present:
  4. 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.5-1.12.2.jar)
  5. Inventory Tweaks Coremod (InventoryTweaks-1.64+dev.146.jar)
  6. RandomPatches (randompatches-1.12.2-1.17.2.1.jar)
  7. EnderCorePlugin (EnderCore-1.12.2-0.5.59-core.jar)
  8. MicdoodlePlugin (MicdoodleCore-1.12.2-4.0.2.211.jar)
  9. CTMCorePlugin (CTM-MC1.12.2-0.3.3.22.jar)
  10. ForgelinPlugin (Forgelin-1.8.3.jar)
  11. Plugin (NotEnoughIDs-1.5.4.4.jar)
  12. llibrary (llibrary-core-1.0.11-1.12.2.jar)
  13. IELoadingPlugin (ImmersiveEngineering-core-0.12-89.jar)
  14. PhosphorFMLLoadingPlugin (phosphor-1.12.2-0.2.4+build46-universal.jar)
  15. LibrarianLib Plugin (librarianlib-1.12.2-4.19.2-release.jar)
  16. MekanismCoremod (Mekanism-1.12.2-9.7.9.380.jar)
  17. BlurPlugin (Blur-1.0.4-14.jar)
  18. AstralCore (astralsorcery-1.12.2-1.10.19.jar)
  19. VanillaFixLoadingPlugin (VanillaFix-1.0.10-99.jar)
  20. LoadingPlugin (ResourceLoader-MC1.12.1-1.5.3.jar)
  21. SurgeLoadingPlugin (Surge-1.12.2-2.0.77.jar)
  22. CoreMod (Aroma1997Core-1.12.2-2.0.0.2.jar)
  23. Contact their authors BEFORE contacting forge
  24.  
  25. // Who set us up the TNT?
  26.  
  27. Time: 7/22/19 5:30 PM
  28. Description: There was a severe problem during mod loading that has caused the game to fail
  29.  
  30. net.minecraftforge.fml.common.LoaderExceptionModCrash: Caught exception from PlantTech 2 (planttech2)
  31. Caused by: java.lang.NumberFormatException: For input string: "cross_big"
  32. at java.lang.NumberFormatException.forInputString(NumberFormatException.java:65)
  33. at java.lang.Integer.parseInt(Integer.java:580)
  34. at java.lang.Integer.parseInt(Integer.java:615)
  35. at net.kaneka.planttech2.recipes.RecipeLists.initRecipeCompressor(RecipeLists.java:88)
  36. at net.kaneka.planttech2.proxy.CommonProxy.postInit(CommonProxy.java:42)
  37. at net.kaneka.planttech2.proxy.ClientProxy.postInit(ClientProxy.java:51)
  38. at net.kaneka.planttech2.PlantTechMain.postInit(PlantTechMain.java:163)
  39. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  40. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
  41. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  42. at java.lang.reflect.Method.invoke(Method.java:498)
  43. at net.minecraftforge.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:637)
  44. at sun.reflect.GeneratedMethodAccessor8.invoke(Unknown Source)
  45. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  46. at java.lang.reflect.Method.invoke(Method.java:498)
  47. at com.google.common.eventbus.Subscriber.invokeSubscriberMethod(Subscriber.java:91)
  48. at com.google.common.eventbus.Subscriber$SynchronizedSubscriber.invokeSubscriberMethod(Subscriber.java:150)
  49. at com.google.common.eventbus.Subscriber$1.run(Subscriber.java:76)
  50. at com.google.common.util.concurrent.MoreExecutors$DirectExecutor.execute(MoreExecutors.java:399)
  51. at com.google.common.eventbus.Subscriber.dispatchEvent(Subscriber.java:71)
  52. at com.google.common.eventbus.Dispatcher$PerThreadQueuedDispatcher.dispatch(Dispatcher.java:116)
  53. at com.google.common.eventbus.EventBus.post(EventBus.java:217)
  54. at net.minecraftforge.fml.common.LoadController.sendEventToModContainer(LoadController.java:219)
  55. at net.minecraftforge.fml.common.LoadController.propogateStateMessage(LoadController.java:197)
  56. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  57. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
  58. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  59. at java.lang.reflect.Method.invoke(Method.java:498)
  60. at com.google.common.eventbus.Subscriber.invokeSubscriberMethod(Subscriber.java:91)
  61. at com.google.common.eventbus.Subscriber$SynchronizedSubscriber.invokeSubscriberMethod(Subscriber.java:150)
  62. at com.google.common.eventbus.Subscriber$1.run(Subscriber.java:76)
  63. at com.google.common.util.concurrent.MoreExecutors$DirectExecutor.execute(MoreExecutors.java:399)
  64. at com.google.common.eventbus.Subscriber.dispatchEvent(Subscriber.java:71)
  65. at com.google.common.eventbus.Dispatcher$PerThreadQueuedDispatcher.dispatch(Dispatcher.java:116)
  66. at com.google.common.eventbus.EventBus.post(EventBus.java:217)
  67. at net.minecraftforge.fml.common.LoadController.distributeStateMessage(LoadController.java:136)
  68. at net.minecraftforge.fml.common.Loader.initializeMods(Loader.java:749)
  69. at net.minecraftforge.fml.client.FMLClientHandler.finishMinecraftLoading(FMLClientHandler.java:336)
  70. at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:535)
  71. at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:378)
  72. at net.minecraft.client.main.Main.main(SourceFile:123)
  73. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  74. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
  75. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  76. at java.lang.reflect.Method.invoke(Method.java:498)
  77. at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
  78. at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
  79. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  80. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
  81. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  82. at java.lang.reflect.Method.invoke(Method.java:498)
  83. at org.multimc.onesix.OneSixLauncher.launchWithMainClass(OneSixLauncher.java:196)
  84. at org.multimc.onesix.OneSixLauncher.launch(OneSixLauncher.java:231)
  85. at org.multimc.EntryPoint.listen(EntryPoint.java:143)
  86. at org.multimc.EntryPoint.main(EntryPoint.java:34)
  87.  
  88.  
  89. A detailed walkthrough of the error, its code path and all known details is as follows:
  90. ---------------------------------------------------------------------------------------
  91.  
  92. -- System Details --
  93. Details:
  94. Minecraft Version: 1.12.2
  95. Operating System: Linux (amd64) version 4.19.59-1-MANJARO
  96. Java Version: 1.8.0_222, Oracle Corporation
  97. Java VM Version: OpenJDK 64-Bit Server VM (mixed mode), Oracle Corporation
  98. Memory: 998067344 bytes (951 MB) / 3687772160 bytes (3516 MB) up to 6210977792 bytes (5923 MB)
  99. JVM Flags: 25 total; -Xmn768m -XX:+DisableExplicitGC -XX:+UseConcMarkSweepGC -XX:+UseParNewGC -XX:+UseNUMA -XX:+CMSParallelRemarkEnabled -XX:MaxTenuringThreshold=15 -XX:MaxGCPauseMillis=30 -XX:GCPauseIntervalMillis=150 -XX:+UseAdaptiveGCBoundary -XX:-UseGCOverheadLimit -XX:+UseBiasedLocking -XX:SurvivorRatio=8 -XX:TargetSurvivorRatio=90 -XX:MaxTenuringThreshold=15 -XX:+UseFastAccessorMethods -XX:+UseCompressedOops -XX:+OptimizeStringConcat -XX:+AggressiveOpts -XX:ReservedCodeCacheSize=2048m -XX:+UseCodeCacheFlushing -XX:SoftRefLRUPolicyMSPerMB=10000 -XX:ParallelGCThreads=6 -Xms512m -Xmx6000m
  100. IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0
  101. FML: MCP 9.42 Powered by Forge 14.23.5.2838 200 mods loaded, 200 mods active
  102. States: 'U' = Unloaded 'L' = Loaded 'C' = Constructed 'H' = Pre-initialized 'I' = Initialized 'J' = Post-initialized 'A' = Available 'D' = Disabled 'E' = Errored
  103.  
  104. | State | ID | Version | Source | Signature |
  105. |:----- |:--------------------------------- |:-------------------- |:---------------------------------------------------- |:---------------------------------------- |
  106. | LCHIJ | minecraft | 1.12.2 | minecraft.jar | None |
  107. | LCHIJ | mcp | 9.42 | minecraft.jar | None |
  108. | LCHIJ | FML | 8.0.99.99 | forge-1.12.2-14.23.5.2838-universal.jar | e3c3d50c7c986df74c645c0ac54639741c90a557 |
  109. | LCHIJ | forge | 14.23.5.2838 | forge-1.12.2-14.23.5.2838-universal.jar | e3c3d50c7c986df74c645c0ac54639741c90a557 |
  110. | LCHIJ | micdoodlecore | | minecraft.jar | None |
  111. | LCHIJ | foamfixcore | 7.7.4 | minecraft.jar | None |
  112. | LCHIJ | randompatches | 1.12.2-1.17.2.1 | randompatches-1.12.2-1.17.2.1.jar | None |
  113. | LCHIJ | fastbench | 1.7.2 | FastWorkbench-1.12.2-1.7.2.jar | None |
  114. | LCHIJ | actuallyadditions | 1.12.2-r149 | ActuallyAdditions-1.12.2-r149.jar | None |
  115. | LCHIJ | ctm | MC1.12.2-0.3.3.22 | CTM-MC1.12.2-0.3.3.22.jar | None |
  116. | LCHIJ | appliedenergistics2 | rv6-stable-6 | appliedenergistics2-rv6-stable-6.jar | dfa4d3ac143316c6f32aa1a1beda1e34d42132e5 |
  117. | LCHIJ | bdlib | 1.14.3.12 | bdlib-1.14.3.12-mc1.12.2.jar | None |
  118. | LCHIJ | ae2stuff | 0.7.0.4 | ae2stuff-0.7.0.4-mc1.12.2.jar | None |
  119. | LCHIJ | baubles | 1.5.2 | Baubles-1.12-1.5.2.jar | None |
  120. | LCHIJ | endercore | 1.12.2-0.5.59 | EnderCore-1.12.2-0.5.59.jar | None |
  121. | LCHIJ | crafttweaker | 4.1.19 | CraftTweaker2-1.12-4.1.19.jar | None |
  122. | LCHIJ | mtlib | 3.0.6 | MTLib-3.0.6.jar | None |
  123. | LCHIJ | modtweaker | 4.0.17 | modtweaker-4.0.17.jar | None |
  124. | LCHIJ | jei | 4.15.0.287 | jei_1.12.2-4.15.0.287.jar | None |
  125. | LCHIJ | codechickenlib | 3.2.2.353 | CodeChickenLib-1.12.2-3.2.2.353-universal.jar | f1850c39b2516232a2108a7bd84d1cb5df93b261 |
  126. | LCHIJ | redstoneflux | 2.1.0 | RedstoneFlux-1.12-2.1.0.6-universal.jar | 8a6abf2cb9e141b866580d369ba6548732eff25f |
  127. | LCHIJ | cofhcore | 4.6.3 | CoFHCore-1.12.2-4.6.3.27-universal.jar | None |
  128. | LCHIJ | cofhworld | 1.3.1 | CoFHWorld-1.12.2-1.3.1.7-universal.jar | 8a6abf2cb9e141b866580d369ba6548732eff25f |
  129. | LCHIJ | thermalfoundation | 2.6.3 | ThermalFoundation-1.12.2-2.6.3.27-universal.jar | 8a6abf2cb9e141b866580d369ba6548732eff25f |
  130. | LCHIJ | thermalexpansion | 5.5.4 | ThermalExpansion-1.12.2-5.5.4.43-universal.jar | 8a6abf2cb9e141b866580d369ba6548732eff25f |
  131. | LCHIJ | enderio | 5.0.46 | EnderIO-1.12.2-5.0.46.jar | None |
  132. | LCHIJ | mantle | 1.12-1.3.3.55 | Mantle-1.12-1.3.3.55.jar | None |
  133. | LCHIJ | chisel | MC1.12.2-0.2.1.35 | Chisel-MC1.12.2-0.2.1.35.jar | None |
  134. | LCHIJ | enderiointegrationtic | 5.0.46 | EnderIO-1.12.2-5.0.46.jar | None |
  135. | LCHIJ | twilightforest | 3.8.689 | twilightforest-1.12.2-3.8.689-universal.jar | None |
  136. | LCHIJ | tconstruct | 1.12.2-2.12.0.157 | TConstruct-1.12.2-2.12.0.157.jar | None |
  137. | LCHIJ | p455w0rdslib | 2.1.44 | p455w0rdslib-1.12.2-2.1.44.jar | None |
  138. | LCHIJ | ae2wtlib | 1.0.6 | AE2WTLib-1.12.2-1.0.6.jar | None |
  139. | LCHIJ | extrautils2 | 1.0 | extrautils2-1.12-1.9.9.jar | None |
  140. | LCHIJ | flyringbaublemod | 0.3.1_1.12-d4e654e | angelRingToBauble-1.12-0.3.1.50+d4e654e.jar | None |
  141. | LCHIJ | animalnet | v1.12.2 b1 | animalnet-v1.12.2 b1.jar | None |
  142. | LCHIJ | appleskin | 1.0.9 | AppleSkin-mc1.12-1.0.9.jar | None |
  143. | LCHIJ | aroma1997core | 2.0.0.2 | Aroma1997Core-1.12.2-2.0.0.2.jar | dfbfe4c473253d8c5652417689848f650b2cbe32 |
  144. | LCHIJ | aroma1997sdimension | 2.0.0.2 | Aroma1997s-Dimensional-World-1.12.2-2.0.0.2.jar | dfbfe4c473253d8c5652417689848f650b2cbe32 |
  145. | LCHIJ | aromabackup | 3.0.0.0.b123 | AromaBackup-1.12.2-3.0.0.0.b123.jar | dfbfe4c473253d8c5652417689848f650b2cbe32 |
  146. | LCHIJ | aromabackuprecovery | 3.0.0.0.b123 | AromaBackup-1.12.2-3.0.0.0.b123.jar | dfbfe4c473253d8c5652417689848f650b2cbe32 |
  147. | LCHIJ | astralsorcery | 1.10.19 | astralsorcery-1.12.2-1.10.19.jar | a0f0b759d895c15ceb3e3bcb5f3c2db7c582edf0 |
  148. | LCHIJ | badwithernocookiereloaded | 1.12.2-3.3.16 | badwithernocookiereloaded-1.12.2-3.3.16.jar | None |
  149. | LCHIJ | betteradvancements | 0.1.0.77 | BetterAdvancements-1.12.2-0.1.0.77.jar | None |
  150. | LCHIJ | betteranimalsplus | 6.0.3 | betteranimalsplus-1.12.2-6.0.3.jar | None |
  151. | LCHIJ | forestry | 5.8.2.387 | forestry_1.12.2-5.8.2.387.jar | None |
  152. | LCHIJ | binniecore | 2.5.1.188 | binnie-mods-1.12.2-2.5.1.188.jar | None |
  153. | LCHIJ | binniedesign | 2.5.1.188 | binnie-mods-1.12.2-2.5.1.188.jar | None |
  154. | LCHIJ | genetics | 2.5.1.188 | binnie-mods-1.12.2-2.5.1.188.jar | None |
  155. | LCHIJ | botany | 2.5.1.188 | binnie-mods-1.12.2-2.5.1.188.jar | None |
  156. | LCHIJ | extrabees | 2.5.1.188 | binnie-mods-1.12.2-2.5.1.188.jar | None |
  157. | LCHIJ | extratrees | 2.5.1.188 | binnie-mods-1.12.2-2.5.1.188.jar | None |
  158. | LCHIJ | biomesoplenty | 7.0.1.2441 | BiomesOPlenty-1.12.2-7.0.1.2441-universal.jar | None |
  159. | LCHIJ | blur | 1.0.4-14 | Blur-1.0.4-14.jar | None |
  160. | LCHIJ | bookshelf | 2.3.585 | Bookshelf-1.12.2-2.3.585.jar | d476d1b22b218a10d845928d1665d45fce301b27 |
  161. | LCHIJ | botania | r1.10-361 | Botania r1.10-361.jar | None |
  162. | LCHIJ | forgelin | 1.8.3 | Forgelin-1.8.3.jar | None |
  163. | LCHIJ | bountiful | 2.2.0 | Bountiful-2.2.0.jar | None |
  164. | LCHIJ | brokenwings | 2.0.0 | brokenwings-2.0.0.jar | None |
  165. | LCHIJ | buildinggadgets | 2.6.8 | BuildingGadgets-2.6.8.jar | None |
  166. | LCHIJ | chameleon | 1.12-4.1.3 | Chameleon-1.12-4.1.3.jar | None |
  167. | LCHIJ | chesttransporter | 2.8.8 | ChestTransporter-1.12.2-2.8.8.jar | None |
  168. | LCHIJ | chickenchunks | 2.4.1.73 | ChickenChunks-1.12.2-2.4.1.73-universal.jar | f1850c39b2516232a2108a7bd84d1cb5df93b261 |
  169. | LCHIJ | chickennugget | 1.3.0 | chickennugget-1.3.0.jar | None |
  170. | LCHIJ | chickens | 6.1.0 | chickens-6.1.0.jar | None |
  171. | LCHIJ | clumps | 3.1.2 | Clumps-3.1.2.jar | None |
  172. | LCHIJ | comforts | 1.4.1.2 | comforts-1.12.2-1.4.1.2.jar | 5d5b8aee896a4f5ea3f3114784742662a67ad32f |
  173. | LCHIJ | conarm | 1.2.4 | conarm-1.12.2-1.2.4.jar | 5d5b8aee896a4f5ea3f3114784742662a67ad32f |
  174. | LCHIJ | controlling | 3.0.7 | Controlling-3.0.7.jar | None |
  175. | LCHIJ | cookingforblockheads | 6.4.71 | CookingForBlockheads_1.12.2-6.4.71.jar | None |
  176. | LCHIJ | craftingtweaks | 8.1.9 | CraftingTweaks_1.12.2-8.1.9.jar | None |
  177. | LCHIJ | ctgui | 1.0.0 | CraftTweaker2-1.12-4.1.19.jar | None |
  178. | LCHIJ | crafttweakerjei | 2.0.3 | CraftTweaker2-1.12-4.1.19.jar | None |
  179. | LCHIJ | custommainmenu | 2.0.9 | CustomMainMenu-MC1.12.2-2.0.9.jar | None |
  180. | LCHIJ | stg | 1.12.2-1.2.3 | stg-1.12.2-1.2.3.jar | None |
  181. | LCHIJ | theoneprobe | 1.4.28 | theoneprobe-1.12-1.4.28.jar | None |
  182. | LCHIJ | danknull | 1.4.43 | DankNull-1.12-1.4.43.jar | None |
  183. | LCHIJ | darkutils | 1.8.226 | DarkUtils-1.12.2-1.8.226.jar | d476d1b22b218a10d845928d1665d45fce301b27 |
  184. | LCHIJ | defaultoptions | 9.2.8 | DefaultOptions_1.12.2-9.2.8.jar | None |
  185. | LCHIJ | diethopper | 1.1 | diethopper-1.1.jar | None |
  186. | LCHIJ | elevatorid | 1.3.10 | ElevatorMod-1.12.2-1.3.10.jar | None |
  187. | LCHIJ | enchdesc | 1.1.15 | EnchantmentDescriptions-1.12.2-1.1.15.jar | d476d1b22b218a10d845928d1665d45fce301b27 |
  188. | LCHIJ | enderiobase | 5.0.46 | EnderIO-1.12.2-5.0.46.jar | None |
  189. | LCHIJ | enderioconduits | 5.0.46 | EnderIO-1.12.2-5.0.46.jar | None |
  190. | LCHIJ | enderioconduitsappliedenergistics | 5.0.46 | EnderIO-1.12.2-5.0.46.jar | None |
  191. | LCHIJ | enderioconduitsopencomputers | 5.0.46 | EnderIO-1.12.2-5.0.46.jar | None |
  192. | LCHIJ | refinedstorage | 1.6.14 | refinedstorage-1.6.14.jar | 57893d5b90a7336e8c63fe1c1e1ce472c3d59578 |
  193. | LCHIJ | enderioconduitsrefinedstorage | 5.0.46 | EnderIO-1.12.2-5.0.46.jar | None |
  194. | LCHIJ | enderiointegrationforestry | 5.0.46 | EnderIO-1.12.2-5.0.46.jar | None |
  195. | LCHIJ | enderiointegrationticlate | 5.0.46 | EnderIO-1.12.2-5.0.46.jar | None |
  196. | LCHIJ | ftblib | 5.4.3.129 | FTBLib-5.4.3.129.jar | None |
  197. | LCHIJ | enderiomachines | 5.0.46 | EnderIO-1.12.2-5.0.46.jar | None |
  198. | LCHIJ | enderiopowertools | 5.0.46 | EnderIO-1.12.2-5.0.46.jar | None |
  199. | LCHIJ | enderioendergy | 5.0.46 | EnderIO-endergy-1.12.2-5.0.46.jar | None |
  200. | LCHIJ | enderiozoo | 5.0.46 | EnderIO-zoo-1.12.2-5.0.46.jar | None |
  201. | LCHIJ | enderstorage | 2.4.5.135 | EnderStorage-1.12.2-2.4.5.135-universal.jar | f1850c39b2516232a2108a7bd84d1cb5df93b261 |
  202. | LCHIJ | valkyrielib | 1.12.2-2.0.20.1 | valkyrielib-1.12.2-2.0.20.1.jar | None |
  203. | LCHIJ | environmentaltech | 1.12.2-2.0.20.1 | environmentaltech-1.12.2-2.0.20.1.jar | None |
  204. | LCHIJ | etlunar | 1.12.2-2.0.20.1 | etlunar-1.12.2-2.0.20.1.jar | None |
  205. | LCHIJ | galacticraftcore | 4.0.2.211 | GalacticraftCore-1.12.2-4.0.2.211.jar | None |
  206. | LCHIJ | galacticraftplanets | 4.0.2.211 | Galacticraft-Planets-1.12.2-4.0.2.211.jar | None |
  207. | LCHIJ | mjrlegendslib | 1.12.2-1.1.8 | MJRLegendsLib-1.12.2-1.1.8.jar | b02331787272ec3515ebe63ecdeea0d746653468 |
  208. | LCHIJ | extraplanets | 1.12.2-0.5.3 | ExtraPlanets-1.12.2-0.5.3.jar | b02331787272ec3515ebe63ecdeea0d746653468 |
  209. | LCHIJ | zerocore | 1.12.2-0.1.2.8 | zerocore-1.12.2-0.1.2.8.jar | None |
  210. | LCHIJ | bigreactors | 1.12.2-0.4.5.67 | ExtremeReactors-1.12.2-0.4.5.67.jar | None |
  211. | LCHIJ | factorytech | 1.5 | FactoryTech-1.6.8c.jar | None |
  212. | LCHIJ | fastflyblockbreaking | MC1.9.4-MC1.12.2-1.1 | fastflyblockbreaking-MC1.9.4-MC1.12.2-1.1.jar | None |
  213. | LCHIJ | fastfurnace | 1.3.1 | FastFurnace-1.12.2-1.3.1.jar | None |
  214. | LCHIJ | mcmultipart | 2.5.3 | MCMultiPart-2.5.3.jar | None |
  215. | LCHIJ | mekanism | 1.12.2-9.7.9.380 | Mekanism-1.12.2-9.7.9.380.jar | None |
  216. | LCHIJ | sonarcore | 5.0.19 | sonarcore-1.12.2-5.0.19-20.jar | None |
  217. | LCHIJ | fluxnetworks | 3.0.19 | fluxnetworks-1.12.2-3.0.19-21.jar | None |
  218. | LCHIJ | foamfix | 0.10.5-1.12.2 | foamfix-0.10.5-1.12.2.jar | None |
  219. | LCHIJ | friendshipbracelet | 1.1.2 | FriendshipBracelet-1.1.2.jar | None |
  220. | LCHIJ | ftbutilities | 5.4.0.100 | FTBUtilities-5.4.0.100.jar | None |
  221. | LCHIJ | galacticrafttweaker | 1.12.2-1.0.3 | GalacticraftTweaker-1.12.2-1.0.3.jar | b02331787272ec3515ebe63ecdeea0d746653468 |
  222. | LCHIJ | gasconduits | 1.12.2-1.2.1 | GasConduits-1.12.2-1.2.1.jar | None |
  223. | LCHIJ | advgenerators | 0.9.20.12 | generators-0.9.20.12-mc1.12.2.jar | None |
  224. | LCHIJ | gravestone | 1.10.2 | gravestone-1.10.2.jar | None |
  225. | LCHIJ | librarianlib | 4.19.2 | librarianlib-1.12.2-4.19.2-release.jar | None |
  226. | LCHIJ | hooked | %VERSION% | hooked-1.0.3.jar | None |
  227. | LCHIJ | llibrary | 1.7.19 | llibrary-1.7.19-1.12.2.jar | b9f30a813bee3b9dd5652c460310cfcd54f6b7ec |
  228. | LCHIJ | iceandfire | 1.7.1 | iceandfire-1.7.1-1.12.2.jar | None |
  229. | LCHIJ | teslacorelib | 1.0.15 | tesla-core-lib-1.12.2-1.0.15.jar | d476d1b22b218a10d845928d1665d45fce301b27 |
  230. | LCHIJ | industrialforegoing | 1.12.2-1.12.2 | industrialforegoing-1.12.2-1.12.13-237.jar | None |
  231. | LCHIJ | inventorypets | 2.0.1 | inventorypets-1.12-2.0.1.jar | None |
  232. | LCHIJ | inventorytweaks | 1.64+dev.146.2180b27 | InventoryTweaks-1.64+dev.146.jar | 55d2cd4f5f0961410bf7b91ef6c6bf00a766dcbe |
  233. | LCHIJ | itemscroller | 0.12.0 | itemscroller-1.12.2-0.12.0.jar | 2b03e1423915a189b8094816baa18f239d576dff |
  234. | LCHIJ | jeiintegration | 1.5.1.36 | jeiintegration_1.12.2-1.5.1.36.jar | None |
  235. | LCHIJ | jeresources | 0.9.2.60 | JustEnoughResources-1.12.2-0.9.2.60.jar | None |
  236. | LCHIJ | laggoggles | FAT-1.12.2-4.6 | LagGoggles-FAT-1.12.2-4.6.jar | None |
  237. | LCHIJ | lex | 1.0.8 | LibEx-1.12.2-1.0.8.jar | None |
  238. | LCHIJ | lightningcraft | 2.9.1 | lightningcraft-2.9.1-[1.12.2].jar | None |
  239. | LCHIJ | llor | 1.1.6-mc1.12.2 | LLOverlayReloaded-1.1.6-mc1.12.2.jar | None |
  240. | LCHIJ | mcjtylib_ng | 3.5.3 | mcjtylib-1.12-3.5.3.jar | None |
  241. | LCHIJ | meecreeps | 1.3.1 | meecreeps-1.12-1.3.1.jar | None |
  242. | LCHIJ | mekanismgenerators | 1.12.2-9.7.9.380 | MekanismGenerators-1.12.2-9.7.9.380.jar | None |
  243. | LCHIJ | mekanismtools | 1.12.2-9.7.9.380 | MekanismTools-1.12.2-9.7.9.380.jar | None |
  244. | LCHIJ | tbone | v1.6.0+mc1.12.2 | TBone-v1.6.0+mc1.12.2.jar | None |
  245. | LCHIJ | metalchests | v5.8.9+mc1.12.2 | MetalChests-v5.8.9+mc1.12.2.jar | None |
  246. | LCHIJ | modnametooltip | 1.10.1 | modnametooltip_1.12.2-1.10.1.jar | None |
  247. | LCHIJ | monk | 1.4 | monk-mod-1.4.jar | None |
  248. | LCHIJ | stevekung's_lib | 1.0.5 | SteveKunG's-Lib-1.12.2-1.0.5.jar | b3468b224a74e296555ad7efeb35f482e6f445de |
  249. | LCHIJ | moreplanets | 2.1.5 | More-Planets-1.12.2-2.1.5-GC190.jar | b3468b224a74e296555ad7efeb35f482e6f445de |
  250. | LCHIJ | moreplanetsextras | 1.12.2-1.0 | MorePlanetsExtras-1.12.2-1.0.jar | None |
  251. | LCHIJ | mousetweaks | 2.10 | MouseTweaks-2.10-mc1.12.2.jar | None |
  252. | LCHIJ | naturescompass | 1.5.1 | NaturesCompass-1.12.2-1.5.1.jar | None |
  253. | LCHIJ | nex | 2.0.8 | NetherEx-1.12.2-2.0.8.jar | None |
  254. | LCHIJ | netherportalfix | 5.3.17 | NetherPortalFix_1.12.1-5.3.17.jar | None |
  255. | LCHIJ | recipehandler | 0.13 | NoMoreRecipeConflict-0.13(1.12.2).jar | None |
  256. | LCHIJ | norecipebook | 1.2.1 | noRecipeBook_v1.2.2formc1.12.2.jar | None |
  257. | LCHIJ | neid | 1.5.4.4 | NotEnoughIDs-1.5.4.4.jar | None |
  258. | LCHIJ | notenoughwands | 1.8.1 | notenoughwands-1.12-1.8.1.jar | None |
  259. | LCHIJ | harvestcraft | 1.12.2zb | Pam's HarvestCraft 1.12.2zd Surprise for Yogcast.jar | None |
  260. | LCHIJ | placebo | 1.6.0 | Placebo-1.12.2-1.6.0.jar | None |
  261. | LCHIJ | planetprogression | 1.12.2-0.3.6 | PlanetProgression-1.12.2-0.3.6.jar | b02331787272ec3515ebe63ecdeea0d746653468 |
  262. | LCHIE | planttech2 | 1.0.8 | planttech2-1.0.9.jar | None |
  263. | LCHI | pneumaticcraft | 1.12.2-0.11.4-368 | pneumaticcraft-repressurized-1.12.2-0.11.4-368.jar | None |
  264. | LCHI | rangedpumps | 0.5 | rangedpumps-0.5.jar | None |
  265. | LCHI | reborncore | 3.14.1.457 | RebornCore-1.12.2-3.14.1.457-universal.jar | 8727a3141c8ec7f173b87aa78b9b9807867c4e6b |
  266. | LCHI | rebornstorage | 1.0.0 | RebornStorage-1.12.2-3.3.4.85.jar | None |
  267. | LCHI | redstonearsenal | 2.6.3 | RedstoneArsenal-1.12.2-2.6.3.18-universal.jar | 8a6abf2cb9e141b866580d369ba6548732eff25f |
  268. | LCHI | redstonerepository | 1.3.2 | RedstoneRepository-1.12.2-1.4.0-dev-universal.jar | None |
  269. | LCHI | refinedstorageaddons | 0.4.4 | refinedstorageaddons-0.4.4.jar | None |
  270. | LCHI | resourceloader | 1.5.3 | ResourceLoader-MC1.12.1-1.5.3.jar | d72e0dd57935b3e9476212aea0c0df352dd76291 |
  271. | LCHI | rftools | 7.71 | rftools-1.12-7.71.jar | None |
  272. | LCHI | rftoolscontrol | 2.0.2 | rftoolsctrl-1.12-2.0.2.jar | None |
  273. | LCHI | rftoolspower | 1.2.0 | rftoolspower-1.12-1.2.0.jar | None |
  274. | LCHI | rsgauges | 1.1.6 | rsgauges-1.12.2-1.1.6.jar | ed58ed655893ced6280650866985abcae2bf7559 |
  275. | LCHI | scannable | 1.6.3.24 | Scannable-MC1.12.2-1.6.3.24.jar | None |
  276. | LCHI | signbutton | 1.0.1 | SignButton-1.12.2-1.0.1.jar | None |
  277. | LCHI | simplybackpacks | 1.2.2 | simplybackpacks-1.2.2.jar | None |
  278. | LCHI | slideemall | 0.95 | slideemall-0.95.jar | None |
  279. | LCHI | specialmobs | 1.0.2_for_mc1.12.2 | specialmobs-1.0.2_for_mc1.12.2.jar | None |
  280. | LCHI | storagedrawers | 1.12-5.3.5 | StorageDrawers-1.12.2-5.3.8.jar | None |
  281. | LCHI | storagedrawersextra | @VERSION@ | StorageDrawersExtras-1.12-3.1.0.jar | None |
  282. | LCHI | surge | 2.0.77 | Surge-1.12.2-2.0.77.jar | d476d1b22b218a10d845928d1665d45fce301b27 |
  283. | LCHI | thermalcultivation | 0.3.3 | ThermalCultivation-1.12.2-0.3.3.12-universal.jar | 8a6abf2cb9e141b866580d369ba6548732eff25f |
  284. | LCHI | thermaldynamics | 2.5.5 | ThermalDynamics-1.12.2-2.5.5.21-universal.jar | 8a6abf2cb9e141b866580d369ba6548732eff25f |
  285. | LCHI | thermalinnovation | 0.3.3 | ThermalInnovation-1.12.2-0.3.3.12-universal.jar | 8a6abf2cb9e141b866580d369ba6548732eff25f |
  286. | LCHI | thermallogistics | 0.2-25 | thermallogistics-0.2-25.jar | None |
  287. | LCHI | tipthescales | 1.0.4 | TipTheScales-1.12.2-1.0.4.jar | None |
  288. | LCHI | toastcontrol | 1.8.1 | Toast Control-1.12.2-1.8.1.jar | None |
  289. | LCHI | topaddons | 1.12.2-1.11.0 | topaddons-1.12.2-1.11.0.jar | None |
  290. | LCHI | unloader | 1.2.0 | unloader-1.2.0.jar | None |
  291. | LCHI | universalmodifiers | 1.12.2-1.0.16.1 | valkyrielib-1.12.2-2.0.20.1.jar | None |
  292. | LCHI | vanillafix | 1.0.10-SNAPSHOT | VanillaFix-1.0.10-99.jar | None |
  293. | LCHI | villagermarket | 1.0.1 | villager-market-1.12.2-1.0.1.jar | d476d1b22b218a10d845928d1665d45fce301b27 |
  294. | LCHI | wanionlib | 1.12.2-2.2 | WanionLib-1.12.2-2.2.jar | None |
  295. | LCHI | wct | 3.11.88 | WirelessCraftingTerminal-1.12.2-3.11.88.jar | None |
  296. | LCHI | xaerominimap | 1.17.4 | Xaeros_Minimap_1.17.4_Forge_1.12.jar | None |
  297. | LCHI | xaeroworldmap | 1.4.3 | XaerosWorldMap_1.4.3_Forge_1.12.jar | None |
  298. | LCHI | xnet | 1.8.1 | xnet-1.12-1.8.1.jar | None |
  299. | LCHI | immersiveengineering | 0.12-89 | ImmersiveEngineering-0.12-89.jar | 4cb49fcde3b43048c9889e0a3d083225da926334 |
  300. | LCHI | matteroverdrive | 0.7.0.0 | MatterOverdrive-1.12.2-0.7.1.0-universal.jar | None |
  301. | LCHI | reauth | 3.6.0 | reauth-3.6.0.jar | daba0ec4df71b6da841768c49fb873def208a1e3 |
  302. | LCHI | phosphor-lighting | 1.12.2-0.2.4 | phosphor-1.12.2-0.2.4+build46-universal.jar | f0387d288626cc2d937daa504e74af570c52a2f1 |
  303. | LCHI | librarianliblate | 4.19.2 | librarianlib-1.12.2-4.19.2-release.jar | None |
  304. | LCHI | teslacorelib_registries | 1.0.15 | tesla-core-lib-1.12.2-1.0.15.jar | None |
  305. | LCHI | unidict | 1.12.2-2.9.2 | UniDict-1.12.2-2.9.2.jar | None |
  306.  
  307. Loaded coremods (and transformers):
  308. 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.5-1.12.2.jar)
  309. pl.asie.foamfix.coremod.FoamFixTransformer
  310. Inventory Tweaks Coremod (InventoryTweaks-1.64+dev.146.jar)
  311. invtweaks.forge.asm.ContainerTransformer
  312. RandomPatches (randompatches-1.12.2-1.17.2.1.jar)
  313. com.therandomlabs.randompatches.core.RPTransformer
  314. EnderCorePlugin (EnderCore-1.12.2-0.5.59-core.jar)
  315. com.enderio.core.common.transform.EnderCoreTransformer
  316. com.enderio.core.common.transform.SimpleMixinPatcher
  317. MicdoodlePlugin (MicdoodleCore-1.12.2-4.0.2.211.jar)
  318. micdoodle8.mods.miccore.MicdoodleTransformer
  319. CTMCorePlugin (CTM-MC1.12.2-0.3.3.22.jar)
  320. team.chisel.ctm.client.asm.CTMTransformer
  321. ForgelinPlugin (Forgelin-1.8.3.jar)
  322.  
  323. Plugin (NotEnoughIDs-1.5.4.4.jar)
  324. ru.fewizz.neid.asm.Transformer
  325. llibrary (llibrary-core-1.0.11-1.12.2.jar)
  326. net.ilexiconn.llibrary.server.core.plugin.LLibraryTransformer
  327. net.ilexiconn.llibrary.server.core.patcher.LLibraryRuntimePatcher
  328. IELoadingPlugin (ImmersiveEngineering-core-0.12-89.jar)
  329. blusunrize.immersiveengineering.common.asm.IEClassTransformer
  330. PhosphorFMLLoadingPlugin (phosphor-1.12.2-0.2.4+build46-universal.jar)
  331.  
  332. LibrarianLib Plugin (librarianlib-1.12.2-4.19.2-release.jar)
  333. com.teamwizardry.librarianlib.asm.LibLibTransformer
  334. MekanismCoremod (Mekanism-1.12.2-9.7.9.380.jar)
  335. mekanism.coremod.KeybindingMigrationHelper
  336. BlurPlugin (Blur-1.0.4-14.jar)
  337. com.tterrag.blur.BlurTransformer
  338. AstralCore (astralsorcery-1.12.2-1.10.19.jar)
  339.  
  340. VanillaFixLoadingPlugin (VanillaFix-1.0.10-99.jar)
  341.  
  342. LoadingPlugin (ResourceLoader-MC1.12.1-1.5.3.jar)
  343. lumien.resourceloader.asm.ClassTransformer
  344. SurgeLoadingPlugin (Surge-1.12.2-2.0.77.jar)
  345.  
  346. CoreMod (Aroma1997Core-1.12.2-2.0.0.2.jar)
  347.  
  348. GL info: ' Vendor: 'NVIDIA Corporation' Version: '4.6.0 NVIDIA 430.26' Renderer: 'GeForce GTX 1050 Ti/PCIe/SSE2'
  349. AE2 Version: stable rv6-stable-6 for Forge 14.23.5.2768
  350. Pulsar/tconstruct loaded Pulses:
  351. - TinkerCommons (Enabled/Forced)
  352. - TinkerWorld (Enabled/Not Forced)
  353. - TinkerTools (Enabled/Not Forced)
  354. - TinkerHarvestTools (Enabled/Forced)
  355. - TinkerMeleeWeapons (Enabled/Forced)
  356. - TinkerRangedWeapons (Enabled/Forced)
  357. - TinkerModifiers (Enabled/Forced)
  358. - TinkerSmeltery (Enabled/Not Forced)
  359. - TinkerGadgets (Enabled/Not Forced)
  360. - TinkerOredict (Enabled/Forced)
  361. - TinkerIntegration (Enabled/Forced)
  362. - TinkerFluids (Enabled/Forced)
  363. - TinkerMaterials (Enabled/Forced)
  364. - TinkerModelRegister (Enabled/Forced)
  365. - chiselIntegration (Enabled/Not Forced)
  366. - craftingtweaksIntegration (Enabled/Not Forced)
  367. - theoneprobeIntegration (Enabled/Not Forced)
  368.  
  369. List of loaded APIs:
  370. * actuallyadditionsapi (34) from ActuallyAdditions-1.12.2-r149.jar
  371. * ae2wtlib|api (1.1) from AE2WTLib-1.12.2-1.0.6.jar
  372. * appliedenergistics2|API (rv6) from appliedenergistics2-rv6-stable-6.jar
  373. * Baubles|API (1.1.1.0) from inventorypets-1.12-2.0.1.jar
  374. * betteradvancements|API (0.1.0.77) from BetterAdvancements-1.12.2-0.1.0.77.jar
  375. * BetterWithModsAPI (Beta 0.6) from AppleSkin-mc1.12-1.0.9.jar
  376. * bigreactors|API (4.0.1) from ExtremeReactors-1.12.2-0.4.5.67.jar
  377. * BotaniaAPI (93) from Botania r1.10-361.jar
  378. * chesttransporter|api (2) from ChestTransporter-1.12.2-2.8.8.jar
  379. * Chisel-API (0.0.1) from Chisel-MC1.12.2-0.2.1.35.jar
  380. * ChiselAPI|Carving (0.0.1) from Chisel-MC1.12.2-0.2.1.35.jar
  381. * cofhapi (2.5.0) from CoFHCore-1.12.2-4.6.3.27-universal.jar
  382. * CraftingTweaks|API (4.1) from CraftingTweaks_1.12.2-8.1.9.jar
  383. * ctm-api (0.1.0) from CTM-MC1.12.2-0.3.3.22.jar
  384. * ctm-api-events (0.1.0) from CTM-MC1.12.2-0.3.3.22.jar
  385. * ctm-api-models (0.1.0) from CTM-MC1.12.2-0.3.3.22.jar
  386. * ctm-api-textures (0.1.0) from CTM-MC1.12.2-0.3.3.22.jar
  387. * ctm-api-utils (0.1.0) from CTM-MC1.12.2-0.3.3.22.jar
  388. * enderioapi (4.0.0) from EnderIO-1.12.2-5.0.46.jar
  389. * enderioapi|addon (4.0.0) from EnderIO-1.12.2-5.0.46.jar
  390. * enderioapi|capacitor (4.0.0) from EnderIO-1.12.2-5.0.46.jar
  391. * enderioapi|conduits (4.0.0) from EnderIO-1.12.2-5.0.46.jar
  392. * enderioapi|farm (4.0.0) from EnderIO-1.12.2-5.0.46.jar
  393. * enderioapi|redstone (4.0.0) from EnderIO-1.12.2-5.0.46.jar
  394. * enderioapi|teleport (4.0.0) from EnderIO-1.12.2-5.0.46.jar
  395. * enderioapi|tools (4.0.0) from EnderIO-1.12.2-5.0.46.jar
  396. * enderioapi|upgrades (4.0.0) from EnderIO-1.12.2-5.0.46.jar
  397. * fluxapi (1.0) from fluxnetworks-1.12.2-3.0.19-21.jar
  398. * ForestryAPI|apiculture (5.0.0) from forestry_1.12.2-5.8.2.387.jar
  399. * ForestryAPI|arboriculture (4.3.0) from forestry_1.12.2-5.8.2.387.jar
  400. * ForestryAPI|book (5.8.1) from forestry_1.12.2-5.8.2.387.jar
  401. * ForestryAPI|circuits (3.1.0) from forestry_1.12.2-5.8.2.387.jar
  402. * ForestryAPI|climate (5.0.0) from forestry_1.12.2-5.8.2.387.jar
  403. * ForestryAPI|core (5.7.0) from forestry_1.12.2-5.8.2.387.jar
  404. * ForestryAPI|farming (5.8.0) from forestry_1.12.2-5.8.2.387.jar
  405. * ForestryAPI|food (1.1.0) from forestry_1.12.2-5.8.2.387.jar
  406. * ForestryAPI|fuels (3.0.0) from forestry_1.12.2-5.8.2.387.jar
  407. * ForestryAPI|genetics (5.7.0) from forestry_1.12.2-5.8.2.387.jar
  408. * ForestryAPI|gui (5.8.0) from forestry_1.12.2-5.8.2.387.jar
  409. * ForestryAPI|hives (4.1.0) from forestry_1.12.2-5.8.2.387.jar
  410. * ForestryAPI|lepidopterology (1.4.0) from forestry_1.12.2-5.8.2.387.jar
  411. * ForestryAPI|mail (3.1.0) from forestry_1.12.2-5.8.2.387.jar
  412. * ForestryAPI|modules (5.7.0) from forestry_1.12.2-5.8.2.387.jar
  413. * ForestryAPI|multiblock (3.0.0) from forestry_1.12.2-5.8.2.387.jar
  414. * ForestryAPI|recipes (5.4.0) from forestry_1.12.2-5.8.2.387.jar
  415. * ForestryAPI|storage (5.0.0) from forestry_1.12.2-5.8.2.387.jar
  416. * ForestryAPI|world (2.1.0) from forestry_1.12.2-5.8.2.387.jar
  417. * Galacticraft API (1.0) from GalacticraftCore-1.12.2-4.0.2.211.jar
  418. * ImmersiveEngineering|API (1.0) from ImmersiveEngineering-0.12-89.jar
  419. * ImmersiveEngineering|ImmersiveFluxAPI (1.0) from ImmersiveEngineering-0.12-89.jar
  420. * industrialforegoingapi (5) from industrialforegoing-1.12.2-1.12.13-237.jar
  421. * jeresources|API (0.9.2.60) from JustEnoughResources-1.12.2-0.9.2.60.jar
  422. * JustEnoughItemsAPI (4.13.0) from jei_1.12.2-4.15.0.287.jar
  423. * lightningcraftAPI (2.9.0) from lightningcraft-2.9.1-[1.12.2].jar
  424. * MatterOverdrive|API (0.4.1) from MatterOverdrive-1.12.2-0.7.1.0-universal.jar
  425. * MekanismAPI|core (9.7.8) from Mekanism-1.12.2-9.7.9.380.jar
  426. * MekanismAPI|energy (9.7.8) from Mekanism-1.12.2-9.7.9.380.jar
  427. * MekanismAPI|gas (9.7.8) from Mekanism-1.12.2-9.7.9.380.jar
  428. * MekanismAPI|infuse (9.7.8) from Mekanism-1.12.2-9.7.9.380.jar
  429. * MekanismAPI|laser (9.7.8) from Mekanism-1.12.2-9.7.9.380.jar
  430. * MekanismAPI|transmitter (9.7.8) from Mekanism-1.12.2-9.7.9.380.jar
  431. * MekanismAPI|util (9.0.0) from Mekanism-1.12.2-9.7.9.380.jar
  432. * MouseTweaks|API (1.0) from MouseTweaks-2.10-mc1.12.2.jar
  433. * PneumaticCraftApi (1.1) from pneumaticcraft-repressurized-1.12.2-0.11.4-368.jar
  434. * ProjectEAPI (1.9.4-1.0.0) from p455w0rdslib-1.12.2-2.1.44.jar
  435. * reborncoreAPI (3.14.1.457) from RebornCore-1.12.2-3.14.1.457-universal.jar
  436. * reborncoreAPI|Power (3.14.1.457) from RebornCore-1.12.2-3.14.1.457-universal.jar
  437. * reborncoreAPI|Recipe (3.14.1.457) from RebornCore-1.12.2-3.14.1.457-universal.jar
  438. * reborncoreAPI|Tile (3.14.1.457) from RebornCore-1.12.2-3.14.1.457-universal.jar
  439. * redstonefluxapi (2.1.0) from RedstoneFlux-1.12-2.1.0.6-universal.jar
  440. * sonarapi (1.0.1) from sonarcore-1.12.2-5.0.19-20.jar
  441. * StorageDrawersAPI (2.1.0) from StorageDrawers-1.12.2-5.3.8.jar
  442. * StorageDrawersAPI|event (2.1.0) from StorageDrawers-1.12.2-5.3.8.jar
  443. * StorageDrawersAPI|registry (2.1.0) from StorageDrawers-1.12.2-5.3.8.jar
  444. * StorageDrawersAPI|render (2.1.0) from StorageDrawers-1.12.2-5.3.8.jar
  445. * StorageDrawersAPI|storage (2.1.0) from StorageDrawers-1.12.2-5.3.8.jar
  446. * StorageDrawersAPI|storage-attribute (2.1.0) from StorageDrawers-1.12.2-5.3.8.jar
  447. * theoneprobe_api (1.4.4) from theoneprobe-1.12-1.4.28.jar
  448. * valkyrielib.api (1.12.2-2.0.10a) from valkyrielib-1.12.2-2.0.20.1.jar
  449. * wct|api (1.1) from WirelessCraftingTerminal-1.12.2-3.11.88.jar
  450. * zerocore|API|multiblock (1.10.2-0.0.2) from zerocore-1.12.2-0.1.2.8.jar
  451. * zerocore|API|multiblock|rectangular (1.10.2-0.0.2) from zerocore-1.12.2-0.1.2.8.jar
  452. * zerocore|API|multiblock|tier (1.10.2-0.0.2) from zerocore-1.12.2-0.1.2.8.jar
  453. * zerocore|API|multiblock|validation (1.10.2-0.0.2) from zerocore-1.12.2-0.1.2.8.jar
  454. RebornCore:
  455. Plugin Engine: 0
  456. RebornCore Version: 3.14.1.457
  457. Runtime Debofucsation 1
  458. RenderEngine: 0
  459. Ender IO: No known problems detected.
  460.  
  461. !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
  462. !!!You are looking at the diagnostics information, not at the crash. !!!
  463. !!!Scroll up until you see the line with '---- Minecraft Crash Report ----'!!!
  464. !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
  465.  
  466. AE2 Integration: IC2:OFF, RC:OFF, MFR:OFF, Waila:OFF, InvTweaks:ON, JEI:ON, Mekanism:ON, OpenComputers:OFF, THE_ONE_PROBE:ON, TESLA:OFF, CRAFTTWEAKER:ON
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement