Advertisement
Akashugo

Tinkers Defense Error

Feb 25th, 2018
149
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 31.01 KB | None | 0 0
  1. ---- Minecraft Crash Report ----
  2.  
  3. WARNING: coremods are present:
  4. CTMCorePlugin (CTM-MC1.12-0.2.3.12.jar)
  5. CoreMod (Aroma1997Core-1.12.2-1.3.0.2.jar)
  6. ShetiPhian-ASM (shetiphiancore-1.12.0-3.5.6.jar)
  7. MixinLoaderForge (Valkyrien Warfare 0.9_pre_3 [HotFix].jar)
  8. IELoadingPlugin (ImmersiveEngineering-0.12-77-core.jar)
  9. ForgelinPlugin (Forgelin-1.6.0.jar)
  10. CXLibraryCore (cxlibrary-1.12.1-1.6.1.jar)
  11. AppleCore (AppleCore-mc1.12.2-3.1.1.jar)
  12. SHLoadingPlugin (ScalingHealth-1.12-1.3.10-90.jar)
  13. LoadingPlugin (Quark-r1.4-122.jar)
  14. DynamicSurroundingsCore (DynamicSurroundings-1.12.2-3.4.7.2.jar)
  15. Contact their authors BEFORE contacting forge
  16.  
  17. // Quite honestly, I wouldn't worry myself about that.
  18.  
  19. Time: 25/02/18 11:38
  20. Description: Exception in server tick loop
  21.  
  22. net.minecraftforge.fml.common.LoaderExceptionModCrash: Caught exception from Tinkers' Defense (tinkersdefense)
  23. Caused by: net.minecraftforge.fml.common.LoaderException: java.lang.NoClassDefFoundError: net/minecraft/client/renderer/color/IItemColor
  24. at net.minecraftforge.fml.common.AutomaticEventSubscriber.inject(AutomaticEventSubscriber.java:89)
  25. at net.minecraftforge.fml.common.FMLModContainer.constructMod(FMLModContainer.java:584)
  26. at sun.reflect.GeneratedMethodAccessor11.invoke(Unknown Source)
  27. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  28. at java.lang.reflect.Method.invoke(Method.java:498)
  29. at com.google.common.eventbus.Subscriber.invokeSubscriberMethod(Subscriber.java:91)
  30. at com.google.common.eventbus.Subscriber$SynchronizedSubscriber.invokeSubscriberMethod(Subscriber.java:150)
  31. at com.google.common.eventbus.Subscriber$1.run(Subscriber.java:76)
  32. at com.google.common.util.concurrent.MoreExecutors$DirectExecutor.execute(MoreExecutors.java:399)
  33. at com.google.common.eventbus.Subscriber.dispatchEvent(Subscriber.java:71)
  34. at com.google.common.eventbus.Dispatcher$PerThreadQueuedDispatcher.dispatch(Dispatcher.java:116)
  35. at com.google.common.eventbus.EventBus.post(EventBus.java:217)
  36. at net.minecraftforge.fml.common.LoadController.sendEventToModContainer(LoadController.java:278)
  37. at net.minecraftforge.fml.common.LoadController.propogateStateMessage(LoadController.java:256)
  38. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  39. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
  40. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  41. at java.lang.reflect.Method.invoke(Method.java:498)
  42. at com.google.common.eventbus.Subscriber.invokeSubscriberMethod(Subscriber.java:91)
  43. at com.google.common.eventbus.Subscriber$SynchronizedSubscriber.invokeSubscriberMethod(Subscriber.java:150)
  44. at com.google.common.eventbus.Subscriber$1.run(Subscriber.java:76)
  45. at com.google.common.util.concurrent.MoreExecutors$DirectExecutor.execute(MoreExecutors.java:399)
  46. at com.google.common.eventbus.Subscriber.dispatchEvent(Subscriber.java:71)
  47. at com.google.common.eventbus.Dispatcher$PerThreadQueuedDispatcher.dispatch(Dispatcher.java:116)
  48. at com.google.common.eventbus.EventBus.post(EventBus.java:217)
  49. at net.minecraftforge.fml.common.LoadController.distributeStateMessage(LoadController.java:148)
  50. at net.minecraftforge.fml.common.Loader.loadMods(Loader.java:568)
  51. at net.minecraftforge.fml.server.FMLServerHandler.beginServerLoading(FMLServerHandler.java:97)
  52. at net.minecraftforge.fml.common.FMLCommonHandler.onServerStart(FMLCommonHandler.java:332)
  53. at net.minecraft.server.dedicated.DedicatedServer.func_71197_b(DedicatedServer.java:125)
  54. at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:484)
  55. at java.lang.Thread.run(Thread.java:745)
  56. Caused by: java.lang.NoClassDefFoundError: net/minecraft/client/renderer/color/IItemColor
  57. at java.lang.Class.getDeclaredMethods0(Native Method)
  58. at java.lang.Class.privateGetDeclaredMethods(Class.java:2701)
  59. at java.lang.Class.privateGetPublicMethods(Class.java:2902)
  60. at java.lang.Class.getMethods(Class.java:1615)
  61. at net.minecraftforge.fml.common.eventhandler.EventBus.register(EventBus.java:81)
  62. at net.minecraftforge.fml.common.AutomaticEventSubscriber.inject(AutomaticEventSubscriber.java:82)
  63. ... 31 more
  64. Caused by: java.lang.ClassNotFoundException: net.minecraft.client.renderer.color.IItemColor
  65. at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:191)
  66. at java.lang.ClassLoader.loadClass(ClassLoader.java:424)
  67. at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
  68. ... 37 more
  69. Caused by: java.lang.NullPointerException
  70.  
  71.  
  72. A detailed walkthrough of the error, its code path and all known details is as follows:
  73. ---------------------------------------------------------------------------------------
  74.  
  75. -- System Details --
  76. Details:
  77. Minecraft Version: 1.12.2
  78. Operating System: Linux (amd64) version 4.9.0-0.bpo.4-amd64
  79. Java Version: 1.8.0_72, Oracle Corporation
  80. Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
  81. Memory: 87680200 bytes (83 MB) / 519110656 bytes (495 MB) up to 31136546816 bytes (29694 MB)
  82. JVM Flags: 22 total; -Xms512M -XX:PermSize=384M -XX:MaxPermSize=768M -XX:-UseConcMarkSweepGC -XX:+UseParNewGC -XX:+UseNUMA -XX:+CMSParallelRemarkEnabled -XX:+UseAdaptiveGCBoundary -XX:-UseGCOverheadLimit -XX:+UseBiasedLocking -XX:SurvivorRatio=8 -XX:TargetSurvivorRatio=90 -XX:MaxTenuringThreshold=15 -XX:UseSSE=3 -XX:+UseLargePages -XX:+UseFastAccessorMethods -XX:+UseStringCache -XX:+UseCompressedOops -XX:+OptimizeStringConcat -XX:+AggressiveOpts -XX:MaxGCPauseMillis=50 -XX:ParallelGCThreads=2
  83. IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0
  84. FML: MCP 9.42 Powered by Forge 14.23.2.2619 141 mods loaded, 141 mods active
  85. States: 'U' = Unloaded 'L' = Loaded 'C' = Constructed 'H' = Pre-initialized 'I' = Initialized 'J' = Post-initialized 'A' = Available 'D' = Disabled 'E' = Errored
  86.  
  87. | State | ID | Version | Source | Signature |
  88. |:----- |:------------------------------ |:---------------------- |:------------------------------------------------- |:---------------------------------------- |
  89. | UC | minecraft | 1.12.2 | minecraft.jar | None |
  90. | UC | mcp | 9.42 | minecraft.jar | None |
  91. | UC | FML | 8.0.99.99 | forge-1.12.2-14.23.2.2619-universal.jar | e3c3d50c7c986df74c645c0ac54639741c90a557 |
  92. | UC | forge | 14.23.2.2619 | forge-1.12.2-14.23.2.2619-universal.jar | e3c3d50c7c986df74c645c0ac54639741c90a557 |
  93. | UC | actuallyadditions | 1.12.2-r131 | ActuallyAdditions-1.12.2-r131.jar | None |
  94. | UC | baubles | 1.5.2 | Baubles-1.12-1.5.2.jar | None |
  95. | UC | actuallybaubles | 1.1 | ActuallyBaubles-1.12-1.1.jar | None |
  96. | UC | cxlibrary | 1.6.1 | cxlibrary-1.12.1-1.6.1.jar | None |
  97. | UC | advinv | 1.4.2 | advInv-1.12.1-1.4.2.jar | None |
  98. | UC | biometweaker | 3.2.344 | BiomeTweaker-1.12.2-3.2.344.jar | bdea6e9d19f35da4858ffcc93210c6207dd590bd |
  99. | UC | biomesoplenty | 7.0.1.2302 | BiomesOPlenty-1.12.2-7.0.1.2302-universal.jar | None |
  100. | UC | botania | r1.10-353 | Botania r1.10-353.jar | None |
  101. | UC | craftstudioapi | 1.0.0 | CraftStudio-1.0.0.93-mc1.12-alpha.jar | None |
  102. | UC | quark | r1.4-122 | Quark-r1.4-122.jar | None |
  103. | UC | animania | 1.4.6 | animania-1.12.2-1.4.6.jar | None |
  104. | UC | applecore | 3.1.1 | AppleCore-mc1.12.2-3.1.1.jar | None |
  105. | UC | jei | 4.8.5.147 | jei_1.12.2-4.8.5.147.jar | None |
  106. | UC | appleskin | 1.0.9 | AppleSkin-mc1.12-1.0.9.jar | None |
  107. | UC | appliedenergistics2 | rv5-stable-8 | appliedenergistics2-rv5-stable-8.jar | None |
  108. | UC | aroma1997core | 1.3.0.2 | Aroma1997Core-1.12.2-1.3.0.2.jar | dfbfe4c473253d8c5652417689848f650b2cbe32 |
  109. | UC | aroma1997sdimension | 1.3.0.0.b37 | Aroma1997s-Dimensional-World-1.12-1.3.0.0.b37.jar | None |
  110. | UC | autoreglib | 1.3-15 | AutoRegLib-1.3-15.jar | None |
  111. | UC | baublelicious | 1.4.0-4 | Baublelicious-1.4.0-4.jar | None |
  112. | UC | mantle | 1.12-1.3.1.21 | Mantle-1.12-1.3.1.21.jar | None |
  113. | UC | chisel | MC1.12-0.1.1.28 | Chisel-MC1.12-0.1.1.28.jar | None |
  114. | UC | tconstruct | 1.12.2-2.9.1.65 | TConstruct-1.12.2-2.9.1.65.jar | None |
  115. | UC | bhc | 1.1.0b | baubley-heart-canisters-1.12.2-1.1.0b.jar | 7b14aaee2dd17b12a140baecab28948fff3a263f |
  116. | UC | betteradvancements | 0.0.5.17 | BetterAdvancements-1.12.2-0.0.5.17.jar | None |
  117. | UC | betterbuilderswands | 0.11.1 | BetterBuildersWands-1.12-0.11.1.245+69d0d70.jar | None |
  118. | UC | forgelin | 1.6.0 | Forgelin-1.6.0.jar | None |
  119. | UC | betterrecords | 1.12.2-1.5.5 | BetterRecords-1.12.2-1.5.5.jar | None |
  120. | UC | bibliocraft | 2.4.3 | BiblioCraft[v2.4.3][MC1.12.0].jar | None |
  121. | UC | blockhighlighter | 1.0 | blockhighlighter-1.12.2-1.0.jar | None |
  122. | UC | codechickenlib | 3.1.5.331 | CodeChickenLib-1.12.2-3.1.5.331-universal.jar | f1850c39b2516232a2108a7bd84d1cb5df93b261 |
  123. | UC | redstoneflux | 2.0.1 | RedstoneFlux-1.12-2.0.1.2-universal.jar | d4f1503fbacd9b9fb767720420c5395104239ec9 |
  124. | UC | brandonscore | 2.4.0 | BrandonsCore-1.12-2.4.0.152-universal.jar | None |
  125. | UC | buildcraftlib | 7.99.15 | buildcraft-7.99.15.jar | None |
  126. | UC | buildcraftcore | 7.99.15 | buildcraft-7.99.15.jar | None |
  127. | UC | buildcraftbuilders | 7.99.15 | buildcraft-7.99.15.jar | None |
  128. | UC | buildcraftenergy | 7.99.15 | buildcraft-7.99.15.jar | None |
  129. | UC | buildcraftfactory | 7.99.15 | buildcraft-7.99.15.jar | None |
  130. | UC | buildcraftrobotics | 7.99.15 | buildcraft-7.99.15.jar | None |
  131. | UC | buildcraftsilicon | 7.99.15 | buildcraft-7.99.15.jar | None |
  132. | UC | buildcrafttransport | 7.99.15 | buildcraft-7.99.15.jar | None |
  133. | UC | cdm | 0.2.1 | device-mod-0.2.1-1.12.2.jar | None |
  134. | UC | cdmcalculator | 2.2 | CalculatorPlus-2.2 (0.2.1).jar | None |
  135. | UC | chameleon | 1.12-4.1.3 | Chameleon-1.12-4.1.3.jar | None |
  136. | UC | chesttransporter | 2.8.8 | ChestTransporter-1.12.2-2.8.8.jar | None |
  137. | UC | chickenchunks | 2.4.1.71 | ChickenChunks-1.12.2-2.4.1.71-universal.jar | f1850c39b2516232a2108a7bd84d1cb5df93b261 |
  138. | UC | chiselsandbits | 14.13 | chiselsandbits-14.13.jar | None |
  139. | UC | cofhcore | 4.3.10 | CoFHCore-1.12.2-4.3.10.5-universal.jar | None |
  140. | UC | cofhworld | 1.1.1 | CoFHWorld-1.12.2-1.1.1.12-universal.jar | None |
  141. | UC | computercraft | 1.80pr1 | ComputerCraft1.80pr1.jar | None |
  142. | UC | corail_pillar_extension_chisel | 4.0.0 | corail_pillar_extension_chisel-4.0.0-1.12.jar | None |
  143. | UC | corail_pillar_extension_quark | 4.0.0 | corail_pillar_extension_quark-4.0.0-1.12.jar | None |
  144. | UC | extendedrenderer | v1.0 | coroutil-1.12.1-1.1.24.jar | None |
  145. | UC | coroutil | 1.12.1-1.1.24 | coroutil-1.12.1-1.1.24.jar | None |
  146. | UC | configmod | v1.0 | coroutil-1.12.1-1.1.24.jar | None |
  147. | UC | cucumber | 1.0.4 | cucumber-1.12-1.0.4.jar | None |
  148. | UC | ptrmodellib | 1.0.0 | Decocraft-2.5.4_1.12.2.jar | None |
  149. | UC | props | 2.5.4 | Decocraft-2.5.4_1.12.2.jar | None |
  150. | UC | thermalfoundation | 2.3.10 | ThermalFoundation-1.12.2-2.3.10.6-universal.jar | None |
  151. | UC | draconicevolution | 2.3.9 | Draconic-Evolution-1.12-2.3.9.283-universal.jar | None |
  152. | UC | dsurround | 3.4.7.2 | DynamicSurroundings-1.12.2-3.4.7.2.jar | 7a2128d395ad96ceb9d9030fbd41d035b435753a |
  153. | UC | dynamictrees | 1.12.2-0.7.4 | DynamicTrees-1.12.2-0.7.4.jar | None |
  154. | UC | elevatorid | 1.3.5 | ElevatorMod-1.12.2-1.3.5.jar | None |
  155. | UC | enderportaldecoration | 0.0.1 | EnderPortalDecoration-1.12.2-0.0.1.jar | None |
  156. | UC | ftbl | 4.2.5 | FTBLib-4.2.5.jar | None |
  157. | UC | shetiphiancore | 3.5.6 | shetiphiancore-1.12.0-3.5.6.jar | None |
  158. | UC | endertanks | 1.6.4 | endertanks-1.12.0-1.6.4.jar | None |
  159. | UC | valkyrielib | 1.12.2-2.0.6b | valkyrielib-1.12.2-2.0.7a.jar | None |
  160. | UC | environmentalmaterials | @EM_VERSION@ | environmentalmaterials-1.12.2-1.0.7a.jar | None |
  161. | UC | environmentaltech | 1.12.2-2.0.7b | environmentaltech-1.12.2-2.0.7b.jar | None |
  162. | UC | etlunar | 1.12.2-2.0.7a | etlunar-1.12.2-2.0.7a.jar | None |
  163. | UC | exnihilocreatio | 1.12-0.1.7 | exnihilocreatio-1.12-0.1.7.jar | None |
  164. | UC | excompressum | 3.0.17 | ExCompressum_1.12.2-3.0.17.jar | None |
  165. | UC | extrautils2 | 1.0 | extrautils2-1.12-1.7.4.jar | None |
  166. | UC | ftbu | 4.2.4 | FTBUtilities-4.2.4.jar | None |
  167. | UC | cfm | 4.1.5 | furniture-4.1.5-1.12.2.jar | None |
  168. | UC | geographicraft | 0.8.7 | GeographiCraft-1.12-0.8.9b.jar | None |
  169. | UC | gravestone | 1.10.1 | gravestone-1.10.1.jar | None |
  170. | UC | theoneprobe | 1.4.19 | theoneprobe-1.12-1.4.19.jar | None |
  171. | UC | immersiveengineering | 0.12-77 | ImmersiveEngineering-0.12-77.jar | 4cb49fcde3b43048c9889e0a3d083225da926334 |
  172. | UC | immersivecables | 1.2.0.1 | ImmersiveCables-1.12.2-1.2.0.1.jar | None |
  173. | UC | immersivetech | 1.3.5 | immersivetech-1.12-1.3.5.jar | None |
  174. | UC | ic2 | 2.8.16-ex112 | industrialcraft-2-2.8.16-ex112.jar | de041f9f6187debbc77034a344134053277aa3b0 |
  175. | UC | inventorysorter | 1.13.1+55 | inventorysorter-1.12.2-1.13.1+55.jar | None |
  176. | UC | ironbackpacks | 1.12.2-3.0.5-6 | IronBackpacks-1.12.2-3.0.5-6.jar | None |
  177. | UC | ironchest | 1.12.2-7.0.40.824 | ironchest-1.12.2-7.0.40.824.jar | None |
  178. | UC | ironjetpacks | 1.0.3 | ironjetpacks-1.12-1.0.3.jar | None |
  179. | UC | jehc | 1.3.1 | jehc-1.12-1.3.1.jar | None |
  180. | UC | jetorches | 2.1.0 | jetorches-1.12.2-2.1.0.jar | None |
  181. | UC | jjraces | 1.0.5 | JJ Races 1.12-1.12.2-v1.0.5.jar | None |
  182. | UC | journeymap | 1.12.2-5.5.2 | journeymap-1.12.2-5.5.2.jar | None |
  183. | UC | jaff | 1.7_for_1.12 | JustAFewFish-1.7_for_1.12.jar | None |
  184. | UC | justenoughdimensions | 1.5.5 | justenoughdimensions-1.12.1-1.5.5.jar | 2b03e1423915a189b8094816baa18f239d576dff |
  185. | UC | login_shield | 1.12.2-1-g24c2a5e | Login_Shield-1.12.2-1-g24c2a5e.jar | None |
  186. | UC | mekanism | 1.12.2-9.4.3.330 | Mekanism-1.12.2-9.4.3.330.jar | None |
  187. | UC | mekanismgenerators | 9.4.3 | MekanismGenerators-1.12.2-9.4.3.330.jar | None |
  188. | UC | mekanismtools | 9.4.3 | MekanismTools-1.12.2-9.4.3.330.jar | None |
  189. | UC | mob_grinding_utils | 0.3.4 | MobGrindingUtils-0.3.4.jar | None |
  190. | UC | mobrebirth | 7.0.4 | MobRebirth-1.12.1-7.0.4.jar | None |
  191. | UC | multibeds | 1.4.3 | multibeds-1.12.0-1.4.3.jar | None |
  192. | UC | multistorage | 1.4.8 | multistorage-1.12.0-1.4.8.jar | None |
  193. | UC | mysticalagriculture | 1.6.8 | mysticalagriculture-1.12-1.6.8.jar | None |
  194. | UC | natura | 1.12.2-4.3.2.42 | natura-1.12.2-4.3.2.42.jar | None |
  195. | UC | naturescompass | 1.5.1 | NaturesCompass-1.12.2-1.5.1.jar | None |
  196. | UC | currency | 3.1.5 | NeverEnoughCurrency-4.0.1.jar | None |
  197. | UE | bonecraft | 1.12.2a | Pam's BoneCraft 1.12.2a.jar | None |
  198. | UC | clayspawn | 1.12a | Pam's ClaySpawn 1.12a.jar | None |
  199. | UE | desertcraft | 1.12.2a | Pam's DesertCraft 1.12.2a.jar | None |
  200. | UC | harvestcraft | 1.12.2q | Pam's HarvestCraft 1.12.2q.jar | None |
  201. | UC | llamamilking | 1.12.2b | Pam's Llama Milking 1.12.2b.jar | None |
  202. | UC | sheepmilking | 1.12.2b | Pam's Sheep Milking 1.12.2b.jar | None |
  203. | UC | simplerecipes | 1.12.2c | Pam's Simple Recipes 1.12.2c.jar | None |
  204. | UC | squidmilking | 1.12.2a | Pam's Squid Milking 1.12.2a.jar | None |
  205. | UC | platforms | 1.4.4 | platforms-1.12.0-1.4.4.jar | None |
  206. | UC | projecte | 1.12-PE1.0.0 | ProjectE-1.12-PE1.2.0.jar | None |
  207. | UC | thermalexpansion | 5.3.10 | ThermalExpansion-1.12.2-5.3.10.15-universal.jar | None |
  208. | UC | redstonearsenal | 2.3.10 | RedstoneArsenal-1.12.2-2.3.10.4-universal.jar | None |
  209. | UC | rftools | 7.29 | rftools-1.12-7.29.jar | None |
  210. | UC | silentlib | 2.2.16 | SilentLib-1.12-2.2.16-97.jar | None |
  211. | UC | scalinghealth | 1.3.10 | ScalingHealth-1.12-1.3.10-90.jar | None |
  212. | UC | simplegenerators | 1.12.2-2.0.7a | simplegenerators-1.12.2-2.0.7a.jar | None |
  213. | UC | skylands | 1.5.0 | skylands-1.5.0.jar | None |
  214. | UC | skytechcrops | 2.0.2 | SkytechCrops-1.12.2-2.0.1.jar | None |
  215. | UC | spartanshields | 1.4.1 | SpartanShields-1.12.2-1.4.1.jar | None |
  216. | UC | storagedrawers | 1.12-5.2.5 | StorageDrawers-1.12.2-5.3.4.jar | None |
  217. | UC | storagedrawersextra | @VERSION@ | StorageDrawersExtras-1.12-3.1.0.jar | None |
  218. | UC | thedalekmod | (Update 47 13.47.0.6) | thedalekmod-47.0.jar | None |
  219. | UC | thermaldynamics | 2.3.10 | ThermalDynamics-1.12.2-2.3.10.4-universal.jar | None |
  220. | UC | thut_wearables | 3.1.6 | thut-wearables-1.12.2-3.1.6.jar | None |
  221. | UE | tinkersdefense | 1.4.2.4a | tinkersdefense-1.4.2.4a.jar | None |
  222. | UC | tinkertoolleveling | 1.12-1.0.3.DEV.56fac4f | TinkerToolLeveling-1.12-1.0.3.jar | None |
  223. | UC | valkyrienwarfare | 0.9_alpha | Valkyrien Warfare 0.9_pre_3 [HotFix].jar | None |
  224. | UC | wanionlib | 1.12.2-1.5 | WanionLib-1.12.2-1.5.jar | None |
  225. | UC | weather2 | 1.12.1-2.5.7 | weather2-1.12.1-2.5.7.jar | None |
  226. | UC | weeeflowers | 1.12.2b | Weee! Flowers 1.12.2b.jar | None |
  227. | UC | zombieawareness | 1.12.1-1.11.11 | zombieawareness-1.12.1-1.11.11.jar | None |
  228. | UC | corail_pillar | 4.1.0 | corail_pillar-4.1.0-1.12.jar | None |
  229. | UC | unidict | 1.12.2-2.3.3 | UniDict-1.12.2-2.3.3.jar | None |
  230.  
  231. Loaded coremods (and transformers):
  232. CTMCorePlugin (CTM-MC1.12-0.2.3.12.jar)
  233. team.chisel.ctm.client.asm.CTMTransformer
  234. CoreMod (Aroma1997Core-1.12.2-1.3.0.2.jar)
  235.  
  236. ShetiPhian-ASM (shetiphiancore-1.12.0-3.5.6.jar)
  237. shetiphian.asm.ClassTransformer
  238. MixinLoaderForge (Valkyrien Warfare 0.9_pre_3 [HotFix].jar)
  239.  
  240. IELoadingPlugin (ImmersiveEngineering-0.12-77-core.jar)
  241. blusunrize.immersiveengineering.common.asm.IEClassTransformer
  242. ForgelinPlugin (Forgelin-1.6.0.jar)
  243.  
  244. CXLibraryCore (cxlibrary-1.12.1-1.6.1.jar)
  245. cubex2.cxlibrary.CoreModTransformer
  246. AppleCore (AppleCore-mc1.12.2-3.1.1.jar)
  247. squeek.applecore.asm.TransformerModuleHandler
  248. SHLoadingPlugin (ScalingHealth-1.12-1.3.10-90.jar)
  249. net.silentchaos512.scalinghealth.asm.SHClassTransformer
  250. LoadingPlugin (Quark-r1.4-122.jar)
  251. vazkii.quark.base.asm.ClassTransformer
  252. DynamicSurroundingsCore (DynamicSurroundings-1.12.2-3.4.7.2.jar)
  253. org.blockartistry.DynSurround.asm.Transformer
  254. AE2 Version: stable rv5-stable-8 for Forge 14.23.1.2554
  255. Pulsar/tconstruct loaded Pulses:
  256. - TinkerCommons (Enabled/Forced)
  257. - TinkerWorld (Enabled/Not Forced)
  258. - TinkerTools (Enabled/Not Forced)
  259. - TinkerHarvestTools (Enabled/Forced)
  260. - TinkerMeleeWeapons (Enabled/Forced)
  261. - TinkerRangedWeapons (Enabled/Forced)
  262. - TinkerModifiers (Enabled/Forced)
  263. - TinkerSmeltery (Enabled/Not Forced)
  264. - TinkerGadgets (Enabled/Not Forced)
  265. - TinkerOredict (Enabled/Forced)
  266. - TinkerIntegration (Enabled/Forced)
  267. - TinkerFluids (Enabled/Forced)
  268. - TinkerMaterials (Enabled/Forced)
  269. - TinkerModelRegister (Enabled/Forced)
  270. - chiselIntegration (Enabled/Not Forced)
  271. - chiselsandbitsIntegration (Enabled/Not Forced)
  272. - theoneprobeIntegration (Enabled/Not Forced)
  273.  
  274. Pulsar/natura loaded Pulses:
  275. - NaturaCommons (Enabled/Forced)
  276. - NaturaOverworld (Enabled/Not Forced)
  277. - NaturaNether (Enabled/Not Forced)
  278. - NaturaDecorative (Enabled/Not Forced)
  279. - NaturaTools (Enabled/Not Forced)
  280. - NaturaEntities (Enabled/Not Forced)
  281. - NaturaOredict (Enabled/Forced)
  282. - NaturaWorld (Enabled/Not Forced)
  283.  
  284. Profiler Position: N/A (disabled)
  285. Is Modded: Definitely; Server brand changed to 'fml,forge'
  286. Type: Dedicated Server (map_server.txt)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement