Advertisement
Guest User

Untitled

a guest
May 29th, 2015
300
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 20.66 KB | None | 0 0
  1. ---- Minecraft Crash Report ----
  2. // Daisy, daisy...
  3.  
  4. Time: 29/05/15 14:59
  5. Description: There was a severe problem during mod loading that has caused the game to fail
  6.  
  7. cpw.mods.fml.common.LoaderException: java.lang.NoClassDefFoundError: codechicken/translocator/ContainerItemTranslocator
  8. at cpw.mods.fml.common.LoadController.transition(LoadController.java:163)
  9. at cpw.mods.fml.common.Loader.initializeMods(Loader.java:715)
  10. at cpw.mods.fml.client.FMLClientHandler.finishMinecraftLoading(FMLClientHandler.java:304)
  11. at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:552)
  12. at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:878)
  13. at net.minecraft.client.main.Main.main(SourceFile:148)
  14. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  15. at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
  16. at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
  17. at java.lang.reflect.Method.invoke(Unknown Source)
  18. at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
  19. at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
  20. Caused by: java.lang.NoClassDefFoundError: codechicken/translocator/ContainerItemTranslocator
  21. at codechicken.translocator.TranslocatorClientProxy.init(TranslocatorClientProxy.java:28)
  22. at codechicken.translocator.Translocator.init(Translocator.java:41)
  23. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  24. at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
  25. at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
  26. at java.lang.reflect.Method.invoke(Unknown Source)
  27. at cpw.mods.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:532)
  28. at sun.reflect.GeneratedMethodAccessor5.invoke(Unknown Source)
  29. at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
  30. at java.lang.reflect.Method.invoke(Unknown Source)
  31. at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74)
  32. at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47)
  33. at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322)
  34. at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304)
  35. at com.google.common.eventbus.EventBus.post(EventBus.java:275)
  36. at cpw.mods.fml.common.LoadController.sendEventToModContainer(LoadController.java:212)
  37. at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:190)
  38. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  39. at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
  40. at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
  41. at java.lang.reflect.Method.invoke(Unknown Source)
  42. at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74)
  43. at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47)
  44. at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322)
  45. at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304)
  46. at com.google.common.eventbus.EventBus.post(EventBus.java:275)
  47. at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:119)
  48. at cpw.mods.fml.common.Loader.initializeMods(Loader.java:713)
  49. ... 10 more
  50. Caused by: java.lang.ClassNotFoundException: codechicken.translocator.ContainerItemTranslocator
  51. at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:191)
  52. at java.lang.ClassLoader.loadClass(Unknown Source)
  53. at java.lang.ClassLoader.loadClass(Unknown Source)
  54. ... 38 more
  55. Caused by: java.lang.NoClassDefFoundError: codechicken/core/inventory/ContainerExtended
  56. at java.lang.ClassLoader.defineClass1(Native Method)
  57. at java.lang.ClassLoader.defineClass(Unknown Source)
  58. at java.security.SecureClassLoader.defineClass(Unknown Source)
  59. at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:182)
  60. ... 40 more
  61. Caused by: java.lang.ClassNotFoundException: codechicken.core.inventory.ContainerExtended
  62. at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:101)
  63. at java.lang.ClassLoader.loadClass(Unknown Source)
  64. at java.lang.ClassLoader.loadClass(Unknown Source)
  65. ... 44 more
  66.  
  67.  
  68. A detailed walkthrough of the error, its code path and all known details is as follows:
  69. ---------------------------------------------------------------------------------------
  70.  
  71. -- System Details --
  72. Details:
  73. Minecraft Version: 1.7.10
  74. Operating System: Windows 7 (amd64) version 6.1
  75. Java Version: 1.8.0_11, Oracle Corporation
  76. Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
  77. Memory: 300250472 bytes (286 MB) / 805797888 bytes (768 MB) up to 1060372480 bytes (1011 MB)
  78. JVM Flags: 6 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xmx1G -XX:+UseConcMarkSweepGC -XX:+CMSIncrementalMode -XX:-UseAdaptiveSizePolicy -Xmn128M
  79. AABB Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used
  80. IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0
  81. FML: MCP v9.05 FML v7.10.130.1395 Minecraft Forge 10.13.3.1395 76 mods loaded, 75 mods active
  82. mcp{9.05} [Minecraft Coder Pack] (minecraft.jar) Unloaded->Constructed->Pre-initialized->Initialized
  83. FML{7.10.130.1395} [Forge Mod Loader] (forge-1.7.10-10.13.3.1395-1710ls.jar) Unloaded->Constructed->Pre-initialized->Initialized
  84. Forge{10.13.3.1395} [Minecraft Forge] (forge-1.7.10-10.13.3.1395-1710ls.jar) Unloaded->Constructed->Pre-initialized->Initialized
  85. appliedenergistics2-core{rv2-stable-3} [AppliedEnergistics2 Core] (minecraft.jar) Unloaded->Constructed->Pre-initialized->Initialized
  86. CodeChickenCore{1.0.7.45} [CodeChicken Core] (minecraft.jar) Unloaded->Constructed->Pre-initialized->Initialized
  87. MobiusCore{1.2.5} [MobiusCore] (minecraft.jar) Unloaded->Constructed->Pre-initialized->Initialized
  88. NotEnoughItems{1.0.5.110} [Not Enough Items] (NotEnoughItems-1.7.10-1.0.5.110-universal.jar) Unloaded->Constructed->Pre-initialized->Initialized
  89. <CoFH ASM>{000} [CoFH ASM] (minecraft.jar) Unloaded->Constructed->Pre-initialized->Initialized
  90. mod_LargeSign{2.0} [Large Sign] ([1.7.10-10.13.2.1230]Large Sign-2.0.jar) Unloaded->Constructed->Pre-initialized->Initialized
  91. AgriCraft{1.7.10-1.3.1} [AgriCraft] (AgriCraft-1.7.10-1.3.1.jar) Unloaded->Constructed->Pre-initialized->Initialized
  92. AppleCore{1.1.0} [AppleCore] (AppleCore-mc1.7.10-1.1.0.jar) Unloaded->Constructed->Pre-initialized->Initialized
  93. appliedenergistics2{rv2-stable-3} [Applied Energistics 2] (appliedenergistics2-rv2-stable-3.jar) Unloaded->Constructed->Pre-initialized->Initialized
  94. bdlib{1.8.0.86} [BD Lib] (bdlib-1.8.0.86-mc1.7.10.jar) Unloaded->Constructed->Pre-initialized->Initialized
  95. BetterFoliage{1.0.10} [Better Foliage] (BetterFoliage-mc1.7-1.0.10.jar) Unloaded->Constructed->Pre-initialized->Initialized
  96. Baubles{1.0.1.10} [Baubles] (Baubles-1.7.10-1.0.1.10.jar) Unloaded->Constructed->Pre-initialized->Initialized
  97. Thaumcraft{4.2.3.5} [Thaumcraft] (Thaumcraft-1.7.10-4.2.3.5.jar) Unloaded->Constructed->Pre-initialized->Initialized
  98. Botania{r1.6-190} [Botania] (Botania r1.6-190.jar) Unloaded->Constructed->Pre-initialized->Initialized
  99. CoFHCore{1.7.10R3.0.2} [CoFH Core] (CoFHCore-[1.7.10]3.0.2-262.jar) Unloaded->Constructed->Pre-initialized->Initialized
  100. BuildCraft|Core{6.4.16} [BuildCraft] (buildcraft-6.4.16.jar) Unloaded->Constructed->Pre-initialized->Initialized
  101. BuildCraft|Builders{6.4.16} [BC Builders] (buildcraft-6.4.16.jar) Unloaded->Constructed->Pre-initialized->Initialized
  102. BuildCraft|Energy{6.4.16} [BC Energy] (buildcraft-6.4.16.jar) Unloaded->Constructed->Pre-initialized->Initialized
  103. BuildCraft|Factory{6.4.16} [BC Factory] (buildcraft-6.4.16.jar) Unloaded->Constructed->Pre-initialized->Initialized
  104. BuildCraft|Transport{6.4.16} [BC Transport] (buildcraft-6.4.16.jar) Unloaded->Constructed->Pre-initialized->Initialized
  105. BuildCraft|Silicon{6.4.16} [BC Silicon] (buildcraft-6.4.16.jar) Unloaded->Constructed->Pre-initialized->Initialized
  106. ChickenChunks{1.3.4.19} [ChickenChunks] (ChickenChunks-1.7.10-1.3.4.19-universal.jar) Unloaded->Constructed->Pre-initialized->Initialized
  107. Railcraft{9.6.1.0} [Railcraft] (Railcraft_1.7.10-9.6.1.0.jar) Unloaded->Constructed->Pre-initialized->Initialized
  108. ForgeMultipart{1.1.2.331} [Forge Multipart] (ForgeMultipart-1.7.10-1.1.2.331-universal.jar) Unloaded->Constructed->Pre-initialized->Initialized
  109. chisel{2.3.10.37} [Chisel 2] (Chisel2-2.3.10.37.jar) Unloaded->Constructed->Pre-initialized->Initialized
  110. colourfulportalsmod{1.4.3} [Colourful Portals] (ColourfulPortals-1.4.3.jar) Unloaded->Constructed->Pre-initialized->Initialized
  111. MoCreatures{6.3.1} [DrZhark's Mo'Creatures Mod] (DrZharks MoCreatures Mod v6.3.1.zip) Unloaded->Constructed->Pre-initialized->Initialized
  112. EnderStorage{1.4.7.36} [EnderStorage] (EnderStorage-1.7.10-1.4.7.36-universal.jar) Unloaded->Constructed->Pre-initialized->Initialized
  113. fastleafdecay{1.0} [Fast Leaf Decay] (FastLeafDecay-1.7.10-1.0.jar) Unloaded->Constructed->Pre-initialized->Initialized
  114. Forestry{3.5.6.15} [Forestry for Minecraft] (forestry_1.7.10-3.5.6.15.jar) Unloaded->Constructed->Pre-initialized->Initialized
  115. gendustry{1.4.11.89} [GenDustry] (gendustry-1.4.11.89-mc1.7.10.jar) Unloaded->Constructed->Pre-initialized->Initialized
  116. HardcoreQuesting{The Journey (4.2.3)} [Hardcore Questing Mode] (HQM-The Journey (4.2.3).jar) Unloaded->Constructed->Pre-initialized->Initialized
  117. inventorytweaks{1.58-147-645ca10} [Inventory Tweaks] (InventoryTweaks-1.58-147.jar) Unloaded->Constructed->Pre-initialized->Initialized
  118. Waila{1.5.10} [Waila] (Waila-1.5.10_1.7.10.jar) Unloaded->Constructed->Pre-initialized->Initialized
  119. JABBA{1.2.1} [JABBA] (Jabba-1.2.1a_1.7.10.jar) Unloaded->Constructed->Pre-initialized->Initialized
  120. journeymap{5.0.1} [JourneyMap] (JourneyMap5.0.1_Unlimited_MC1.7.10.jar) Unloaded->Constructed->Pre-initialized->Initialized
  121. reaper_lantern{1.47} [Lantern mod] (Lantern1.47[1.7.10].jar) Unloaded->Constructed->Pre-initialized->Initialized
  122. Mekanism{8.1.3} [Mekanism] (Mekanism-1.7.10-8.1.3.231.jar) Unloaded->Constructed->Pre-initialized->Initialized
  123. magicalcrops{4.0.0_PUBLIC_BETA_3} [Magical Crops] (magicalcrops-4.0.0_PUBLIC_BETA_3.jar) Unloaded->Constructed->Pre-initialized->Initialized
  124. Mantle{1.7.10-0.3.2.jenkins184} [Mantle] (Mantle-1.7.10-0.3.2.jar) Unloaded->Constructed->Pre-initialized->Initialized
  125. MekanismGenerators{8.1.3} [MekanismGenerators] (MekanismGenerators-1.7.10-8.1.3.231.jar) Unloaded->Constructed->Pre-initialized->Initialized
  126. MekanismTools{8.1.3} [MekanismTools] (MekanismTools-1.7.10-8.1.3.231.jar) Unloaded->Constructed->Pre-initialized->Initialized
  127. movillages{1.2.1} [Mo' Villages] (MoVillages-1.3.1.jar) Unloaded->Constructed->Pre-initialized->Initialized
  128. NEIAddons{1.12.8.29} [NEI Addons] (neiaddons-1.12.8.29-mc1.7.10.jar) Unloaded->Constructed->Pre-initialized->Initialized
  129. 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
  130. NEIAddons|Botany{1.12.8.29} [NEI Addons: Botany] (neiaddons-1.12.8.29-mc1.7.10.jar) Unloaded->Constructed->Pre-initialized->Initialized
  131. NEIAddons|Forestry{1.12.8.29} [NEI Addons: Forestry] (neiaddons-1.12.8.29-mc1.7.10.jar) Unloaded->Constructed->Pre-initialized->Initialized
  132. NEIAddons|CraftingTables{1.12.8.29} [NEI Addons: Crafting Tables] (neiaddons-1.12.8.29-mc1.7.10.jar) Unloaded->Constructed->Pre-initialized->Initialized
  133. NEIAddons|ExNihilo{1.12.8.29} [NEI Addons: Ex Nihilo] (neiaddons-1.12.8.29-mc1.7.10.jar) Unloaded->Constructed->Pre-initialized->Initialized
  134. neiintegration{1.0.9} [NEI Integration] (NEIIntegration-MC1.7.10-1.0.9.jar) Unloaded->Constructed->Pre-initialized->Initialized
  135. ThermalFoundation{1.7.10R1.0.0} [Thermal Foundation] (ThermalFoundation-[1.7.10]1.0.0-81.jar) Unloaded->Constructed->Pre-initialized->Initialized
  136. openmodularturrets{1.3.8} [Open Modular Turrets] (OpenModularTurrets-1.7.10-1.3.8-35.jar) Unloaded->Constructed->Pre-initialized->Initialized
  137. SpiceOfLife{1.2.3} [The Spice of Life] (SpiceOfLife-mc1.7.10-1.2.3.jar) Unloaded->Constructed->Pre-initialized->Initialized
  138. StevesCarts{2.0.0.b18} [Steve's Carts 2] (StevesCarts2.0.0.b18.jar) Unloaded->Constructed->Pre-initialized->Initialized
  139. StorageDrawers{1.7.10-1.5.1} [Storage Drawers] (StorageDrawers-1.7.10-1.5.1.jar) Unloaded->Constructed->Pre-initialized->Initialized
  140. ThermalExpansion{1.7.10R4.0.1} [Thermal Expansion] (ThermalExpansion-[1.7.10]4.0.1-182.jar) Unloaded->Constructed->Pre-initialized->Initialized
  141. TConstruct{1.7.10-1.8.5.build957} [Tinkers' Construct] (TConstruct-1.7.10-1.8.5.jar) Unloaded->Constructed->Pre-initialized->Initialized
  142. ThermalDynamics{1.7.10R1.0.0} [Thermal Dynamics] (ThermalDynamics-[1.7.10]1.0.0-122.jar) Unloaded->Constructed->Pre-initialized->Initialized
  143. TMechworks{0.2.14.100} [Tinkers' Mechworks] (TMechworks-1.7.10-0.2.14.100.jar) Unloaded->Constructed->Pre-initialized->Initialized
  144. TML{4.0.0} [TooMuchLoot] (TooMuchLoot-1.7.10-4.0.0.B25.jar) Unloaded->Constructed->Pre-initialized->Initialized
  145. Translocator{1.1.1.14} [Translocator] (Translocator-1.7.10-1.1.1.14-universal.jar) Unloaded->Constructed->Pre-initialized->Errored
  146. ttCore{MC1.7.10-0.1.1-76} [ttCore] (ttCore-MC1.7.10-0.1.1-76.jar) Unloaded->Constructed->Pre-initialized->Initialized
  147. weaponmod{v1.14.3} [Balkon's WeaponMod] (weaponmod-1.14.3.jar) Unloaded->Constructed->Pre-initialized->Initialized
  148. witchery{0.24.1} [Witchery] (witchery-1.7.10-0.24.1.jar) Unloaded->Constructed->Pre-initialized->Initialized
  149. worldedit{6.0-beta-01} [WorldEdit] (worldedit-forge-mc1.7.10-6.0-beta-01.jar) Unloaded->Constructed->Pre-initialized->Initialized
  150. 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
  151. 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
  152. 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
  153. zcraftingmanager{1.1.0} [Crafting Manager] (zCraftingManager ALPHA 1.0.17 mc1.7.10.jar) Unloaded->Constructed->Pre-initialized->Initialized
  154. McMultipart{1.1.2.331} [Minecraft Multipart Plugin] (ForgeMultipart-1.7.10-1.1.2.331-universal.jar) Unloaded->Constructed->Pre-initialized->Initialized
  155. IguanaTweaksTConstruct{1.7.10-2.1.5.140} [Iguana Tinker Tweaks] (IguanaTinkerTweaks-1.7.10-2.1.5.jar) Unloaded->Constructed->Pre-initialized->Initialized
  156. ForgeMicroblock{1.1.2.331} [Forge Microblocks] (ForgeMultipart-1.7.10-1.1.2.331-universal.jar) Unloaded->Constructed->Pre-initialized->Initialized
  157. zcraftingmanagercore{1.1.0} [Crafting Manager Core] (minecraft.jar) Unloaded->Disabled
  158. GL info: ' Vendor: 'ATI Technologies Inc.' Version: '4.4.13283 Compatibility Profile Context 14.501.1003.0' Renderer: 'AMD Radeon HD 5700 Series'
  159. AE2 Version: stable rv2-stable-3 for Forge 10.13.2.1291
  160. CoFHCore: -[1.7.10]3.0.2-262
  161. Mantle Environment: Environment healthy.
  162. ThermalFoundation: -[1.7.10]1.0.0-81
  163. ThermalExpansion: -[1.7.10]4.0.1-182
  164. TConstruct Environment: Environment healthy.
  165. ThermalDynamics: -[1.7.10]1.0.0-122
  166. List of loaded APIs:
  167. * AppleCoreAPI (1.1.0) from AppleCore-mc1.7.10-1.1.0.jar
  168. * appliedenergistics2|API (rv2) from appliedenergistics2-rv2-stable-3.jar
  169. * Baubles|API (1.0.1.10) from Baubles-1.7.10-1.0.1.10.jar
  170. * BotaniaAPI (50) from Botania r1.6-190.jar
  171. * BuildCraftAPI|blueprints (1.2) from buildcraft-6.4.16.jar
  172. * BuildCraftAPI|boards (1.0) from buildcraft-6.4.16.jar
  173. * BuildCraftAPI|core (1.4) from buildcraft-6.4.16.jar
  174. * BuildCraftAPI|events (1.0) from buildcraft-6.4.16.jar
  175. * BuildCraftAPI|facades (1.0) from buildcraft-6.4.16.jar
  176. * BuildCraftAPI|filler (3.0) from buildcraft-6.4.16.jar
  177. * BuildCraftAPI|fuels (2.0) from buildcraft-6.4.16.jar
  178. * BuildCraftAPI|gates (4.0) from buildcraft-6.4.16.jar
  179. * BuildCraftAPI|items (1.0) from buildcraft-6.4.16.jar
  180. * BuildCraftAPI|power (1.3) from buildcraft-6.4.16.jar
  181. * BuildCraftAPI|recipes (2.1) from buildcraft-6.4.16.jar
  182. * BuildCraftAPI|robots (1.0) from buildcraft-6.4.16.jar
  183. * BuildCraftAPI|statements (1.0) from Railcraft_1.7.10-9.6.1.0.jar
  184. * BuildCraftAPI|tiles (1.1) from Railcraft_1.7.10-9.6.1.0.jar
  185. * BuildCraftAPI|tools (1.0) from Railcraft_1.7.10-9.6.1.0.jar
  186. * BuildCraftAPI|transport (4.0) from buildcraft-6.4.16.jar
  187. * ChiselAPI (0.0.2) from Chisel2-2.3.10.37.jar
  188. * ChiselAPI|Carving (0.0.2) from Chisel2-2.3.10.37.jar
  189. * CoFHAPI (1.7.10R1.0.2) from forestry_1.7.10-3.5.6.15.jar
  190. * CoFHAPI|block (1.7.10R1.0.12) from CoFHCore-[1.7.10]3.0.2-262.jar
  191. * CoFHAPI|core (1.7.10R1.0.12) from CoFHCore-[1.7.10]3.0.2-262.jar
  192. * CoFHAPI|energy (1.7.10R1.0.12) from CoFHCore-[1.7.10]3.0.2-262.jar
  193. * CoFHAPI|fluid (1.7.10R1.0.12) from CoFHCore-[1.7.10]3.0.2-262.jar
  194. * CoFHAPI|inventory (1.7.10R1.0.12) from CoFHCore-[1.7.10]3.0.2-262.jar
  195. * CoFHAPI|item (1.7.10R1.0.12) from CoFHCore-[1.7.10]3.0.2-262.jar
  196. * CoFHAPI|modhelpers (1.7.10R1.0.12) from CoFHCore-[1.7.10]3.0.2-262.jar
  197. * CoFHAPI|tileentity (1.7.10R1.0.12) from CoFHCore-[1.7.10]3.0.2-262.jar
  198. * CoFHAPI|transport (1.7.10R1.0.12) from CoFHCore-[1.7.10]3.0.2-262.jar
  199. * CoFHAPI|world (1.7.10R1.0.12) from CoFHCore-[1.7.10]3.0.2-262.jar
  200. * CoFHLib (1.7.10R1.0.1) from CoFHCore-[1.7.10]3.0.2-262.jar
  201. * CoFHLib|audio (1.7.10R1.0.1) from CoFHCore-[1.7.10]3.0.2-262.jar
  202. * CoFHLib|gui (1.7.10R1.0.1) from CoFHCore-[1.7.10]3.0.2-262.jar
  203. * CoFHLib|gui|container (1.7.10R1.0.1) from CoFHCore-[1.7.10]3.0.2-262.jar
  204. * CoFHLib|gui|element (1.7.10R1.0.1) from CoFHCore-[1.7.10]3.0.2-262.jar
  205. * CoFHLib|gui|element|listbox (1.7.10R1.0.1) from CoFHCore-[1.7.10]3.0.2-262.jar
  206. * CoFHLib|gui|slot (1.7.10R1.0.1) from CoFHCore-[1.7.10]3.0.2-262.jar
  207. * CoFHLib|inventory (1.7.10R1.0.1) from CoFHCore-[1.7.10]3.0.2-262.jar
  208. * CoFHLib|render (1.7.10R1.0.1) from CoFHCore-[1.7.10]3.0.2-262.jar
  209. * CoFHLib|render|particle (1.7.10R1.0.1) from CoFHCore-[1.7.10]3.0.2-262.jar
  210. * CoFHLib|util (1.7.10R1.0.1) from CoFHCore-[1.7.10]3.0.2-262.jar
  211. * CoFHLib|util|helpers (1.7.10R1.0.1) from CoFHCore-[1.7.10]3.0.2-262.jar
  212. * CoFHLib|util|position (1.7.10R1.0.1) from CoFHCore-[1.7.10]3.0.2-262.jar
  213. * CoFHLib|world (1.7.10R1.0.1) from CoFHCore-[1.7.10]3.0.2-262.jar
  214. * CoFHLib|world|feature (1.7.10R1.0.1) from CoFHCore-[1.7.10]3.0.2-262.jar
  215. * ForestryAPI|apiculture (2.6.0) from forestry_1.7.10-3.5.6.15.jar
  216. * ForestryAPI|arboriculture (2.3.0) from forestry_1.7.10-3.5.6.15.jar
  217. * ForestryAPI|circuits (1.1.0) from forestry_1.7.10-3.5.6.15.jar
  218. * ForestryAPI|core (2.6.1) from forestry_1.7.10-3.5.6.15.jar
  219. * ForestryAPI|farming (1.1.0) from forestry_1.7.10-3.5.6.15.jar
  220. * ForestryAPI|food (1.1.0) from forestry_1.7.10-3.5.6.15.jar
  221. * ForestryAPI|fuels (2.0.1) from forestry_1.7.10-3.5.6.15.jar
  222. * ForestryAPI|genetics (2.7.0) from forestry_1.7.10-3.5.6.15.jar
  223. * ForestryAPI|hives (4.0.0) from forestry_1.7.10-3.5.6.15.jar
  224. * ForestryAPI|lepidopterology (1.1) from forestry_1.7.10-3.5.6.15.jar
  225. * ForestryAPI|mail (3.0.0) from forestry_1.7.10-3.5.6.15.jar
  226. * ForestryAPI|recipes (2.1.0) from forestry_1.7.10-3.5.6.15.jar
  227. * ForestryAPI|storage (2.3.0) from forestry_1.7.10-3.5.6.15.jar
  228. * ForestryAPI|world (1.1.0) from forestry_1.7.10-3.5.6.15.jar
  229. * gendustryAPI (1.4.11.89) from gendustry-1.4.11.89-mc1.7.10.jar
  230. * IC2API (1.0) from Railcraft_1.7.10-9.6.1.0.jar
  231. * MekanismAPI|core (8.0.0) from Mekanism-1.7.10-8.1.3.231.jar
  232. * MekanismAPI|energy (8.0.0) from Mekanism-1.7.10-8.1.3.231.jar
  233. * MekanismAPI|gas (8.0.0) from Mekanism-1.7.10-8.1.3.231.jar
  234. * MekanismAPI|infuse (8.0.0) from Mekanism-1.7.10-8.1.3.231.jar
  235. * MekanismAPI|laser (8.0.0) from Mekanism-1.7.10-8.1.3.231.jar
  236. * MekanismAPI|reactor (8.0.0) from Mekanism-1.7.10-8.1.3.231.jar
  237. * MekanismAPI|recipe (8.0.0) from Mekanism-1.7.10-8.1.3.231.jar
  238. * MekanismAPI|transmitter (8.0.0) from Mekanism-1.7.10-8.1.3.231.jar
  239. * MekanismAPI|util (8.0.0) from Mekanism-1.7.10-8.1.3.231.jar
  240. * RailcraftAPI|bore (1.0.0) from Railcraft_1.7.10-9.6.1.0.jar
  241. * RailcraftAPI|carts (1.3.1) from Railcraft_1.7.10-9.6.1.0.jar
  242. * RailcraftAPI|core (1.3.0) from Railcraft_1.7.10-9.6.1.0.jar
  243. * RailcraftAPI|crafting (1.0.0) from Railcraft_1.7.10-9.6.1.0.jar
  244. * RailcraftAPI|electricity (1.6.0) from Railcraft_1.7.10-9.6.1.0.jar
  245. * RailcraftAPI|events (1.0.0) from Railcraft_1.7.10-9.6.1.0.jar
  246. * RailcraftAPI|fuel (1.0.0) from Railcraft_1.7.10-9.6.1.0.jar
  247. * RailcraftAPI|helpers (1.1.0) from Railcraft_1.7.10-9.6.1.0.jar
  248. * RailcraftAPI|items (1.0.0) from Railcraft_1.7.10-9.6.1.0.jar
  249. * RailcraftAPI|locomotive (1.0.1) from Railcraft_1.7.10-9.6.1.0.jar
  250. * RailcraftAPI|signals (1.3.0) from Railcraft_1.7.10-9.6.1.0.jar
  251. * RailcraftAPI|tracks (2.0.0) from Railcraft_1.7.10-9.6.1.0.jar
  252. * Thaumcraft|API (4.2.2.0) from Railcraft_1.7.10-9.6.1.0.jar
  253. * WailaAPI (1.2) from Waila-1.5.10_1.7.10.jar
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement