Advertisement
drakray

Untitled

Feb 22nd, 2018
153
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 42.49 KB | None | 0 0
  1. ---- Minecraft Crash Report ----
  2.  
  3. WARNING: coremods are present:
  4. SmoothWaterCore (SmoothWater-0.1.3.jar)
  5. CTMCorePlugin (CTM-MC1.12-0.2.3.12.jar)
  6. CorePlugin (ForgeEndertech-1.12.1-4.3.1.0-build.0071.jar)
  7. OpenModsCorePlugin (OpenModsLib-1.12.2-0.11.5.jar)
  8. Plugin (NotEnoughIDs-1.5.4.2.jar)
  9. Wizardry Plugin (wizardry-0.7.2.jar)
  10. MalisisCorePlugin (malisiscore-1.12.2-6.4.0.jar)
  11. Born in a Barn (Born+In+A+Barn+V1.8-1.12-1.0.jar)
  12. IELoadingPlugin (ImmersiveEngineering-0.12-77-core.jar)
  13. Inventory Tweaks Coremod (InventoryTweaks-1.64-dev.jar)
  14. LoadingPlugin (RandomThings-MC1.12.2-4.1.3.jar)
  15. ForgelinPlugin (Forgelin-1.6.0.jar)
  16. BaseMetals (1-2-MMD-BaseMetals-1.12-2.5.0-beta4.155.jar)
  17. No More Glowing Pots (nomoreglowingpots-1.0.jar)
  18. AppleCore (AppleCore-mc1.12.2-3.1.1.jar)
  19. LibrarianLib Plugin (librarianlib-1.12.2-4.7.jar)
  20. LoadingPlugin (Quark-r1.4-122.jar)
  21. TNTUtilities Core (tnt_utilities-mc1.12-1.2.3.jar)
  22. Contact their authors BEFORE contacting forge
  23.  
  24. // Would you like a cupcake?
  25.  
  26. Time: 2/22/18 11:32 AM
  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 Tinkers' Complement (tcomplement)
  30. Caused by: java.lang.NoClassDefFoundError: knightminer/tcomplement/plugin/exnihilo/items/ItemSledgeHammer
  31. at knightminer.tcomplement.TinkersComplement.<clinit>(TinkersComplement.java:47)
  32. at java.lang.Class.forName0(Native Method)
  33. at java.lang.Class.forName(Class.java:344)
  34. at net.minecraftforge.fml.common.FMLModContainer.constructMod(FMLModContainer.java:522)
  35. at sun.reflect.GeneratedMethodAccessor4.invoke(Unknown Source)
  36. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  37. at java.lang.reflect.Method.invoke(Method.java:483)
  38. at com.google.common.eventbus.Subscriber.invokeSubscriberMethod(Subscriber.java:91)
  39. at com.google.common.eventbus.Subscriber$SynchronizedSubscriber.invokeSubscriberMethod(Subscriber.java:150)
  40. at com.google.common.eventbus.Subscriber$1.run(Subscriber.java:76)
  41. at com.google.common.util.concurrent.MoreExecutors$DirectExecutor.execute(MoreExecutors.java:399)
  42. at com.google.common.eventbus.Subscriber.dispatchEvent(Subscriber.java:71)
  43. at com.google.common.eventbus.Dispatcher$PerThreadQueuedDispatcher.dispatch(Dispatcher.java:116)
  44. at com.google.common.eventbus.EventBus.post(EventBus.java:217)
  45. at net.minecraftforge.fml.common.LoadController.sendEventToModContainer(LoadController.java:278)
  46. at net.minecraftforge.fml.common.LoadController.propogateStateMessage(LoadController.java:256)
  47. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  48. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
  49. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  50. at java.lang.reflect.Method.invoke(Method.java:483)
  51. at com.google.common.eventbus.Subscriber.invokeSubscriberMethod(Subscriber.java:91)
  52. at com.google.common.eventbus.Subscriber$SynchronizedSubscriber.invokeSubscriberMethod(Subscriber.java:150)
  53. at com.google.common.eventbus.Subscriber$1.run(Subscriber.java:76)
  54. at com.google.common.util.concurrent.MoreExecutors$DirectExecutor.execute(MoreExecutors.java:399)
  55. at com.google.common.eventbus.Subscriber.dispatchEvent(Subscriber.java:71)
  56. at com.google.common.eventbus.Dispatcher$PerThreadQueuedDispatcher.dispatch(Dispatcher.java:116)
  57. at com.google.common.eventbus.EventBus.post(EventBus.java:217)
  58. at net.minecraftforge.fml.common.LoadController.distributeStateMessage(LoadController.java:148)
  59. at net.minecraftforge.fml.common.Loader.loadMods(Loader.java:568)
  60. at net.minecraftforge.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:231)
  61. at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:466)
  62. at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:377)
  63. at net.minecraft.client.main.Main.main(SourceFile:123)
  64. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  65. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
  66. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  67. at java.lang.reflect.Method.invoke(Method.java:483)
  68. at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
  69. at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
  70. Caused by: java.lang.ClassNotFoundException: knightminer.tcomplement.plugin.exnihilo.items.ItemSledgeHammer
  71. at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:191)
  72. at java.lang.ClassLoader.loadClass(ClassLoader.java:424)
  73. at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
  74. ... 39 more
  75. Caused by: java.lang.NoClassDefFoundError: exnihilocreatio/items/tools/IHammer
  76. at java.lang.ClassLoader.defineClass1(Native Method)
  77. at java.lang.ClassLoader.defineClass(ClassLoader.java:760)
  78. at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:142)
  79. at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:182)
  80. ... 41 more
  81. Caused by: java.lang.ClassNotFoundException: exnihilocreatio.items.tools.IHammer
  82. at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:191)
  83. at java.lang.ClassLoader.loadClass(ClassLoader.java:424)
  84. at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
  85. ... 45 more
  86. Caused by: java.lang.NullPointerException
  87. at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:182)
  88. ... 47 more
  89.  
  90.  
  91. A detailed walkthrough of the error, its code path and all known details is as follows:
  92. ---------------------------------------------------------------------------------------
  93.  
  94. -- System Details --
  95. Details:
  96. Minecraft Version: 1.12.2
  97. Operating System: Windows 7 (amd64) version 6.1
  98. Java Version: 1.8.0_25, Oracle Corporation
  99. Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
  100. Memory: 42739296 bytes (40 MB) / 523718656 bytes (499 MB) up to 6335102976 bytes (6041 MB)
  101. JVM Flags: 17 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xmx6144m -Xms256m -Xmn1024m -XX:ReservedCodeCacheSize=1024m -XX:+AggressiveOpts -XX:+UseConcMarkSweepGC -XX:+UnlockExperimentalVMOptions -XX:+UseParNewGC -XX:+ExplicitGCInvokesConcurrent -XX:MaxGCPauseMillis=20 -XX:GCPauseIntervalMillis=50 -XX:+UseFastAccessorMethods -XX:+OptimizeStringConcat -XX:NewSize=84m -XX:+UseAdaptiveGCBoundary -XX:NewRatio=3
  102. IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0
  103. FML: MCP 9.42 Powered by Forge 14.23.2.2619 205 mods loaded, 205 mods active
  104. States: 'U' = Unloaded 'L' = Loaded 'C' = Constructed 'H' = Pre-initialized 'I' = Initialized 'J' = Post-initialized 'A' = Available 'D' = Disabled 'E' = Errored
  105.  
  106. | State | ID | Version | Source | Signature |
  107. |:----- |:----------------------- |:---------------------------- |:----------------------------------------------- |:---------------------------------------- |
  108. | UC | minecraft | 1.12.2 | minecraft.jar | None |
  109. | UC | mcp | 9.42 | minecraft.jar | None |
  110. | UC | FML | 8.0.99.99 | forge-1.12.2-14.23.2.2619.jar | e3c3d50c7c986df74c645c0ac54639741c90a557 |
  111. | UC | forge | 14.23.2.2619 | forge-1.12.2-14.23.2.2619.jar | e3c3d50c7c986df74c645c0ac54639741c90a557 |
  112. | UC | openmodscore | 0.11.5 | minecraft.jar | None |
  113. | UC | tnt_utilities_core | 1.2.3 | minecraft.jar | None |
  114. | UC | mtlib | @VERSION@ | 0-0-CT-MTLib-3.0.2.jar | None |
  115. | UC | crafttweaker | 4.1.4 | 0-1-CT-CraftTweaker2-1.12-4.1.4.jar | None |
  116. | UC | ctgui | 1.0.0 | 0-1-CT-CraftTweaker2-1.12-4.1.4.jar | None |
  117. | UC | modtweaker | 4.0.7 | 0-2-CT-modtweaker-4.0.7.jar | None |
  118. | UC | jei | 4.8.5.157 | jei_1.12.2-4.8.5.157.jar | None |
  119. | UC | crafttweakerjei | 2.0.0 | 0-1-CT-CraftTweaker2-1.12-4.1.4.jar | None |
  120. | UC | alt | 2.0.3 | 1-0-MMD-AdditionalLootTables-1.12-2.0.3.37.jar | d476d1b22b218a10d845928d1665d45fce301b27 |
  121. | UC | orespawn | 3.2.2 | 1-0-MMD-OreSpawn-1.12-3.2.2.114.jar | d476d1b22b218a10d845928d1665d45fce301b27 |
  122. | UC | mantle | 1.12-1.3.1.21 | 2-0-TC-Mantle-1.12-1.3.1.21.jar | None |
  123. | UC | ctm | MC1.12-0.2.3.12 | CTM-MC1.12-0.2.3.12.jar | None |
  124. | UC | chisel | MC1.12-0.1.1.28 | Chisel-MC1.12-0.1.1.28.jar | None |
  125. | UC | tconstruct | 1.12.2-2.9.1.65 | 2-1-TC-TConstruct-1.12.2-2.9.1.65.jar | None |
  126. | UC | basemetals | 2.5.0-beta4 | 1-2-MMD-BaseMetals-1.12-2.5.0-beta4.155.jar | d476d1b22b218a10d845928d1665d45fce301b27 |
  127. | UC | baseminerals | 2.5.0-beta4 | 1-1-MMD-BaseMinerals-1.12-2.5.0-beta4.27.jar | d476d1b22b218a10d845928d1665d45fce301b27 |
  128. | UC | modernmetals | 2.5.0-beta4 | 1-3-MMD-ModernMetals-1.12-2.5.0-beta4.95.jar | d476d1b22b218a10d845928d1665d45fce301b27 |
  129. | UC | nethermetals | 1.2.0-beta2 | 1-4-MMD-NetherMetals-1.12-1.2.0-beta2.35.jar | d476d1b22b218a10d845928d1665d45fce301b27 |
  130. | UC | endmetals | 1.2.0-beta2 | 1-5-MMD-EndMetals-1.12-1.2.0-beta2.24.jar | d476d1b22b218a10d845928d1665d45fce301b27 |
  131. | UC | tinkersaddons | 1.0.7 | 2-2-TC-Tinkers' Addons-1.12.1-1.0.7.jar | None |
  132. | UE | tcomplement | ${version} | 2-3-TC-TinkersComplement-1.12.1-0.2.2b.jar | None |
  133. | UC | tinkertoolleveling | 1.12-1.0.3.DEV.56fac4f | 2-4-TC-TinkerToolLeveling-1.12-1.0.3.jar | None |
  134. | UC | actuallyadditions | 1.12.2-r131 | ActuallyAdditions-1.12.2-r131.jar | None |
  135. | UC | baubles | 1.5.2 | Baubles-1.12-1.5.2.jar | None |
  136. | UC | biomesoplenty | 7.0.1.2315 | BiomesOPlenty-1.12.2-7.0.1.2315-universal.jar | None |
  137. | UC | botania | r1.10-353 | Botania+r1.10-353.jar | None |
  138. | UC | valkyrielib | 1.12.2-2.0.6b | valkyrielib-1.12.2-2.0.7a.jar | None |
  139. | UC | environmentaltech | 1.12.2-2.0.7b | environmentaltech-1.12.2-2.0.7b.jar | None |
  140. | UC | forgelin | 1.6.0 | Forgelin-1.6.0.jar | None |
  141. | UC | redstoneflux | 2.0.1 | RedstoneFlux-1.12-2.0.1.2-universal.jar | d4f1503fbacd9b9fb767720420c5395104239ec9 |
  142. | UC | tesla | 1.0.63 | Tesla-1.12.2-1.0.63.jar | d476d1b22b218a10d845928d1665d45fce301b27 |
  143. | UC | teslacorelib | 1.0.12 | tesla-core-lib-1.12-1.0.12.jar | None |
  144. | UC | industrialforegoing | 1.12.2-1.12.2 | industrialforegoing-1.12.2-1.8.2-121.jar | None |
  145. | UC | natura | 1.12.2-4.3.2.42 | natura-1.12.2-4.3.2.42.jar | None |
  146. | UC | cofhcore | 4.3.10 | CoFHCore-1.12.2-4.3.10.5-universal.jar | None |
  147. | UC | cofhworld | 1.1.1 | CoFHWorld-1.12.2-1.1.1.12-universal.jar | None |
  148. | UC | thermalfoundation | 2.3.10 | ThermalFoundation-1.12.2-2.3.10.6-universal.jar | None |
  149. | UC | plustic | 6.3.6.1 | 2-5-TC-plustic-6.3.6.1.jar | None |
  150. | UC | abyssalcraft | 1.9.4.4 | AbyssalCraft-1.12.2-1.9.4.4.jar | 220f10d3a93b3ff5fbaa7434cc629d863d6751b9 |
  151. | UC | acintegration | 1.6.2 | AbyssalCraft Integration-1.12.2-1.6.2.jar | 220f10d3a93b3ff5fbaa7434cc629d863d6751b9 |
  152. | UC | actuallybaubles | 1.1 | ActuallyBaubles-1.12-1.1.jar | None |
  153. | UC | craftstudioapi | 1.0.0 | CraftStudio-1.0.0.93-mc1.12-alpha.jar | None |
  154. | UC | quark | r1.4-122 | Quark-r1.4-122.jar | None |
  155. | UC | animania | 1.4.6 | animania-1.12.2-1.4.6.jar | None |
  156. | UC | applecore | 3.1.1 | AppleCore-mc1.12.2-3.1.1.jar | None |
  157. | UC | appleskin | 1.0.9 | AppleSkin-mc1.12-1.0.9.jar | None |
  158. | UC | autoreglib | 1.3-15 | AutoRegLib-1.3-15.jar | None |
  159. | UC | bdlib | 1.14.3.12 | bdlib-1.14.3.12-mc1.12.2.jar | None |
  160. | UC | bedbugs | @VERSION@ | BedBugs-1.12-1.0.1.jar | None |
  161. | UC | betteradvancements | 0.0.5.17 | BetterAdvancements-1.12.2-0.0.5.17.jar | None |
  162. | UC | betterbuilderswands | 0.11.1 | BetterBuildersWands-1.12-0.11.1.245+69d0d70.jar | None |
  163. | UC | bibliocraft | 2.4.3 | BiblioCraft[v2.4.3][MC1.12.0].jar | None |
  164. | UC | forestry | 5.8.0.250 | forestry_1.12.2-5.8.0.250.jar | None |
  165. | UC | binniecore | unspecified | binnie-mods-1.12.2-2.5.0.112.jar | None |
  166. | UC | binniedesign | 1.0 | binnie-mods-1.12.2-2.5.0.112.jar | None |
  167. | UC | genetics | 2.5.0.112 | binnie-mods-1.12.2-2.5.0.112.jar | None |
  168. | UC | botany | 2.5.0.112 | binnie-mods-1.12.2-2.5.0.112.jar | None |
  169. | UC | extrabees | 2.5.0.112 | binnie-mods-1.12.2-2.5.0.112.jar | None |
  170. | UC | extratrees | 2.5.0.112 | binnie-mods-1.12.2-2.5.0.112.jar | None |
  171. | UC | guideapi | 1.12-2.1.4-57 | Guide-API-1.12-2.1.4-57.jar | None |
  172. | UC | bloodmagic | 1.12.2-2.2.6-89 | BloodMagic-1.12.2-2.2.6-89.jar | None |
  173. | UC | bookshelf | 2.3.523 | Bookshelf-1.12.2-2.3.523.jar | d476d1b22b218a10d845928d1665d45fce301b27 |
  174. | UC | careerbees | 1.0 | careerbees-0.3.0.jar | None |
  175. | UC | ceramics | 1.12-1.3.3b | Ceramics-1.12-1.3.3b.jar | None |
  176. | UC | chameleon | 1.12-4.1.3 | Chameleon-1.12-4.1.3.jar | None |
  177. | UC | chattweaks | 5.1.9 | ChatTweaks_1.12.2-5.1.9.jar | None |
  178. | UC | chesttransporter | 2.8.8 | ChestTransporter-1.12.2-2.8.8.jar | None |
  179. | UC | chickens | 6.0.3 | chickens-6.0.3.jar | None |
  180. | UC | chunkpregenerator | 1.7 | Chunk+Pregenerator+V1.12-1.7.jar | None |
  181. | UC | codechickenlib | 3.1.5.331 | CodeChickenLib-1.12.2-3.1.5.331-universal.jar | f1850c39b2516232a2108a7bd84d1cb5df93b261 |
  182. | UC | cookingforblockheads | 6.3.17 | CookingForBlockheads_1.12.1-6.3.17.jar | None |
  183. | UC | coralreef | 2.0 | CoralReef-2.4-1.12.2.jar | None |
  184. | UC | cucumber | 1.0.4 | cucumber-1.12-1.0.4.jar | None |
  185. | UC | cyclopscore | 0.11.4 | CyclopsCore-1.12.2-0.11.4.jar | bd0353b3e8a2810d60dd584e256e364bc3bedd44 |
  186. | UC | waila | 1.8.23 | Hwyla-1.8.23-B38_1.12.jar | None |
  187. | UC | p455w0rdslib | 2.0.28 | p455w0rdslib-1.12-2.0.28.jar | None |
  188. | UC | stg | 1.12.2-1.2.3 | stg-1.12.2-1.2.3.jar | None |
  189. | UC | danknull | 1.4.33 | DankNull-1.12-1.4.33.jar | None |
  190. | UC | densemetals | 1.0.2 | densemetals-1.12.2-1.0.2.jar | None |
  191. | UC | diethopper | 1.1 | diethopper-1.1.jar | None |
  192. | UC | dirt2path | 1.7.0 | dirt2path-1.7.0.jar | None |
  193. | UC | earthworks | 1.3.4.3 | Earthworks-1.12-1.3.6.jar | None |
  194. | UC | elevatorid | 1.4.0 | ElevatorMod-1.12.2-1.4.0.jar | None |
  195. | UC | logicaldrops | 0.9.4 | EM3R50N-LogicalDrops-1.12-14.21.1.2387.jar | None |
  196. | UC | embers | 0.230 | embers-0.230.jar | None |
  197. | UC | enderstorage | 2.4.0.122 | EnderStorage-1.12-2.4.0.122-universal.jar | f1850c39b2516232a2108a7bd84d1cb5df93b261 |
  198. | UC | environmentalmaterials | @EM_VERSION@ | environmentalmaterials-1.12.2-1.0.7a.jar | None |
  199. | UC | etlunar | 1.12.2-2.0.7a | etlunar-1.12.2-2.0.7a.jar | None |
  200. | UC | evilcraft | 0.10.47 | EvilCraft-1.12.2-0.10.47.jar | bd0353b3e8a2810d60dd584e256e364bc3bedd44 |
  201. | UC | evilcraftcompat | 1.0.0 | EvilCraft-1.12.2-0.10.47.jar | None |
  202. | UC | immersiveengineering | 0.12-77 | ImmersiveEngineering-0.12-77.jar | 4cb49fcde3b43048c9889e0a3d083225da926334 |
  203. | UC | thermalexpansion | 5.3.10 | ThermalExpansion-1.12.2-5.3.10.15-universal.jar | None |
  204. | UC | exchangers | 1.12.2-2.7 | Exchangers-1.12.2-2.7.jar | 4ffa87db52cf086d00ecc4853a929367b1c39b5c |
  205. | UC | exnihilocreatio | 1.12-0.1.7 | exnihilocreatio-1.12-0.1.7.jar | None |
  206. | UC | excompressum | 3.0.17 | ExCompressum_1.12.2-3.0.17.jar | None |
  207. | UC | exoticbirds | 1.0 | Exotic+Birds+1.12.2-1.4.0.jar | None |
  208. | UC | extrautils2 | 1.0 | extrautils2-1.12-1.7.4.jar | None |
  209. | UC | zerocore | 1.12-0.1.1.0 | zerocore-1.12-0.1.1.0.jar | None |
  210. | UC | bigreactors | 1.12.2-0.4.5.46 | ExtremeReactors-1.12.2-0.4.5.46.jar | None |
  211. | UC | fastleafdecay | v14 | FastLeafDecay-v14.jar | None |
  212. | UC | felling | 1.3.2 | felling-1.3.2-1.12.2.jar | None |
  213. | UC | foamfix | 0.8.0-1.12 | foamfix-0.8.0-1.12-law.jar | None |
  214. | UC | forgeendertech | 1.12.1-4.3.1.0 | ForgeEndertech-1.12.1-4.3.1.0-build.0071.jar | None |
  215. | UC | silentlib | 2.2.15 | SilentLib-1.12-2.2.15-96.jar | None |
  216. | UC | funores | 1.5.7 | FunOres-1.12-1.5.7-118.jar | None |
  217. | UC | gendustry | 1.6.5.8 | gendustry-1.6.5.8-mc1.12.2.jar | None |
  218. | UC | advgenerators | 0.9.20.12 | generators-0.9.20.12-mc1.12.2.jar | None |
  219. | UC | gravestone | 1.0.13 | GraveStone-1.12-Graves-1.0.13.jar | None |
  220. | UC | gravestone-extended | 1.3.0b4 | GraveStone-1.12.2-Extended-1.3.0b4.jar | None |
  221. | UC | grimpack | 5.2.12.78 | Grim Pack-1.12.2-5.2.12.78.jar | None |
  222. | UC | hatchery | 2.1.2 | hatchery-1.12.2-2.1.2.jar | None |
  223. | UC | headcrumbs | 2.0.4 | Headcrumbs-1.12-2.0.4.jar | None |
  224. | UC | helpfixer | 1.12.1-1.5.18 | HelpFixer-1.12.1-1.5.18.jar | None |
  225. | UC | hopperducts | 1.5 | hopperducts-mc1.12-1.5.jar | None |
  226. | UC | ichunutil | 7.1.4 | iChunUtil-1.12.2-7.1.4.jar | None |
  227. | UC | immersivepetroleum | @VERSION@ | immersivepetroleum-1.12.2-1.1.7.jar | None |
  228. | UC | lunatriuscore | 1.2.0.42 | LunatriusCore-1.12.2-1.2.0.42-universal.jar | None |
  229. | UC | ingameinfoxml | 2.8.2.94 | InGameInfoXML-1.12.2-2.8.2.94-universal.jar | None |
  230. | UC | mysticalagriculture | 1.6.8 | mysticalagriculture-1.12-1.6.8.jar | None |
  231. | UC | mysticalagradditions | 1.2.7 | mysticalagradditions-1.12-1.2.7.jar | None |
  232. | UC | oreberries | 0.4.0 | oreberries-1.12.x-0.4.0.jar | None |
  233. | UC | harvestcraft | 1.12.2p | Pam's+HarvestCraft+1.12.2p.jar | None |
  234. | UC | rftools | 7.29 | rftools-1.12-7.29.jar | None |
  235. | UC | integrationforegoing | 1.12-1.5 | IntegrationForegoing-1.12.2-1.5.jar | 4ffa87db52cf086d00ecc4853a929367b1c39b5c |
  236. | UC | inventorytweaks | 1.64-dev+release.110.b4fac73 | InventoryTweaks-1.64-dev.jar | 55d2cd4f5f0961410bf7b91ef6c6bf00a766dcbe |
  237. | UC | ironchest | 1.12.2-7.0.40.824 | ironchest-1.12.2-7.0.40.824.jar | None |
  238. | UC | itemscroller | 0.11.0 | itemscroller-1.12.0-0.11.0.jar | None |
  239. | UC | jaopcaadditions | 1.12.2-2.2.0.6 | JAOPCAAdditions-1.12.2-2.2.0.6.jar | None |
  240. | UC | jaopcacustom | 1.12-2.2.2.14 | JAOPCACustom-1.12-2.2.2.14.jar | None |
  241. | UC | jaopca | 1.12.2-2.2.6.71 | JAOPCA-1.12.2-2.2.6.71.jar | None |
  242. | UC | oredictinit | 1.12.2-2.2.1.67 | JAOPCA-1.12.2-2.2.6.71.jar | None |
  243. | UC | jaopcaoc | 1.0.9 | JAOPCAOC-1.12.2-1.0.9.jar | None |
  244. | UC | jehc | 1.3.1 | jehc-1.12-1.3.1.jar | None |
  245. | UC | jeibees | 0.9.0.5 | jeibees-0.9.0.5-mc1.12.2.jar | None |
  246. | UC | jeiintegration | 1.5.1.36 | jeiintegration_1.12.2-1.5.1.36.jar | None |
  247. | UC | jepb | 1.2.1 | jepb-1.12-1.2.1.jar | None |
  248. | UC | jeresources | 0.8.7.41 | JustEnoughResources-1.12.2-0.8.7.41.jar | None |
  249. | UC | wizardry | 0.7.2 | wizardry-0.7.2.jar | None |
  250. | UC | librarianlib | 7.4 | librarianlib-1.12.2-4.7.jar | None |
  251. | UC | lostcities | 2.0.4 | lostcities-1.12-2.0.4.jar | None |
  252. | UC | magicbees | 1.0 | MagicBees-1.12.2-3.1.9.jar | None |
  253. | UC | malisiscore | 1.12.2-6.4.0 | malisiscore-1.12.2-6.4.0.jar | None |
  254. | UC | malisisblocks | 1.12.2-6.1.0 | malisisblocks-1.12.2-6.1.0.jar | None |
  255. | UC | malisisdoors | 1.12.2-7.3.0 | malisisdoors-1.12.2-7.3.0.jar | None |
  256. | UC | mcmultipart | 2.4.1 | MCMultiPart-2.4.1.jar | None |
  257. | UC | meecreeps | 1.1.0 | meecreeps-1.12-1.1.0.jar | None |
  258. | UC | megaquarry | 1.4.1 | MegaQuarry-1.4.1-1.12+.jar | None |
  259. | UC | mikedongles | 0.6.0 | MikeDongles-0.6.0-[1.12.2].jar | None |
  260. | UC | missing_pieces | 4.3.0 | missing_pieces-1.12.2-4.3.0.jar | None |
  261. | UC | storagedrawers | 1.12-5.2.5 | StorageDrawers-1.12.2-5.3.4.jar | None |
  262. | UC | refinedstorage | 1.5.31 | refinedstorage-1.5.31.jar | 57893d5b90a7336e8c63fe1c1e1ce472c3d59578 |
  263. | UC | morechickens | 3.1.0 | morechickens-1.12.2-3.1.0.jar | None |
  264. | UC | moreoverlays | 1.13 | moreoverlays-1.13-mc1.12.1.jar | None |
  265. | UC | morph | 7.1.2 | Morph-1.12.2-7.1.2.jar | None |
  266. | UC | nex | 2.1.14.15 | NetherEx-1.12-2.1.14.15.jar | None |
  267. | UC | netherportalfix | 5.3.13 | NetherPortalFix_1.12.1-5.3.13.jar | None |
  268. | UC | recipehandler | 0.10 | NoMoreRecipeConflict-0.10(1.12.2).jar | None |
  269. | UC | neid | 1.5.4.2 | NotEnoughIDs-1.5.4.2.jar | None |
  270. | UC | notenoughwands | 1.6.1 | notenoughwands-1.12-1.6.1.jar | None |
  271. | UC | openmods | 0.11.5 | OpenModsLib-1.12.2-0.11.5.jar | d2a9a8e8440196e26a268d1f3ddc01b2e9c572a5 |
  272. | UC | openblocks | 1.7.6 | OpenBlocks-1.12.2-1.7.6.jar | d2a9a8e8440196e26a268d1f3ddc01b2e9c572a5 |
  273. | UC | placebo | 1.2.0 | Placebo-1.12.2-1.2.0.jar | None |
  274. | UC | radixcore | 1.12.x-2.2.1 | RadixCore-1.12.x-2.2.1-universal.jar | None |
  275. | UC | randomthings | 4.1.3 | RandomThings-MC1.12.2-4.1.3.jar | d72e0dd57935b3e9476212aea0c0df352dd76291 |
  276. | UC | reborncore | 3.6.7.210 | RebornCore-1.12.2-3.6.7.210-universal.jar | 8727a3141c8ec7f173b87aa78b9b9807867c4e6b |
  277. | UC | rebornstorage | 1.0.0 | RebornStorage-1.12.2-3.0.5.41.jar | None |
  278. | UC | redstonearsenal | 2.3.10 | RedstoneArsenal-1.12.2-2.3.10.4-universal.jar | None |
  279. | UC | refinedstorageaddons | 0.2 | refinedstorageaddons-0.2.jar | None |
  280. | UC | xreliquary | 1.12.2-1.3.4.742 | Reliquary-1.12.2-1.3.4.742.jar | None |
  281. | UC | rftoolsdim | 5.52 | rftoolsdim-1.12-5.52.jar | None |
  282. | UC | roost | 1.2.0 | roost-1.12-1.2.0.jar | None |
  283. | UC | roots | 0.104 | roots-2-0.104.jar | None |
  284. | UC | ruins | 16.9 | Ruins-1.12.jar | None |
  285. | UC | rustic | 0.4.8 | rustic-0.4.8.jar | None |
  286. | UC | signpost | 1.07.1 | signpost-1.12-1.07.1.jar | None |
  287. | UC | smoothwater | 0.1.3 | SmoothWater-0.1.3.jar | None |
  288. | UC | solcarrot | 1.2.0 | solcarrot-1.12.1-1.2.0.jar | None |
  289. | UC | sparkshammers | 1.7 | sparkshammers-1.12.2-1.7.jar | None |
  290. | UC | spiceoflife | 1.3.11 | SpiceOfLife-mc1.12-1.3.11.jar | None |
  291. | UC | stevescarts | 2.4.17.88 | StevesCarts-1.12.2-2.4.17.88.jar | None |
  292. | UC | storageboats | 3.0 | storageboats-3.0.jar | None |
  293. | UC | storagedrawersextra | @VERSION@ | StorageDrawersExtras-1.12-3.1.0.jar | None |
  294. | UC | texfix | 4.0 | TexFix V-1.12-4.0.jar | None |
  295. | UC | thermalcultivation | 0.1.5 | ThermalCultivation-1.12.2-0.1.5.3-universal.jar | None |
  296. | UC | thermaldynamics | 2.3.10 | ThermalDynamics-1.12.2-2.3.10.4-universal.jar | None |
  297. | UC | tnt_utilities | 1.2.3 | tnt_utilities-mc1.12-1.2.3.jar | None |
  298. | UC | toastcontrol | 1.3.1 | Toast+Control-1.12.2-1.3.1.jar | None |
  299. | UC | torchmaster | 1.6.1.53 | torchmaster_1.12.2-1.6.1.53.jar | 5e9a436b366831c8f54a7e80b015784da69278c6 |
  300. | UC | unlimitedchiselworks | 0.1.10 | UnlimitedChiselWorks-0.1.10.jar | None |
  301. | UC | veining | 1.2.1 | veining-1.2.1-1.12.2.jar | None |
  302. | UC | wailaharvestability | 1.1.12 | WailaHarvestability-mc1.12-1.1.12.jar | None |
  303. | UC | wanionlib | 1.12.2-1.4 | WanionLib-1.12.2-1.4.jar | None |
  304. | UC | wawla | 2.5.251 | Wawla-1.12.2-2.5.251.jar | d476d1b22b218a10d845928d1665d45fce301b27 |
  305. | UC | waystones | 4.0.20 | Waystones_1.12.2-4.0.20.jar | None |
  306. | UC | xtones | 1.12-1.0.8-11 | Xtones-1.12-1.0.8-11.jar | None |
  307. | UC | initialinventory | 2.0.2 | zzz3-CT-InitialInventory-3.0.0.jar | None |
  308. | UC | hungeroverhaul | 1.12.2-1.3.1.jenkins144 | HungerOverhaul-1.12.2-1.3.1.jenkins144.jar | None |
  309. | UC | librarianliblate | 7.4 | librarianlib-1.12.2-4.7.jar | None |
  310. | UC | teslacorelib_registries | 1.0.12 | tesla-core-lib-1.12-1.0.12.jar | None |
  311. | UC | wrapup | 1.12-1.1.3 | WrapUp-1.12-1.1.3.jar | None |
  312. | UC | unidict | 1.12.2-2.3.2b | zzy-UniDict-1.12.2-2.3.2b.jar | None |
  313.  
  314. Loaded coremods (and transformers):
  315. SmoothWaterCore (SmoothWater-0.1.3.jar)
  316. pl.asie.smoothwater.SmoothWaterTransformer
  317. CTMCorePlugin (CTM-MC1.12-0.2.3.12.jar)
  318. team.chisel.ctm.client.asm.CTMTransformer
  319. CorePlugin (ForgeEndertech-1.12.1-4.3.1.0-build.0071.jar)
  320.  
  321. OpenModsCorePlugin (OpenModsLib-1.12.2-0.11.5.jar)
  322. openmods.core.OpenModsClassTransformer
  323. Plugin (NotEnoughIDs-1.5.4.2.jar)
  324. ru.fewizz.neid.asm.Transformer
  325. Wizardry Plugin (wizardry-0.7.2.jar)
  326. com.teamwizardry.wizardry.asm.WizardryTransformer
  327. MalisisCorePlugin (malisiscore-1.12.2-6.4.0.jar)
  328.  
  329. Born in a Barn (Born+In+A+Barn+V1.8-1.12-1.0.jar)
  330. com.chocohead.biab.BornInABarn
  331. IELoadingPlugin (ImmersiveEngineering-0.12-77-core.jar)
  332. blusunrize.immersiveengineering.common.asm.IEClassTransformer
  333. Inventory Tweaks Coremod (InventoryTweaks-1.64-dev.jar)
  334. invtweaks.forge.asm.ContainerTransformer
  335. LoadingPlugin (RandomThings-MC1.12.2-4.1.3.jar)
  336. lumien.randomthings.asm.ClassTransformer
  337. ForgelinPlugin (Forgelin-1.6.0.jar)
  338.  
  339. BaseMetals (1-2-MMD-BaseMetals-1.12-2.5.0-beta4.155.jar)
  340.  
  341. No More Glowing Pots (nomoreglowingpots-1.0.jar)
  342. zabi.minecraft.nomoreglowingpots.PotionTransformer
  343. AppleCore (AppleCore-mc1.12.2-3.1.1.jar)
  344. squeek.applecore.asm.TransformerModuleHandler
  345. LibrarianLib Plugin (librarianlib-1.12.2-4.7.jar)
  346. com.teamwizardry.librarianlib.asm.LibLibTransformer
  347. LoadingPlugin (Quark-r1.4-122.jar)
  348. vazkii.quark.base.asm.ClassTransformer
  349. TNTUtilities Core (tnt_utilities-mc1.12-1.2.3.jar)
  350. ljfa.tntutils.asm.ExplosionTransformer
  351. GL info: ' Vendor: 'ATI Technologies Inc.' Version: '4.5.13416 Compatibility Profile Context 15.300.1025.0' Renderer: 'AMD Radeon HD 7700 Series'
  352. OpenModsLib class transformers: [llama_null_fix:FINISHED],[horse_base_null_fix:FINISHED],[pre_world_render_hook:FINISHED],[player_render_hook:FINISHED],[horse_null_fix:FINISHED]
  353. Pulsar/tconstruct loaded Pulses:
  354. - TinkerCommons (Enabled/Forced)
  355. - TinkerWorld (Enabled/Not Forced)
  356. - TinkerTools (Enabled/Not Forced)
  357. - TinkerHarvestTools (Enabled/Forced)
  358. - TinkerMeleeWeapons (Enabled/Forced)
  359. - TinkerRangedWeapons (Enabled/Forced)
  360. - TinkerModifiers (Enabled/Forced)
  361. - TinkerSmeltery (Enabled/Not Forced)
  362. - TinkerGadgets (Enabled/Not Forced)
  363. - TinkerOredict (Enabled/Forced)
  364. - TinkerIntegration (Enabled/Forced)
  365. - TinkerFluids (Enabled/Forced)
  366. - TinkerMaterials (Enabled/Forced)
  367. - TinkerModelRegister (Enabled/Forced)
  368. - chiselIntegration (Enabled/Not Forced)
  369. - wailaIntegration (Enabled/Not Forced)
  370.  
  371. Pulsar/tcomplement loaded Pulses:
  372. - ModuleCommons (Enabled/Forced)
  373. - ModuleFeature (Enabled/Not Forced)
  374. - CeramicsPlugin (Enabled/Not Forced)
  375. - ChiselPlugin (Enabled/Not Forced)
  376.  
  377. Pulsar/natura loaded Pulses:
  378. - NaturaCommons (Enabled/Forced)
  379. - NaturaOverworld (Enabled/Not Forced)
  380. - NaturaNether (Enabled/Not Forced)
  381. - NaturaDecorative (Enabled/Not Forced)
  382. - NaturaTools (Enabled/Not Forced)
  383. - NaturaEntities (Enabled/Not Forced)
  384. - NaturaOredict (Enabled/Forced)
  385. - NaturaWorld (Enabled/Not Forced)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement