Advertisement
Guest User

Untitled

a guest
Dec 12th, 2018
97
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 31.27 KB | None | 0 0
  1. ---- Minecraft Crash Report ----
  2.  
  3. WARNING: coremods are present:
  4. AstralCore (astralsorcery-1.12.2-1.10.3.jar)
  5. FarseekCoreMod (Farseek-1.12-2.3.1.jar)
  6. BedPatch (bedpatch-2.2-1.12.2.jar)
  7. DynamicSurroundingsCore (DynamicSurroundings-core-1.12.2-3.4.10.4.jar)
  8. ForgelinPlugin (Forgelin-1.8.2.jar)
  9. SSLoadingPlugin (SereneSeasons-1.12.2-1.2.13-universal.jar)
  10. CTMCorePlugin (CTM-MC1.12.2-0.3.3.22.jar)
  11. LoadingPlugin (BetterWithLib-1.12-1.5.jar)
  12. LoadingPlugin (Quark-r1.5-134.jar)
  13. Inventory Tweaks Coremod (InventoryTweaks-1.63.jar)
  14. ShetiPhian-ASM (ShetiPhian-ASM-1.12.0.jar)
  15. IELoadingPlugin (ImmersiveEngineering-core-0.12-86.jar)
  16. 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.3-1.12.2.jar)
  17. AppleCore (AppleCore-mc1.12.2-3.1.4.jar)
  18. CorePlugin (ForgeEndertech-1.12.2-4.4.3.0-build.0224.jar)
  19. BetterFoliageLoader (BetterFoliage-MC1.12-2.2.0.jar)
  20. IvToolkit (IvToolkit-1.3.3-1.12.jar)
  21. LoadingPlugin (ChunkAnimator-MC1.12-1.2.jar)
  22. Contact their authors BEFORE contacting forge
  23.  
  24. // Don't do that.
  25.  
  26. Time: 12/12/18 6:40 PM
  27. Description: There was a severe problem during mod loading that has caused the game to fail
  28.  
  29. net.minecraftforge.fml.common.LoaderExceptionModCrash: Caught exception from B.A.S.E (base)
  30. Caused by: java.lang.NullPointerException
  31. at com.teamacronymcoders.base.registrysystem.config.ConfigEntry.saveProperty(ConfigEntry.java:52)
  32. at com.teamacronymcoders.base.registrysystem.config.ConfigRegistry.addEntry(ConfigRegistry.java:102)
  33. at com.teamacronymcoders.base.registrysystem.config.ConfigRegistry.addEntry(ConfigRegistry.java:97)
  34. at com.teamacronymcoders.base.modulesystem.ModuleHandler.setupModules(ModuleHandler.java:56)
  35. at com.teamacronymcoders.base.BaseModFoundation.preInit(BaseModFoundation.java:107)
  36. at com.teamacronymcoders.base.Base.preInit(Base.java:41)
  37. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  38. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
  39. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  40. at java.lang.reflect.Method.invoke(Method.java:497)
  41. at net.minecraftforge.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:624)
  42. at sun.reflect.GeneratedMethodAccessor3.invoke(Unknown Source)
  43. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  44. at java.lang.reflect.Method.invoke(Method.java:497)
  45. at com.google.common.eventbus.Subscriber.invokeSubscriberMethod(Subscriber.java:91)
  46. at com.google.common.eventbus.Subscriber$SynchronizedSubscriber.invokeSubscriberMethod(Subscriber.java:150)
  47. at com.google.common.eventbus.Subscriber$1.run(Subscriber.java:76)
  48. at com.google.common.util.concurrent.MoreExecutors$DirectExecutor.execute(MoreExecutors.java:399)
  49. at com.google.common.eventbus.Subscriber.dispatchEvent(Subscriber.java:71)
  50. at com.google.common.eventbus.Dispatcher$PerThreadQueuedDispatcher.dispatch(Dispatcher.java:116)
  51. at com.google.common.eventbus.EventBus.post(EventBus.java:217)
  52. at net.minecraftforge.fml.common.LoadController.sendEventToModContainer(LoadController.java:219)
  53. at net.minecraftforge.fml.common.LoadController.propogateStateMessage(LoadController.java:197)
  54. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  55. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
  56. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  57. at java.lang.reflect.Method.invoke(Method.java:497)
  58. at com.google.common.eventbus.Subscriber.invokeSubscriberMethod(Subscriber.java:91)
  59. at com.google.common.eventbus.Subscriber$SynchronizedSubscriber.invokeSubscriberMethod(Subscriber.java:150)
  60. at com.google.common.eventbus.Subscriber$1.run(Subscriber.java:76)
  61. at com.google.common.util.concurrent.MoreExecutors$DirectExecutor.execute(MoreExecutors.java:399)
  62. at com.google.common.eventbus.Subscriber.dispatchEvent(Subscriber.java:71)
  63. at com.google.common.eventbus.Dispatcher$PerThreadQueuedDispatcher.dispatch(Dispatcher.java:116)
  64. at com.google.common.eventbus.EventBus.post(EventBus.java:217)
  65. at net.minecraftforge.fml.common.LoadController.distributeStateMessage(LoadController.java:136)
  66. at net.minecraftforge.fml.common.Loader.preinitializeMods(Loader.java:627)
  67. at net.minecraftforge.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:252)
  68. at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:467)
  69. at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:378)
  70. at net.minecraft.client.main.Main.main(SourceFile:123)
  71. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  72. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
  73. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  74. at java.lang.reflect.Method.invoke(Method.java:497)
  75. at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
  76. at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
  77.  
  78.  
  79. A detailed walkthrough of the error, its code path and all known details is as follows:
  80. ---------------------------------------------------------------------------------------
  81.  
  82. -- System Details --
  83. Details:
  84. Minecraft Version: 1.12.2
  85. Operating System: Windows 8.1 (amd64) version 6.3
  86. Java Version: 1.8.0_51, Oracle Corporation
  87. Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
  88. Memory: 429852000 bytes (409 MB) / 1387790336 bytes (1323 MB) up to 2863661056 bytes (2731 MB)
  89. JVM Flags: 4 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xmx3072m -Xms256m -XX:PermSize=256m
  90. IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0
  91. FML: MCP 9.42 Powered by Forge 14.23.5.2795 139 mods loaded, 139 mods active
  92. States: 'U' = Unloaded 'L' = Loaded 'C' = Constructed 'H' = Pre-initialized 'I' = Initialized 'J' = Post-initialized 'A' = Available 'D' = Disabled 'E' = Errored
  93.  
  94. | State | ID | Version | Source | Signature |
  95. |:----- |:------------------------- |:------------------------ |:----------------------------------------------- |:---------------------------------------- |
  96. | LCH | minecraft | 1.12.2 | minecraft.jar | None |
  97. | LCH | mcp | 9.42 | minecraft.jar | None |
  98. | LCH | FML | 8.0.99.99 | forge-1.12.2-14.23.5.2795.jar | e3c3d50c7c986df74c645c0ac54639741c90a557 |
  99. | LCH | forge | 14.23.5.2795 | forge-1.12.2-14.23.5.2795.jar | e3c3d50c7c986df74c645c0ac54639741c90a557 |
  100. | LCH | ivtoolkit | 1.3.3-1.12 | minecraft.jar | None |
  101. | LCH | foamfixcore | 7.7.4 | minecraft.jar | None |
  102. | LCH | dsurroundcore | | minecraft.jar | None |
  103. | LCH | antiqueatlas | 4.4.9 | antiqueatlas-1.12.2-4.4.9.jar | None |
  104. | LCH | antiqueatlasoverlay | 1.2 | antiqueatlas-1.12.2-4.4.9.jar | None |
  105. | LCH | examplemod | 1.0 | antiqueatlas-1.12.2-4.4.9.jar | None |
  106. | LCH | applecore | 3.1.4 | AppleCore-mc1.12.2-3.1.4.jar | None |
  107. | LCH | jei | 4.13.1.225 | jei_1.12.2-4.13.1.225.jar | None |
  108. | LCH | ctm | MC1.12.2-0.3.3.22 | CTM-MC1.12.2-0.3.3.22.jar | None |
  109. | LCH | mantle | 1.12-1.3.3.39 | Mantle-1.12-1.3.3.39.jar | None |
  110. | LCH | natura | 1.12.2-4.3.2.62 | natura-1.12.2-4.3.2.62.jar | None |
  111. | LCH | chisel | MC1.12.2-0.2.1.35 | Chisel-MC1.12.2-0.2.1.35.jar | None |
  112. | LCH | tconstruct | 1.12.2-2.11.0.106 | TConstruct-1.12.2-2.11.0.106.jar | None |
  113. | LCH | theoneprobe | 1.4.25 | theoneprobe-1.12-1.4.25.jar | None |
  114. | LCH | immersiveengineering | 0.12-86 | ImmersiveEngineering-0.12-86.jar | 4cb49fcde3b43048c9889e0a3d083225da926334 |
  115. | LCH | betterwithmods | 1.12-2.3.19-1017 | BetterWithMods-1.12-2.3.19-1017.jar | None |
  116. | LCH | appleskin | 1.0.9 | AppleSkin-mc1.12-1.0.9.jar | None |
  117. | LCH | architecturecraft | @VERSION@ | architecturecraft-1.12-3.80.jar | None |
  118. | LCH | csb_armorstand | 1.0.4 | ArmorStandGUI-1.12-1.0.4.jar | None |
  119. | LCH | ashenwheat | 4.0.1.0 | ashenwheat-1.12.2-4.0.1.0.jar | None |
  120. | LCH | baubles | 1.5.2 | Baubles-1.12-1.5.2.jar | None |
  121. | LCH | crafttweaker | 4.1.13 | CraftTweaker2-1.12-4.1.13.jar | None |
  122. | LCH | astralsorcery | 1.10.3 | astralsorcery-1.12.2-1.10.3.jar | a0f0b759d895c15ceb3e3bcb5f3c2db7c582edf0 |
  123. | LCH | psi | r1.1-62 | Psi-r1.1-62.jar | None |
  124. | LCH | quark | r1.5-134 | Quark-r1.5-134.jar | None |
  125. | LCH | autoreglib | 1.3-21 | AutoRegLib-1.3-21.jar | None |
  126. | LCH | badwithernocookiereloaded | 1.12.2-3.3.16 | badwithernocookiereloaded-1.12.2-3.3.16.jar | None |
  127. | LCE | base | 3.10.0 | base-1.12.2-3.10.0.jar | None |
  128. | LC | betterbuilderswands | 0.11.1 | BetterBuildersWands-1.12-0.11.1.245+69d0d70.jar | None |
  129. | LC | forgelin | 1.8.2 | Forgelin-1.8.2.jar | None |
  130. | LC | betterfoliage | 2.2.0 | BetterFoliage-MC1.12-2.2.0.jar | None |
  131. | LC | betterquesting | 3.5.279 | BetterQuesting-3.5.279.jar | None |
  132. | LC | betterwithlib | ${version} | BetterWithLib-1.12-1.5.jar | None |
  133. | LC | bibliocraft | 2.4.5 | BiblioCraft[v2.4.5][MC1.12.2].jar | None |
  134. | LC | biometweaker | 3.2.354 | BiomeTweaker-1.12.2-3.2.354.jar | bdea6e9d19f35da4858ffcc93210c6207dd590bd |
  135. | LC | biomesoplenty | 7.0.1.2419 | BiomesOPlenty-1.12.2-7.0.1.2419-universal.jar | None |
  136. | LC | birdsnests | 2.1.0 | BirdsNests1.12.2-2.1.0.jar | None |
  137. | LC | bonsaitrees | 1.1.1 | bonsaitrees-1.1.1-b138.jar | None |
  138. | LC | bookshelf | 2.3.569 | Bookshelf-1.12.2-2.3.569.jar | d476d1b22b218a10d845928d1665d45fce301b27 |
  139. | LC | botania | r1.10-358 | Botania r1.10-358.jar | None |
  140. | LC | ceramics | 1.12-1.3.6 | Ceramics-1.12-1.3.6.jar | None |
  141. | LC | chameleon | 1.12-4.1.3 | Chameleon-1.12-4.1.3.jar | None |
  142. | LC | chesttransporter | 2.8.8 | ChestTransporter-1.12.2-2.8.8.jar | None |
  143. | LC | chiselsandbits | 14.29 | chiselsandbits-14.29.jar | None |
  144. | LC | chunkpregenerator | 1.9 | Chunk Pregenerator V1.12-1.9.2.jar | None |
  145. | LC | chunkanimator | 1.2 | ChunkAnimator-MC1.12-1.2.jar | None |
  146. | LC | clarity | 1.1 | clarity-1.1.jar | None |
  147. | LC | cleanview | 1.12.2-v1a | CleanView-1.12.2-v1a.jar | aaaf83332a11df02406e9f266b1b65c1306f0f76 |
  148. | LC | clumps | 3.1.1 | Clumps-3.1.1.jar | None |
  149. | LC | codechickenlib | 3.2.2.353 | CodeChickenLib-1.12.2-3.2.2.353-universal.jar | f1850c39b2516232a2108a7bd84d1cb5df93b261 |
  150. | LC | colored_water | 1.12.2-b37 | ColoredWater-1.12.2-b37.jar | None |
  151. | LC | comforts | 1.4.0 | comforts-1.12.2-1.4.0.jar | 5d5b8aee896a4f5ea3f3114784742662a67ad32f |
  152. | LC | controlling | 3.0.6 | Controlling-3.0.6.jar | None |
  153. | LC | cookingforblockheads | 6.4.65 | CookingForBlockheads_1.12.2-6.4.65.jar | None |
  154. | LC | ctgui | 1.0.0 | CraftTweaker2-1.12-4.1.13.jar | None |
  155. | LC | crafttweakerjei | 2.0.2 | CraftTweaker2-1.12-4.1.13.jar | None |
  156. | LC | custommainmenu | 2.0.9 | CustomMainMenu-MC1.12.2-2.0.9.jar | None |
  157. | LC | dailies | 1.12.2-6 | dailies-1.12.2-6.jar | None |
  158. | LC | darkutils | 1.8.219 | DarkUtils-1.12.2-1.8.219.jar | d476d1b22b218a10d845928d1665d45fce301b27 |
  159. | LC | defaultoptions | 9.2.8 | DefaultOptions_1.12.2-9.2.8.jar | None |
  160. | LC | diethopper | 1.1 | diethopper-1.1.jar | None |
  161. | LC | ding | 1.0.1 | Ding-1.12.1-1.0.1.jar | None |
  162. | LC | doggytalents | 1.14.2.379 | DoggyTalents-1.12.2-1.14.2.379-universal.jar | None |
  163. | LC | elevatorid | 1.3.6 | ElevatorMod-1.12.2-1.3.6.jar | None |
  164. | LC | enderstorage | 2.4.5.135 | EnderStorage-1.12.2-2.4.5.135-universal.jar | f1850c39b2516232a2108a7bd84d1cb5df93b261 |
  165. | LC | extrabitmanipulation | 1.12.2-3.4.1 | ExtraBitManipulation-1.12.2-3.4.1.jar | None |
  166. | LC | extrautils2 | 1.0 | extrautils2-1.12-1.9.8.jar | None |
  167. | LC | fairylights | 2.1.4 | fairylights-2.1.4-1.12.2.jar | None |
  168. | LC | farseek | 2.3.1 | Farseek-1.12-2.3.1.jar | None |
  169. | LC | fastleafdecay | v14 | FastLeafDecay-v14.jar | None |
  170. | LC | flatcoloredblocks | mc1.12-6.6 | flatcoloredblocks-mc1.12-6.6.jar | None |
  171. | LC | foamfix | 0.10.3-1.12.2 | foamfix-0.10.3-1.12.2.jar | None |
  172. | LC | forgeendertech | 1.12.2-4.4.3.0 | ForgeEndertech-1.12.2-4.4.3.0-build.0224.jar | None |
  173. | LC | ftblib | 5.4.0.69 | FTBLib-5.4.0.69.jar | None |
  174. | LC | ftbutilities | 5.3.0.66 | FTBUtilities-5.3.0.66.jar | None |
  175. | LC | fw | 1.6.0 | FullscreenWindowed-1.12-1.6.0.jar | None |
  176. | LC | gravestone | 1.10.1 | gravestone-1.10.1.jar | None |
  177. | LC | hopperducts | 1.5 | hopperducts-mc1.12-1.5.jar | None |
  178. | LC | hungerinpeace | 1.0.0 | HungerInPeace-mc1.12-1.0.0.jar | None |
  179. | LC | ichunutil | 7.1.4 | iChunUtil-1.12.2-7.1.4.jar | None |
  180. | LC | inspirations | 1.12.2-0.2.3 | Inspirations-1.12.2-0.2.3.jar | None |
  181. | LC | inventorypets | 1.5.3.1 | inventorypets-1.12-1.5.3.1.jar | None |
  182. | LC | inventorytweaks | 1.63+release.109.220f184 | InventoryTweaks-1.63.jar | 55d2cd4f5f0961410bf7b91ef6c6bf00a766dcbe |
  183. | LC | ironbackpacks | 1.12.2-3.0.8-12 | IronBackpacks-1.12.2-3.0.8-12.jar | None |
  184. | LC | ironchest | 1.12.2-7.0.54.838 | ironchest-1.12.2-7.0.54.838.jar | None |
  185. | LC | harvestcraft | 1.12.2z | Pam's HarvestCraft 1.12.2za.jar | None |
  186. | LC | jehc | 1.12.2 | JEHC-1.12.2-1.6.2.0.jar | None |
  187. | LC | jeiintegration | 1.5.1.36 | jeiintegration_1.12.2-1.5.1.36.jar | None |
  188. | LC | jeivillagers | 1.0 | jeivillagers-1.12-1.0.2.jar | None |
  189. | LC | jepb | 1.2.1 | jepb-1.12-1.2.1.jar | None |
  190. | LC | jaff | 1.7_for_1.12 | JustAFewFish-1.7_for_1.12.jar | None |
  191. | LC | loottweaker | 0.0.8 | LootTweaker-1.12.2-0.0.8.jar | None |
  192. | LC | jeresources | 0.8.9.48 | JustEnoughResources-1.12.2-0.8.9.48.jar | None |
  193. | LC | kleeslabs | 5.4.11 | KleeSlabs_1.12.2-5.4.11.jar | None |
  194. | LC | longfallboots | 1.2.1a | longfallboots-1.2.1b.jar | None |
  195. | LC | magipsi | 1.3 | MagicalPsi-1.3.jar | None |
  196. | LC | modlister | 1.12.2-3.2.4 | ModLister-1.12.2-3.2.4.jar | None |
  197. | LC | modnametooltip | 1.10.0 | modnametooltip_1.12.2-1.10.0.jar | None |
  198. | LC | mousetweaks | 2.9 | MouseTweaks-2.9-mc1.12.2.jar | None |
  199. | LC | mysticalworld | 1.12.2-1.0.1 | MysticalWorld-1.12.2-1.0.1.jar | None |
  200. | LC | naturescompass | 1.5.1 | NaturesCompass-1.12.2-1.5.1.jar | None |
  201. | LC | netherportalfix | 5.3.17 | NetherPortalFix_1.12.1-5.3.17.jar | None |
  202. | LC | nofov | 1.0.1 | NoFov-MC1.12-1.0.1.jar | None |
  203. | LC | recipehandler | 0.12 | NoMoreRecipeConflict-0.12(1.12.2).jar | None |
  204. | LC | openglider | @VERSION@ | OpenGlider-1.12.1-1.1.0.jar | None |
  205. | LC | oreexcavation | 1.4.133 | OreExcavation-1.4.133.jar | None |
  206. | LC | placebo | 1.5.0 | Placebo-1.12.2-1.5.0.jar | None |
  207. | LC | plants2 | 2.10.3 | Plants-1.12.2-2.10.3.jar | None |
  208. | LC | shetiphiancore | 3.5.8 | shetiphiancore-1.12.0-3.5.8.jar | None |
  209. | LC | platforms | 1.4.6 | platforms-1.12.0-1.4.6.jar | None |
  210. | LC | portalgun | 7.0.2 | PortalGun-1.12.2-7.0.2.jar | None |
  211. | LC | react | 1.2.2 | React-1.12-1.2.2.jar | None |
  212. | LC | reccomplex | 1.4.7 | RecurrentComplex-1.4.7.jar | None |
  213. | LC | refinedstorage | 1.6.12 | refinedstorage-1.6.12.jar | 57893d5b90a7336e8c63fe1c1e1ce472c3d59578 |
  214. | LC | refinedstorageaddons | 0.4.3 | refinedstorageaddons-0.4.3.jar | None |
  215. | LC | roots | 0.104 | roots-2-0.104.jar | None |
  216. | LC | rustic | 1.0.12 | rustic-1.0.12.jar | None |
  217. | LC | scannable | 1.6.3.22 | Scannable-MC1.12.2-1.6.3.22.jar | None |
  218. | LC | sereneseasons | 1.2.13 | SereneSeasons-1.12.2-1.2.13-universal.jar | None |
  219. | LC | simplecorn | 2.4.1 | SimpleCorn1.12-1.12-2.4.1.jar | None |
  220. | LC | simplytea | 1.4 | simplytea-1.4.jar | None |
  221. | LC | bq_standard | 3.4.145 | StandardExpansion-3.4.145.jar | None |
  222. | LC | storagedrawers | 1.12-5.3.5 | StorageDrawers-1.12.2-5.3.8.jar | None |
  223. | LC | streams | 0.4.4 | Streams-1.12-0.4.4.jar | None |
  224. | LC | tp | 3.2.31 | tinyprogressions-1.12.2-3.3.31-Release.jar | None |
  225. | LC | topaddons | 1.12.2-1.10.1 | topaddons-1.12.2-1.10.1.jar | None |
  226. | LC | tumbleweed | 1.11-0.4.5 | tumbleweed-1.11-0.4.5.jar | None |
  227. | LC | waddles | 0.6.0 | Waddles-1.12.2-0.6.0.jar | None |
  228. | LC | waystones | 4.0.67 | Waystones_1.12.2-4.0.67.jar | None |
  229. | LC | xtones | 1.12-1.0.8-11 | Xtones-1.12-1.0.8-11.jar | None |
  230. | LC | dsurround | 3.4.10.4 | DynamicSurroundings-1.12.2-3.4.10.4.jar | None |
  231. | LC | presets | 3.4.10.4 | DynamicSurroundings-1.12.2-3.4.10.4.jar | None |
  232. | LC | orelib | 3.5.1.0 | OreLib-1.12.2-3.5.1.0BETA.jar | 7a2128d395ad96ceb9d9030fbd41d035b435753a |
  233. | LC | reauth | 3.6.0 | reauth-3.6.0.jar | daba0ec4df71b6da841768c49fb873def208a1e3 |
  234. | LC | mysticallib | 1.12.2-1.0.0 | mysticallib-1.12.2-1.0.0.jar | None |
  235.  
  236. Loaded coremods (and transformers):
  237. AstralCore (astralsorcery-1.12.2-1.10.3.jar)
  238.  
  239. FarseekCoreMod (Farseek-1.12-2.3.1.jar)
  240. farseek.core.FarseekClassTransformer
  241. BedPatch (bedpatch-2.2-1.12.2.jar)
  242. com.mordenkainen.bedpatch.BedPatchASM
  243. DynamicSurroundingsCore (DynamicSurroundings-core-1.12.2-3.4.10.4.jar)
  244. org.blockartistry.DynSurround.asm.Transformer
  245. ForgelinPlugin (Forgelin-1.8.2.jar)
  246.  
  247. SSLoadingPlugin (SereneSeasons-1.12.2-1.2.13-universal.jar)
  248. sereneseasons.asm.transformer.EntityRendererTransformer
  249. sereneseasons.asm.transformer.WorldTransformer
  250. CTMCorePlugin (CTM-MC1.12.2-0.3.3.22.jar)
  251. team.chisel.ctm.client.asm.CTMTransformer
  252. LoadingPlugin (BetterWithLib-1.12-1.5.jar)
  253. betterwithmods.library.core.ClassTransformer
  254. LoadingPlugin (Quark-r1.5-134.jar)
  255. vazkii.quark.base.asm.ClassTransformer
  256. Inventory Tweaks Coremod (InventoryTweaks-1.63.jar)
  257. invtweaks.forge.asm.ContainerTransformer
  258. ShetiPhian-ASM (ShetiPhian-ASM-1.12.0.jar)
  259. shetiphian.asm.ClassTransformer
  260. IELoadingPlugin (ImmersiveEngineering-core-0.12-86.jar)
  261. blusunrize.immersiveengineering.common.asm.IEClassTransformer
  262. 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.3-1.12.2.jar)
  263. pl.asie.foamfix.coremod.FoamFixTransformer
  264. AppleCore (AppleCore-mc1.12.2-3.1.4.jar)
  265. squeek.applecore.asm.TransformerModuleHandler
  266. CorePlugin (ForgeEndertech-1.12.2-4.4.3.0-build.0224.jar)
  267.  
  268. BetterFoliageLoader (BetterFoliage-MC1.12-2.2.0.jar)
  269. mods.betterfoliage.loader.BetterFoliageTransformer
  270. IvToolkit (IvToolkit-1.3.3-1.12.jar)
  271.  
  272. LoadingPlugin (ChunkAnimator-MC1.12-1.2.jar)
  273. lumien.chunkanimator.asm.ClassTransformer
  274. GL info: ' Vendor: 'NVIDIA Corporation' Version: '4.6.0 NVIDIA 398.11' Renderer: 'GeForce GTX 660/PCIe/SSE2'
  275. Pulsar/natura loaded Pulses:
  276. - NaturaCommons (Enabled/Forced)
  277. - NaturaOverworld (Enabled/Not Forced)
  278. - NaturaNether (Enabled/Not Forced)
  279. - NaturaDecorative (Enabled/Not Forced)
  280. - NaturaTools (Enabled/Not Forced)
  281. - NaturaEntities (Enabled/Not Forced)
  282. - NaturaOredict (Enabled/Forced)
  283. - NaturaWorld (Enabled/Not Forced)
  284.  
  285. Pulsar/tconstruct loaded Pulses:
  286. - TinkerCommons (Enabled/Forced)
  287. - TinkerWorld (Enabled/Not Forced)
  288. - TinkerTools (Enabled/Not Forced)
  289. - TinkerHarvestTools (Enabled/Forced)
  290. - TinkerMeleeWeapons (Enabled/Forced)
  291. - TinkerRangedWeapons (Enabled/Forced)
  292. - TinkerModifiers (Enabled/Forced)
  293. - TinkerSmeltery (Enabled/Not Forced)
  294. - TinkerGadgets (Enabled/Not Forced)
  295. - TinkerOredict (Enabled/Forced)
  296. - TinkerIntegration (Enabled/Forced)
  297. - TinkerFluids (Enabled/Forced)
  298. - TinkerMaterials (Enabled/Forced)
  299. - TinkerModelRegister (Enabled/Forced)
  300. - chiselIntegration (Enabled/Not Forced)
  301. - chiselsandbitsIntegration (Enabled/Not Forced)
  302. - theoneprobeIntegration (Enabled/Not Forced)
  303.  
  304. Pulsar/inspirations loaded Pulses:
  305. - InspirationsShared (Enabled/Forced)
  306. - InspirationsBuilding (Enabled/Not Forced)
  307. - InspirationsUtility (Enabled/Not Forced)
  308. - InspirationsTools (Enabled/Not Forced)
  309. - InspirationsRecipes (Enabled/Not Forced)
  310. - InspirationsTweaks (Enabled/Not Forced)
  311. - InspirationsShared (Enabled/Forced)
  312. - TheOneProbePlugin (Enabled/Not Forced)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement