Guest User

Crash Server 1.9.4 Arisen 2 Modpack

a guest
Jun 22nd, 2016
232
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 19.71 KB | None | 0 0
  1. ---- Minecraft Crash Report ----
  2.  
  3. WARNING: coremods are present:
  4. AppleCore (AppleCore-mc1.9.4-1.3.2.jar)
  5. IC2core (industrialcraft-2-2.5.3-ex19.jar)
  6. Reborn Core ASM (RebornCore-1.9.4-2.5.1.35-universal.jar)
  7. FldLoadingPlugin (FastLeafDecay-MC1.9.4-1.7.jar)
  8. LoadingPlugin (RandomThings-MC1.9.4-3.7.3.jar)
  9. FMLPlugin (InventoryTweaks-1.61-dev-53.jar)
  10. CoreMod (Aroma1997Core-1.9.4-1.0.6.0.b65.jar)
  11. FortuneOres Black Magic (FortuneOres-MC1.9.4-3.0.4.jar)
  12. EnderCorePlugin (EnderCore-1.9.4-0.4.0.23-alpha.jar)
  13. LoadingPluginBuildingBricks (BuildingBricks-1.9.4-2.0.4.jar)
  14. CXLibraryCore (cxlibrary-1.1.0-1.9.4.jar)
  15. CoreXU2 (extrautils2-1.9.4-alpha-1.0.0a.jar)
  16. CorePlugin (FluxedRedstone-2.2.1.44.jar)
  17. Contact their authors BEFORE contacting forge
  18.  
  19. // I'm sorry, Dave.
  20.  
  21. Time: 22/06/16 11:15
  22. Description: Exception in server tick loop
  23.  
  24. net.minecraftforge.fml.common.LoaderException: java.lang.NoClassDefFoundError: net/minecraftforge/client/event/GuiScreenEvent$PotionShiftEvent
  25. at net.minecraftforge.fml.common.LoadController.transition(LoadController.java:179)
  26. at net.minecraftforge.fml.common.Loader.loadMods(Loader.java:556)
  27. at net.minecraftforge.fml.server.FMLServerHandler.beginServerLoading(FMLServerHandler.java:92)
  28. at net.minecraftforge.fml.common.FMLCommonHandler.onServerStart(FMLCommonHandler.java:320)
  29. at net.minecraft.server.dedicated.DedicatedServer.func_71197_b(DedicatedServer.java:118)
  30. at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:429)
  31. at java.lang.Thread.run(Unknown Source)
  32. Caused by: java.lang.NoClassDefFoundError: net/minecraftforge/client/event/GuiScreenEvent$PotionShiftEvent
  33. at java.lang.Class.getDeclaredMethods0(Native Method)
  34. at java.lang.Class.privateGetDeclaredMethods(Unknown Source)
  35. at java.lang.Class.getDeclaredMethods(Unknown Source)
  36. at net.minecraftforge.fml.common.FMLModContainer.gatherAnnotations(FMLModContainer.java:346)
  37. at net.minecraftforge.fml.common.FMLModContainer.constructMod(FMLModContainer.java:539)
  38. at sun.reflect.GeneratedMethodAccessor14.invoke(Unknown Source)
  39. at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
  40. at java.lang.reflect.Method.invoke(Unknown Source)
  41. at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74)
  42. at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47)
  43. at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322)
  44. at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304)
  45. at com.google.common.eventbus.EventBus.post(EventBus.java:275)
  46. at net.minecraftforge.fml.common.LoadController.sendEventToModContainer(LoadController.java:228)
  47. at net.minecraftforge.fml.common.LoadController.propogateStateMessage(LoadController.java:206)
  48. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  49. at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
  50. at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
  51. at java.lang.reflect.Method.invoke(Unknown Source)
  52. at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74)
  53. at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47)
  54. at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322)
  55. at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304)
  56. at com.google.common.eventbus.EventBus.post(EventBus.java:275)
  57. at net.minecraftforge.fml.common.LoadController.distributeStateMessage(LoadController.java:135)
  58. at net.minecraftforge.fml.common.Loader.loadMods(Loader.java:525)
  59. ... 5 more
  60. Caused by: java.lang.ClassNotFoundException: net.minecraftforge.client.event.GuiScreenEvent$PotionShiftEvent
  61. at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:191)
  62. at java.lang.ClassLoader.loadClass(Unknown Source)
  63. at java.lang.ClassLoader.loadClass(Unknown Source)
  64. ... 31 more
  65. Caused by: java.lang.NoClassDefFoundError: net/minecraftforge/client/event/GuiScreenEvent
  66. at java.lang.ClassLoader.defineClass1(Native Method)
  67. at java.lang.ClassLoader.defineClass(Unknown Source)
  68. at java.security.SecureClassLoader.defineClass(Unknown Source)
  69. at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:182)
  70. ... 33 more
  71. Caused by: java.lang.ClassNotFoundException: net.minecraftforge.client.event.GuiScreenEvent
  72. at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:101)
  73. at java.lang.ClassLoader.loadClass(Unknown Source)
  74. at java.lang.ClassLoader.loadClass(Unknown Source)
  75. ... 37 more
  76.  
  77.  
  78. A detailed walkthrough of the error, its code path and all known details is as follows:
  79. ---------------------------------------------------------------------------------------
  80.  
  81. -- System Details --
  82. Details:
  83. Minecraft Version: 1.9.4
  84. Operating System: Windows Server 2008 R2 (amd64) version 6.1
  85. Java Version: 1.8.0_45, Oracle Corporation
  86. Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
  87. Memory: 787480608 bytes (751 MB) / 1581776896 bytes (1508 MB) up to 2908225536 bytes (2773 MB)
  88. JVM Flags: 2 total; -XX:MaxPermSize=512m -Xmx3120M
  89. IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0
  90. FML: MCP 9.28 Powered by Forge 12.17.0.1954 170 mods loaded, 170 mods active
  91. States: 'U' = Unloaded 'L' = Loaded 'C' = Constructed 'H' = Pre-initialized 'I' = Initialized 'J' = Post-initialized 'A' = Available 'D' = Disabled 'E' = Errored
  92. UC mcp{9.19} [Minecraft Coder Pack] (minecraft.jar)
  93. UC FML{8.0.99.99} [Forge Mod Loader] (forgemod.jar)
  94. UC Forge{12.17.0.1954} [Minecraft Forge] (forgemod.jar)
  95. UC Aroma1997Core{${version}} [Aroma1997Core] (Aroma1997Core-1.9.4-1.0.6.0.b65.jar)
  96. UC buildingbrickshooks{1.9.4-2.0.4} [Building Bricks Hooks] (minecraft.jar)
  97. UC Baubles{1.2.1.0} [Baubles] (Baubles-1.9.4-1.2.1.0.jar)
  98. UC 3DManeuverGear{1.7.10-@MAJOR@.@MINOR@.@REVIS@} [3D Maneuver Gear] (3DManeuverGear-1.9.4-0.9.jar)
  99. UC IC2{2.5.3-ex19} [IndustrialCraft 2] (industrialcraft-2-2.5.3-ex19.jar)
  100. UC machpcraft{1.1.2} [Machine Power Craft] ([1.9.4] MachinePowerCraft-1.1.2.jar)
  101. UC actuallyadditions{1.9.4-r40} [Actually Additions] (ActuallyAdditions-1.9.4-r40.jar)
  102. UC additionalbanners{1.2.0.17} [Additional Banners] (AdditionalBanners-1.9.4-1.2.0.18.jar)
  103. UC adobeblocks{6.0.0.12} [Adobe Blocks 2] (AdobeBlocks-6.0.0.12.jar)
  104. UC adobeblocksvc{3.2-fork} [Adobe Blocks Version Checker] (AdobeBlocks-6.0.0.12.jar)
  105. UC advancedswords{1.3.0} [Advanced Swords] (advancedswords-1.3.0-[1.9.4].jar)
  106. UC agriculturalexpansion{beta 1.1.7} [Agricultural Expansion] (AgriculturalExpansion[1.9.4]-beta 1.1.7.jar)
  107. UC ExtraUtils2{1.0} [ExtraUtils2] (extrautils2-1.9.4-alpha-1.0.0a.jar)
  108. UC JEI{3.4.3.207} [Just Enough Items] (jei_1.9.4-3.4.3.207.jar)
  109. UC AppleCore{1.3.2} [AppleCore] (AppleCore-mc1.9.4-1.3.2.jar)
  110. UC armorplus{2.4.2} [ArmorPlus] (ArmorPlus2.4.2(1.9.4).jar)
  111. UC Aroma1997CoreHelper{1.0.6.0.b65} [Aroma1997Core|Helper] (Aroma1997Core-1.9.4-1.0.6.0.b65.jar)
  112. UC AromaBackup{1.0.1.0.b33} [AromaBackup] (AromaBackup-1.9.4-1.0.1.0.b33.jar)
  113. UC AromaBackupRecovery{1.0} [AromaBackup Recovery] (AromaBackup-1.9.4-1.0.1.0.b33.jar)
  114. UC autopackager{1.6.2} [AutoPackager] (autopackager-1.6.2.jar)
  115. UC AutoSapling{1.3.2} [AutoSapling] (AutoSapling-1.3.2-MC1.9.4.jar)
  116. UC basemetals{2.3.2} [Base Metals] (BaseMetals_1.9.4-2.3.2.6.jar)
  117. UC BaublesHud{3.0.0} [Baubles-Hud] (BaublesHud-1.9.4-3.0.0.jar)
  118. UC rarmor{0.8.1} [Rarmor] (Rarmor-0.8.1.jar)
  119. UC baublesstuff{2.0.10} [Baubles Stuff] (baublesstuff-2.0.10.jar)
  120. UC bdlib{1.11.0.1} [BD Lib] (bdlib-1.11.0.1-mc1.9.4.jar)
  121. UC BetterAchievements{0.2.5.24} [Better Achievements] (BetterAchievements-1.9.4-0.2.5.24.jar)
  122. UC BloodMagic{1.9.4-2.0.1-42} [Blood Magic: Alchemical Wizardry] (BloodMagic-1.9.4-2.0.1-42.jar)
  123. UC BloodArsenal{1.9.4-2.0.0-3} [Blood Arsenal] (BloodArsenal-1.9.4-2.0.0-3.jar)
  124. UC bookshelf{1.2.2.254} [Bookshelf] (Bookshelf-1.9.4-1.2.2.260.jar)
  125. UC Botania{r1.8-308} [Botania] (Botania-unofficial.r1.8-308.jar)
  126. UC Quark{beta-21} [Quark] (Quark-beta-21.jar)
  127. UC buildingbricks{1.9.4-2.0.4} [Building Bricks] (BuildingBricks-1.9.4-2.0.4.jar)
  128. UC Chameleon{1.9-2.1.4} [Chameleon] (Chameleon-1.9-2.1.4.jar)
  129. UC chiselsandbits{10.4} [Chisels & Bits] (chiselsandbits-10.4.jar)
  130. UC cyclopscore{0.6.3} [Cyclops Core] (CyclopsCore-1.9.4-0.6.3.jar)
  131. UC colossalchests{1.3.5} [Colossal Chests] (ColossalChests-1.9.4-1.3.5.jar)
  132. UC combathelp{1.0.0} [Combat Help] (combathelp-1.9.4-1.0.0.jar)
  133. UC compactstorage{v2.0.0a} [CompactStorage] (compactstorage-2.1-1.9.4.jar)
  134. UC cookingforblockheads{3.0.7} [Cooking for Blockheads] (CookingForBlockheads-mc1.9.4-3.0.7.jar)
  135. UC correlatedpotentialistics{1.1.2} [Correlated Potentialistics] (CorrelatedPotentialistics-1.1.2.jar)
  136. UC craftingcraft{4.0.3} [CraftingCraft] (craftingcraft-mc1.9.4-4.0.3.jar)
  137. UC craftingtweaks{5.0.6} [Crafting Tweaks] (craftingtweaks-mc1.9.4-5.0.6.jar)
  138. UC MineTweaker3{3.0.9} [MineTweaker 3] (CraftTweaker-1.9-3.0.9.jar)
  139. UC cxlibrary{1.1.0} [CXLibrary] (cxlibrary-1.1.0-1.9.4.jar)
  140. UC lootablebodies{2.1.0} [DrCyano's Lootable Bodies] (CyanosLootableBodies_1.9.4-2.1.0.jar)
  141. UC Waila{1.7.0} [Waila] (Waila-1.7.0-B3_1.9.4.jar)
  142. UC DarkUtils{1.1.1.42} [Dark Utilities] (DarkUtilities-1.9.4-1.1.1.47.jar)
  143. UC decoy{1.0.0} [Decoy] (Decoy-1.9.4-1.0.0.jar)
  144. UC ElecCore{1.5.292} [ElecCore] (ElecCore-1.9.4-1.5.292.jar)
  145. UC deepresonance{1.1.4beta32} [DeepResonance] (deepresonance-1.9.4-1.1.4beta32.jar)
  146. UC dldungeonsjdg{1.8.13} [Doomlike Dungeons] (DoomlikeDungeons-1.8.13-MC1.9.4.jar)
  147. UC double_jump{1.0.0} [DoubleJump] (DoubleJump-1.9.4-1.0.0.jar)
  148. UC ea{v2.3.4d-mc1.9.4} [Ebon Arts] (EbonArts-v2.3.4d-mc1.9.4.jar)
  149. UC eks{1.0.5} [�6Ender Kewl Stuff] (eks-1.9.4-1.0.5.jar)
  150. UC poweradvantage{2.2.1} [Power Advantage] (PowerAdvantage_1.9.4-2.2.1.jar)
  151. UC electricadvantage{2.1.0} [Electric Advantage] (ElectricAdvantage_1.9-2.1.0.jar)
  152. UC enchiridion{3.1.3} [Enchiridion] (Enchiridion-1.9.4-3.1.3.jar)
  153. UC EnderBags{2.0.1} [EnderBags] (EnderBags-1.9.4-2.0.0.jar)
  154. UC endercore{1.9.4-0.4.0.23-alpha} [EnderCore] (EnderCore-1.9.4-0.4.0.23-alpha.jar)
  155. UC EnderIO{1.9.4-3.0.0.37_alpha} [Ender IO] (EnderIO-1.9.4-3.0.0.37_alpha.jar)
  156. UC enderutilities{0.6.1} [Ender Utilities] (enderutilities-1.9.4-0.6.1.jar)
  157. UC modernmetals{0.11.0} [Modern Metals] (ModernMetals-0.11.0.jar)
  158. UC endmetals{1.0.2} [End Metals] (EndMetals_1.9-1.0.2.jar)
  159. UC ValkyrieLib{1.9.4-0.9.7} [Valkyrie Lib] (valkyrielib-1.9.4-0.9.7.jar)
  160. UC EnvironmentalTech{1.9.4-0.9.3f} [Environmental Tech] (environmentaltech-1.9.4-0.9.3f.jar)
  161. UC excore{1.5.3} [EXCore] (Excore-1.5.3-1.9.4.jar)
  162. UC ExtraBitManipulation{1.9-2.1.2} [Extra Bit Manipulation] (ExtraBitManipulation-1.9.4-2.1.0.jar)
  163. UC golems{5.01} [Extra Golems] (ExtraGolems[1.9.4]-5.01.jar)
  164. UC fastleafdecay{1.6} [Fast Leaf Decay] (FastLeafDecay-MC1.9.4-1.7.jar)
  165. UC frt{6.0.1.10} [Fire's Random Things] (FiresRandomThings-6.0.1.10.jar)
  166. UC frtvc{3.2} [Fire's Random Things Version Checker] (FiresRandomThings-6.0.1.10.jar)
  167. UC flatcoloredblocks{mc1.9.4-v3.0} [Flat Colored Blocks] (flatcoloredblocks-mc1.9.4-v3.0.jar)
  168. UC fluxducts{1.0.4} [Flux Ducts] (fluxducts-mc1.9.4-1.0.4.jar)
  169. UC reborncore{2.5.1.35} [RebornCore] (RebornCore-1.9.4-2.5.1.35-universal.jar)
  170. UC reborncore-mcmultipart{2.5.1.35} [reborncore-MCMultiPart] (RebornCore-1.9.4-2.5.1.35-universal.jar)
  171. UC Tesla{1.1.0.24} [TESLA] (Tesla-1.9.4-1.1.0.24.jar)
  172. UC fluxedredstone{2.2.1.44} [FluxedRedstone] (FluxedRedstone-2.2.1.44.jar)
  173. UC fe{1.2.1} [Food Expansion] (FoodExpansion1.2.2-1.9.4.jar)
  174. UC forestry{5.0.8.141} [Forestry] (forestry_1.9.4-5.0.8.141.jar)
  175. UC FEI{1.0.10} [Forever Enough Items] (ForeverEnoughItems-1.0.10-1.9.4.jar)
  176. UC FortuneOres{3.0.4} [FortuneOres] (FortuneOres-MC1.9.4-3.0.4.jar)
  177. UC substratum{1.3.2.0} [Substratum] (Substratum-1.9.4-1.3.2.0.jar)
  178. UC foundry{2.0.0.0-alpha5} [Foundry] (Foundry-1.9.4-2.0.0.0-alpha5.jar)
  179. UC SilentLib{1.0.9} [Silent Lib] (SilentLib-1.9.4-1.0.9-16.jar)
  180. UC FunOres{1.2.6} [Fun Ores] (FunOres-1.9.4-1.2.6-67.jar)
  181. UC furnus{1.80} [Furnus] (Furnus-1.9.4-1.80.jar)
  182. UC gearswap{1.2.6} [Gear Swapper] (gearswap-1.9.4-1.2.6.jar)
  183. UC pressure{1.3.1.1} [Pressure Pipes] (pressure-1.3.1.1-mc1.9.4.jar)
  184. UC advgenerators{0.9.20.1} [Advanced Generators] (generators-0.9.20.1-mc1.9.4.jar)
  185. UC grapple_hooks{1.0.8} [Grapple Hooks] (GrappleHooks-1.9.4-1.0.8.jar)
  186. UC hopperducts{1.4.7} [Hopper Ducts] (hopperducts-mc1.9.4-1.4.7.jar)
  187. UC HungerInPeace{1.0.0} [Hunger In Peace] (HungerInPeace-mc1.9.4-1.0.0.jar)
  188. UC interdictionpillar{1.7.10-1.0.0} [Interdiction Pillar] (InterdictionPillar-1.2.1.jar)
  189. UC inventorybook{0.0.3} [InventoryBook] (inventorybook-0.0.3.jar)
  190. UC inventorytweaks{1.61-dev-53-0736dc3} [Inventory Tweaks] (InventoryTweaks-1.61-dev-53.jar)
  191. UC IronChest{6.0.141.782} [Iron Chest] (ironchest-1.9.4-6.0.141.782.jar)
  192. UC japta{1.6.0} [JAPTA] (JAPTA-1.9.4-1.6.0.jar)
  193. UC fyberbackpack{1.0.1} [Just Backpacks] (justbackpacks-mc1.9.4-1.0.1.jar)
  194. UC jet_packs{1.0.0} [Just JetPacks] (JustJetpacks-1.9.4-1.0.0.jar)
  195. UC k4lib{1.9.4-1.0.5} [K4Lib] (k4lib-1.9.4-1.0.5-universal.jar)
  196. UC lteleporters{1.1.2} [Lemon's Simple Teleporters] (LemonsSimpleTeleporters-1.1.2-MC1.9.4.jar)
  197. UC xlib{r1.0.1} [xLib] (xLib-1.9.4-r1.0.1.jar)
  198. UC levels{r3.0.0} [Levels] (Levels-1.9.4-3.0.0.jar)
  199. UC lightningcraft{2.3.3} [LightningCraft] (lightningcraft-2.3.3-[1.9.4].jar)
  200. UC lucky_cases{1.3.0} [Lucky Cases] (LuckyCases-1.9.4-1.3.0.jar)
  201. UC mantle{1.9.4-0.10.1.jenkins142} [Mantle] (Mantle-1.9.4-0.10.1.jenkins142.jar)
  202. UC MikeDongles{1.9.4-0.0.8} [Mike Dongles] (MikeDongles-1.9.4-0.0.8.jar)
  203. UC modifiable_armor{2.0.2} [Modifiable Armor 2] (ModifiableArmor2-1.9.4-2.0.2.jar)
  204. UC morefood{1.15d} [More Foods] (morefood-1.9.4-1909-1.16.jar)
  205. UC MoreFurnaces{1.7.0} [More Furnaces] (MoreFurnaces-1.7.0-1.9.4.jar)
  206. UC Morphtool{GRADLE:VERSION-GRADLE:BUILD} [Morph-o-Tool] (Morph-o-Tool-1.0-2.jar)
  207. UC MultiPageChest{1.6.0} [Multi Page Chest] (MultiPageChest-1.6.0-1.9.4.jar)
  208. UC nethermetals{1.1.0} [Nether Metals] (NetherMetals_1.9-1.1.0.jar)
  209. UC ninjagear{1.9.4-0.0.2} [NinjaGear] (ninjagear-0.0.2.jar)
  210. UC recipehandler{0.4} [NoMoreRecipeConflict] (NoMoreRecipeConflict-0.4(1.9).jar)
  211. UC notenoughwands{1.3.4} [Not Enough Wands] (notenoughwands-1.9.4-1.3.4.jar)
  212. UC fodc{1.8.2} [Ore Dictionary Converter] (OreDictionaryConverter-1.8.2.jar)
  213. UC orespawn{1.0.2} [Ore Spawn] (OreSpawn_1.9.4-1.0.2.jar)
  214. UC origin{9.1.5} [Origin] (Origin-1.9.4-9.1.5.jar)
  215. UC pattysmoretools{1.2-1.7.10} [PattysMoreTools] (PattysMoreTools2-1.2.jar)
  216. UC planttech{1.5.0} [Planttech] (planttech-1.5.1 - 1.9.4.jar)
  217. UC playerrugs{1.9.4-1.3.2} [Player Rugs] (PlayerRugs-1.9.4-1.3.2.jar)
  218. UC progressiveautomation{1.6.46} [Progressive Automation] (ProgressiveAutomation-1.9.4-1.6.46.jar)
  219. UC ProjectE{1.9.4-PE1.0.0B} [ProjectE] (ProjectE-1.9.4-PE1.0.0B.jar)
  220. UC Psi{beta-33} [Psi] (Psi-beta-33.jar)
  221. UC quantumflux{2.0.7} [QuantumFlux] (quantumflux-1.9.4-2.0.7.jar)
  222. UC randomthings{3.7.3} [Random Things] (RandomThings-MC1.9.4-3.7.3.jar)
  223. UC ReCubed{1.2-6} [ReCubed] (ReCubed 1.2-6.jar)
  224. UC refinedstorage{0.7.8} [Refined Storage] (refinedstorage-0.7.8.jar)
  225. UC xreliquary{1.9.4-1.3.2.372} [Reliquary] (Reliquary-1.9.4-1.3.2.372.jar)
  226. UC rftools{4.51} [RFTools] (rftools-1.9.4-4.51.jar)
  227. UC rftoolsdim{4.23beta41} [RFTools Dimensions] (rftoolsdim-1.9.4-4.23beta41.jar)
  228. UC runesofwizardry{1.9.4-0.6.5} [Runes of Wizardry] (Runes-of-Wizardry-1.9.4-0.6.5.jar)
  229. UC runesofwizardry_classics{1.9.4-0.3.3} [Runes of Wizardry - Classic Dusts Pack] (RunesofWizardry-Classics-1.9.4-0.3.3.jar)
  230. UC sensorcraft{0.3.0} [SensorCraft] (sensorcraft-0.3.0-1.9.4.jar)
  231. UC SilentGems{2.0.13} [Silent's Gems] (SilentsGems-1.9.4-2.0.13-37.jar)
  232. UC SGExtraParts{1.0.1} [Silent's Gems: Extra Parts] (SGExtraParts-1.9.4-1.0.1-2.jar)
  233. UC shadowmc{3.3.6} [ShadowMC] (ShadowMC-1.9.4-3.3.6.jar)
  234. UC simpleharvest{1.01} [Simple Harvest] (simpleharvest-1.9.4-1924-1.02.jar)
  235. UE SimpleUpgrades{2.0.0} [SimpleUpgrades] (simpleupgrades-1.9.4-2.0.0-release.jar)
  236. UC skutilities{1.0} [SK Utilities] (skutilities-1.9.4-1.2.2.jar)
  237. UC SleepingBag{1.2.1} [Sleeping Bag] (SleepingBag-1.9.4-1.2.1.jar)
  238. UC solarvillage{1.0.0.4} [Solar Village] (SolarVillage-1.9.4-1.0.0.4.jar)
  239. UC soulshardstow{1.9.4-2.4.0-28} [Soul Shards - The Old Ways] (SoulShards-TOW-1.9.4-2.4.0-28.jar)
  240. UC steamadvantage{2.1.0} [Steam Advantage] (SteamAdvantage_1.9.4-2.1.0.jar)
  241. UC StellarAPI{0.4.3.2b} [Stellar API] (Stellar API-0.4.3.2b.jar)
  242. UC StorageDrawers{1.9-3.1.7} [Storage Drawers] (StorageDrawers-1.9-3.1.7.jar)
  243. UC storagenetwork{1.11.1} [Storage Network] (StorageNetwork-1.9.4-1.11.1.jar)
  244. UC tconstruct{1.9.4-2.3.1.jenkins229} [Tinkers' Construct] (TConstruct-1.9.4-2.3.1.jenkins229.jar)
  245. UC techreborn{1.3.1.100} [TechReborn] (TechReborn-1.9.4-1.3.1.100-universal.jar)
  246. UC terrainCrystals{1.0.8} [Terrain Crystals] (Terrain Crystals - 1.9.4 - 1.0.8.jar)
  247. UC theoneprobe{1.0.5} [The One Probe] (theoneprobe-1.9.4-1.0.5.jar)
  248. UC thutcore{3.1.2} [ThutCore] (thutcore-1.9.4-3.1.2.jar)
  249. UC thuttech{3.0.2} [Thut's Tech] (thuttech-3.0.2.jar)
  250. UC TinkersAddons{1.0.1} [Tinkers' Addons] (Tinkers' Addons-1.9.4-1.0.1.jar)
  251. UC tis3d{0.9.0.5} [TIS-3D] (TIS-3D-MC1.9.4-0.9.0.5.jar)
  252. UC trashslot{5.0.7} [TrashSlot] (trashslot-mc1.9.4-5.0.7.jar)
  253. UC underphangables{1.0.2} [Underp Hangables] (underphangables-1.9.4-1.0.2.jar)
  254. UC VeinMiner{0.31.5_build.forgePost18010} [Vein Miner] (VeinMiner-1.9_0.31.5.forgePost18010.jar)
  255. UC VeinMinerModSupport{0.31.5_build.forgePost18010} [Mod Support] (VeinMiner-1.9_0.31.5.forgePost18010.jar)
  256. UC WailaHarvestability{1.1.7} [Waila Harvestability] (WailaHarvestability-mc1.9-1.1.7.jar)
  257. UC warpscrolls{1.0} [warpscrolls] (Warp Scrolls 1.9.4 1.0.2.jar)
  258. UC weaponsplus{1.8.0} [WeaponsPlus] (WeaponsPlus1.8.0.jar)
  259. UC Woot{1.9.4-0.2.0-beta} [Woot] (woot-1.9.4-0.2.0-beta.jar)
  260. UC wuestUtilities{1.9.4} [Wuest Utilities] (wuestUtilities-1.9.4.2.jar)
  261. UC xprings{1.1.0} [Experience Rings] (xprings-1.1.0.jar)
  262. Loaded coremods (and transformers):
  263. AppleCore (AppleCore-mc1.9.4-1.3.2.jar)
  264. squeek.applecore.asm.TransformerModuleHandler
  265. IC2core (industrialcraft-2-2.5.3-ex19.jar)
  266.  
  267. Reborn Core ASM (RebornCore-1.9.4-2.5.1.35-universal.jar)
  268. reborncore.asm.RebornClassTransformer
  269. FldLoadingPlugin (FastLeafDecay-MC1.9.4-1.7.jar)
  270. com.olafski.fastleafdecay.FldTransformer
  271. LoadingPlugin (RandomThings-MC1.9.4-3.7.3.jar)
  272. lumien.randomthings.asm.ClassTransformer
  273. FMLPlugin (InventoryTweaks-1.61-dev-53.jar)
  274. invtweaks.forge.asm.ContainerTransformer
  275. CoreMod (Aroma1997Core-1.9.4-1.0.6.0.b65.jar)
  276.  
  277. FortuneOres Black Magic (FortuneOres-MC1.9.4-3.0.4.jar)
  278. com.demoxin.minecraft.fortuneores.coremod.OreDictCore
  279. EnderCorePlugin (EnderCore-1.9.4-0.4.0.23-alpha.jar)
  280. com.enderio.core.common.transform.EnderCoreTransformer
  281. LoadingPluginBuildingBricks (BuildingBricks-1.9.4-2.0.4.jar)
  282. com.hea3ven.buildingbricks.core.load.ClassTransformerBuildingBricks
  283. CXLibraryCore (cxlibrary-1.1.0-1.9.4.jar)
  284. cubex2.cxlibrary.CoreModTransformer
  285. CoreXU2 (extrautils2-1.9.4-alpha-1.0.0a.jar)
  286. com.rwtema.extrautils2.asm.ClassTransformerHandler
  287. CorePlugin (FluxedRedstone-2.2.1.44.jar)
  288.  
  289. Pulsar/tconstruct loaded Pulses:
  290. - TinkerCommons (Enabled/Forced)
  291. - TinkerWorld (Enabled/Not Forced)
  292. - TinkerTools (Enabled/Not 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. - chiselsandbitsIntegration (Enabled/Not Forced)
  300. - craftingtweaksIntegration (Enabled/Not Forced)
  301.  
  302. Profiler Position: N/A (disabled)
  303. Is Modded: Definitely; Server brand changed to 'fml,forge'
  304. Type: Dedicated Server (map_server.txt)
Advertisement
Add Comment
Please, Sign In to add comment