Advertisement
Guest User

Fml Log

a guest
Feb 14th, 2015
376
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 91.15 KB | None | 0 0
  1. [12:57:38] [Server thread/WARN] [OpenMods]: Something went terribly wrong while adding internal adapter 'class openperipheral.integration.ic2.AdapterReactor'. It will be disabled
  2. java.lang.NoClassDefFoundError: ic2/api/reactor/IReactor
  3. at openperipheral.integration.ic2.AdapterReactor.getTargetClass(AdapterReactor.java:11) ~[AdapterReactor.class:?]
  4. at openperipheral.adapter.peripheral.PeripheralExternalAdapterWrapper.<init>(PeripheralExternalAdapterWrapper.java:42) ~[PeripheralExternalAdapterWrapper.class:?]
  5. at openperipheral.adapter.AdapterManager$4.wrapExternalAdapter(AdapterManager.java:73) ~[AdapterManager$4.class:?]
  6. at openperipheral.adapter.AdapterManager.addAdapter(AdapterManager.java:123) [AdapterManager.class:?]
  7. at openperipheral.adapter.AdapterManager.addPeripheralAdapter(AdapterManager.java:97) [AdapterManager.class:?]
  8. at openperipheral.adapter.AdapterRegistryWrapper.register(AdapterRegistryWrapper.java:13) [AdapterRegistryWrapper.class:?]
  9. at openperipheral.integration.ic2.ModuleIC2Api.load(ModuleIC2Api.java:18) [ModuleIC2Api.class:?]
  10. at openmods.integration.Integration.loadModules(Integration.java:29) [Integration.class:?]
  11. at openmods.OpenMods.postInit(OpenMods.java:84) [OpenMods.class:?]
  12. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_25]
  13. at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_25]
  14. at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_25]
  15. at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.8.0_25]
  16. at cpw.mods.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:513) [FMLModContainer.class:?]
  17. at sun.reflect.GeneratedMethodAccessor4.invoke(Unknown Source) ~[?:?]
  18. at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_25]
  19. at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.8.0_25]
  20. at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74) [minecraft_server.1.7.10.jar:?]
  21. at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47) [minecraft_server.1.7.10.jar:?]
  22. at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322) [minecraft_server.1.7.10.jar:?]
  23. at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304) [minecraft_server.1.7.10.jar:?]
  24. at com.google.common.eventbus.EventBus.post(EventBus.java:275) [minecraft_server.1.7.10.jar:?]
  25. at cpw.mods.fml.common.LoadController.sendEventToModContainer(LoadController.java:208) [LoadController.class:?]
  26. at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:187) [LoadController.class:?]
  27. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_25]
  28. at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_25]
  29. at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_25]
  30. at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.8.0_25]
  31. at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74) [minecraft_server.1.7.10.jar:?]
  32. at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47) [minecraft_server.1.7.10.jar:?]
  33. at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322) [minecraft_server.1.7.10.jar:?]
  34. at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304) [minecraft_server.1.7.10.jar:?]
  35. at com.google.common.eventbus.EventBus.post(EventBus.java:275) [minecraft_server.1.7.10.jar:?]
  36. at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:118) [LoadController.class:?]
  37. at cpw.mods.fml.common.Loader.initializeMods(Loader.java:694) [Loader.class:?]
  38. at cpw.mods.fml.server.FMLServerHandler.finishServerLoading(FMLServerHandler.java:97) [FMLServerHandler.class:?]
  39. at cpw.mods.fml.common.FMLCommonHandler.onServerStarted(FMLCommonHandler.java:319) [FMLCommonHandler.class:?]
  40. at net.minecraft.server.dedicated.DedicatedServer.func_71197_b(DedicatedServer.java:210) [lt.class:?]
  41. at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:387) [MinecraftServer.class:?]
  42. at net.minecraft.server.MinecraftServer$2.run(MinecraftServer.java:685) [li.class:?]
  43. Caused by: java.lang.ClassNotFoundException: ic2.api.reactor.IReactor
  44. at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:191) ~[launchwrapper-1.11.jar:?]
  45. at java.lang.ClassLoader.loadClass(Unknown Source) ~[?:1.8.0_25]
  46. at java.lang.ClassLoader.loadClass(Unknown Source) ~[?:1.8.0_25]
  47. ... 40 more
  48. Caused by: java.lang.NullPointerException
  49. [12:57:38] [Server thread/WARN] [OpenMods]: Something went terribly wrong while adding internal adapter 'class openperipheral.integration.ic2.AdapterReactorChamber'. It will be disabled
  50. java.lang.NoClassDefFoundError: ic2/api/reactor/IReactorChamber
  51. at openperipheral.integration.ic2.AdapterReactorChamber.getTargetClass(AdapterReactorChamber.java:14) ~[AdapterReactorChamber.class:?]
  52. at openperipheral.adapter.peripheral.PeripheralExternalAdapterWrapper.<init>(PeripheralExternalAdapterWrapper.java:42) ~[PeripheralExternalAdapterWrapper.class:?]
  53. at openperipheral.adapter.AdapterManager$4.wrapExternalAdapter(AdapterManager.java:73) ~[AdapterManager$4.class:?]
  54. at openperipheral.adapter.AdapterManager.addAdapter(AdapterManager.java:123) [AdapterManager.class:?]
  55. at openperipheral.adapter.AdapterManager.addPeripheralAdapter(AdapterManager.java:97) [AdapterManager.class:?]
  56. at openperipheral.adapter.AdapterRegistryWrapper.register(AdapterRegistryWrapper.java:13) [AdapterRegistryWrapper.class:?]
  57. at openperipheral.integration.ic2.ModuleIC2Api.load(ModuleIC2Api.java:19) [ModuleIC2Api.class:?]
  58. at openmods.integration.Integration.loadModules(Integration.java:29) [Integration.class:?]
  59. at openmods.OpenMods.postInit(OpenMods.java:84) [OpenMods.class:?]
  60. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_25]
  61. at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_25]
  62. at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_25]
  63. at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.8.0_25]
  64. at cpw.mods.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:513) [FMLModContainer.class:?]
  65. at sun.reflect.GeneratedMethodAccessor4.invoke(Unknown Source) ~[?:?]
  66. at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_25]
  67. at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.8.0_25]
  68. at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74) [minecraft_server.1.7.10.jar:?]
  69. at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47) [minecraft_server.1.7.10.jar:?]
  70. at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322) [minecraft_server.1.7.10.jar:?]
  71. at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304) [minecraft_server.1.7.10.jar:?]
  72. at com.google.common.eventbus.EventBus.post(EventBus.java:275) [minecraft_server.1.7.10.jar:?]
  73. at cpw.mods.fml.common.LoadController.sendEventToModContainer(LoadController.java:208) [LoadController.class:?]
  74. at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:187) [LoadController.class:?]
  75. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_25]
  76. at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_25]
  77. at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_25]
  78. at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.8.0_25]
  79. at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74) [minecraft_server.1.7.10.jar:?]
  80. at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47) [minecraft_server.1.7.10.jar:?]
  81. at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322) [minecraft_server.1.7.10.jar:?]
  82. at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304) [minecraft_server.1.7.10.jar:?]
  83. at com.google.common.eventbus.EventBus.post(EventBus.java:275) [minecraft_server.1.7.10.jar:?]
  84. at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:118) [LoadController.class:?]
  85. at cpw.mods.fml.common.Loader.initializeMods(Loader.java:694) [Loader.class:?]
  86. at cpw.mods.fml.server.FMLServerHandler.finishServerLoading(FMLServerHandler.java:97) [FMLServerHandler.class:?]
  87. at cpw.mods.fml.common.FMLCommonHandler.onServerStarted(FMLCommonHandler.java:319) [FMLCommonHandler.class:?]
  88. at net.minecraft.server.dedicated.DedicatedServer.func_71197_b(DedicatedServer.java:210) [lt.class:?]
  89. at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:387) [MinecraftServer.class:?]
  90. at net.minecraft.server.MinecraftServer$2.run(MinecraftServer.java:685) [li.class:?]
  91. Caused by: java.lang.ClassNotFoundException: ic2.api.reactor.IReactorChamber
  92. at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:191) ~[launchwrapper-1.11.jar:?]
  93. at java.lang.ClassLoader.loadClass(Unknown Source) ~[?:1.8.0_25]
  94. at java.lang.ClassLoader.loadClass(Unknown Source) ~[?:1.8.0_25]
  95. ... 40 more
  96. Caused by: java.lang.NullPointerException
  97. [12:57:38] [Server thread/WARN] [OpenMods]: Something went terribly wrong while adding internal adapter 'class openperipheral.integration.ic2.AdapterEnergyConductor'. It will be disabled
  98. java.lang.NoClassDefFoundError: ic2/api/energy/tile/IEnergyConductor
  99. at openperipheral.integration.ic2.AdapterEnergyConductor.getTargetClass(AdapterEnergyConductor.java:11) ~[AdapterEnergyConductor.class:?]
  100. at openperipheral.adapter.peripheral.PeripheralExternalAdapterWrapper.<init>(PeripheralExternalAdapterWrapper.java:42) ~[PeripheralExternalAdapterWrapper.class:?]
  101. at openperipheral.adapter.AdapterManager$4.wrapExternalAdapter(AdapterManager.java:73) ~[AdapterManager$4.class:?]
  102. at openperipheral.adapter.AdapterManager.addAdapter(AdapterManager.java:123) [AdapterManager.class:?]
  103. at openperipheral.adapter.AdapterManager.addPeripheralAdapter(AdapterManager.java:97) [AdapterManager.class:?]
  104. at openperipheral.adapter.AdapterRegistryWrapper.register(AdapterRegistryWrapper.java:13) [AdapterRegistryWrapper.class:?]
  105. at openperipheral.integration.ic2.ModuleIC2Api.load(ModuleIC2Api.java:20) [ModuleIC2Api.class:?]
  106. at openmods.integration.Integration.loadModules(Integration.java:29) [Integration.class:?]
  107. at openmods.OpenMods.postInit(OpenMods.java:84) [OpenMods.class:?]
  108. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_25]
  109. at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_25]
  110. at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_25]
  111. at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.8.0_25]
  112. at cpw.mods.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:513) [FMLModContainer.class:?]
  113. at sun.reflect.GeneratedMethodAccessor4.invoke(Unknown Source) ~[?:?]
  114. at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_25]
  115. at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.8.0_25]
  116. at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74) [minecraft_server.1.7.10.jar:?]
  117. at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47) [minecraft_server.1.7.10.jar:?]
  118. at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322) [minecraft_server.1.7.10.jar:?]
  119. at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304) [minecraft_server.1.7.10.jar:?]
  120. at com.google.common.eventbus.EventBus.post(EventBus.java:275) [minecraft_server.1.7.10.jar:?]
  121. at cpw.mods.fml.common.LoadController.sendEventToModContainer(LoadController.java:208) [LoadController.class:?]
  122. at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:187) [LoadController.class:?]
  123. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_25]
  124. at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_25]
  125. at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_25]
  126. at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.8.0_25]
  127. at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74) [minecraft_server.1.7.10.jar:?]
  128. at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47) [minecraft_server.1.7.10.jar:?]
  129. at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322) [minecraft_server.1.7.10.jar:?]
  130. at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304) [minecraft_server.1.7.10.jar:?]
  131. at com.google.common.eventbus.EventBus.post(EventBus.java:275) [minecraft_server.1.7.10.jar:?]
  132. at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:118) [LoadController.class:?]
  133. at cpw.mods.fml.common.Loader.initializeMods(Loader.java:694) [Loader.class:?]
  134. at cpw.mods.fml.server.FMLServerHandler.finishServerLoading(FMLServerHandler.java:97) [FMLServerHandler.class:?]
  135. at cpw.mods.fml.common.FMLCommonHandler.onServerStarted(FMLCommonHandler.java:319) [FMLCommonHandler.class:?]
  136. at net.minecraft.server.dedicated.DedicatedServer.func_71197_b(DedicatedServer.java:210) [lt.class:?]
  137. at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:387) [MinecraftServer.class:?]
  138. at net.minecraft.server.MinecraftServer$2.run(MinecraftServer.java:685) [li.class:?]
  139. Caused by: java.lang.ClassNotFoundException: ic2.api.energy.tile.IEnergyConductor
  140. at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:191) ~[launchwrapper-1.11.jar:?]
  141. at java.lang.ClassLoader.loadClass(Unknown Source) ~[?:1.8.0_25]
  142. at java.lang.ClassLoader.loadClass(Unknown Source) ~[?:1.8.0_25]
  143. ... 40 more
  144. Caused by: java.lang.NullPointerException
  145. [12:57:38] [Server thread/WARN] [OpenMods]: Something went terribly wrong while adding internal adapter 'class openperipheral.integration.ic2.AdapterEnergySource'. It will be disabled
  146. java.lang.NoClassDefFoundError: ic2/api/energy/tile/IEnergySource
  147. at openperipheral.integration.ic2.AdapterEnergySource.getTargetClass(AdapterEnergySource.java:11) ~[AdapterEnergySource.class:?]
  148. at openperipheral.adapter.peripheral.PeripheralExternalAdapterWrapper.<init>(PeripheralExternalAdapterWrapper.java:42) ~[PeripheralExternalAdapterWrapper.class:?]
  149. at openperipheral.adapter.AdapterManager$4.wrapExternalAdapter(AdapterManager.java:73) ~[AdapterManager$4.class:?]
  150. at openperipheral.adapter.AdapterManager.addAdapter(AdapterManager.java:123) [AdapterManager.class:?]
  151. at openperipheral.adapter.AdapterManager.addPeripheralAdapter(AdapterManager.java:97) [AdapterManager.class:?]
  152. at openperipheral.adapter.AdapterRegistryWrapper.register(AdapterRegistryWrapper.java:13) [AdapterRegistryWrapper.class:?]
  153. at openperipheral.integration.ic2.ModuleIC2Api.load(ModuleIC2Api.java:22) [ModuleIC2Api.class:?]
  154. at openmods.integration.Integration.loadModules(Integration.java:29) [Integration.class:?]
  155. at openmods.OpenMods.postInit(OpenMods.java:84) [OpenMods.class:?]
  156. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_25]
  157. at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_25]
  158. at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_25]
  159. at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.8.0_25]
  160. at cpw.mods.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:513) [FMLModContainer.class:?]
  161. at sun.reflect.GeneratedMethodAccessor4.invoke(Unknown Source) ~[?:?]
  162. at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_25]
  163. at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.8.0_25]
  164. at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74) [minecraft_server.1.7.10.jar:?]
  165. at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47) [minecraft_server.1.7.10.jar:?]
  166. at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322) [minecraft_server.1.7.10.jar:?]
  167. at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304) [minecraft_server.1.7.10.jar:?]
  168. at com.google.common.eventbus.EventBus.post(EventBus.java:275) [minecraft_server.1.7.10.jar:?]
  169. at cpw.mods.fml.common.LoadController.sendEventToModContainer(LoadController.java:208) [LoadController.class:?]
  170. at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:187) [LoadController.class:?]
  171. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_25]
  172. at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_25]
  173. at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_25]
  174. at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.8.0_25]
  175. at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74) [minecraft_server.1.7.10.jar:?]
  176. at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47) [minecraft_server.1.7.10.jar:?]
  177. at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322) [minecraft_server.1.7.10.jar:?]
  178. at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304) [minecraft_server.1.7.10.jar:?]
  179. at com.google.common.eventbus.EventBus.post(EventBus.java:275) [minecraft_server.1.7.10.jar:?]
  180. at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:118) [LoadController.class:?]
  181. at cpw.mods.fml.common.Loader.initializeMods(Loader.java:694) [Loader.class:?]
  182. at cpw.mods.fml.server.FMLServerHandler.finishServerLoading(FMLServerHandler.java:97) [FMLServerHandler.class:?]
  183. at cpw.mods.fml.common.FMLCommonHandler.onServerStarted(FMLCommonHandler.java:319) [FMLCommonHandler.class:?]
  184. at net.minecraft.server.dedicated.DedicatedServer.func_71197_b(DedicatedServer.java:210) [lt.class:?]
  185. at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:387) [MinecraftServer.class:?]
  186. at net.minecraft.server.MinecraftServer$2.run(MinecraftServer.java:685) [li.class:?]
  187. Caused by: java.lang.ClassNotFoundException: ic2.api.energy.tile.IEnergySource
  188. at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:191) ~[launchwrapper-1.11.jar:?]
  189. at java.lang.ClassLoader.loadClass(Unknown Source) ~[?:1.8.0_25]
  190. at java.lang.ClassLoader.loadClass(Unknown Source) ~[?:1.8.0_25]
  191. ... 40 more
  192. Caused by: java.lang.NullPointerException
  193. [12:57:38] [Server thread/WARN] [OpenMods]: Something went terribly wrong while adding internal adapter 'class openperipheral.integration.ic2.AdapterEnergyStorage'. It will be disabled
  194. java.lang.NoClassDefFoundError: ic2/api/tile/IEnergyStorage
  195. at openperipheral.integration.ic2.AdapterEnergyStorage.getTargetClass(AdapterEnergyStorage.java:11) ~[AdapterEnergyStorage.class:?]
  196. at openperipheral.adapter.peripheral.PeripheralExternalAdapterWrapper.<init>(PeripheralExternalAdapterWrapper.java:42) ~[PeripheralExternalAdapterWrapper.class:?]
  197. at openperipheral.adapter.AdapterManager$4.wrapExternalAdapter(AdapterManager.java:73) ~[AdapterManager$4.class:?]
  198. at openperipheral.adapter.AdapterManager.addAdapter(AdapterManager.java:123) [AdapterManager.class:?]
  199. at openperipheral.adapter.AdapterManager.addPeripheralAdapter(AdapterManager.java:97) [AdapterManager.class:?]
  200. at openperipheral.adapter.AdapterRegistryWrapper.register(AdapterRegistryWrapper.java:13) [AdapterRegistryWrapper.class:?]
  201. at openperipheral.integration.ic2.ModuleIC2Api.load(ModuleIC2Api.java:23) [ModuleIC2Api.class:?]
  202. at openmods.integration.Integration.loadModules(Integration.java:29) [Integration.class:?]
  203. at openmods.OpenMods.postInit(OpenMods.java:84) [OpenMods.class:?]
  204. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_25]
  205. at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_25]
  206. at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_25]
  207. at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.8.0_25]
  208. at cpw.mods.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:513) [FMLModContainer.class:?]
  209. at sun.reflect.GeneratedMethodAccessor4.invoke(Unknown Source) ~[?:?]
  210. at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_25]
  211. at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.8.0_25]
  212. at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74) [minecraft_server.1.7.10.jar:?]
  213. at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47) [minecraft_server.1.7.10.jar:?]
  214. at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322) [minecraft_server.1.7.10.jar:?]
  215. at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304) [minecraft_server.1.7.10.jar:?]
  216. at com.google.common.eventbus.EventBus.post(EventBus.java:275) [minecraft_server.1.7.10.jar:?]
  217. at cpw.mods.fml.common.LoadController.sendEventToModContainer(LoadController.java:208) [LoadController.class:?]
  218. at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:187) [LoadController.class:?]
  219. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_25]
  220. at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_25]
  221. at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_25]
  222. at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.8.0_25]
  223. at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74) [minecraft_server.1.7.10.jar:?]
  224. at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47) [minecraft_server.1.7.10.jar:?]
  225. at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322) [minecraft_server.1.7.10.jar:?]
  226. at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304) [minecraft_server.1.7.10.jar:?]
  227. at com.google.common.eventbus.EventBus.post(EventBus.java:275) [minecraft_server.1.7.10.jar:?]
  228. at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:118) [LoadController.class:?]
  229. at cpw.mods.fml.common.Loader.initializeMods(Loader.java:694) [Loader.class:?]
  230. at cpw.mods.fml.server.FMLServerHandler.finishServerLoading(FMLServerHandler.java:97) [FMLServerHandler.class:?]
  231. at cpw.mods.fml.common.FMLCommonHandler.onServerStarted(FMLCommonHandler.java:319) [FMLCommonHandler.class:?]
  232. at net.minecraft.server.dedicated.DedicatedServer.func_71197_b(DedicatedServer.java:210) [lt.class:?]
  233. at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:387) [MinecraftServer.class:?]
  234. at net.minecraft.server.MinecraftServer$2.run(MinecraftServer.java:685) [li.class:?]
  235. Caused by: java.lang.ClassNotFoundException: ic2.api.tile.IEnergyStorage
  236. at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:191) ~[launchwrapper-1.11.jar:?]
  237. at java.lang.ClassLoader.loadClass(Unknown Source) ~[?:1.8.0_25]
  238. at java.lang.ClassLoader.loadClass(Unknown Source) ~[?:1.8.0_25]
  239. ... 40 more
  240. Caused by: java.lang.NullPointerException
  241. [12:57:38] [Server thread/WARN] [OpenMods]: Something went terribly wrong while adding internal adapter 'class openperipheral.integration.ic2.AdapterCrop'. It will be disabled
  242. java.lang.NoClassDefFoundError: ic2/api/crops/ICropTile
  243. at openperipheral.integration.ic2.AdapterCrop.getTargetClass(AdapterCrop.java:12) ~[AdapterCrop.class:?]
  244. at openperipheral.adapter.peripheral.PeripheralExternalAdapterWrapper.<init>(PeripheralExternalAdapterWrapper.java:42) ~[PeripheralExternalAdapterWrapper.class:?]
  245. at openperipheral.adapter.AdapterManager$4.wrapExternalAdapter(AdapterManager.java:73) ~[AdapterManager$4.class:?]
  246. at openperipheral.adapter.AdapterManager.addAdapter(AdapterManager.java:123) [AdapterManager.class:?]
  247. at openperipheral.adapter.AdapterManager.addPeripheralAdapter(AdapterManager.java:97) [AdapterManager.class:?]
  248. at openperipheral.adapter.AdapterRegistryWrapper.register(AdapterRegistryWrapper.java:13) [AdapterRegistryWrapper.class:?]
  249. at openperipheral.integration.ic2.ModuleIC2Api.load(ModuleIC2Api.java:24) [ModuleIC2Api.class:?]
  250. at openmods.integration.Integration.loadModules(Integration.java:29) [Integration.class:?]
  251. at openmods.OpenMods.postInit(OpenMods.java:84) [OpenMods.class:?]
  252. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_25]
  253. at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_25]
  254. at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_25]
  255. at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.8.0_25]
  256. at cpw.mods.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:513) [FMLModContainer.class:?]
  257. at sun.reflect.GeneratedMethodAccessor4.invoke(Unknown Source) ~[?:?]
  258. at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_25]
  259. at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.8.0_25]
  260. at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74) [minecraft_server.1.7.10.jar:?]
  261. at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47) [minecraft_server.1.7.10.jar:?]
  262. at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322) [minecraft_server.1.7.10.jar:?]
  263. at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304) [minecraft_server.1.7.10.jar:?]
  264. at com.google.common.eventbus.EventBus.post(EventBus.java:275) [minecraft_server.1.7.10.jar:?]
  265. at cpw.mods.fml.common.LoadController.sendEventToModContainer(LoadController.java:208) [LoadController.class:?]
  266. at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:187) [LoadController.class:?]
  267. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_25]
  268. at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_25]
  269. at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_25]
  270. at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.8.0_25]
  271. at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74) [minecraft_server.1.7.10.jar:?]
  272. at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47) [minecraft_server.1.7.10.jar:?]
  273. at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322) [minecraft_server.1.7.10.jar:?]
  274. at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304) [minecraft_server.1.7.10.jar:?]
  275. at com.google.common.eventbus.EventBus.post(EventBus.java:275) [minecraft_server.1.7.10.jar:?]
  276. at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:118) [LoadController.class:?]
  277. at cpw.mods.fml.common.Loader.initializeMods(Loader.java:694) [Loader.class:?]
  278. at cpw.mods.fml.server.FMLServerHandler.finishServerLoading(FMLServerHandler.java:97) [FMLServerHandler.class:?]
  279. at cpw.mods.fml.common.FMLCommonHandler.onServerStarted(FMLCommonHandler.java:319) [FMLCommonHandler.class:?]
  280. at net.minecraft.server.dedicated.DedicatedServer.func_71197_b(DedicatedServer.java:210) [lt.class:?]
  281. at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:387) [MinecraftServer.class:?]
  282. at net.minecraft.server.MinecraftServer$2.run(MinecraftServer.java:685) [li.class:?]
  283. Caused by: java.lang.ClassNotFoundException: ic2.api.crops.ICropTile
  284. at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:191) ~[launchwrapper-1.11.jar:?]
  285. at java.lang.ClassLoader.loadClass(Unknown Source) ~[?:1.8.0_25]
  286. at java.lang.ClassLoader.loadClass(Unknown Source) ~[?:1.8.0_25]
  287. ... 40 more
  288. Caused by: java.lang.NullPointerException
  289. [12:57:38] [Server thread/WARN] [OpenMods]: Something went terribly wrong while adding internal adapter 'class openperipheral.integration.ic2.AdapterKineticSource'. It will be disabled
  290. java.lang.NoClassDefFoundError: ic2/api/energy/tile/IKineticSource
  291. at openperipheral.integration.ic2.AdapterKineticSource.getTargetClass(AdapterKineticSource.java:11) ~[AdapterKineticSource.class:?]
  292. at openperipheral.adapter.peripheral.PeripheralExternalAdapterWrapper.<init>(PeripheralExternalAdapterWrapper.java:42) ~[PeripheralExternalAdapterWrapper.class:?]
  293. at openperipheral.adapter.AdapterManager$4.wrapExternalAdapter(AdapterManager.java:73) ~[AdapterManager$4.class:?]
  294. at openperipheral.adapter.AdapterManager.addAdapter(AdapterManager.java:123) [AdapterManager.class:?]
  295. at openperipheral.adapter.AdapterManager.addPeripheralAdapter(AdapterManager.java:97) [AdapterManager.class:?]
  296. at openperipheral.adapter.AdapterRegistryWrapper.register(AdapterRegistryWrapper.java:13) [AdapterRegistryWrapper.class:?]
  297. at openperipheral.integration.ic2.ModuleIC2Api.load(ModuleIC2Api.java:25) [ModuleIC2Api.class:?]
  298. at openmods.integration.Integration.loadModules(Integration.java:29) [Integration.class:?]
  299. at openmods.OpenMods.postInit(OpenMods.java:84) [OpenMods.class:?]
  300. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_25]
  301. at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_25]
  302. at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_25]
  303. at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.8.0_25]
  304. at cpw.mods.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:513) [FMLModContainer.class:?]
  305. at sun.reflect.GeneratedMethodAccessor4.invoke(Unknown Source) ~[?:?]
  306. at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_25]
  307. at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.8.0_25]
  308. at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74) [minecraft_server.1.7.10.jar:?]
  309. at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47) [minecraft_server.1.7.10.jar:?]
  310. at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322) [minecraft_server.1.7.10.jar:?]
  311. at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304) [minecraft_server.1.7.10.jar:?]
  312. at com.google.common.eventbus.EventBus.post(EventBus.java:275) [minecraft_server.1.7.10.jar:?]
  313. at cpw.mods.fml.common.LoadController.sendEventToModContainer(LoadController.java:208) [LoadController.class:?]
  314. at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:187) [LoadController.class:?]
  315. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_25]
  316. at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_25]
  317. at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_25]
  318. at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.8.0_25]
  319. at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74) [minecraft_server.1.7.10.jar:?]
  320. at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47) [minecraft_server.1.7.10.jar:?]
  321. at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322) [minecraft_server.1.7.10.jar:?]
  322. at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304) [minecraft_server.1.7.10.jar:?]
  323. at com.google.common.eventbus.EventBus.post(EventBus.java:275) [minecraft_server.1.7.10.jar:?]
  324. at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:118) [LoadController.class:?]
  325. at cpw.mods.fml.common.Loader.initializeMods(Loader.java:694) [Loader.class:?]
  326. at cpw.mods.fml.server.FMLServerHandler.finishServerLoading(FMLServerHandler.java:97) [FMLServerHandler.class:?]
  327. at cpw.mods.fml.common.FMLCommonHandler.onServerStarted(FMLCommonHandler.java:319) [FMLCommonHandler.class:?]
  328. at net.minecraft.server.dedicated.DedicatedServer.func_71197_b(DedicatedServer.java:210) [lt.class:?]
  329. at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:387) [MinecraftServer.class:?]
  330. at net.minecraft.server.MinecraftServer$2.run(MinecraftServer.java:685) [li.class:?]
  331. Caused by: java.lang.ClassNotFoundException: ic2.api.energy.tile.IKineticSource
  332. at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:191) ~[launchwrapper-1.11.jar:?]
  333. at java.lang.ClassLoader.loadClass(Unknown Source) ~[?:1.8.0_25]
  334. at java.lang.ClassLoader.loadClass(Unknown Source) ~[?:1.8.0_25]
  335. ... 40 more
  336. Caused by: java.lang.NullPointerException
  337. [12:57:38] [Server thread/WARN] [OpenMods]: Something went terribly wrong while adding internal adapter 'class openperipheral.integration.ic2.AdapterHeatSource'. It will be disabled
  338. java.lang.NoClassDefFoundError: ic2/api/energy/tile/IHeatSource
  339. at openperipheral.integration.ic2.AdapterHeatSource.getTargetClass(AdapterHeatSource.java:11) ~[AdapterHeatSource.class:?]
  340. at openperipheral.adapter.peripheral.PeripheralExternalAdapterWrapper.<init>(PeripheralExternalAdapterWrapper.java:42) ~[PeripheralExternalAdapterWrapper.class:?]
  341. at openperipheral.adapter.AdapterManager$4.wrapExternalAdapter(AdapterManager.java:73) ~[AdapterManager$4.class:?]
  342. at openperipheral.adapter.AdapterManager.addAdapter(AdapterManager.java:123) [AdapterManager.class:?]
  343. at openperipheral.adapter.AdapterManager.addPeripheralAdapter(AdapterManager.java:97) [AdapterManager.class:?]
  344. at openperipheral.adapter.AdapterRegistryWrapper.register(AdapterRegistryWrapper.java:13) [AdapterRegistryWrapper.class:?]
  345. at openperipheral.integration.ic2.ModuleIC2Api.load(ModuleIC2Api.java:26) [ModuleIC2Api.class:?]
  346. at openmods.integration.Integration.loadModules(Integration.java:29) [Integration.class:?]
  347. at openmods.OpenMods.postInit(OpenMods.java:84) [OpenMods.class:?]
  348. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_25]
  349. at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_25]
  350. at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_25]
  351. at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.8.0_25]
  352. at cpw.mods.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:513) [FMLModContainer.class:?]
  353. at sun.reflect.GeneratedMethodAccessor4.invoke(Unknown Source) ~[?:?]
  354. at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_25]
  355. at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.8.0_25]
  356. at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74) [minecraft_server.1.7.10.jar:?]
  357. at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47) [minecraft_server.1.7.10.jar:?]
  358. at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322) [minecraft_server.1.7.10.jar:?]
  359. at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304) [minecraft_server.1.7.10.jar:?]
  360. at com.google.common.eventbus.EventBus.post(EventBus.java:275) [minecraft_server.1.7.10.jar:?]
  361. at cpw.mods.fml.common.LoadController.sendEventToModContainer(LoadController.java:208) [LoadController.class:?]
  362. at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:187) [LoadController.class:?]
  363. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_25]
  364. at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_25]
  365. at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_25]
  366. at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.8.0_25]
  367. at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74) [minecraft_server.1.7.10.jar:?]
  368. at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47) [minecraft_server.1.7.10.jar:?]
  369. at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322) [minecraft_server.1.7.10.jar:?]
  370. at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304) [minecraft_server.1.7.10.jar:?]
  371. at com.google.common.eventbus.EventBus.post(EventBus.java:275) [minecraft_server.1.7.10.jar:?]
  372. at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:118) [LoadController.class:?]
  373. at cpw.mods.fml.common.Loader.initializeMods(Loader.java:694) [Loader.class:?]
  374. at cpw.mods.fml.server.FMLServerHandler.finishServerLoading(FMLServerHandler.java:97) [FMLServerHandler.class:?]
  375. at cpw.mods.fml.common.FMLCommonHandler.onServerStarted(FMLCommonHandler.java:319) [FMLCommonHandler.class:?]
  376. at net.minecraft.server.dedicated.DedicatedServer.func_71197_b(DedicatedServer.java:210) [lt.class:?]
  377. at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:387) [MinecraftServer.class:?]
  378. at net.minecraft.server.MinecraftServer$2.run(MinecraftServer.java:685) [li.class:?]
  379. Caused by: java.lang.ClassNotFoundException: ic2.api.energy.tile.IHeatSource
  380. at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:191) ~[launchwrapper-1.11.jar:?]
  381. at java.lang.ClassLoader.loadClass(Unknown Source) ~[?:1.8.0_25]
  382. at java.lang.ClassLoader.loadClass(Unknown Source) ~[?:1.8.0_25]
  383. ... 40 more
  384. Caused by: java.lang.NullPointerException
  385. [12:57:38] [Server thread/WARN] [OpenMods]: Can't load integration module 'IC2API (API) CC integration module'
  386. java.lang.TypeNotPresentException: Type ic2.api.item.IElectricItem not present
  387. at sun.reflect.generics.factory.CoreReflectionFactory.makeNamedType(Unknown Source) ~[?:1.8.0_25]
  388. at sun.reflect.generics.visitor.Reifier.visitClassTypeSignature(Unknown Source) ~[?:1.8.0_25]
  389. at sun.reflect.generics.tree.ClassTypeSignature.accept(Unknown Source) ~[?:1.8.0_25]
  390. at sun.reflect.generics.visitor.Reifier.reifyTypeArguments(Unknown Source) ~[?:1.8.0_25]
  391. at sun.reflect.generics.visitor.Reifier.visitClassTypeSignature(Unknown Source) ~[?:1.8.0_25]
  392. at sun.reflect.generics.tree.ClassTypeSignature.accept(Unknown Source) ~[?:1.8.0_25]
  393. at sun.reflect.generics.repository.ClassRepository.getSuperclass(Unknown Source) ~[?:1.8.0_25]
  394. at java.lang.Class.getGenericSuperclass(Unknown Source) ~[?:1.8.0_25]
  395. at com.google.common.reflect.TypeCapture.capture(TypeCapture.java:33) ~[minecraft_server.1.7.10.jar:?]
  396. at com.google.common.reflect.TypeToken.<init>(TypeToken.java:113) ~[minecraft_server.1.7.10.jar:?]
  397. at openperipheral.api.helpers.MetaProviderSimple.<init>(MetaProviderSimple.java:8) ~[MetaProviderSimple.class:?]
  398. at openperipheral.api.helpers.ItemStackMetaProviderSimple.<init>(ItemStackMetaProviderSimple.java:6) ~[ItemStackMetaProviderSimple.class:?]
  399. at openperipheral.integration.ic2.ElectricItemMetaProvider.<init>(ElectricItemMetaProvider.java:14) ~[ElectricItemMetaProvider.class:?]
  400. at openperipheral.integration.ic2.ModuleIC2Api.load(ModuleIC2Api.java:29) ~[ModuleIC2Api.class:?]
  401. at openmods.integration.Integration.loadModules(Integration.java:29) [Integration.class:?]
  402. at openmods.OpenMods.postInit(OpenMods.java:84) [OpenMods.class:?]
  403. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_25]
  404. at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_25]
  405. at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_25]
  406. at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.8.0_25]
  407. at cpw.mods.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:513) [FMLModContainer.class:?]
  408. at sun.reflect.GeneratedMethodAccessor4.invoke(Unknown Source) ~[?:?]
  409. at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_25]
  410. at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.8.0_25]
  411. at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74) [minecraft_server.1.7.10.jar:?]
  412. at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47) [minecraft_server.1.7.10.jar:?]
  413. at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322) [minecraft_server.1.7.10.jar:?]
  414. at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304) [minecraft_server.1.7.10.jar:?]
  415. at com.google.common.eventbus.EventBus.post(EventBus.java:275) [minecraft_server.1.7.10.jar:?]
  416. at cpw.mods.fml.common.LoadController.sendEventToModContainer(LoadController.java:208) [LoadController.class:?]
  417. at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:187) [LoadController.class:?]
  418. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_25]
  419. at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_25]
  420. at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_25]
  421. at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.8.0_25]
  422. at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74) [minecraft_server.1.7.10.jar:?]
  423. at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47) [minecraft_server.1.7.10.jar:?]
  424. at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322) [minecraft_server.1.7.10.jar:?]
  425. at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304) [minecraft_server.1.7.10.jar:?]
  426. at com.google.common.eventbus.EventBus.post(EventBus.java:275) [minecraft_server.1.7.10.jar:?]
  427. at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:118) [LoadController.class:?]
  428. at cpw.mods.fml.common.Loader.initializeMods(Loader.java:694) [Loader.class:?]
  429. at cpw.mods.fml.server.FMLServerHandler.finishServerLoading(FMLServerHandler.java:97) [FMLServerHandler.class:?]
  430. at cpw.mods.fml.common.FMLCommonHandler.onServerStarted(FMLCommonHandler.java:319) [FMLCommonHandler.class:?]
  431. at net.minecraft.server.dedicated.DedicatedServer.func_71197_b(DedicatedServer.java:210) [lt.class:?]
  432. at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:387) [MinecraftServer.class:?]
  433. at net.minecraft.server.MinecraftServer$2.run(MinecraftServer.java:685) [li.class:?]
  434. Caused by: java.lang.ClassNotFoundException: ic2.api.item.IElectricItem
  435. at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:191) ~[launchwrapper-1.11.jar:?]
  436. at java.lang.ClassLoader.loadClass(Unknown Source) ~[?:1.8.0_25]
  437. at java.lang.ClassLoader.loadClass(Unknown Source) ~[?:1.8.0_25]
  438. at java.lang.Class.forName0(Native Method) ~[?:1.8.0_25]
  439. at java.lang.Class.forName(Unknown Source) ~[?:1.8.0_25]
  440. ... 47 more
  441. Caused by: java.lang.NullPointerException
  442. [12:57:38] [Server thread/INFO] [OpenMods]: openmods.integration.Integration.loadModules(Integration.java:32): Condition no met for integration module 'Railcraft (mod) CC integration module', not loading
  443. [12:57:38] [Server thread/INFO] [OpenMods]: openmods.integration.Integration.loadModules(Integration.java:32): Condition no met for integration module 'RailcraftAPI|carts (API) CC integration module', not loading
  444. [12:57:38] [Server thread/INFO] [OpenMods]: openmods.integration.Integration.loadModules(Integration.java:32): Condition no met for integration module 'Thaumcraft (mod) CC integration module', not loading
  445. [12:57:38] [Server thread/INFO] [OpenMods]: openmods.integration.Integration.loadModules(Integration.java:32): Condition no met for integration module 'Thaumcraft|API (API) CC integration module', not loading
  446. [12:57:38] [Server thread/INFO] [OpenMods]: openmods.integration.Integration.loadModules(Integration.java:30): Loaded integration module 'ComputerCraft (mod) CC integration module'
  447. [12:57:38] [Server thread/INFO] [OpenMods]: openmods.integration.Integration.loadModules(Integration.java:30): Loaded integration module 'EnderStorage (mod) CC integration module'
  448. [12:57:38] [Server thread/INFO] [OpenMods]: openmods.integration.Integration.loadModules(Integration.java:32): Condition no met for integration module 'ForestryAPI|core (API) CC integration module', not loading
  449. [12:57:38] [Server thread/INFO] [OpenMods]: openmods.integration.Integration.loadModules(Integration.java:32): Condition no met for integration module 'Mystcraft (mod) CC integration module', not loading
  450. [12:57:38] [Server thread/INFO] [OpenMods]: openmods.integration.Integration.loadModules(Integration.java:32): Condition no met for integration module 'Thaumcraft (mod) CC integration module', not loading
  451. [12:57:38] [Server thread/INFO] [OpenMods]: openmods.integration.Integration.loadModules(Integration.java:32): Condition no met for integration module 'TMechworks (mod) CC integration module', not loading
  452. [12:57:38] [Server thread/INFO] [OpenMods]: openmods.integration.Integration.loadModules(Integration.java:32): Condition no met for integration module 'MineFactoryReloaded (mod) CC integration module', not loading
  453. [12:57:38] [Server thread/INFO] [OpenMods]: openmods.integration.Integration.loadModules(Integration.java:32): Condition no met for integration module 'BuildCraft pipes', not loading
  454. [12:57:39] [Server thread/INFO] [xreliquary]: Loaded successfully!
  455. [12:57:39] [Server thread/INFO] [xreliquary]: Hey NEI! I got a plugin for you! (hopefully in the near future).
  456. [12:57:39] [Server thread/INFO] [IguanaTweaksTConstruct]: Modifying TConstruct materials
  457. [12:57:39] [Server thread/INFO] [IguanaTweaksTConstruct]: Finished modifying TConstruct materials
  458. [12:57:39] [Server thread/INFO] [IguanaTweaksTConstruct]: Modifying HarvestLevel of blocks and items
  459. [12:57:39] [Server thread/INFO] [IguanaTweaksTConstruct]: Finished modifying HarvestLevel of blocks and items
  460. [12:57:39] [Server thread/INFO] [IguanaTweaksTConstruct]: Adding Diamond/Emerald Modifiers for Mining Levels
  461. [12:57:39] [Server thread/INFO] [IguanaTweaksTConstruct]: Removing Flint drops from Gravel
  462. [12:57:39] [Server thread/INFO] [IguanaTweaksTConstruct]: Adding shapeless Flint recipe from 3 Gravel
  463. [12:57:39] [Server thread/INFO] [IguanaTweaksTConstruct]: Register String binding
  464. [12:57:39] [Server thread/INFO] [IguanaTweaksTConstruct]: Registering reusable tool parts
  465. [12:57:39] [Server thread/INFO] [IguanaTweaksTConstruct]: Removing Obsidian alloy
  466. [12:57:39] [Server thread/INFO] [IguanaTweaksTConstruct]: Loading tool pattern combinations
  467. [12:57:39] [Server thread/INFO] [IguanaTweaksTConstruct]: Loading tool casting combinations
  468. [12:57:39] [Server thread/INFO] [IguanaTweaksTConstruct]: Applying Tool Part restrictions
  469. [12:57:39] [Server thread/INFO] [IguanaTweaksTConstruct]: Adapting and adding FMP saws
  470. [12:57:39] [Server thread/INFO] [IguanaTweaksTConstruct]: Changed Cutting Strength for item.microblock:sawStone from 1 to 0
  471. [12:57:39] [Server thread/INFO] [IguanaTweaksTConstruct]: Changed Cutting Strength for item.microblock:sawIron from 2 to 3
  472. [12:57:39] [Server thread/INFO] [IguanaTweaksTConstruct]: Changed Cutting Strength for item.microblock:sawDiamond from 3 to 5
  473. [12:57:39] [Server thread/INFO] [FML]: Unknown recipe class! jds.bibliocraft.BiblioSpecialRecipes Modder please refer to net.minecraftforge.oredict.RecipeSorter
  474. [12:57:39] [Server thread/INFO] [FML]: Unknown recipe class! appeng.recipes.game.DisassembleRecipe Modder please refer to net.minecraftforge.oredict.RecipeSorter
  475. [12:57:39] [Server thread/INFO] [FML]: Unknown recipe class! codechicken.enderstorage.common.EnderStorageRecipe Modder please refer to net.minecraftforge.oredict.RecipeSorter
  476. [12:57:39] [Server thread/INFO] [FML]: Unknown recipe class! tconstruct.library.crafting.ShapelessToolRecipe Modder please refer to net.minecraftforge.oredict.RecipeSorter
  477. [12:57:39] [Server thread/INFO] [FML]: Unknown recipe class! toast.utilityMobs.RecipeSavePermissions Modder please refer to net.minecraftforge.oredict.RecipeSorter
  478. [12:57:39] [Server thread/INFO] [FML]: Unknown recipe class! cofh.core.util.crafting.RecipeUpgradeOveride Modder please refer to net.minecraftforge.oredict.RecipeSorter
  479. [12:57:39] [Server thread/INFO] [FML]: Unknown recipe class! iguanaman.iguanatweakstconstruct.tweaks.PartCraftingRecipe Modder please refer to net.minecraftforge.oredict.RecipeSorter
  480. [12:57:39] [Server thread/INFO] [FML]: Unknown recipe class! iguanaman.iguanatweakstconstruct.tweaks.ToolCraftingRecipe Modder please refer to net.minecraftforge.oredict.RecipeSorter
  481. [12:57:39] [Server thread/INFO] [CoFHWorld]: Reading world generation info from: C:\Users\Ridge\Desktop\Servers\SkyFactory_223\config\cofh\world\ThermalExpansion-Ores.json:
  482. [12:57:39] [Server thread/INFO] [ThermalFoundation]: [Whitelist] Reading established Whitelist from file.
  483. [12:57:40] [Server thread/INFO] [ThermalExpansion]: Load Complete.
  484. [12:57:40] [Server thread/INFO] [FML]: Forge Mod Loader has successfully loaded 101 mods
  485. [12:57:40] [Server thread/INFO] [net.minecraft.server.dedicated.DedicatedServer]: Preparing level "world"
  486. [12:57:40] [Server thread/ERROR] [net.minecraft.world.storage.SaveFormatOld]: Exception reading .\world\level.dat
  487. java.util.zip.ZipException: Not in GZIP format
  488. at java.util.zip.GZIPInputStream.readHeader(Unknown Source) ~[?:1.8.0_25]
  489. at java.util.zip.GZIPInputStream.<init>(Unknown Source) ~[?:1.8.0_25]
  490. at java.util.zip.GZIPInputStream.<init>(Unknown Source) ~[?:1.8.0_25]
  491. at net.minecraft.nbt.CompressedStreamTools.func_74796_a(CompressedStreamTools.java:29) ~[du.class:?]
  492. at net.minecraft.world.storage.SaveFormatOld.func_75803_c(SourceFile:56) [ayr.class:?]
  493. at net.minecraft.world.chunk.storage.AnvilSaveConverter.func_75801_b(SourceFile:88) [ayn.class:?]
  494. at net.minecraft.server.MinecraftServer.func_71237_c(MinecraftServer.java:158) [MinecraftServer.class:?]
  495. at net.minecraft.server.MinecraftServer.func_71247_a(MinecraftServer.java:198) [MinecraftServer.class:?]
  496. at net.minecraft.server.dedicated.DedicatedServer.func_71197_b(DedicatedServer.java:258) [lt.class:?]
  497. at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:387) [MinecraftServer.class:?]
  498. at net.minecraft.server.MinecraftServer$2.run(MinecraftServer.java:685) [li.class:?]
  499. [12:57:40] [Server thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]: java.util.zip.ZipException: Not in GZIP format
  500. [12:57:40] [Server thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at java.util.zip.GZIPInputStream.readHeader(Unknown Source)
  501. [12:57:40] [Server thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at java.util.zip.GZIPInputStream.<init>(Unknown Source)
  502. [12:57:40] [Server thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at java.util.zip.GZIPInputStream.<init>(Unknown Source)
  503. [12:57:40] [Server thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at net.minecraft.nbt.CompressedStreamTools.func_74796_a(CompressedStreamTools.java:29)
  504. [12:57:40] [Server thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at net.minecraft.world.storage.SaveHandler.func_75757_d(SaveHandler.java:119)
  505. [12:57:40] [Server thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at net.minecraft.server.MinecraftServer.func_71247_a(MinecraftServer.java:201)
  506. [12:57:40] [Server thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at net.minecraft.server.dedicated.DedicatedServer.func_71197_b(DedicatedServer.java:258)
  507. [12:57:40] [Server thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:387)
  508. [12:57:40] [Server thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at net.minecraft.server.MinecraftServer$2.run(MinecraftServer.java:685)
  509. [12:57:40] [Server thread/ERROR] [fml.ModTracker]: This world was saved with mod MineFactoryReloaded which appears to be missing, things may not work well
  510. [12:57:40] [Server thread/ERROR] [fml.ModTracker]: This world was saved with mod MineFactoryReloaded|CompatAppliedEnergistics which appears to be missing, things may not work well
  511. [12:57:40] [Server thread/ERROR] [fml.ModTracker]: This world was saved with mod MineFactoryReloaded|CompatAtum which appears to be missing, things may not work well
  512. [12:57:40] [Server thread/ERROR] [fml.ModTracker]: This world was saved with mod MineFactoryReloaded|CompatBackTools which appears to be missing, things may not work well
  513. [12:57:40] [Server thread/ERROR] [fml.ModTracker]: This world was saved with mod MineFactoryReloaded|CompatBuildCraft which appears to be missing, things may not work well
  514. [12:57:40] [Server thread/ERROR] [fml.ModTracker]: This world was saved with mod MineFactoryReloaded|CompatChococraft which appears to be missing, things may not work well
  515. [12:57:40] [Server thread/ERROR] [fml.ModTracker]: This world was saved with mod MineFactoryReloaded|CompatExtraBiomes which appears to be missing, things may not work well
  516. [12:57:40] [Server thread/ERROR] [fml.ModTracker]: This world was saved with mod MineFactoryReloaded|CompatForestry which appears to be missing, things may not work well
  517. [12:57:40] [Server thread/ERROR] [fml.ModTracker]: This world was saved with mod MineFactoryReloaded|CompatForgeMicroblock which appears to be missing, things may not work well
  518. [12:57:40] [Server thread/ERROR] [fml.ModTracker]: This world was saved with mod MineFactoryReloaded|CompatIC2 which appears to be missing, things may not work well
  519. [12:57:40] [Server thread/ERROR] [fml.ModTracker]: This world was saved with mod MineFactoryReloaded|CompatMystcraft which appears to be missing, things may not work well
  520. [12:57:40] [Server thread/ERROR] [fml.ModTracker]: This world was saved with mod MineFactoryReloaded|CompatProjRed which appears to be missing, things may not work well
  521. [12:57:40] [Server thread/ERROR] [fml.ModTracker]: This world was saved with mod MineFactoryReloaded|CompatRailcraft which appears to be missing, things may not work well
  522. [12:57:40] [Server thread/ERROR] [fml.ModTracker]: This world was saved with mod MineFactoryReloaded|CompatRP2 which appears to be missing, things may not work well
  523. [12:57:40] [Server thread/ERROR] [fml.ModTracker]: This world was saved with mod MineFactoryReloaded|CompatSufficientBiomes which appears to be missing, things may not work well
  524. [12:57:40] [Server thread/ERROR] [fml.ModTracker]: This world was saved with mod MineFactoryReloaded|CompatThaumcraft which appears to be missing, things may not work well
  525. [12:57:40] [Server thread/ERROR] [fml.ModTracker]: This world was saved with mod MineFactoryReloaded|CompatThermalExpansion which appears to be missing, things may not work well
  526. [12:57:40] [Server thread/ERROR] [fml.ModTracker]: This world was saved with mod MineFactoryReloaded|CompatTConstruct which appears to be missing, things may not work well
  527. [12:57:40] [Server thread/ERROR] [fml.ModTracker]: This world was saved with mod MineFactoryReloaded|CompatTwilightForest which appears to be missing, things may not work well
  528. [12:57:40] [Server thread/ERROR] [fml.ModTracker]: This world was saved with mod MineFactoryReloaded|CompatVanilla which appears to be missing, things may not work well
  529. [12:57:40] [Server thread/INFO] [FML]: Injecting existing block and item data into this server instance
  530. [12:57:40] [Server thread/INFO] [FML]: Found a missing id from the world MineFactoryReloaded:machineblock
  531. [12:57:40] [Server thread/INFO] [FML]: Found a missing id from the world MineFactoryReloaded:mushroomsoup.still
  532. [12:57:40] [Server thread/INFO] [FML]: Found a missing id from the world MineFactoryReloaded:stainedglass.block
  533. [12:57:40] [Server thread/INFO] [FML]: Found a missing id from the world MineFactoryReloaded:rubberwood.sapling
  534. [12:57:40] [Server thread/INFO] [FML]: Found a missing id from the world MineFactoryReloaded:detcord
  535. [12:57:40] [Server thread/INFO] [FML]: Found a missing id from the world MineFactoryReloaded:sludge.still
  536. [12:57:40] [Server thread/INFO] [FML]: Found a missing id from the world MineFactoryReloaded:laserair
  537. [12:57:40] [Server thread/INFO] [FML]: Found a missing id from the world MineFactoryReloaded:road
  538. [12:57:40] [Server thread/INFO] [FML]: Found a missing id from the world MineFactoryReloaded:vinescaffold
  539. [12:57:40] [Server thread/INFO] [FML]: Found a missing id from the world MineFactoryReloaded:brick
  540. [12:57:40] [Server thread/INFO] [FML]: Found a missing id from the world MineFactoryReloaded:sewage.still
  541. [12:57:40] [Server thread/INFO] [FML]: Found a missing id from the world MineFactoryReloaded:biofuel.still
  542. [12:57:40] [Server thread/INFO] [FML]: Found a missing id from the world MineFactoryReloaded:rubberwood.log
  543. [12:57:40] [Server thread/INFO] [FML]: Found a missing id from the world MineFactoryReloaded:conveyor
  544. [12:57:40] [Server thread/INFO] [FML]: Found a missing id from the world MineFactoryReloaded:farmland
  545. [12:57:40] [Server thread/INFO] [FML]: Found a missing id from the world MineFactoryReloaded:rubberwood.leaves
  546. [12:57:40] [Server thread/INFO] [FML]: Found a missing id from the world MineFactoryReloaded:mobessence.still
  547. [12:57:40] [Server thread/INFO] [FML]: Found a missing id from the world MineFactoryReloaded:machine.2
  548. [12:57:40] [Server thread/INFO] [FML]: Found a missing id from the world MineFactoryReloaded:machine.1
  549. [12:57:40] [Server thread/INFO] [FML]: Found a missing id from the world MineFactoryReloaded:machine.0
  550. [12:57:40] [Server thread/INFO] [FML]: Found a missing id from the world MineFactoryReloaded:stone
  551. [12:57:40] [Server thread/INFO] [FML]: Found a missing id from the world MineFactoryReloaded:meat.still
  552. [12:57:40] [Server thread/INFO] [FML]: Found a missing id from the world MineFactoryReloaded:milk.still
  553. [12:57:40] [Server thread/INFO] [FML]: Found a missing id from the world MineFactoryReloaded:cable.plastic
  554. [12:57:40] [Server thread/INFO] [FML]: Found a missing id from the world MineFactoryReloaded:cable.redstone
  555. [12:57:40] [Server thread/INFO] [FML]: Found a missing id from the world MineFactoryReloaded:chocolatemilk.still
  556. [12:57:40] [Server thread/INFO] [FML]: Found a missing id from the world MineFactoryReloaded:stainedglass.pane
  557. [12:57:40] [Server thread/INFO] [FML]: Found a missing id from the world MineFactoryReloaded:plastic
  558. [12:57:40] [Server thread/INFO] [FML]: Found a missing id from the world MineFactoryReloaded:rail.passenger.pickup
  559. [12:57:40] [Server thread/INFO] [FML]: Found a missing id from the world MineFactoryReloaded:rednet.logic
  560. [12:57:40] [Server thread/INFO] [FML]: Found a missing id from the world MineFactoryReloaded:rail.cargo.dropoff
  561. [12:57:40] [Server thread/INFO] [FML]: Found a missing id from the world MineFactoryReloaded:rail.passenger.dropoff
  562. [12:57:40] [Server thread/INFO] [FML]: Found a missing id from the world MineFactoryReloaded:pinkslime.block
  563. [12:57:40] [Server thread/INFO] [FML]: Found a missing id from the world MineFactoryReloaded:rail.cargo.pickup
  564. [12:57:40] [Server thread/INFO] [FML]: Found a missing id from the world MineFactoryReloaded:rednet.panel
  565. [12:57:40] [Server thread/INFO] [FML]: Found a missing id from the world MineFactoryReloaded:steam.still
  566. [12:57:40] [Server thread/INFO] [FML]: Found a missing id from the world MineFactoryReloaded:tank
  567. [12:57:40] [Server thread/INFO] [FML]: Found a missing id from the world MineFactoryReloaded:pinkslime.still
  568. [12:57:40] [Server thread/INFO] [FML]: Found a missing id from the world MineFactoryReloaded:syringe.health
  569. [12:57:40] [Server thread/INFO] [FML]: Found a missing id from the world MineFactoryReloaded:rubberwood.log
  570. [12:57:40] [Server thread/INFO] [FML]: Found a missing id from the world MineFactoryReloaded:bucket.chocolatemilk
  571. [12:57:40] [Server thread/INFO] [FML]: Found a missing id from the world MineFactoryReloaded:syringe.growth
  572. [12:57:40] [Server thread/INFO] [FML]: Found a missing id from the world MineFactoryReloaded:sludge.still
  573. [12:57:40] [Server thread/INFO] [FML]: Found a missing id from the world MineFactoryReloaded:plastic
  574. [12:57:40] [Server thread/INFO] [FML]: Found a missing id from the world MineFactoryReloaded:meat.still
  575. [12:57:40] [Server thread/INFO] [FML]: Found a missing id from the world MineFactoryReloaded:meat.ingot.raw
  576. [12:57:40] [Server thread/INFO] [FML]: Found a missing id from the world MineFactoryReloaded:bucket.mushroomsoup
  577. [12:57:40] [Server thread/INFO] [FML]: Found a missing id from the world MineFactoryReloaded:road
  578. [12:57:40] [Server thread/INFO] [FML]: Found a missing id from the world MineFactoryReloaded:bucket.sludge
  579. [12:57:40] [Server thread/INFO] [FML]: Found a missing id from the world MineFactoryReloaded:machineblock
  580. [12:57:40] [Server thread/INFO] [FML]: Found a missing id from the world MineFactoryReloaded:safarinet.launcher
  581. [12:57:41] [Server thread/INFO] [FML]: Found a missing id from the world MineFactoryReloaded:milkbottle
  582. [12:57:41] [Server thread/INFO] [FML]: Found a missing id from the world MineFactoryReloaded:spyglass
  583. [12:57:41] [Server thread/INFO] [FML]: Found a missing id from the world MineFactoryReloaded:rail.passenger.dropoff
  584. [12:57:41] [Server thread/INFO] [FML]: Found a missing id from the world MineFactoryReloaded:cable.plastic
  585. [12:57:41] [Server thread/INFO] [FML]: Found a missing id from the world MineFactoryReloaded:straw
  586. [12:57:41] [Server thread/INFO] [FML]: Found a missing id from the world MineFactoryReloaded:meat.nugget.raw
  587. [12:57:41] [Server thread/INFO] [FML]: Found a missing id from the world MineFactoryReloaded:vinescaffold
  588. [12:57:41] [Server thread/INFO] [FML]: Found a missing id from the world MineFactoryReloaded:sewage.still
  589. [12:57:41] [Server thread/INFO] [FML]: Found a missing id from the world MineFactoryReloaded:needlegun
  590. [12:57:41] [Server thread/INFO] [FML]: Found a missing id from the world MineFactoryReloaded:tank
  591. [12:57:41] [Server thread/INFO] [FML]: Found a missing id from the world MineFactoryReloaded:ceramicdye
  592. [12:57:41] [Server thread/INFO] [FML]: Found a missing id from the world MineFactoryReloaded:bucket.sewage
  593. [12:57:41] [Server thread/INFO] [FML]: Found a missing id from the world MineFactoryReloaded:needlegun.ammo.fire
  594. [12:57:41] [Server thread/INFO] [FML]: Found a missing id from the world MineFactoryReloaded:pinkslime.still
  595. [12:57:41] [Server thread/INFO] [FML]: Found a missing id from the world MineFactoryReloaded:xpextractor
  596. [12:57:41] [Server thread/INFO] [FML]: Found a missing id from the world MineFactoryReloaded:milk.still
  597. [12:57:41] [Server thread/INFO] [FML]: Found a missing id from the world MineFactoryReloaded:syringe.empty
  598. [12:57:41] [Server thread/INFO] [FML]: Found a missing id from the world MineFactoryReloaded:plastic.sheet
  599. [12:57:41] [Server thread/INFO] [FML]: Found a missing id from the world MineFactoryReloaded:laserfocus
  600. [12:57:41] [Server thread/INFO] [FML]: Found a missing id from the world MineFactoryReloaded:needlegun.ammo.lava
  601. [12:57:41] [Server thread/INFO] [FML]: Found a missing id from the world MineFactoryReloaded:needlegun.ammo.empty
  602. [12:57:41] [Server thread/INFO] [FML]: Found a missing id from the world MineFactoryReloaded:stone
  603. [12:57:41] [Server thread/INFO] [FML]: Found a missing id from the world MineFactoryReloaded:cable.redstone
  604. [12:57:41] [Server thread/INFO] [FML]: Found a missing id from the world MineFactoryReloaded:bucket.meat
  605. [12:57:41] [Server thread/INFO] [FML]: Found a missing id from the world MineFactoryReloaded:pinkslime
  606. [12:57:41] [Server thread/INFO] [FML]: Found a missing id from the world MineFactoryReloaded:rubberwood.leaves
  607. [12:57:41] [Server thread/INFO] [FML]: Found a missing id from the world MineFactoryReloaded:pinkslime.block
  608. [12:57:41] [Server thread/INFO] [FML]: Found a missing id from the world MineFactoryReloaded:rednet.memorycard
  609. [12:57:41] [Server thread/INFO] [FML]: Found a missing id from the world MineFactoryReloaded:plastic.cup
  610. [12:57:41] [Server thread/INFO] [FML]: Found a missing id from the world MineFactoryReloaded:portaspawner
  611. [12:57:41] [Server thread/INFO] [FML]: Found a missing id from the world MineFactoryReloaded:mushroomsoup.still
  612. [12:57:41] [Server thread/INFO] [FML]: Found a missing id from the world MineFactoryReloaded:needlegun.ammo.pierce
  613. [12:57:41] [Server thread/INFO] [FML]: Found a missing id from the world MineFactoryReloaded:upgrade.radius
  614. [12:57:41] [Server thread/INFO] [FML]: Found a missing id from the world MineFactoryReloaded:rednet.panel
  615. [12:57:41] [Server thread/INFO] [FML]: Found a missing id from the world MineFactoryReloaded:rubber.raw
  616. [12:57:41] [Server thread/INFO] [FML]: Found a missing id from the world MineFactoryReloaded:syringe.cure
  617. [12:57:41] [Server thread/INFO] [FML]: Found a missing id from the world MineFactoryReloaded:record.blank
  618. [12:57:41] [Server thread/INFO] [FML]: Found a missing id from the world MineFactoryReloaded:rednet.meter
  619. [12:57:41] [Server thread/INFO] [FML]: Found a missing id from the world MineFactoryReloaded:plastic.raw
  620. [12:57:41] [Server thread/INFO] [FML]: Found a missing id from the world MineFactoryReloaded:meat.ingot.cooked
  621. [12:57:41] [Server thread/INFO] [FML]: Found a missing id from the world MineFactoryReloaded:biofuel.still
  622. [12:57:41] [Server thread/INFO] [FML]: Found a missing id from the world MineFactoryReloaded:needlegun.ammo.standard
  623. [12:57:41] [Server thread/INFO] [FML]: Found a missing id from the world MineFactoryReloaded:plastic.boots
  624. [12:57:41] [Server thread/INFO] [FML]: Found a missing id from the world MineFactoryReloaded:syringe.slime
  625. [12:57:41] [Server thread/INFO] [FML]: Found a missing id from the world MineFactoryReloaded:brick
  626. [12:57:41] [Server thread/INFO] [FML]: Found a missing id from the world MineFactoryReloaded:bucket.biofuel
  627. [12:57:41] [Server thread/INFO] [FML]: Found a missing id from the world MineFactoryReloaded:safarinet.reusable
  628. [12:57:41] [Server thread/INFO] [FML]: Found a missing id from the world MineFactoryReloaded:mobessence.still
  629. [12:57:41] [Server thread/INFO] [FML]: Found a missing id from the world MineFactoryReloaded:stainedglass.block
  630. [12:57:41] [Server thread/INFO] [FML]: Found a missing id from the world MineFactoryReloaded:rubber.bar
  631. [12:57:41] [Server thread/INFO] [FML]: Found a missing id from the world MineFactoryReloaded:fertilizer
  632. [12:57:41] [Server thread/INFO] [FML]: Found a missing id from the world MineFactoryReloaded:hammer
  633. [12:57:41] [Server thread/INFO] [FML]: Found a missing id from the world MineFactoryReloaded:plastic.bag
  634. [12:57:41] [Server thread/INFO] [FML]: Found a missing id from the world MineFactoryReloaded:meat.nugget.cooked
  635. [12:57:41] [Server thread/INFO] [FML]: Found a missing id from the world MineFactoryReloaded:conveyor
  636. [12:57:41] [Server thread/INFO] [FML]: Found a missing id from the world MineFactoryReloaded:needlegun.ammo.anvil
  637. [12:57:41] [Server thread/INFO] [FML]: Found a missing id from the world MineFactoryReloaded:steam.still
  638. [12:57:41] [Server thread/INFO] [FML]: Found a missing id from the world MineFactoryReloaded:upgrade.logic
  639. [12:57:41] [Server thread/INFO] [FML]: Found a missing id from the world MineFactoryReloaded:rail.passenger.pickup
  640. [12:57:41] [Server thread/INFO] [FML]: Found a missing id from the world MineFactoryReloaded:machine.2
  641. [12:57:41] [Server thread/INFO] [FML]: Found a missing id from the world MineFactoryReloaded:machine.1
  642. [12:57:41] [Server thread/INFO] [FML]: Found a missing id from the world MineFactoryReloaded:machine.0
  643. [12:57:41] [Server thread/INFO] [FML]: Found a missing id from the world MineFactoryReloaded:rocket
  644. [12:57:41] [Server thread/INFO] [FML]: Found a missing id from the world MineFactoryReloaded:needlegun.ammo.sewage
  645. [12:57:41] [Server thread/INFO] [FML]: Found a missing id from the world MineFactoryReloaded:bucket.essence
  646. [12:57:41] [Server thread/INFO] [FML]: Found a missing id from the world MineFactoryReloaded:fishingrod
  647. [12:57:41] [Server thread/INFO] [FML]: Found a missing id from the world MineFactoryReloaded:safarinet.jailer
  648. [12:57:41] [Server thread/INFO] [FML]: Found a missing id from the world MineFactoryReloaded:rubberwood.sapling
  649. [12:57:41] [Server thread/INFO] [FML]: Found a missing id from the world MineFactoryReloaded:rail.cargo.pickup
  650. [12:57:41] [Server thread/INFO] [FML]: Found a missing id from the world MineFactoryReloaded:detcord
  651. [12:57:41] [Server thread/INFO] [FML]: Found a missing id from the world MineFactoryReloaded:syringe.zombie
  652. [12:57:41] [Server thread/INFO] [FML]: Found a missing id from the world MineFactoryReloaded:sugarcharcoal
  653. [12:57:41] [Server thread/INFO] [FML]: Found a missing id from the world MineFactoryReloaded:farmland
  654. [12:57:41] [Server thread/INFO] [FML]: Found a missing id from the world MineFactoryReloaded:rednet.logic
  655. [12:57:41] [Server thread/INFO] [FML]: Found a missing id from the world MineFactoryReloaded:bucket.pinkslime
  656. [12:57:41] [Server thread/INFO] [FML]: Found a missing id from the world MineFactoryReloaded:rocketlauncher
  657. [12:57:41] [Server thread/INFO] [FML]: Found a missing id from the world MineFactoryReloaded:needlegun.ammo.sludge
  658. [12:57:41] [Server thread/INFO] [FML]: Found a missing id from the world MineFactoryReloaded:ruler
  659. [12:57:41] [Server thread/INFO] [FML]: Found a missing id from the world MineFactoryReloaded:rail.cargo.dropoff
  660. [12:57:41] [Server thread/INFO] [FML]: Found a missing id from the world MineFactoryReloaded:safarinet.singleuse
  661. [12:57:41] [Server thread/INFO] [FML]: Found a missing id from the world MineFactoryReloaded:chocolatemilk.still
  662. [12:57:41] [Server thread/INFO] [FML]: Found a missing id from the world MineFactoryReloaded:stainedglass.pane
  663. [12:57:41] [Server thread/ERROR] [FML]: There are unidentified mappings in this world - we are going to attempt to process anyway
  664. [12:57:41] [Server thread/ERROR] [FML]: Unidentified block: MineFactoryReloaded:machineblock, id 755
  665. [12:57:41] [Server thread/ERROR] [FML]: Unidentified block: MineFactoryReloaded:mushroomsoup.still, id 790
  666. [12:57:41] [Server thread/ERROR] [FML]: Unidentified block: MineFactoryReloaded:stainedglass.block, id 771
  667. [12:57:41] [Server thread/ERROR] [FML]: Unidentified block: MineFactoryReloaded:rubberwood.sapling, id 768
  668. [12:57:41] [Server thread/ERROR] [FML]: Unidentified block: MineFactoryReloaded:detcord, id 780
  669. [12:57:41] [Server thread/ERROR] [FML]: Unidentified block: MineFactoryReloaded:sludge.still, id 783
  670. [12:57:41] [Server thread/ERROR] [FML]: Unidentified block: MineFactoryReloaded:laserair, id 781
  671. [12:57:41] [Server thread/ERROR] [FML]: Unidentified block: MineFactoryReloaded:road, id 773
  672. [12:57:41] [Server thread/ERROR] [FML]: Unidentified block: MineFactoryReloaded:vinescaffold, id 778
  673. [12:57:41] [Server thread/ERROR] [FML]: Unidentified block: MineFactoryReloaded:brick, id 775
  674. [12:57:41] [Server thread/ERROR] [FML]: Unidentified block: MineFactoryReloaded:sewage.still, id 784
  675. [12:57:41] [Server thread/ERROR] [FML]: Unidentified block: MineFactoryReloaded:biofuel.still, id 786
  676. [12:57:41] [Server thread/ERROR] [FML]: Unidentified block: MineFactoryReloaded:rubberwood.log, id 769
  677. [12:57:41] [Server thread/ERROR] [FML]: Unidentified block: MineFactoryReloaded:conveyor, id 754
  678. [12:57:41] [Server thread/ERROR] [FML]: Unidentified block: MineFactoryReloaded:farmland, id 779
  679. [12:57:41] [Server thread/ERROR] [FML]: Unidentified block: MineFactoryReloaded:rubberwood.leaves, id 770
  680. [12:57:41] [Server thread/ERROR] [FML]: Unidentified block: MineFactoryReloaded:mobessence.still, id 785
  681. [12:57:41] [Server thread/ERROR] [FML]: Unidentified block: MineFactoryReloaded:machine.2, id 758
  682. [12:57:41] [Server thread/ERROR] [FML]: Unidentified block: MineFactoryReloaded:machine.1, id 757
  683. [12:57:41] [Server thread/ERROR] [FML]: Unidentified block: MineFactoryReloaded:machine.0, id 756
  684. [12:57:41] [Server thread/ERROR] [FML]: Unidentified block: MineFactoryReloaded:stone, id 776
  685. [12:57:41] [Server thread/ERROR] [FML]: Unidentified block: MineFactoryReloaded:meat.still, id 787
  686. [12:57:41] [Server thread/ERROR] [FML]: Unidentified block: MineFactoryReloaded:milk.still, id 782
  687. [12:57:41] [Server thread/ERROR] [FML]: Unidentified block: MineFactoryReloaded:cable.plastic, id 760
  688. [12:57:41] [Server thread/ERROR] [FML]: Unidentified block: MineFactoryReloaded:cable.redstone, id 761
  689. [12:57:41] [Server thread/ERROR] [FML]: Unidentified block: MineFactoryReloaded:chocolatemilk.still, id 789
  690. [12:57:41] [Server thread/ERROR] [FML]: Unidentified block: MineFactoryReloaded:stainedglass.pane, id 772
  691. [12:57:41] [Server thread/ERROR] [FML]: Unidentified block: MineFactoryReloaded:plastic, id 774
  692. [12:57:41] [Server thread/ERROR] [FML]: Unidentified block: MineFactoryReloaded:rail.passenger.pickup, id 766
  693. [12:57:41] [Server thread/ERROR] [FML]: Unidentified block: MineFactoryReloaded:rednet.logic, id 762
  694. [12:57:41] [Server thread/ERROR] [FML]: Unidentified block: MineFactoryReloaded:rail.cargo.dropoff, id 765
  695. [12:57:41] [Server thread/ERROR] [FML]: Unidentified block: MineFactoryReloaded:rail.passenger.dropoff, id 767
  696. [12:57:41] [Server thread/ERROR] [FML]: Unidentified block: MineFactoryReloaded:pinkslime.block, id 777
  697. [12:57:41] [Server thread/ERROR] [FML]: Unidentified block: MineFactoryReloaded:rail.cargo.pickup, id 764
  698. [12:57:41] [Server thread/ERROR] [FML]: Unidentified block: MineFactoryReloaded:rednet.panel, id 763
  699. [12:57:41] [Server thread/ERROR] [FML]: Unidentified block: MineFactoryReloaded:steam.still, id 791
  700. [12:57:41] [Server thread/ERROR] [FML]: Unidentified block: MineFactoryReloaded:tank, id 759
  701. [12:57:41] [Server thread/ERROR] [FML]: Unidentified block: MineFactoryReloaded:pinkslime.still, id 788
  702. [12:57:41] [Server thread/ERROR] [FML]: Unidentified item: MineFactoryReloaded:syringe.health, id 4253
  703. [12:57:41] [Server thread/ERROR] [FML]: Unidentified item: MineFactoryReloaded:rubberwood.log, id 769
  704. [12:57:41] [Server thread/ERROR] [FML]: Unidentified item: MineFactoryReloaded:bucket.chocolatemilk, id 4293
  705. [12:57:41] [Server thread/ERROR] [FML]: Unidentified item: MineFactoryReloaded:syringe.growth, id 4254
  706. [12:57:41] [Server thread/ERROR] [FML]: Unidentified item: MineFactoryReloaded:sludge.still, id 783
  707. [12:57:41] [Server thread/ERROR] [FML]: Unidentified item: MineFactoryReloaded:plastic, id 774
  708. [12:57:41] [Server thread/ERROR] [FML]: Unidentified item: MineFactoryReloaded:meat.still, id 787
  709. [12:57:41] [Server thread/ERROR] [FML]: Unidentified item: MineFactoryReloaded:meat.ingot.raw, id 4247
  710. [12:57:41] [Server thread/ERROR] [FML]: Unidentified item: MineFactoryReloaded:bucket.mushroomsoup, id 4294
  711. [12:57:41] [Server thread/ERROR] [FML]: Unidentified item: MineFactoryReloaded:road, id 773
  712. [12:57:41] [Server thread/ERROR] [FML]: Unidentified item: MineFactoryReloaded:bucket.sludge, id 4288
  713. [12:57:41] [Server thread/ERROR] [FML]: Unidentified item: MineFactoryReloaded:machineblock, id 755
  714. [12:57:41] [Server thread/ERROR] [FML]: Unidentified item: MineFactoryReloaded:safarinet.launcher, id 4258
  715. [12:57:41] [Server thread/ERROR] [FML]: Unidentified item: MineFactoryReloaded:milkbottle, id 4265
  716. [12:57:41] [Server thread/ERROR] [FML]: Unidentified item: MineFactoryReloaded:spyglass, id 4273
  717. [12:57:41] [Server thread/ERROR] [FML]: Unidentified item: MineFactoryReloaded:rail.passenger.dropoff, id 767
  718. [12:57:41] [Server thread/ERROR] [FML]: Unidentified item: MineFactoryReloaded:cable.plastic, id 760
  719. [12:57:41] [Server thread/ERROR] [FML]: Unidentified item: MineFactoryReloaded:straw, id 4264
  720. [12:57:41] [Server thread/ERROR] [FML]: Unidentified item: MineFactoryReloaded:meat.nugget.raw, id 4249
  721. [12:57:41] [Server thread/ERROR] [FML]: Unidentified item: MineFactoryReloaded:vinescaffold, id 778
  722. [12:57:41] [Server thread/ERROR] [FML]: Unidentified item: MineFactoryReloaded:sewage.still, id 784
  723. [12:57:41] [Server thread/ERROR] [FML]: Unidentified item: MineFactoryReloaded:needlegun, id 4276
  724. [12:57:41] [Server thread/ERROR] [FML]: Unidentified item: MineFactoryReloaded:tank, id 759
  725. [12:57:41] [Server thread/ERROR] [FML]: Unidentified item: MineFactoryReloaded:ceramicdye, id 4270
  726. [12:57:41] [Server thread/ERROR] [FML]: Unidentified item: MineFactoryReloaded:bucket.sewage, id 4287
  727. [12:57:41] [Server thread/ERROR] [FML]: Unidentified item: MineFactoryReloaded:needlegun.ammo.fire, id 4283
  728. [12:57:41] [Server thread/ERROR] [FML]: Unidentified item: MineFactoryReloaded:pinkslime.still, id 788
  729. [12:57:41] [Server thread/ERROR] [FML]: Unidentified item: MineFactoryReloaded:xpextractor, id 4263
  730. [12:57:41] [Server thread/ERROR] [FML]: Unidentified item: MineFactoryReloaded:milk.still, id 782
  731. [12:57:41] [Server thread/ERROR] [FML]: Unidentified item: MineFactoryReloaded:syringe.empty, id 4252
  732. [12:57:41] [Server thread/ERROR] [FML]: Unidentified item: MineFactoryReloaded:plastic.sheet, id 4242
  733. [12:57:41] [Server thread/ERROR] [FML]: Unidentified item: MineFactoryReloaded:laserfocus, id 4271
  734. [12:57:41] [Server thread/ERROR] [FML]: Unidentified item: MineFactoryReloaded:needlegun.ammo.lava, id 4280
  735. [12:57:41] [Server thread/ERROR] [FML]: Unidentified item: MineFactoryReloaded:needlegun.ammo.empty, id 4277
  736. [12:57:41] [Server thread/ERROR] [FML]: Unidentified item: MineFactoryReloaded:stone, id 776
  737. [12:57:41] [Server thread/ERROR] [FML]: Unidentified item: MineFactoryReloaded:cable.redstone, id 761
  738. [12:57:41] [Server thread/ERROR] [FML]: Unidentified item: MineFactoryReloaded:bucket.meat, id 4291
  739. [12:57:41] [Server thread/ERROR] [FML]: Unidentified item: MineFactoryReloaded:pinkslime, id 4251
  740. [12:57:41] [Server thread/ERROR] [FML]: Unidentified item: MineFactoryReloaded:rubberwood.leaves, id 770
  741. [12:57:41] [Server thread/ERROR] [FML]: Unidentified item: MineFactoryReloaded:pinkslime.block, id 777
  742. [12:57:41] [Server thread/ERROR] [FML]: Unidentified item: MineFactoryReloaded:rednet.memorycard, id 4245
  743. [12:57:41] [Server thread/ERROR] [FML]: Unidentified item: MineFactoryReloaded:plastic.cup, id 4266
  744. [12:57:41] [Server thread/ERROR] [FML]: Unidentified item: MineFactoryReloaded:portaspawner, id 4262
  745. [12:57:41] [Server thread/ERROR] [FML]: Unidentified item: MineFactoryReloaded:mushroomsoup.still, id 790
  746. [12:57:41] [Server thread/ERROR] [FML]: Unidentified item: MineFactoryReloaded:needlegun.ammo.pierce, id 4279
  747. [12:57:41] [Server thread/ERROR] [FML]: Unidentified item: MineFactoryReloaded:upgrade.radius, id 4243
  748. [12:57:41] [Server thread/ERROR] [FML]: Unidentified item: MineFactoryReloaded:rednet.panel, id 763
  749. [12:57:41] [Server thread/ERROR] [FML]: Unidentified item: MineFactoryReloaded:rubber.raw, id 4239
  750. [12:57:41] [Server thread/ERROR] [FML]: Unidentified item: MineFactoryReloaded:syringe.cure, id 4257
  751. [12:57:41] [Server thread/ERROR] [FML]: Unidentified item: MineFactoryReloaded:record.blank, id 4272
  752. [12:57:41] [Server thread/ERROR] [FML]: Unidentified item: MineFactoryReloaded:rednet.meter, id 4244
  753. [12:57:41] [Server thread/ERROR] [FML]: Unidentified item: MineFactoryReloaded:plastic.raw, id 4241
  754. [12:57:41] [Server thread/ERROR] [FML]: Unidentified item: MineFactoryReloaded:meat.ingot.cooked, id 4248
  755. [12:57:41] [Server thread/ERROR] [FML]: Unidentified item: MineFactoryReloaded:biofuel.still, id 786
  756. [12:57:41] [Server thread/ERROR] [FML]: Unidentified item: MineFactoryReloaded:needlegun.ammo.standard, id 4278
  757. [12:57:41] [Server thread/ERROR] [FML]: Unidentified item: MineFactoryReloaded:plastic.boots, id 4238
  758. [12:57:41] [Server thread/ERROR] [FML]: Unidentified item: MineFactoryReloaded:syringe.slime, id 4256
  759. [12:57:41] [Server thread/ERROR] [FML]: Unidentified item: MineFactoryReloaded:brick, id 775
  760. [12:57:41] [Server thread/ERROR] [FML]: Unidentified item: MineFactoryReloaded:bucket.biofuel, id 4290
  761. [12:57:41] [Server thread/ERROR] [FML]: Unidentified item: MineFactoryReloaded:safarinet.reusable, id 4259
  762. [12:57:41] [Server thread/ERROR] [FML]: Unidentified item: MineFactoryReloaded:mobessence.still, id 785
  763. [12:57:41] [Server thread/ERROR] [FML]: Unidentified item: MineFactoryReloaded:stainedglass.block, id 771
  764. [12:57:41] [Server thread/ERROR] [FML]: Unidentified item: MineFactoryReloaded:rubber.bar, id 4240
  765. [12:57:41] [Server thread/ERROR] [FML]: Unidentified item: MineFactoryReloaded:fertilizer, id 4269
  766. [12:57:41] [Server thread/ERROR] [FML]: Unidentified item: MineFactoryReloaded:hammer, id 4237
  767. [12:57:41] [Server thread/ERROR] [FML]: Unidentified item: MineFactoryReloaded:plastic.bag, id 4267
  768. [12:57:41] [Server thread/ERROR] [FML]: Unidentified item: MineFactoryReloaded:meat.nugget.cooked, id 4250
  769. [12:57:41] [Server thread/ERROR] [FML]: Unidentified item: MineFactoryReloaded:conveyor, id 754
  770. [12:57:41] [Server thread/ERROR] [FML]: Unidentified item: MineFactoryReloaded:needlegun.ammo.anvil, id 4284
  771. [12:57:41] [Server thread/ERROR] [FML]: Unidentified item: MineFactoryReloaded:steam.still, id 791
  772. [12:57:41] [Server thread/ERROR] [FML]: Unidentified item: MineFactoryReloaded:upgrade.logic, id 4246
  773. [12:57:41] [Server thread/ERROR] [FML]: Unidentified item: MineFactoryReloaded:rail.passenger.pickup, id 766
  774. [12:57:41] [Server thread/ERROR] [FML]: Unidentified item: MineFactoryReloaded:machine.2, id 758
  775. [12:57:41] [Server thread/ERROR] [FML]: Unidentified item: MineFactoryReloaded:machine.1, id 757
  776. [12:57:41] [Server thread/ERROR] [FML]: Unidentified item: MineFactoryReloaded:machine.0, id 756
  777. [12:57:41] [Server thread/ERROR] [FML]: Unidentified item: MineFactoryReloaded:rocket, id 4286
  778. [12:57:41] [Server thread/ERROR] [FML]: Unidentified item: MineFactoryReloaded:needlegun.ammo.sewage, id 4282
  779. [12:57:41] [Server thread/ERROR] [FML]: Unidentified item: MineFactoryReloaded:bucket.essence, id 4289
  780. [12:57:41] [Server thread/ERROR] [FML]: Unidentified item: MineFactoryReloaded:fishingrod, id 4275
  781. [12:57:41] [Server thread/ERROR] [FML]: Unidentified item: MineFactoryReloaded:safarinet.jailer, id 4261
  782. [12:57:41] [Server thread/ERROR] [FML]: Unidentified item: MineFactoryReloaded:rubberwood.sapling, id 768
  783. [12:57:41] [Server thread/ERROR] [FML]: Unidentified item: MineFactoryReloaded:rail.cargo.pickup, id 764
  784. [12:57:41] [Server thread/ERROR] [FML]: Unidentified item: MineFactoryReloaded:detcord, id 780
  785. [12:57:41] [Server thread/ERROR] [FML]: Unidentified item: MineFactoryReloaded:syringe.zombie, id 4255
  786. [12:57:41] [Server thread/ERROR] [FML]: Unidentified item: MineFactoryReloaded:sugarcharcoal, id 4268
  787. [12:57:41] [Server thread/ERROR] [FML]: Unidentified item: MineFactoryReloaded:farmland, id 779
  788. [12:57:41] [Server thread/ERROR] [FML]: Unidentified item: MineFactoryReloaded:rednet.logic, id 762
  789. [12:57:41] [Server thread/ERROR] [FML]: Unidentified item: MineFactoryReloaded:bucket.pinkslime, id 4292
  790. [12:57:41] [Server thread/ERROR] [FML]: Unidentified item: MineFactoryReloaded:rocketlauncher, id 4285
  791. [12:57:41] [Server thread/ERROR] [FML]: Unidentified item: MineFactoryReloaded:needlegun.ammo.sludge, id 4281
  792. [12:57:41] [Server thread/ERROR] [FML]: Unidentified item: MineFactoryReloaded:ruler, id 4274
  793. [12:57:41] [Server thread/ERROR] [FML]: Unidentified item: MineFactoryReloaded:rail.cargo.dropoff, id 765
  794. [12:57:41] [Server thread/ERROR] [FML]: Unidentified item: MineFactoryReloaded:safarinet.singleuse, id 4260
  795. [12:57:41] [Server thread/ERROR] [FML]: Unidentified item: MineFactoryReloaded:chocolatemilk.still, id 789
  796. [12:57:41] [Server thread/ERROR] [FML]: Unidentified item: MineFactoryReloaded:stainedglass.pane, id 772
  797. [12:57:41] [Server thread/WARN] [FML]: Forge Mod Loader detected missing blocks/items.
  798.  
  799. There are 133 missing blocks and items in this save.
  800. If you continue the missing blocks/items will get removed.
  801. A world backup will be automatically created in your saves directory.
  802.  
  803. Missing Blocks/Items:
  804. MineFactoryReloaded:machineblock
  805. MineFactoryReloaded:mushroomsoup.still
  806. MineFactoryReloaded:stainedglass.block
  807. MineFactoryReloaded:rubberwood.sapling
  808. MineFactoryReloaded:detcord
  809. MineFactoryReloaded:sludge.still
  810. MineFactoryReloaded:laserair
  811. MineFactoryReloaded:road
  812. MineFactoryReloaded:vinescaffold
  813. MineFactoryReloaded:brick
  814. MineFactoryReloaded:sewage.still
  815. MineFactoryReloaded:biofuel.still
  816. MineFactoryReloaded:rubberwood.log
  817. MineFactoryReloaded:conveyor
  818. MineFactoryReloaded:farmland
  819. MineFactoryReloaded:rubberwood.leaves
  820. MineFactoryReloaded:mobessence.still
  821. MineFactoryReloaded:machine.2
  822. MineFactoryReloaded:machine.1
  823. MineFactoryReloaded:machine.0
  824. MineFactoryReloaded:stone
  825. MineFactoryReloaded:meat.still
  826. MineFactoryReloaded:milk.still
  827. MineFactoryReloaded:cable.plastic
  828. MineFactoryReloaded:cable.redstone
  829. MineFactoryReloaded:chocolatemilk.still
  830. MineFactoryReloaded:stainedglass.pane
  831. MineFactoryReloaded:plastic
  832. MineFactoryReloaded:rail.passenger.pickup
  833. MineFactoryReloaded:rednet.logic
  834. MineFactoryReloaded:rail.cargo.dropoff
  835. MineFactoryReloaded:rail.passenger.dropoff
  836. MineFactoryReloaded:pinkslime.block
  837. MineFactoryReloaded:rail.cargo.pickup
  838. MineFactoryReloaded:rednet.panel
  839. MineFactoryReloaded:steam.still
  840. MineFactoryReloaded:tank
  841. MineFactoryReloaded:pinkslime.still
  842. MineFactoryReloaded:syringe.health
  843. MineFactoryReloaded:rubberwood.log
  844. MineFactoryReloaded:bucket.chocolatemilk
  845. MineFactoryReloaded:syringe.growth
  846. MineFactoryReloaded:sludge.still
  847. MineFactoryReloaded:plastic
  848. MineFactoryReloaded:meat.still
  849. MineFactoryReloaded:meat.ingot.raw
  850. MineFactoryReloaded:bucket.mushroomsoup
  851. MineFactoryReloaded:road
  852. MineFactoryReloaded:bucket.sludge
  853. MineFactoryReloaded:machineblock
  854. MineFactoryReloaded:safarinet.launcher
  855. MineFactoryReloaded:milkbottle
  856. MineFactoryReloaded:spyglass
  857. MineFactoryReloaded:rail.passenger.dropoff
  858. MineFactoryReloaded:cable.plastic
  859. MineFactoryReloaded:straw
  860. MineFactoryReloaded:meat.nugget.raw
  861. MineFactoryReloaded:vinescaffold
  862. MineFactoryReloaded:sewage.still
  863. MineFactoryReloaded:needlegun
  864. MineFactoryReloaded:tank
  865. MineFactoryReloaded:ceramicdye
  866. MineFactoryReloaded:bucket.sewage
  867. MineFactoryReloaded:needlegun.ammo.fire
  868. MineFactoryReloaded:pinkslime.still
  869. MineFactoryReloaded:xpextractor
  870. MineFactoryReloaded:milk.still
  871. MineFactoryReloaded:syringe.empty
  872. MineFactoryReloaded:plastic.sheet
  873. MineFactoryReloaded:laserfocus
  874. MineFactoryReloaded:needlegun.ammo.lava
  875. MineFactoryReloaded:needlegun.ammo.empty
  876. MineFactoryReloaded:stone
  877. MineFactoryReloaded:cable.redstone
  878. MineFactoryReloaded:bucket.meat
  879. MineFactoryReloaded:pinkslime
  880. MineFactoryReloaded:rubberwood.leaves
  881. MineFactoryReloaded:pinkslime.block
  882. MineFactoryReloaded:rednet.memorycard
  883. MineFactoryReloaded:plastic.cup
  884. MineFactoryReloaded:portaspawner
  885. MineFactoryReloaded:mushroomsoup.still
  886. MineFactoryReloaded:needlegun.ammo.pierce
  887. MineFactoryReloaded:upgrade.radius
  888. MineFactoryReloaded:rednet.panel
  889. MineFactoryReloaded:rubber.raw
  890. MineFactoryReloaded:syringe.cure
  891. MineFactoryReloaded:record.blank
  892. MineFactoryReloaded:rednet.meter
  893. MineFactoryReloaded:plastic.raw
  894. MineFactoryReloaded:meat.ingot.cooked
  895. MineFactoryReloaded:biofuel.still
  896. MineFactoryReloaded:needlegun.ammo.standard
  897. MineFactoryReloaded:plastic.boots
  898. MineFactoryReloaded:syringe.slime
  899. MineFactoryReloaded:brick
  900. MineFactoryReloaded:bucket.biofuel
  901. MineFactoryReloaded:safarinet.reusable
  902. MineFactoryReloaded:mobessence.still
  903. MineFactoryReloaded:stainedglass.block
  904. MineFactoryReloaded:rubber.bar
  905. MineFactoryReloaded:fertilizer
  906. MineFactoryReloaded:hammer
  907. MineFactoryReloaded:plastic.bag
  908. MineFactoryReloaded:meat.nugget.cooked
  909. MineFactoryReloaded:conveyor
  910. MineFactoryReloaded:needlegun.ammo.anvil
  911. MineFactoryReloaded:steam.still
  912. MineFactoryReloaded:upgrade.logic
  913. MineFactoryReloaded:rail.passenger.pickup
  914. MineFactoryReloaded:machine.2
  915. MineFactoryReloaded:machine.1
  916. MineFactoryReloaded:machine.0
  917. MineFactoryReloaded:rocket
  918. MineFactoryReloaded:needlegun.ammo.sewage
  919. MineFactoryReloaded:bucket.essence
  920. MineFactoryReloaded:fishingrod
  921. MineFactoryReloaded:safarinet.jailer
  922. MineFactoryReloaded:rubberwood.sapling
  923. MineFactoryReloaded:rail.cargo.pickup
  924. MineFactoryReloaded:detcord
  925. MineFactoryReloaded:syringe.zombie
  926. MineFactoryReloaded:sugarcharcoal
  927. MineFactoryReloaded:farmland
  928. MineFactoryReloaded:rednet.logic
  929. MineFactoryReloaded:bucket.pinkslime
  930. MineFactoryReloaded:rocketlauncher
  931. MineFactoryReloaded:needlegun.ammo.sludge
  932. MineFactoryReloaded:ruler
  933. MineFactoryReloaded:rail.cargo.dropoff
  934. MineFactoryReloaded:safarinet.singleuse
  935. MineFactoryReloaded:chocolatemilk.still
  936. MineFactoryReloaded:stainedglass.pane
  937.  
  938.  
  939. Run the command /fml confirm or or /fml cancel to proceed.
  940. Alternatively start the server with -Dfml.queryResult=confirm or -Dfml.queryResult=cancel to preselect the answer.
  941. [12:57:50] [Server thread/INFO] [FML]: confirmed
  942. [12:57:51] [Server thread/INFO] [FML]: World backup created at C:\Users\Ridge\Desktop\Servers\SkyFactory_223\world-20150214-125750.zip.
  943. [12:57:51] [Server thread/ERROR] [FML]: This world contains block and item mappings that may cause world breakage
  944. [12:57:51] [Server thread/INFO] [FML]: Applying holder lookups
  945. [12:57:51] [Server thread/WARN] [FML]: Unable to lookup chisel:cobblestoneWall for public static com.cricketcraft.chisel.block.BlockMarbleWall com.cricketcraft.chisel.init.ChiselBlocks.cobblestoneWall. Is there something wrong with the registry?
  946. [12:57:51] [Server thread/WARN] [FML]: Unable to lookup chisel:arcane for public static com.cricketcraft.chisel.block.BlockCarvable com.cricketcraft.chisel.init.ChiselBlocks.arcane. Is there something wrong with the registry?
  947. [12:57:51] [Server thread/WARN] [FML]: Unable to lookup chisel:thaumium for public static com.cricketcraft.chisel.block.BlockCarvable com.cricketcraft.chisel.init.ChiselBlocks.thaumium. Is there something wrong with the registry?
  948. [12:57:51] [Server thread/WARN] [FML]: Unable to lookup chisel:tallow for public static com.cricketcraft.chisel.block.BlockCarvable com.cricketcraft.chisel.init.ChiselBlocks.tallow. Is there something wrong with the registry?
  949. [12:57:51] [Server thread/WARN] [FML]: Unable to lookup chisel:bloodRune for public static com.cricketcraft.chisel.block.BlockCarvable com.cricketcraft.chisel.init.ChiselBlocks.bloodRune. Is there something wrong with the registry?
  950. [12:57:51] [Server thread/WARN] [FML]: Unable to lookup chisel:bloodBrick for public static com.cricketcraft.chisel.block.BlockCarvable com.cricketcraft.chisel.init.ChiselBlocks.bloodBrick. Is there something wrong with the registry?
  951. [12:57:51] [Server thread/WARN] [FML]: Unable to lookup Railcraft:routing.ticket.gold for public static net.minecraft.item.Item openperipheral.integration.railcraft.TicketItemHolder.ticketGold. Is there something wrong with the registry?
  952. [12:57:51] [Server thread/WARN] [FML]: Unable to lookup Railcraft:routing.ticket for public static net.minecraft.item.Item openperipheral.integration.railcraft.TicketItemHolder.ticket. Is there something wrong with the registry?
  953. [12:57:51] [Server thread/INFO] [FML]: Holder lookups applied
  954. [12:57:51] [Server thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]: java.util.zip.ZipException: Not in GZIP format
  955. [12:57:51] [Server thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at java.util.zip.GZIPInputStream.readHeader(Unknown Source)
  956. [12:57:51] [Server thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at java.util.zip.GZIPInputStream.<init>(Unknown Source)
  957. [12:57:51] [Server thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at java.util.zip.GZIPInputStream.<init>(Unknown Source)
  958. [12:57:51] [Server thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at net.minecraft.nbt.CompressedStreamTools.func_74796_a(CompressedStreamTools.java:29)
  959. [12:57:51] [Server thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at net.minecraft.world.storage.SaveHandler.func_75757_d(SaveHandler.java:119)
  960. [12:57:51] [Server thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at net.minecraft.world.World.<init>(World.java:220)
  961. [12:57:51] [Server thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at net.minecraft.world.WorldServer.<init>(WorldServer.java:97)
  962. [12:57:51] [Server thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at net.minecraft.server.MinecraftServer.func_71247_a(MinecraftServer.java:219)
  963. [12:57:51] [Server thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at net.minecraft.server.dedicated.DedicatedServer.func_71197_b(DedicatedServer.java:258)
  964. [12:57:51] [Server thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:387)
  965. [12:57:51] [Server thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at net.minecraft.server.MinecraftServer$2.run(MinecraftServer.java:685)
  966. [12:57:51] [Server thread/WARN] [FML]: Forge Mod Loader detected that the backup level.dat is being used.
  967.  
  968. This may happen due to a bug or corruption, continuing can damage
  969. your world beyond repair or lose data / progress.
  970.  
  971. It's recommended to create a world backup before continuing.
  972.  
  973. Run the command /fml confirm or or /fml cancel to proceed.
  974. Alternatively start the server with -Dfml.queryResult=confirm or -Dfml.queryResult=cancel to preselect the answer.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement