Guest User

Untitled

a guest
Jun 8th, 2015
278
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 33.17 KB | None | 0 0
  1. ---- Minecraft Crash Report ----
  2.  
  3. // Why did you do that?
  4.  
  5.  
  6. Time: 6/8/15 2:45 PM
  7.  
  8. Description: Exception in server tick loop
  9.  
  10. cpw.mods.fml.common.LoaderException: java.lang.NoClassDefFoundError: net/minecraft/client/multiplayer/WorldClient
  11. at cpw.mods.fml.common.LoadController.transition(LoadController.java:163)
  12. at cpw.mods.fml.common.Loader.initializeMods(Loader.java:715)
  13. at cpw.mods.fml.server.FMLServerHandler.finishServerLoading(FMLServerHandler.java:97)
  14. at cpw.mods.fml.common.FMLCommonHandler.onServerStarted(FMLCommonHandler.java:319)
  15. at net.minecraft.server.dedicated.DedicatedServer.func_71197_b(DedicatedServer.java:210)
  16. at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:387)
  17. at net.minecraft.server.MinecraftServer$2.run(MinecraftServer.java:685)
  18. Caused by: java.lang.NoClassDefFoundError: net/minecraft/client/multiplayer/WorldClient
  19. at java.lang.Class.getDeclaredConstructors0(Native Method)
  20. at java.lang.Class.privateGetDeclaredConstructors(Unknown Source)
  21. at java.lang.Class.getConstructor0(Unknown Source)
  22. at java.lang.Class.newInstance(Unknown Source)
  23. at cpw.mods.fml.common.network.simpleimpl.SimpleNetworkWrapper.instantiate(SimpleNetworkWrapper.java:113)
  24. at cpw.mods.fml.common.network.simpleimpl.SimpleNetworkWrapper.registerMessage(SimpleNetworkWrapper.java:106)
  25. at thehippomaster.AnimationAPI.AnimationAPI.init(AnimationAPI.java:27)
  26. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  27. at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
  28. at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
  29. at java.lang.reflect.Method.invoke(Unknown Source)
  30. at cpw.mods.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:532)
  31. at sun.reflect.GeneratedMethodAccessor4.invoke(Unknown Source)
  32. at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
  33. at java.lang.reflect.Method.invoke(Unknown Source)
  34. at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74)
  35. at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47)
  36. at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322)
  37. at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304)
  38. at com.google.common.eventbus.EventBus.post(EventBus.java:275)
  39. at cpw.mods.fml.common.LoadController.sendEventToModContainer(LoadController.java:212)
  40. at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:190)
  41. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  42. at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
  43. at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
  44. at java.lang.reflect.Method.invoke(Unknown Source)
  45. at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74)
  46. at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47)
  47. at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322)
  48. at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304)
  49. at com.google.common.eventbus.EventBus.post(EventBus.java:275)
  50. at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:119)
  51. at cpw.mods.fml.common.Loader.initializeMods(Loader.java:713)
  52. ... 5 more
  53. Caused by: java.lang.ClassNotFoundException: net.minecraft.client.multiplayer.WorldClient
  54. at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:191)
  55. at java.lang.ClassLoader.loadClass(Unknown Source)
  56. at java.lang.ClassLoader.loadClass(Unknown Source)
  57. ... 38 more
  58. Caused by: java.lang.RuntimeException: Attempted to load class bjf for invalid side SERVER
  59. at cpw.mods.fml.common.asm.transformers.SideTransformer.transform(SideTransformer.java:50)
  60. at net.minecraft.launchwrapper.LaunchClassLoader.runTransformers(LaunchClassLoader.java:279)
  61. at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:176)
  62. ... 40 more
  63.  
  64.  
  65. A detailed walkthrough of the error, its code path and all known details is as follows:
  66.  
  67. ---------------------------------------------------------------------------------------
  68.  
  69. -- System Details --
  70.  
  71. Details:
  72.  
  73. Minecraft Version: 1.7.10
  74.  
  75. Operating System: Windows 7 (amd64) version 6.1
  76.  
  77. Java Version: 1.8.0_45, Oracle Corporation
  78.  
  79. Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
  80.  
  81. Memory: 87789536 bytes (83 MB) / 1159581696 bytes (1105 MB) up to 2075918336 bytes (1979 MB)
  82.  
  83. JVM Flags: 9 total; -Xms512m -Xmx2048M -XX:PermSize=256m -XX:+UseParNewGC -XX:+CMSIncrementalPacing -XX:+CMSClassUnloadingEnabled -XX:ParallelGCThreads=2 -XX:MinHeapFreeRatio=5 -XX:MaxHeapFreeRatio=10
  84.  
  85. AABB Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used
  86.  
  87. IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0
  88.  
  89. FML: MCP v9.05 FML v7.10.99.99 Minecraft Forge 10.13.3.1408 161 mods loaded, 161 mods active
  90.  
  91. mcp{9.05} [Minecraft Coder Pack] (minecraft.jar) Unloaded->Constructed->Pre-initialized->Initialized
  92.  
  93. FML{7.10.99.99} [Forge Mod Loader] (FTBServer-1.7.10-1408.jar) Unloaded->Constructed->Pre-initialized->Initialized
  94.  
  95. Forge{10.13.3.1408} [Minecraft Forge] (FTBServer-1.7.10-1408.jar) Unloaded->Constructed->Pre-initialized->Initialized
  96.  
  97. AM2-Preloader{0.0.2} [AMCore] (minecraft.jar) Unloaded->Constructed->Pre-initialized->Initialized
  98.  
  99. appliedenergistics2-core{rv2-stable-3} [AppliedEnergistics2 Core] (minecraft.jar) Unloaded->Constructed->Pre-initialized->Initialized
  100.  
  101. Aroma1997Core{1.0.2.13} [Aroma1997Core] (Aroma1997Core-1.7.10-1.0.2.13.jar) Unloaded->Constructed->Pre-initialized->Initialized
  102. CodeChickenCore{1.0.6.43} [CodeChicken Core] (minecraft.jar) Unloaded->Constructed->Pre-initialized->Initialized
  103.  
  104. InfiniBows{1.3.0 build 20} [InfiniBows] (minecraft.jar) Unloaded->Constructed->Pre-initialized->Initialized
  105.  
  106. NotEnoughItems{1.0.4.107} [Not Enough Items] (NotEnoughItems-1.7.10-1.0.4.107-universal.jar) Unloaded->Constructed->Pre-initialized->Initialized
  107.  
  108. ThaumicTinkerer-preloader{0.1} [Thaumic Tinkerer Core] (minecraft.jar) Unloaded->Constructed->Pre-initialized->Initialized
  109.  
  110. OpenModsCore{0.7.3} [OpenModsCore] (minecraft.jar) Unloaded->Constructed->Pre-initialized->Initialized
  111. <CoFH ASM>{000} [CoFH ASM] (minecraft.jar) Unloaded->Constructed->Pre-initialized->Initialized
  112. debug{1.0} [debug] (denseores-1.6.2.jar) Unloaded->Constructed->Pre-initialized->Initialized
  113.  
  114. AnimationAPI{1.2.3} [AnimationAPI] (AnimationAPI-1.7.10-1.2.3.jar) Unloaded->Constructed->Pre-initialized->Errored
  115.  
  116. arsmagica2{1.4.0.008} [Ars Magica 2] (1.7.10_AM2-1.4.0.008.jar) Unloaded->Constructed->Pre-initialized->Errored
  117. act{0.0.2a_1.7.10} [AdminCommandsToolbox] (AdminCommandsToolbox-0.0.2a_1.7.10.jar) Unloaded->Constructed->Pre-initialized->Initialized
  118. IC2{2.2.726-experimental} [IndustrialCraft 2] (industrialcraft-2-2.2.726-experimental.jar) Unloaded->Constructed->Pre-initialized->Initialized
  119.  
  120. AdvancedSolarPanel{1.7.10-3.5.1} [Advanced Solar Panels] (AdvancedSolarPanel-1.7.10-3.5.1.jar) Unloaded->Constructed->Pre-initialized->Initialized
  121.  
  122. AgriCraft{1.7.10-1.3.1} [AgriCraft] (AgriCraft-1.7.10-1.3.1.jar) Unloaded->Constructed->Pre-initialized->Initialized
  123.  
  124. appliedenergistics2{rv2-stable-3} [Applied Energistics 2] (appliedenergistics2-rv2-stable-3.jar) Unloaded->Constructed->Pre-initialized->Initialized
  125.  
  126. Aroma1997CoreHelper{1.0.2.13} [Aroma1997Core|Helper] (Aroma1997Core-1.7.10-1.0.2.13.jar) Unloaded->Constructed->Pre-initialized->Initialized
  127.  
  128. bdlib{1.8.0.86} [BD Lib] (bdlib-1.8.0.86-mc1.7.10.jar) Unloaded->Constructed->Pre-initialized->Initialized
  129.  
  130. BiblioCraft{1.10.4} [BiblioCraft] (BiblioCraft[v1.10.4][MC1.7.10].jar) Unloaded->Constructed->Pre-initialized->Initialized
  131.  
  132. Mantle{1.7.10-0.3.2.jenkins184} [Mantle] (Mantle-1.7.10-0.3.2.jar) Unloaded->Constructed->Pre-initialized->Initialized
  133.  
  134. Natura{2.2.0} [Natura] (natura-1.7.10-2.2.0.1.jar) Unloaded->Constructed->Pre-initialized->Initialized
  135.  
  136. BiomesOPlenty{2.1.0} [Biomes O' Plenty] (BiomesOPlenty-1.7.10-2.1.0.1067-universal.jar) Unloaded->Constructed->Pre-initialized->Initialized
  137.  
  138. BiblioWoodsBoP{1.9} [BiblioWoods Biomes O'Plenty Edition] (BiblioWoods[BiomesOPlenty][v1.9].jar) Unloaded->Constructed->Pre-initialized->Initialized
  139.  
  140. CoFHCore{1.7.10R3.0.2} [CoFH Core] (CoFHCore-[1.7.10]3.0.2-262.jar) Unloaded->Constructed->Pre-initialized->Initialized
  141.  
  142. BuildCraft|Core{6.4.16} [BuildCraft] (buildcraft-6.4.16.jar) Unloaded->Constructed->Pre-initialized->Initialized
  143.  
  144. Forestry{3.5.6.15} [Forestry for Minecraft] (forestry_1.7.10-3.5.6.15.jar) Unloaded->Constructed->Pre-initialized->Initialized
  145.  
  146. BiblioWoodsForestry{1.7} [BiblioWoods Forestry Edition] (BiblioWoods[Forestry][v1.7].jar) Unloaded->Constructed->Pre-initialized->Initialized
  147.  
  148. BiblioWoodsNatura{1.5} [BiblioWoods Natura Edition] (BiblioWoods[Natura][v1.5].jar) Unloaded->Constructed->Pre-initialized->Initialized
  149.  
  150. ThermalFoundation{1.7.10R1.0.0} [Thermal Foundation] (ThermalFoundation-[1.7.10]1.0.0-81.jar) Unloaded->Constructed->Pre-initialized->Initialized
  151.  
  152. ThermalExpansion{1.7.10R4.0.1} [Thermal Expansion] (ThermalExpansion-[1.7.10]4.0.1-182.jar) Unloaded->Constructed->Pre-initialized->Initialized
  153.  
  154. BigReactors{0.4.3A} [Big Reactors] (BigReactors-0.4.3A.jar) Unloaded->Constructed->Pre-initialized->Initialized
  155.  
  156. BinnieCore{2.0-pre8} [Binnie Core] (binnie-mods-2.0-pre8.jar) Unloaded->Constructed->Pre-initialized->Initialized
  157.  
  158. Botany{2.0-pre8} [Botany] (binnie-mods-2.0-pre8.jar) Unloaded->Constructed->Pre-initialized->Initialized
  159.  
  160. ExtraBees{2.0-pre8} [Extra Bees] (binnie-mods-2.0-pre8.jar) Unloaded->Constructed->Pre-initialized->Initialized
  161.  
  162. ExtraTrees{2.0-pre8} [Extra Trees] (binnie-mods-2.0-pre8.jar) Unloaded->Constructed->Pre-initialized->Initialized
  163.  
  164. Genetics{2.0-pre8} [Genetics] (binnie-mods-2.0-pre8.jar) Unloaded->Constructed->Pre-initialized->Initialized
  165.  
  166. AWWayofTime{v1.3.2} [Blood Magic: Alchemical Wizardry] (BloodMagic-1.7.10-1.3.2-1.jar) Unloaded->Constructed->Pre-initialized->Initialized
  167.  
  168. Baubles{1.0.1.10} [Baubles] (Baubles-1.7.10-1.0.1.10.jar) Unloaded->Constructed->Pre-initialized->Initialized
  169.  
  170. Thaumcraft{4.2.3.5} [Thaumcraft] (Thaumcraft-1.7.10-4.2.3.5.jar) Unloaded->Constructed->Pre-initialized->Initialized
  171.  
  172. Botania{r1.6-190} [Botania] (Botania r1.6-190.jar) Unloaded->Constructed->Pre-initialized->Initialized
  173.  
  174. BuildCraft|Builders{6.4.16} [BC Builders] (buildcraft-6.4.16.jar) Unloaded->Constructed->Pre-initialized->Initialized
  175.  
  176. BuildCraft|Energy{6.4.16} [BC Energy] (buildcraft-6.4.16.jar) Unloaded->Constructed->Pre-initialized->Initialized
  177.  
  178. BuildCraft|Factory{6.4.16} [BC Factory] (buildcraft-6.4.16.jar) Unloaded->Constructed->Pre-initialized->Initialized
  179.  
  180. BuildCraft|Transport{6.4.16} [BC Transport] (buildcraft-6.4.16.jar) Unloaded->Constructed->Pre-initialized->Initialized
  181.  
  182. BuildCraft|Silicon{6.4.16} [BC Silicon] (buildcraft-6.4.16.jar) Unloaded->Constructed->Pre-initialized->Initialized
  183.  
  184. BuildCraft|Compat{6.4.0} [BuildCraft Compat] (buildcraft-compat-6.4.2.jar) Unloaded->Constructed->Pre-initialized->Initialized
  185.  
  186. CarpentersBlocks{3.3.6} [Carpenter's Blocks] (Carpenter's Blocks v3.3.6 - MC 1.7.10.jar) Unloaded->Constructed->Pre-initialized->Initialized
  187.  
  188. ChickenChunks{1.3.4.19} [ChickenChunks] (ChickenChunks-1.7.10-1.3.4.19-universal.jar) Unloaded->Constructed->Pre-initialized->Initialized
  189.  
  190. Railcraft{9.6.1.0} [Railcraft] (Railcraft_1.7.10-9.6.1.0.jar) Unloaded->Constructed->Pre-initialized->Initialized
  191.  
  192. TwilightForest{2.3.7} [The Twilight Forest] (twilightforest-1.7.10-2.3.7.jar) Unloaded->Constructed->Pre-initialized->Initialized
  193.  
  194. ForgeMultipart{1.1.2.334} [Forge Multipart] (ForgeMultipart-1.7.10-1.1.2.334-universal.jar) Unloaded->Constructed->Pre-initialized->Initialized
  195.  
  196. chisel{2.3.10.37} [Chisel 2] (Chisel2-2.3.10.37.jar) Unloaded->Constructed->Pre-initialized->Initialized
  197.  
  198. ComputerCraft{1.73} [ComputerCraft] (ComputerCraft1.73.jar) Unloaded->Constructed->Pre-initialized->Initialized
  199.  
  200. props{2.0.1} [Decocraft] (Decocraft-2.0.1_1.7.10.jar) Unloaded->Constructed->Pre-initialized->Initialized
  201.  
  202. DraconicEvolution{1.0.1c} [Draconic Evolution] (Draconic-Evolution-1.7.10-1.0.1c.jar) Unloaded->Constructed->Pre-initialized->Initialized
  203.  
  204. MineFactoryReloaded{1.7.10R2.8.0} [MineFactory Reloaded] (MineFactoryReloaded-[1.7.10]2.8.0-104.jar) Unloaded->Constructed->Pre-initialized->Initialized
  205.  
  206. EnderIO{1.7.10-2.2.8.381} [Ender IO] (EnderIO-1.7.10-2.2.8.381.jar) Unloaded->Constructed->Pre-initialized->Initialized
  207. EnderStorage{1.4.7.33} [EnderStorage] (EnderStorage-1.7.10-1.4.7.33-universal.jar) Unloaded->Constructed->Pre-initialized->Initialized
  208. EnderTech{1.7.10-0.3.2.388} [EnderTech] (EnderTech-1.7.10-0.3.2.388.jar) Unloaded->Constructed->Pre-initialized->Initialized
  209. EnderZoo{1.7.10-1.0.11.28} [Ender Zoo] (EnderZoo-1.7.10-1.0.11.28.jar) Unloaded->Constructed->Pre-initialized->Initialized
  210. ExtraUtilities{1.2.5} [Extra Utilities] (extrautilities-1.2.5.jar) Unloaded->Constructed->Pre-initialized->Initialized
  211. harvestcraft{1.7.10g} [Pam's HarvestCraft] (Pam's HarvestCraft 1.7.10h.jar) Unloaded->Constructed->Pre-initialized->Initialized
  212. Waila{1.5.10} [Waila] (Waila-1.5.10_1.7.10.jar) Unloaded->Constructed->Pre-initialized->Initialized
  213. TConstruct{1.7.10-1.8.5.build957} [Tinkers' Construct] (TConstruct-1.7.10-1.8.5.jar) Unloaded->Constructed->Pre-initialized->Initialized
  214. ExtraTiC{1.4.5} [ExtraTiC] (ExtraTiC-1.7.10-1.4.5.jar) Unloaded->Constructed->Pre-initialized->Initialized
  215.  
  216. FastCraft{1.21} [FastCraft] (fastcraft-1.21.jar) Unloaded->Constructed->Pre-initialized->Initialized
  217.  
  218. fastleafdecay{1.0} [Fast Leaf Decay] (FastLeafDecay-1.7.10-1.0.jar) Unloaded->Constructed->Pre-initialized->Initialized
  219.  
  220. ThaumicTinkerer{unspecified} [Thaumic Tinkerer] (ThaumicTinkerer-2.5-1.7.10-502.jar) Unloaded->Constructed->Pre-initialized->Initialized
  221.  
  222. ForbiddenMagic{1.7.10-0.562} [Forbidden Magic] (Forbidden Magic-1.7.10-0.562.jar) Unloaded->Constructed->Pre-initialized->Initialized
  223.  
  224. funkylocomotion{1.0} [Funky Locomotion] (funky-locomotion-1.7.10-beta-5c.jar) Unloaded->Constructed->Pre-initialized->Initialized
  225.  
  226. MagicBees{1.7.10-2.3.1} [Magic Bees] (magicbees-1.7.10-2.3.1.jar) Unloaded->Constructed->Pre-initialized->Initialized
  227.  
  228. gendustry{1.4.11.89} [GenDustry] (gendustry-1.4.11.89-mc1.7.10.jar) Unloaded->Constructed->Pre-initialized->Initialized
  229.  
  230. GraviSuite{1.7.10-2.0.3} [Graviation Suite] (GraviSuite-1.7.10-2.0.3.jar) Unloaded->Constructed->Pre-initialized->Initialized
  231.  
  232. iChunUtil{4.2.2} [iChunUtil] (iChunUtil-4.2.2.jar) Unloaded->Constructed->Pre-initialized->Initialized
  233.  
  234. Hats{4.0.1} [Hats] (Hats-4.0.1.jar) Unloaded->Constructed->Pre-initialized->Initialized
  235.  
  236. HatStand{4.0.0} [HatStand] (HatStand-4.0.0.jar) Unloaded->Constructed->Pre-initialized->Initialized
  237.  
  238. headcrumbs{1.5.2} [Headcrumbs] (Headcrumbs-1.5.2.jar) Unloaded->Constructed->Pre-initialized->Initialized
  239.  
  240. IC2NuclearControl{2.2.5a-GoingForTheKill} [Nuclear Control 2] (IC2NuclearControl-2.2.5a-GoingForTheKill.jar) Unloaded->Constructed->Pre-initialized->Initialized
  241.  
  242. inpure|core{1.7.10R1.0.0B9} [INpureCore] (INpureCore-[1.7.10]1.0.0B9-62.jar) Unloaded->Constructed->Pre-initialized->Initialized
  243.  
  244. inventorytweaks{1.59-dev-152-cf6e263} [Inventory Tweaks] (InventoryTweaks-1.59-dev-152.jar) Unloaded->Constructed->Pre-initialized->Initialized
  245.  
  246. IronChest{6.0.62.742} [Iron Chest] (ironchest-1.7.10-6.0.62.742-universal.jar) Unloaded->Constructed->Pre-initialized->Initialized
  247.  
  248. JABBA{1.2.1} [JABBA] (Jabba-1.2.1a_1.7.10.jar) Unloaded->Constructed->Pre-initialized->Initialized
  249. JourneyMapServer{1.0.5_MC1.7.10} [JourneyMapServer] (JourneyMapServer1.0.5_MC1.7.10.jar) Unloaded->Constructed->Pre-initialized->Initialized
  250.  
  251. LogisticsPipes{0.8.3.122} [Logistics Pipes] (logisticspipes-0.8.3.122.jar) Unloaded->Constructed->Pre-initialized->Initialized
  252.  
  253. MineFactoryReloaded|CompatAppliedEnergistics{1.7.10R2.8.0} [MFR Compat: Applied Energistics] (MineFactoryReloaded-[1.7.10]2.8.0-104.jar) Unloaded->Constructed->Pre-initialized->Initialized
  254. MineFactoryReloaded|CompatAtum{1.7.10R2.8.0} [MFR Compat: Atum] (MineFactoryReloaded-[1.7.10]2.8.0-104.jar) Unloaded->Constructed->Pre-initialized->Initialized
  255. MineFactoryReloaded|CompatBackTools{1.7.10R2.8.0} [MFR Compat: BackTools] (MineFactoryReloaded-[1.7.10]2.8.0-104.jar) Unloaded->Constructed->Pre-initialized->Initialized
  256. MineFactoryReloaded|CompatBuildCraft{1.7.10R2.8.0} [MFR Compat: BuildCraft] (MineFactoryReloaded-[1.7.10]2.8.0-104.jar) Unloaded->Constructed->Pre-initialized->Initialized
  257. MineFactoryReloaded|CompatChococraft{1.7.10R2.8.0} [MFR Compat: Chococraft] (MineFactoryReloaded-[1.7.10]2.8.0-104.jar) Unloaded->Constructed->Pre-initialized->Initialized
  258.  
  259. MineFactoryReloaded|CompatExtraBiomes{1.7.10R2.8.0} [MFR Compat: ExtraBiomes] (MineFactoryReloaded-[1.7.10]2.8.0-104.jar) Unloaded->Constructed->Pre-initialized->Initialized
  260.  
  261. MineFactoryReloaded|CompatForestry{1.7.10R2.8.0} [MFR Compat: Forestry] (MineFactoryReloaded-[1.7.10]2.8.0-104.jar) Unloaded->Constructed->Pre-initialized->Initialized
  262.  
  263. MineFactoryReloaded|CompatForgeMicroblock{1.7.10R2.8.0} [MFR Compat: ForgeMicroblock] (MineFactoryReloaded-[1.7.10]2.8.0-104.jar) Unloaded->Constructed->Pre-initialized->Initialized
  264.  
  265. MineFactoryReloaded|CompatIC2{1.7.10R2.8.0} [MFR Compat: IC2] (MineFactoryReloaded-[1.7.10]2.8.0-104.jar) Unloaded->Constructed->Pre-initialized->Initialized
  266. Mystcraft{0.11.10.00} [Mystcraft] (mystcraft-1.7.10-0.11.10.00.jar) Unloaded->Constructed->Pre-initialized->Initialized
  267. MineFactoryReloaded|CompatMystcraft{1.7.10R2.8.0} [MFR Compat: Mystcraft] (MineFactoryReloaded-[1.7.10]2.8.0-104.jar) Unloaded->Constructed->Pre-initialized->Initialized
  268. MrTJPCoreMod{1.0.7.14} [MrTJPCore] (MrTJPCore-1.7.10-1.0.7.14-universal.jar) Unloaded->Constructed->Pre-initialized->Initialized
  269. ProjRed|Core{4.6.1.80} [ProjectRed] (ProjectRed-1.7.10-4.6.1.80-Base.jar) Unloaded->Constructed->Pre-initialized->Initialized
  270. ProjRed|Exploration{4.6.1.80} [ProjectRed-Exploration] (ProjectRed-1.7.10-4.6.1.80-World.jar) Unloaded->Constructed->Pre-initialized->Initialized
  271.  
  272. MineFactoryReloaded|CompatProjRed{1.7.10R2.8.0} [MFR Compat ProjectRed] (MineFactoryReloaded-[1.7.10]2.8.0-104.jar) Unloaded->Constructed->Pre-initialized->Initialized
  273.  
  274. MineFactoryReloaded|CompatRailcraft{1.7.10R2.8.0} [MFR Compat: Railcraft] (MineFactoryReloaded-[1.7.10]2.8.0-104.jar) Unloaded->Constructed->Pre-initialized->Initialized
  275.  
  276. MineFactoryReloaded|CompatSufficientBiomes{1.7.10R2.8.0} [MFR Compat: Sufficient Biomes] (MineFactoryReloaded-[1.7.10]2.8.0-104.jar) Unloaded->Constructed->Pre-initialized->Initialized
  277. MineFactoryReloaded|CompatThaumcraft{1.7.10R2.8.0} [MFR Compat: Thaumcraft] (MineFactoryReloaded-[1.7.10]2.8.0-104.jar) Unloaded->Constructed->Pre-initialized->Initialized
  278. MineFactoryReloaded|CompatThermalExpansion{1.7.10R2.8.0} [MFR Compat: Thermal Expansion] (MineFactoryReloaded-[1.7.10]2.8.0-104.jar) Unloaded->Constructed->Pre-initialized->Initialized
  279. MineFactoryReloaded|CompatTConstruct{1.7.10R2.8.0} [MFR Compat: Tinkers' Construct] (MineFactoryReloaded-[1.7.10]2.8.0-104.jar) Unloaded->Constructed->Pre-initialized->Initialized
  280. MineFactoryReloaded|CompatTwilightForest{1.7.10R2.8.0} [MFR Compat: TwilightForest] (MineFactoryReloaded-[1.7.10]2.8.0-104.jar) Unloaded->Constructed->Pre-initialized->Initialized
  281.  
  282. MineFactoryReloaded|CompatVanilla{1.7.10R2.8.0} [MFR Compat: Vanilla] (MineFactoryReloaded-[1.7.10]2.8.0-104.jar) Unloaded->Constructed->Pre-initialized->Initialized
  283.  
  284. MineTweaker3{3.0.9B} [MineTweaker 3] (MineTweaker3-1.7.10-3.0.9C.jar) Unloaded->Constructed->Pre-initialized->Initialized
  285. Morpheus{1.7.10-1.6.4} [Morpheus] (Morpheus-1.7.10-1.6.4.jar) Unloaded->Constructed->Pre-initialized->Initialized
  286. NEIAddons{1.12.8.29} [NEI Addons] (neiaddons-1.12.8.29-mc1.7.10.jar) Unloaded->Constructed->Pre-initialized->Initialized
  287. NEIAddons|AppEng{1.12.8.29} [NEI Addons: Applied Energistics 2] (neiaddons-1.12.8.29-mc1.7.10.jar) Unloaded->Constructed->Pre-initialized->Initialized
  288. NEIAddons|Botany{1.12.8.29} [NEI Addons: Botany] (neiaddons-1.12.8.29-mc1.7.10.jar) Unloaded->Constructed->Pre-initialized->Initialized
  289. NEIAddons|Forestry{1.12.8.29} [NEI Addons: Forestry] (neiaddons-1.12.8.29-mc1.7.10.jar) Unloaded->Constructed->Pre-initialized->Initialized
  290. NEIAddons|CraftingTables{1.12.8.29} [NEI Addons: Crafting Tables] (neiaddons-1.12.8.29-mc1.7.10.jar) Unloaded->Constructed->Pre-initialized->Initialized
  291.  
  292. NEIAddons|ExNihilo{1.12.8.29} [NEI Addons: Ex Nihilo] (neiaddons-1.12.8.29-mc1.7.10.jar) Unloaded->Constructed->Pre-initialized->Initialized
  293.  
  294. neiintegration{1.0.9} [NEI Integration] (NEIIntegration-MC1.7.10-1.0.9.jar) Unloaded->Constructed->Pre-initialized->Initialized
  295.  
  296. NetherOres{1.7.10R2.3.0} [Nether Ores] (NetherOres-[1.7.10]2.3.0-12.jar) Unloaded->Constructed->Pre-initialized->Initialized
  297.  
  298. neresources{0.1.0.95} [Not Enough Resources] (NotEnoughResources-1.7.10-0.1.0.95.jar) Unloaded->Constructed->Pre-initialized->Initialized
  299.  
  300. OpenMods{0.7.3} [OpenMods] (OpenModsLib-1.7.10-0.7.3.jar) Unloaded->Constructed->Pre-initialized->Initialized
  301.  
  302. OpenBlocks{1.4.3} [OpenBlocks] (OpenBlocks-1.7.10-1.4.3.jar) Unloaded->Constructed->Pre-initialized->Initialized
  303.  
  304. OpenPeripheralCore{1.1.1} [OpenPeripheralCore] (OpenPeripheralCore-1.7.10-1.1.1.jar) Unloaded->Constructed->Pre-initialized->Initialized
  305.  
  306. OpenPeripheral{0.3.1} [OpenPeripheralAddons] (OpenPeripheralAddons-1.7.10-0.3.1.jar) Unloaded->Constructed->Pre-initialized->Initialized
  307.  
  308. OpenPeripheralIntegration{0.2.2} [OpenPeripheralIntegration] (OpenPeripheralIntegration-1.7.10-0.2.2.jar) Unloaded->Constructed->Pre-initialized->Initialized
  309.  
  310. PortalGun{4.0.0-beta-4} [PortalGun] (PortalGun-4.0.0-beta-4.jar) Unloaded->Constructed->Pre-initialized->Initialized
  311.  
  312. ProjRed|Transmission{4.6.1.80} [ProjectRed-Transmission] (ProjectRed-1.7.10-4.6.1.80-Integration.jar) Unloaded->Constructed->Pre-initialized->Initialized
  313.  
  314. ProjRed|Transportation{4.6.1.80} [ProjectRed-Transportation] (ProjectRed-1.7.10-4.6.1.80-Mechanical_beta.jar) Unloaded->Constructed->Pre-initialized->Initialized
  315.  
  316. ProjRed|Compatibility{4.6.1.80} [ProjectRed-Compatibility] (ProjectRed-1.7.10-4.6.1.80-Compat.jar) Unloaded->Constructed->Pre-initialized->Initialized
  317.  
  318. ProjRed|Integration{4.6.1.80} [ProjectRed-Integration] (ProjectRed-1.7.10-4.6.1.80-Integration.jar) Unloaded->Constructed->Pre-initialized->Initialized
  319.  
  320. ProjRed|Illumination{4.6.1.80} [ProjectRed-Illumination] (ProjectRed-1.7.10-4.6.1.80-Lighting.jar) Unloaded->Constructed->Pre-initialized->Initialized
  321.  
  322. ProjRed|Expansion{4.6.1.80} [ProjectRed-Expansion] (ProjectRed-1.7.10-4.6.1.80-Mechanical_beta.jar) Unloaded->Constructed->Pre-initialized->Initialized
  323. RedstoneArsenal{1.7.10R1.1.0} [Redstone Arsenal] (RedstoneArsenal-[1.7.10]1.1.0-80.jar) Unloaded->Constructed->Pre-initialized->Initialized
  324. rftools{2.91} [RFTools] (rftools-2.91.jar) Unloaded->Constructed->Pre-initialized->Initialized
  325. runicdungeons{1.1.4} [Runic Dungeons] (runicdungeons-1.1.4.jar) Unloaded->Constructed->Pre-initialized->Initialized
  326. simplyjetpacks{1.5.1} [Simply Jetpacks] (SimplyJetpacks-MC1.7.10-1.5.1.jar) Unloaded->Constructed->Pre-initialized->Initialized
  327. SolarExpansion{1.6a} [Solar Expansion] (SolarExpansion-Basic-1.6a.jar) Unloaded->Constructed->Pre-initialized->Initialized
  328.  
  329. springboards{0.1} [Spring Boards] (Springboards-1.7.10-0.1.jar) Unloaded->Constructed->Pre-initialized->Initialized
  330.  
  331. StevesFactoryManager{A93} [Steve's Factory Manager] (StevesFactoryManagerA93.jar) Unloaded->Constructed->Pre-initialized->Initialized
  332.  
  333. StevesAddons{0.10.12} [Steve's Addons] (StevesAddons-1.7.10-0.10.12.jar) Unloaded->Constructed->Pre-initialized->Initialized
  334.  
  335. StevesCarts{2.0.0.b18} [Steve's Carts 2] (StevesCarts2.0.0.b18.jar) Unloaded->Constructed->Pre-initialized->Initialized
  336.  
  337. StevesWorkshop{0.5.1} [Steve's Workshop] (StevesWorkshop-0.5.1.jar) Unloaded->Constructed->Pre-initialized->Initialized
  338.  
  339. thaumcraftneiplugin{1.7.10-1.7} [Thaumcraft NEI Plugin] (thaumcraftneiplugin-1.7.10-1.7.jar) Unloaded->Constructed->Pre-initialized->Initialized
  340.  
  341. thaumicenergistics{0.8.10.5} [Thaumic Energistics] (thaumicenergistics-0.8.10.5.jar) Unloaded->Constructed->Pre-initialized->Initialized
  342.  
  343. ThaumicExploration{0.6.0} [Thaumic Exploration] (ThaumicExploration-1.7.10-1.1-37.jar) Unloaded->Constructed->Pre-initialized->Initialized
  344.  
  345. ThermalDynamics{1.7.10R1.0.0} [Thermal Dynamics] (ThermalDynamics-[1.7.10]1.0.0-122.jar) Unloaded->Constructed->Pre-initialized->Initialized
  346.  
  347. TiCTooltips{1.2.4} [TiC Tooltips] (TiCTooltips-mc1.7.10-1.2.4.jar) Unloaded->Constructed->Pre-initialized->Initialized
  348.  
  349. TMechworks{0.2.14.100} [Tinkers' Mechworks] (TMechworks-1.7.10-0.2.14.100.jar) Unloaded->Constructed->Pre-initialized->Initialized
  350.  
  351. Translocator{1.1.1.14} [Translocator] (Translocator-1.7.10-1.1.1.14-universal.jar) Unloaded->Constructed->Pre-initialized->Initialized
  352.  
  353. ttCore{MC1.7.10-0.1.0-67} [ttCore] (ttCore-MC1.7.10-0.1.0-67.jar) Unloaded->Constructed->Pre-initialized->Initialized
  354.  
  355. WailaHarvestability{1.1.2} [Waila Harvestability] (WailaHarvestability-mc1.7.x-1.1.2.jar) Unloaded->Constructed->Pre-initialized->Initialized
  356.  
  357. wawla{1.2.1} [What Are We Looking At] (Wawla-1.2.1_1.7.10.jar) Unloaded->Constructed->Pre-initialized->Initialized
  358.  
  359. witchery{0.24.1} [Witchery] (witchery-1.7.10-0.24.1.jar) Unloaded->Constructed->Pre-initialized->Initialized
  360.  
  361. WR-CBE|Core{1.4.1.9} [WR-CBE Core] (WR-CBE-1.7.10-1.4.1.9-universal.jar) Unloaded->Constructed->Pre-initialized->Initialized
  362.  
  363. WR-CBE|Addons{1.4.1.9} [WR-CBE Addons] (WR-CBE-1.7.10-1.4.1.9-universal.jar) Unloaded->Constructed->Pre-initialized->Initialized
  364.  
  365. WR-CBE|Logic{1.4.1.9} [WR-CBE Logic] (WR-CBE-1.7.10-1.4.1.9-universal.jar) Unloaded->Constructed->Pre-initialized->Initialized
  366.  
  367. McMultipart{1.1.2.334} [Minecraft Multipart Plugin] (ForgeMultipart-1.7.10-1.1.2.334-universal.jar) Unloaded->Constructed->Pre-initialized->Initialized
  368.  
  369. aobd{2.6.2} [Another One Bites The Dust] (AOBD-2.6.2.jar) Unloaded->Constructed->Pre-initialized->Initialized
  370.  
  371. denseores{1.0} [Dense Ores] (denseores-1.6.2.jar) Unloaded->Constructed->Pre-initialized->Initialized
  372.  
  373. ForgeMicroblock{1.1.2.334} [Forge Microblocks] (ForgeMultipart-1.7.10-1.1.2.334-universal.jar) Unloaded->Constructed->Pre-initialized->Initialized
  374.  
  375. OpenModsLib class transformers: [stencil_patches:ENABLED],[movement_callback:ENABLED],[map_gen_fix:FINISHED],[gl_capabilities_hook:ENABLED],[player_render_hook:ENABLED]
  376.  
  377. Class transformer null safety: all safe
  378. AE2 Version: stable rv2-stable-3 for Forge 10.13.2.1291
  379. Mantle Environment: Environment healthy.
  380.  
  381. CoFHCore: -[1.7.10]3.0.2-262
  382. ThermalFoundation: -[1.7.10]1.0.0-81
  383.  
  384. ThermalExpansion: -[1.7.10]4.0.1-182
  385.  
  386. MineFactoryReloaded: -[1.7.10]2.8.0-104
  387.  
  388. TConstruct Environment: Environment healthy.
  389.  
  390. NetherOres: -[1.7.10]2.3.0-12
  391.  
  392. RedstoneArsenal: -[1.7.10]1.1.0-80
  393.  
  394. ThermalDynamics: -[1.7.10]1.0.0-122
  395.  
  396. List of loaded APIs:
  397. * appliedenergistics2|API (rv2) from ThaumicTinkerer-2.5-1.7.10-502.jar
  398. * Baubles|API (1.0.1.10) from Baubles-1.7.10-1.0.1.10.jar
  399. * BiomesOPlentyAPI (1.0.0) from BiomesOPlenty-1.7.10-2.1.0.1067-universal.jar
  400. * BotaniaAPI (50) from Botania r1.6-190.jar
  401. * BuildCraftAPI|blueprints (1.2) from buildcraft-6.4.16.jar
  402. * BuildCraftAPI|boards (1.0) from buildcraft-6.4.16.jar
  403. * BuildCraftAPI|core (1.0) from SolarExpansion-Basic-1.6a.jar
  404. * BuildCraftAPI|events (1.0) from buildcraft-6.4.16.jar
  405. * BuildCraftAPI|facades (1.0) from buildcraft-6.4.16.jar
  406. * BuildCraftAPI|filler (3.0) from buildcraft-6.4.16.jar
  407. * BuildCraftAPI|fuels (2.0) from buildcraft-6.4.16.jar
  408. * BuildCraftAPI|gates (4.0) from buildcraft-6.4.16.jar
  409. * BuildCraftAPI|items (1.0) from Railcraft_1.7.10-9.6.1.0.jar
  410. * BuildCraftAPI|power (1.3) from buildcraft-6.4.16.jar
  411. * BuildCraftAPI|recipes (2.1) from buildcraft-6.4.16.jar
  412. * BuildCraftAPI|robots (1.0) from buildcraft-6.4.16.jar
  413. * BuildCraftAPI|statements (1.0) from Railcraft_1.7.10-9.6.1.0.jar
  414. * BuildCraftAPI|tiles (1.1) from buildcraft-6.4.16.jar
  415. * BuildCraftAPI|tools (1.0) from SolarExpansion-Basic-1.6a.jar
  416. * BuildCraftAPI|transport (4.0) from Railcraft_1.7.10-9.6.1.0.jar
  417. * ChiselAPI (0.0.2) from Chisel2-2.3.10.37.jar
  418. * ChiselAPI|Carving (0.0.2) from Chisel2-2.3.10.37.jar
  419. * CoFHAPI (1.7.10R1.0.2) from IC2NuclearControl-2.2.5a-GoingForTheKill.jar
  420. * CoFHAPI|block (1.7.10R1.0.12) from CoFHCore-[1.7.10]3.0.2-262.jar
  421. * CoFHAPI|core (1.7.10R1.0.7) from EnderTech-1.7.10-0.3.2.388.jar
  422. * CoFHAPI|energy (1.7.10R1.0.3) from EnderIO-1.7.10-2.2.8.381.jar
  423. * CoFHAPI|fluid (1.7.10R1.0.12) from CoFHCore-[1.7.10]3.0.2-262.jar
  424. * CoFHAPI|inventory (1.7.10R1.0.3) from EnderIO-1.7.10-2.2.8.381.jar
  425. * CoFHAPI|item (1.7.10R1.0.12) from CoFHCore-[1.7.10]3.0.2-262.jar
  426. * CoFHAPI|items (1.7.10R1.0.3) from SolarExpansion-Basic-1.6a.jar
  427. * CoFHAPI|modhelpers (1.7.10R1.0.3) from SolarExpansion-Basic-1.6a.jar
  428. * CoFHAPI|tileentity (1.7.10R1.0.3) from SolarExpansion-Basic-1.6a.jar
  429. * CoFHAPI|transport (1.7.10R1.0.3) from SolarExpansion-Basic-1.6a.jar
  430. * CoFHAPI|world (1.7.10R1.0.7) from EnderTech-1.7.10-0.3.2.388.jar
  431. * CoFHLib (1.7.10R1.0.0B9) from EnderTech-1.7.10-0.3.2.388.jar
  432. * CoFHLib|audio (1.7.10R1.0.1) from CoFHCore-[1.7.10]3.0.2-262.jar
  433. * CoFHLib|gui (1.7.10R1.0.1) from CoFHCore-[1.7.10]3.0.2-262.jar
  434. * CoFHLib|gui|container (1.7.10R1.0.1) from CoFHCore-[1.7.10]3.0.2-262.jar
  435. * CoFHLib|gui|element (1.7.10R1.0.1) from CoFHCore-[1.7.10]3.0.2-262.jar
  436. * CoFHLib|gui|element|listbox (1.7.10R1.0.0B9) from EnderTech-1.7.10-0.3.2.388.jar
  437. * CoFHLib|gui|slot (1.7.10R1.0.1) from CoFHCore-[1.7.10]3.0.2-262.jar
  438. * CoFHLib|inventory (1.7.10R1.0.0B9) from EnderTech-1.7.10-0.3.2.388.jar
  439. * CoFHLib|render (1.7.10R1.0.0B9) from EnderTech-1.7.10-0.3.2.388.jar
  440. * CoFHLib|render|particle (1.7.10R1.0.1) from CoFHCore-[1.7.10]3.0.2-262.jar
  441. * CoFHLib|util (1.7.10R1.0.1) from CoFHCore-[1.7.10]3.0.2-262.jar
  442. * CoFHLib|util|helpers (1.7.10R1.0.0B9) from EnderTech-1.7.10-0.3.2.388.jar
  443. * CoFHLib|util|position (1.7.10R1.0.0B9) from EnderTech-1.7.10-0.3.2.388.jar
  444. * CoFHLib|world (1.7.10R1.0.0B9) from EnderTech-1.7.10-0.3.2.388.jar
  445. * CoFHLib|world|feature (1.7.10R1.0.1) from CoFHCore-[1.7.10]3.0.2-262.jar
  446. * ComputerCraft|API (1.73) from ComputerCraft1.73.jar
  447. * ComputerCraft|API|FileSystem (1.73) from ComputerCraft1.73.jar
  448. * ComputerCraft|API|Lua (1.73) from ComputerCraft1.73.jar
  449. * ComputerCraft|API|Media (1.73) from ComputerCraft1.73.jar
  450. * ComputerCraft|API|Peripheral (1.73) from ComputerCraft1.73.jar
  451. * ComputerCraft|API|Redstone (1.73) from ComputerCraft1.73.jar
  452. * ComputerCraft|API|Turtle (1.73) from ComputerCraft1.73.jar
  453. * CSLib|API (1.0) from Decocraft-2.0.1_1.7.10.jar
  454. * DraconicEvolution|API (1.0) from Draconic-Evolution-1.7.10-1.0.1c.jar
  455. * EnderIOAPI (0.0.2) from EnderIO-1.7.10-2.2.8.381.jar
  456. * EnderIOAPI|Redstone (0.0.2) from EnderIO-1.7.10-2.2.8.381.jar
  457. * EnderIOAPI|Tools (0.0.2) from EnderIO-1.7.10-2.2.8.381.jar
  458. * ForestryAPI|apiculture (2.6.0) from forestry_1.7.10-3.5.6.15.jar
  459. * ForestryAPI|arboriculture (2.3.0) from forestry_1.7.10-3.5.6.15.jar
  460. * ForestryAPI|circuits (1.1.0) from forestry_1.7.10-3.5.6.15.jar
  461. * ForestryAPI|core (2.6.1) from forestry_1.7.10-3.5.6.15.jar
  462. * ForestryAPI|farming (1.1.0) from forestry_1.7.10-3.5.6.15.jar
  463. * ForestryAPI|food (1.1.0) from forestry_1.7.10-3.5.6.15.jar
  464. * ForestryAPI|fuels (2.0.1) from forestry_1.7.10-3.5.6.15.jar
  465. * ForestryAPI|genetics (2.7.0) from forestry_1.7.10-3.5.6.15.jar
  466. * ForestryAPI|hives (4.0.0) from forestry_1.7.10-3.5.6.15.jar
  467. * ForestryAPI|lepidopterology (1.1) from forestry_1.7.10-3.5.6.15.jar
  468. * ForestryAPI|mail (3.0.0) from forestry_1.7.10-3.5.6.15.jar
  469. * ForestryAPI|recipes (2.1.0) from forestry_1.7.10-3.5.6.15.jar
  470. * ForestryAPI|storage (2.3.0) from forestry_1.7.10-3.5.6.15.jar
  471. * ForestryAPI|world (1.1.0) from forestry_1.7.10-3.5.6.15.jar
  472. * gendustryAPI (1.4.11.89) from gendustry-1.4.11.89-mc1.7.10.jar
  473. * IC2API (1.0) from industrialcraft-2-2.2.726-experimental.jar
  474. * inpure|api (1.7) from INpureCore-[1.7.10]1.0.0B9-62.jar
  475. * Mystcraft|API (0.1) from mystcraft-1.7.10-0.11.10.00.jar
  476. * neresources|API (1.0) from NotEnoughResources-1.7.10-0.1.0.95.jar
  477. * NuclearControlAPI (v1.0.5) from IC2NuclearControl-2.2.5a-GoingForTheKill.jar
  478. * OpenBlocks|API (1.0) from OpenBlocks-1.7.10-1.4.3.jar
  479. * OpenPeripheralApi (3.2) from OpenPeripheralCore-1.7.10-1.1.1.jar
  480. * RailcraftAPI|bore (1.0.0) from Railcraft_1.7.10-9.6.1.0.jar
  481. * RailcraftAPI|carts (1.3.1) from Railcraft_1.7.10-9.6.1.0.jar
  482. * RailcraftAPI|core (1.3.0) from Railcraft_1.7.10-9.6.1.0.jar
  483. * RailcraftAPI|crafting (1.0.0) from Railcraft_1.7.10-9.6.1.0.jar
  484. * RailcraftAPI|electricity (1.6.0) from Railcraft_1.7.10-9.6.1.0.jar
  485. * RailcraftAPI|events (1.0.0) from Railcraft_1.7.10-9.6.1.0.jar
  486. * RailcraftAPI|fuel (1.0.0) from Railcraft_1.7.10-9.6.1.0.jar
  487. * RailcraftAPI|helpers (1.1.0) from Railcraft_1.7.10-9.6.1.0.jar
  488. * RailcraftAPI|items (1.0.0) from Railcraft_1.7.10-9.6.1.0.jar
  489. * RailcraftAPI|locomotive (1.0.1) from Railcraft_1.7.10-9.6.1.0.jar
  490. * RailcraftAPI|signals (1.3.0) from Railcraft_1.7.10-9.6.1.0.jar
  491. * RailcraftAPI|tracks (2.0.0) from Railcraft_1.7.10-9.6.1.0.jar
  492. * Thaumcraft|API (4.2.0.0) from Pam's HarvestCraft 1.7.10h.jar
  493. * WailaAPI (1.2) from Waila-1.5.10_1.7.10.jar
  494. Profiler Position: N/A (disabled)
  495.  
  496. Is Modded: Definitely; Server brand changed to 'fml,forge'
  497.  
  498. Type: Dedicated Server (map_server.txt)
Advertisement
Add Comment
Please, Sign In to add comment