Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- [12:57:38] [Server thread/WARN] [OpenMods]: Something went terribly wrong while adding internal adapter 'class openperipheral.integration.ic2.AdapterReactor'. It will be disabled
- java.lang.NoClassDefFoundError: ic2/api/reactor/IReactor
- at openperipheral.integration.ic2.AdapterReactor.getTargetClass(AdapterReactor.java:11) ~[AdapterReactor.class:?]
- at openperipheral.adapter.peripheral.PeripheralExternalAdapterWrapper.<init>(PeripheralExternalAdapterWrapper.java:42) ~[PeripheralExternalAdapterWrapper.class:?]
- at openperipheral.adapter.AdapterManager$4.wrapExternalAdapter(AdapterManager.java:73) ~[AdapterManager$4.class:?]
- at openperipheral.adapter.AdapterManager.addAdapter(AdapterManager.java:123) [AdapterManager.class:?]
- at openperipheral.adapter.AdapterManager.addPeripheralAdapter(AdapterManager.java:97) [AdapterManager.class:?]
- at openperipheral.adapter.AdapterRegistryWrapper.register(AdapterRegistryWrapper.java:13) [AdapterRegistryWrapper.class:?]
- at openperipheral.integration.ic2.ModuleIC2Api.load(ModuleIC2Api.java:18) [ModuleIC2Api.class:?]
- at openmods.integration.Integration.loadModules(Integration.java:29) [Integration.class:?]
- at openmods.OpenMods.postInit(OpenMods.java:84) [OpenMods.class:?]
- at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_25]
- at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_25]
- at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_25]
- at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.8.0_25]
- at cpw.mods.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:513) [FMLModContainer.class:?]
- at sun.reflect.GeneratedMethodAccessor4.invoke(Unknown Source) ~[?:?]
- at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_25]
- at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.8.0_25]
- at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74) [minecraft_server.1.7.10.jar:?]
- at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47) [minecraft_server.1.7.10.jar:?]
- at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322) [minecraft_server.1.7.10.jar:?]
- at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304) [minecraft_server.1.7.10.jar:?]
- at com.google.common.eventbus.EventBus.post(EventBus.java:275) [minecraft_server.1.7.10.jar:?]
- at cpw.mods.fml.common.LoadController.sendEventToModContainer(LoadController.java:208) [LoadController.class:?]
- at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:187) [LoadController.class:?]
- at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_25]
- at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_25]
- at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_25]
- at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.8.0_25]
- at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74) [minecraft_server.1.7.10.jar:?]
- at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47) [minecraft_server.1.7.10.jar:?]
- at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322) [minecraft_server.1.7.10.jar:?]
- at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304) [minecraft_server.1.7.10.jar:?]
- at com.google.common.eventbus.EventBus.post(EventBus.java:275) [minecraft_server.1.7.10.jar:?]
- at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:118) [LoadController.class:?]
- at cpw.mods.fml.common.Loader.initializeMods(Loader.java:694) [Loader.class:?]
- at cpw.mods.fml.server.FMLServerHandler.finishServerLoading(FMLServerHandler.java:97) [FMLServerHandler.class:?]
- at cpw.mods.fml.common.FMLCommonHandler.onServerStarted(FMLCommonHandler.java:319) [FMLCommonHandler.class:?]
- at net.minecraft.server.dedicated.DedicatedServer.func_71197_b(DedicatedServer.java:210) [lt.class:?]
- at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:387) [MinecraftServer.class:?]
- at net.minecraft.server.MinecraftServer$2.run(MinecraftServer.java:685) [li.class:?]
- Caused by: java.lang.ClassNotFoundException: ic2.api.reactor.IReactor
- at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:191) ~[launchwrapper-1.11.jar:?]
- at java.lang.ClassLoader.loadClass(Unknown Source) ~[?:1.8.0_25]
- at java.lang.ClassLoader.loadClass(Unknown Source) ~[?:1.8.0_25]
- ... 40 more
- Caused by: java.lang.NullPointerException
- [12:57:38] [Server thread/WARN] [OpenMods]: Something went terribly wrong while adding internal adapter 'class openperipheral.integration.ic2.AdapterReactorChamber'. It will be disabled
- java.lang.NoClassDefFoundError: ic2/api/reactor/IReactorChamber
- at openperipheral.integration.ic2.AdapterReactorChamber.getTargetClass(AdapterReactorChamber.java:14) ~[AdapterReactorChamber.class:?]
- at openperipheral.adapter.peripheral.PeripheralExternalAdapterWrapper.<init>(PeripheralExternalAdapterWrapper.java:42) ~[PeripheralExternalAdapterWrapper.class:?]
- at openperipheral.adapter.AdapterManager$4.wrapExternalAdapter(AdapterManager.java:73) ~[AdapterManager$4.class:?]
- at openperipheral.adapter.AdapterManager.addAdapter(AdapterManager.java:123) [AdapterManager.class:?]
- at openperipheral.adapter.AdapterManager.addPeripheralAdapter(AdapterManager.java:97) [AdapterManager.class:?]
- at openperipheral.adapter.AdapterRegistryWrapper.register(AdapterRegistryWrapper.java:13) [AdapterRegistryWrapper.class:?]
- at openperipheral.integration.ic2.ModuleIC2Api.load(ModuleIC2Api.java:19) [ModuleIC2Api.class:?]
- at openmods.integration.Integration.loadModules(Integration.java:29) [Integration.class:?]
- at openmods.OpenMods.postInit(OpenMods.java:84) [OpenMods.class:?]
- at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_25]
- at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_25]
- at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_25]
- at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.8.0_25]
- at cpw.mods.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:513) [FMLModContainer.class:?]
- at sun.reflect.GeneratedMethodAccessor4.invoke(Unknown Source) ~[?:?]
- at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_25]
- at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.8.0_25]
- at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74) [minecraft_server.1.7.10.jar:?]
- at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47) [minecraft_server.1.7.10.jar:?]
- at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322) [minecraft_server.1.7.10.jar:?]
- at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304) [minecraft_server.1.7.10.jar:?]
- at com.google.common.eventbus.EventBus.post(EventBus.java:275) [minecraft_server.1.7.10.jar:?]
- at cpw.mods.fml.common.LoadController.sendEventToModContainer(LoadController.java:208) [LoadController.class:?]
- at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:187) [LoadController.class:?]
- at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_25]
- at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_25]
- at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_25]
- at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.8.0_25]
- at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74) [minecraft_server.1.7.10.jar:?]
- at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47) [minecraft_server.1.7.10.jar:?]
- at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322) [minecraft_server.1.7.10.jar:?]
- at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304) [minecraft_server.1.7.10.jar:?]
- at com.google.common.eventbus.EventBus.post(EventBus.java:275) [minecraft_server.1.7.10.jar:?]
- at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:118) [LoadController.class:?]
- at cpw.mods.fml.common.Loader.initializeMods(Loader.java:694) [Loader.class:?]
- at cpw.mods.fml.server.FMLServerHandler.finishServerLoading(FMLServerHandler.java:97) [FMLServerHandler.class:?]
- at cpw.mods.fml.common.FMLCommonHandler.onServerStarted(FMLCommonHandler.java:319) [FMLCommonHandler.class:?]
- at net.minecraft.server.dedicated.DedicatedServer.func_71197_b(DedicatedServer.java:210) [lt.class:?]
- at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:387) [MinecraftServer.class:?]
- at net.minecraft.server.MinecraftServer$2.run(MinecraftServer.java:685) [li.class:?]
- Caused by: java.lang.ClassNotFoundException: ic2.api.reactor.IReactorChamber
- at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:191) ~[launchwrapper-1.11.jar:?]
- at java.lang.ClassLoader.loadClass(Unknown Source) ~[?:1.8.0_25]
- at java.lang.ClassLoader.loadClass(Unknown Source) ~[?:1.8.0_25]
- ... 40 more
- Caused by: java.lang.NullPointerException
- [12:57:38] [Server thread/WARN] [OpenMods]: Something went terribly wrong while adding internal adapter 'class openperipheral.integration.ic2.AdapterEnergyConductor'. It will be disabled
- java.lang.NoClassDefFoundError: ic2/api/energy/tile/IEnergyConductor
- at openperipheral.integration.ic2.AdapterEnergyConductor.getTargetClass(AdapterEnergyConductor.java:11) ~[AdapterEnergyConductor.class:?]
- at openperipheral.adapter.peripheral.PeripheralExternalAdapterWrapper.<init>(PeripheralExternalAdapterWrapper.java:42) ~[PeripheralExternalAdapterWrapper.class:?]
- at openperipheral.adapter.AdapterManager$4.wrapExternalAdapter(AdapterManager.java:73) ~[AdapterManager$4.class:?]
- at openperipheral.adapter.AdapterManager.addAdapter(AdapterManager.java:123) [AdapterManager.class:?]
- at openperipheral.adapter.AdapterManager.addPeripheralAdapter(AdapterManager.java:97) [AdapterManager.class:?]
- at openperipheral.adapter.AdapterRegistryWrapper.register(AdapterRegistryWrapper.java:13) [AdapterRegistryWrapper.class:?]
- at openperipheral.integration.ic2.ModuleIC2Api.load(ModuleIC2Api.java:20) [ModuleIC2Api.class:?]
- at openmods.integration.Integration.loadModules(Integration.java:29) [Integration.class:?]
- at openmods.OpenMods.postInit(OpenMods.java:84) [OpenMods.class:?]
- at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_25]
- at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_25]
- at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_25]
- at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.8.0_25]
- at cpw.mods.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:513) [FMLModContainer.class:?]
- at sun.reflect.GeneratedMethodAccessor4.invoke(Unknown Source) ~[?:?]
- at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_25]
- at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.8.0_25]
- at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74) [minecraft_server.1.7.10.jar:?]
- at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47) [minecraft_server.1.7.10.jar:?]
- at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322) [minecraft_server.1.7.10.jar:?]
- at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304) [minecraft_server.1.7.10.jar:?]
- at com.google.common.eventbus.EventBus.post(EventBus.java:275) [minecraft_server.1.7.10.jar:?]
- at cpw.mods.fml.common.LoadController.sendEventToModContainer(LoadController.java:208) [LoadController.class:?]
- at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:187) [LoadController.class:?]
- at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_25]
- at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_25]
- at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_25]
- at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.8.0_25]
- at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74) [minecraft_server.1.7.10.jar:?]
- at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47) [minecraft_server.1.7.10.jar:?]
- at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322) [minecraft_server.1.7.10.jar:?]
- at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304) [minecraft_server.1.7.10.jar:?]
- at com.google.common.eventbus.EventBus.post(EventBus.java:275) [minecraft_server.1.7.10.jar:?]
- at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:118) [LoadController.class:?]
- at cpw.mods.fml.common.Loader.initializeMods(Loader.java:694) [Loader.class:?]
- at cpw.mods.fml.server.FMLServerHandler.finishServerLoading(FMLServerHandler.java:97) [FMLServerHandler.class:?]
- at cpw.mods.fml.common.FMLCommonHandler.onServerStarted(FMLCommonHandler.java:319) [FMLCommonHandler.class:?]
- at net.minecraft.server.dedicated.DedicatedServer.func_71197_b(DedicatedServer.java:210) [lt.class:?]
- at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:387) [MinecraftServer.class:?]
- at net.minecraft.server.MinecraftServer$2.run(MinecraftServer.java:685) [li.class:?]
- Caused by: java.lang.ClassNotFoundException: ic2.api.energy.tile.IEnergyConductor
- at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:191) ~[launchwrapper-1.11.jar:?]
- at java.lang.ClassLoader.loadClass(Unknown Source) ~[?:1.8.0_25]
- at java.lang.ClassLoader.loadClass(Unknown Source) ~[?:1.8.0_25]
- ... 40 more
- Caused by: java.lang.NullPointerException
- [12:57:38] [Server thread/WARN] [OpenMods]: Something went terribly wrong while adding internal adapter 'class openperipheral.integration.ic2.AdapterEnergySource'. It will be disabled
- java.lang.NoClassDefFoundError: ic2/api/energy/tile/IEnergySource
- at openperipheral.integration.ic2.AdapterEnergySource.getTargetClass(AdapterEnergySource.java:11) ~[AdapterEnergySource.class:?]
- at openperipheral.adapter.peripheral.PeripheralExternalAdapterWrapper.<init>(PeripheralExternalAdapterWrapper.java:42) ~[PeripheralExternalAdapterWrapper.class:?]
- at openperipheral.adapter.AdapterManager$4.wrapExternalAdapter(AdapterManager.java:73) ~[AdapterManager$4.class:?]
- at openperipheral.adapter.AdapterManager.addAdapter(AdapterManager.java:123) [AdapterManager.class:?]
- at openperipheral.adapter.AdapterManager.addPeripheralAdapter(AdapterManager.java:97) [AdapterManager.class:?]
- at openperipheral.adapter.AdapterRegistryWrapper.register(AdapterRegistryWrapper.java:13) [AdapterRegistryWrapper.class:?]
- at openperipheral.integration.ic2.ModuleIC2Api.load(ModuleIC2Api.java:22) [ModuleIC2Api.class:?]
- at openmods.integration.Integration.loadModules(Integration.java:29) [Integration.class:?]
- at openmods.OpenMods.postInit(OpenMods.java:84) [OpenMods.class:?]
- at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_25]
- at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_25]
- at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_25]
- at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.8.0_25]
- at cpw.mods.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:513) [FMLModContainer.class:?]
- at sun.reflect.GeneratedMethodAccessor4.invoke(Unknown Source) ~[?:?]
- at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_25]
- at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.8.0_25]
- at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74) [minecraft_server.1.7.10.jar:?]
- at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47) [minecraft_server.1.7.10.jar:?]
- at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322) [minecraft_server.1.7.10.jar:?]
- at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304) [minecraft_server.1.7.10.jar:?]
- at com.google.common.eventbus.EventBus.post(EventBus.java:275) [minecraft_server.1.7.10.jar:?]
- at cpw.mods.fml.common.LoadController.sendEventToModContainer(LoadController.java:208) [LoadController.class:?]
- at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:187) [LoadController.class:?]
- at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_25]
- at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_25]
- at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_25]
- at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.8.0_25]
- at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74) [minecraft_server.1.7.10.jar:?]
- at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47) [minecraft_server.1.7.10.jar:?]
- at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322) [minecraft_server.1.7.10.jar:?]
- at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304) [minecraft_server.1.7.10.jar:?]
- at com.google.common.eventbus.EventBus.post(EventBus.java:275) [minecraft_server.1.7.10.jar:?]
- at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:118) [LoadController.class:?]
- at cpw.mods.fml.common.Loader.initializeMods(Loader.java:694) [Loader.class:?]
- at cpw.mods.fml.server.FMLServerHandler.finishServerLoading(FMLServerHandler.java:97) [FMLServerHandler.class:?]
- at cpw.mods.fml.common.FMLCommonHandler.onServerStarted(FMLCommonHandler.java:319) [FMLCommonHandler.class:?]
- at net.minecraft.server.dedicated.DedicatedServer.func_71197_b(DedicatedServer.java:210) [lt.class:?]
- at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:387) [MinecraftServer.class:?]
- at net.minecraft.server.MinecraftServer$2.run(MinecraftServer.java:685) [li.class:?]
- Caused by: java.lang.ClassNotFoundException: ic2.api.energy.tile.IEnergySource
- at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:191) ~[launchwrapper-1.11.jar:?]
- at java.lang.ClassLoader.loadClass(Unknown Source) ~[?:1.8.0_25]
- at java.lang.ClassLoader.loadClass(Unknown Source) ~[?:1.8.0_25]
- ... 40 more
- Caused by: java.lang.NullPointerException
- [12:57:38] [Server thread/WARN] [OpenMods]: Something went terribly wrong while adding internal adapter 'class openperipheral.integration.ic2.AdapterEnergyStorage'. It will be disabled
- java.lang.NoClassDefFoundError: ic2/api/tile/IEnergyStorage
- at openperipheral.integration.ic2.AdapterEnergyStorage.getTargetClass(AdapterEnergyStorage.java:11) ~[AdapterEnergyStorage.class:?]
- at openperipheral.adapter.peripheral.PeripheralExternalAdapterWrapper.<init>(PeripheralExternalAdapterWrapper.java:42) ~[PeripheralExternalAdapterWrapper.class:?]
- at openperipheral.adapter.AdapterManager$4.wrapExternalAdapter(AdapterManager.java:73) ~[AdapterManager$4.class:?]
- at openperipheral.adapter.AdapterManager.addAdapter(AdapterManager.java:123) [AdapterManager.class:?]
- at openperipheral.adapter.AdapterManager.addPeripheralAdapter(AdapterManager.java:97) [AdapterManager.class:?]
- at openperipheral.adapter.AdapterRegistryWrapper.register(AdapterRegistryWrapper.java:13) [AdapterRegistryWrapper.class:?]
- at openperipheral.integration.ic2.ModuleIC2Api.load(ModuleIC2Api.java:23) [ModuleIC2Api.class:?]
- at openmods.integration.Integration.loadModules(Integration.java:29) [Integration.class:?]
- at openmods.OpenMods.postInit(OpenMods.java:84) [OpenMods.class:?]
- at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_25]
- at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_25]
- at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_25]
- at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.8.0_25]
- at cpw.mods.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:513) [FMLModContainer.class:?]
- at sun.reflect.GeneratedMethodAccessor4.invoke(Unknown Source) ~[?:?]
- at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_25]
- at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.8.0_25]
- at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74) [minecraft_server.1.7.10.jar:?]
- at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47) [minecraft_server.1.7.10.jar:?]
- at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322) [minecraft_server.1.7.10.jar:?]
- at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304) [minecraft_server.1.7.10.jar:?]
- at com.google.common.eventbus.EventBus.post(EventBus.java:275) [minecraft_server.1.7.10.jar:?]
- at cpw.mods.fml.common.LoadController.sendEventToModContainer(LoadController.java:208) [LoadController.class:?]
- at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:187) [LoadController.class:?]
- at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_25]
- at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_25]
- at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_25]
- at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.8.0_25]
- at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74) [minecraft_server.1.7.10.jar:?]
- at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47) [minecraft_server.1.7.10.jar:?]
- at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322) [minecraft_server.1.7.10.jar:?]
- at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304) [minecraft_server.1.7.10.jar:?]
- at com.google.common.eventbus.EventBus.post(EventBus.java:275) [minecraft_server.1.7.10.jar:?]
- at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:118) [LoadController.class:?]
- at cpw.mods.fml.common.Loader.initializeMods(Loader.java:694) [Loader.class:?]
- at cpw.mods.fml.server.FMLServerHandler.finishServerLoading(FMLServerHandler.java:97) [FMLServerHandler.class:?]
- at cpw.mods.fml.common.FMLCommonHandler.onServerStarted(FMLCommonHandler.java:319) [FMLCommonHandler.class:?]
- at net.minecraft.server.dedicated.DedicatedServer.func_71197_b(DedicatedServer.java:210) [lt.class:?]
- at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:387) [MinecraftServer.class:?]
- at net.minecraft.server.MinecraftServer$2.run(MinecraftServer.java:685) [li.class:?]
- Caused by: java.lang.ClassNotFoundException: ic2.api.tile.IEnergyStorage
- at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:191) ~[launchwrapper-1.11.jar:?]
- at java.lang.ClassLoader.loadClass(Unknown Source) ~[?:1.8.0_25]
- at java.lang.ClassLoader.loadClass(Unknown Source) ~[?:1.8.0_25]
- ... 40 more
- Caused by: java.lang.NullPointerException
- [12:57:38] [Server thread/WARN] [OpenMods]: Something went terribly wrong while adding internal adapter 'class openperipheral.integration.ic2.AdapterCrop'. It will be disabled
- java.lang.NoClassDefFoundError: ic2/api/crops/ICropTile
- at openperipheral.integration.ic2.AdapterCrop.getTargetClass(AdapterCrop.java:12) ~[AdapterCrop.class:?]
- at openperipheral.adapter.peripheral.PeripheralExternalAdapterWrapper.<init>(PeripheralExternalAdapterWrapper.java:42) ~[PeripheralExternalAdapterWrapper.class:?]
- at openperipheral.adapter.AdapterManager$4.wrapExternalAdapter(AdapterManager.java:73) ~[AdapterManager$4.class:?]
- at openperipheral.adapter.AdapterManager.addAdapter(AdapterManager.java:123) [AdapterManager.class:?]
- at openperipheral.adapter.AdapterManager.addPeripheralAdapter(AdapterManager.java:97) [AdapterManager.class:?]
- at openperipheral.adapter.AdapterRegistryWrapper.register(AdapterRegistryWrapper.java:13) [AdapterRegistryWrapper.class:?]
- at openperipheral.integration.ic2.ModuleIC2Api.load(ModuleIC2Api.java:24) [ModuleIC2Api.class:?]
- at openmods.integration.Integration.loadModules(Integration.java:29) [Integration.class:?]
- at openmods.OpenMods.postInit(OpenMods.java:84) [OpenMods.class:?]
- at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_25]
- at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_25]
- at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_25]
- at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.8.0_25]
- at cpw.mods.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:513) [FMLModContainer.class:?]
- at sun.reflect.GeneratedMethodAccessor4.invoke(Unknown Source) ~[?:?]
- at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_25]
- at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.8.0_25]
- at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74) [minecraft_server.1.7.10.jar:?]
- at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47) [minecraft_server.1.7.10.jar:?]
- at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322) [minecraft_server.1.7.10.jar:?]
- at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304) [minecraft_server.1.7.10.jar:?]
- at com.google.common.eventbus.EventBus.post(EventBus.java:275) [minecraft_server.1.7.10.jar:?]
- at cpw.mods.fml.common.LoadController.sendEventToModContainer(LoadController.java:208) [LoadController.class:?]
- at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:187) [LoadController.class:?]
- at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_25]
- at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_25]
- at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_25]
- at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.8.0_25]
- at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74) [minecraft_server.1.7.10.jar:?]
- at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47) [minecraft_server.1.7.10.jar:?]
- at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322) [minecraft_server.1.7.10.jar:?]
- at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304) [minecraft_server.1.7.10.jar:?]
- at com.google.common.eventbus.EventBus.post(EventBus.java:275) [minecraft_server.1.7.10.jar:?]
- at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:118) [LoadController.class:?]
- at cpw.mods.fml.common.Loader.initializeMods(Loader.java:694) [Loader.class:?]
- at cpw.mods.fml.server.FMLServerHandler.finishServerLoading(FMLServerHandler.java:97) [FMLServerHandler.class:?]
- at cpw.mods.fml.common.FMLCommonHandler.onServerStarted(FMLCommonHandler.java:319) [FMLCommonHandler.class:?]
- at net.minecraft.server.dedicated.DedicatedServer.func_71197_b(DedicatedServer.java:210) [lt.class:?]
- at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:387) [MinecraftServer.class:?]
- at net.minecraft.server.MinecraftServer$2.run(MinecraftServer.java:685) [li.class:?]
- Caused by: java.lang.ClassNotFoundException: ic2.api.crops.ICropTile
- at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:191) ~[launchwrapper-1.11.jar:?]
- at java.lang.ClassLoader.loadClass(Unknown Source) ~[?:1.8.0_25]
- at java.lang.ClassLoader.loadClass(Unknown Source) ~[?:1.8.0_25]
- ... 40 more
- Caused by: java.lang.NullPointerException
- [12:57:38] [Server thread/WARN] [OpenMods]: Something went terribly wrong while adding internal adapter 'class openperipheral.integration.ic2.AdapterKineticSource'. It will be disabled
- java.lang.NoClassDefFoundError: ic2/api/energy/tile/IKineticSource
- at openperipheral.integration.ic2.AdapterKineticSource.getTargetClass(AdapterKineticSource.java:11) ~[AdapterKineticSource.class:?]
- at openperipheral.adapter.peripheral.PeripheralExternalAdapterWrapper.<init>(PeripheralExternalAdapterWrapper.java:42) ~[PeripheralExternalAdapterWrapper.class:?]
- at openperipheral.adapter.AdapterManager$4.wrapExternalAdapter(AdapterManager.java:73) ~[AdapterManager$4.class:?]
- at openperipheral.adapter.AdapterManager.addAdapter(AdapterManager.java:123) [AdapterManager.class:?]
- at openperipheral.adapter.AdapterManager.addPeripheralAdapter(AdapterManager.java:97) [AdapterManager.class:?]
- at openperipheral.adapter.AdapterRegistryWrapper.register(AdapterRegistryWrapper.java:13) [AdapterRegistryWrapper.class:?]
- at openperipheral.integration.ic2.ModuleIC2Api.load(ModuleIC2Api.java:25) [ModuleIC2Api.class:?]
- at openmods.integration.Integration.loadModules(Integration.java:29) [Integration.class:?]
- at openmods.OpenMods.postInit(OpenMods.java:84) [OpenMods.class:?]
- at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_25]
- at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_25]
- at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_25]
- at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.8.0_25]
- at cpw.mods.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:513) [FMLModContainer.class:?]
- at sun.reflect.GeneratedMethodAccessor4.invoke(Unknown Source) ~[?:?]
- at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_25]
- at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.8.0_25]
- at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74) [minecraft_server.1.7.10.jar:?]
- at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47) [minecraft_server.1.7.10.jar:?]
- at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322) [minecraft_server.1.7.10.jar:?]
- at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304) [minecraft_server.1.7.10.jar:?]
- at com.google.common.eventbus.EventBus.post(EventBus.java:275) [minecraft_server.1.7.10.jar:?]
- at cpw.mods.fml.common.LoadController.sendEventToModContainer(LoadController.java:208) [LoadController.class:?]
- at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:187) [LoadController.class:?]
- at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_25]
- at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_25]
- at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_25]
- at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.8.0_25]
- at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74) [minecraft_server.1.7.10.jar:?]
- at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47) [minecraft_server.1.7.10.jar:?]
- at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322) [minecraft_server.1.7.10.jar:?]
- at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304) [minecraft_server.1.7.10.jar:?]
- at com.google.common.eventbus.EventBus.post(EventBus.java:275) [minecraft_server.1.7.10.jar:?]
- at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:118) [LoadController.class:?]
- at cpw.mods.fml.common.Loader.initializeMods(Loader.java:694) [Loader.class:?]
- at cpw.mods.fml.server.FMLServerHandler.finishServerLoading(FMLServerHandler.java:97) [FMLServerHandler.class:?]
- at cpw.mods.fml.common.FMLCommonHandler.onServerStarted(FMLCommonHandler.java:319) [FMLCommonHandler.class:?]
- at net.minecraft.server.dedicated.DedicatedServer.func_71197_b(DedicatedServer.java:210) [lt.class:?]
- at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:387) [MinecraftServer.class:?]
- at net.minecraft.server.MinecraftServer$2.run(MinecraftServer.java:685) [li.class:?]
- Caused by: java.lang.ClassNotFoundException: ic2.api.energy.tile.IKineticSource
- at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:191) ~[launchwrapper-1.11.jar:?]
- at java.lang.ClassLoader.loadClass(Unknown Source) ~[?:1.8.0_25]
- at java.lang.ClassLoader.loadClass(Unknown Source) ~[?:1.8.0_25]
- ... 40 more
- Caused by: java.lang.NullPointerException
- [12:57:38] [Server thread/WARN] [OpenMods]: Something went terribly wrong while adding internal adapter 'class openperipheral.integration.ic2.AdapterHeatSource'. It will be disabled
- java.lang.NoClassDefFoundError: ic2/api/energy/tile/IHeatSource
- at openperipheral.integration.ic2.AdapterHeatSource.getTargetClass(AdapterHeatSource.java:11) ~[AdapterHeatSource.class:?]
- at openperipheral.adapter.peripheral.PeripheralExternalAdapterWrapper.<init>(PeripheralExternalAdapterWrapper.java:42) ~[PeripheralExternalAdapterWrapper.class:?]
- at openperipheral.adapter.AdapterManager$4.wrapExternalAdapter(AdapterManager.java:73) ~[AdapterManager$4.class:?]
- at openperipheral.adapter.AdapterManager.addAdapter(AdapterManager.java:123) [AdapterManager.class:?]
- at openperipheral.adapter.AdapterManager.addPeripheralAdapter(AdapterManager.java:97) [AdapterManager.class:?]
- at openperipheral.adapter.AdapterRegistryWrapper.register(AdapterRegistryWrapper.java:13) [AdapterRegistryWrapper.class:?]
- at openperipheral.integration.ic2.ModuleIC2Api.load(ModuleIC2Api.java:26) [ModuleIC2Api.class:?]
- at openmods.integration.Integration.loadModules(Integration.java:29) [Integration.class:?]
- at openmods.OpenMods.postInit(OpenMods.java:84) [OpenMods.class:?]
- at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_25]
- at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_25]
- at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_25]
- at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.8.0_25]
- at cpw.mods.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:513) [FMLModContainer.class:?]
- at sun.reflect.GeneratedMethodAccessor4.invoke(Unknown Source) ~[?:?]
- at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_25]
- at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.8.0_25]
- at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74) [minecraft_server.1.7.10.jar:?]
- at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47) [minecraft_server.1.7.10.jar:?]
- at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322) [minecraft_server.1.7.10.jar:?]
- at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304) [minecraft_server.1.7.10.jar:?]
- at com.google.common.eventbus.EventBus.post(EventBus.java:275) [minecraft_server.1.7.10.jar:?]
- at cpw.mods.fml.common.LoadController.sendEventToModContainer(LoadController.java:208) [LoadController.class:?]
- at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:187) [LoadController.class:?]
- at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_25]
- at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_25]
- at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_25]
- at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.8.0_25]
- at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74) [minecraft_server.1.7.10.jar:?]
- at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47) [minecraft_server.1.7.10.jar:?]
- at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322) [minecraft_server.1.7.10.jar:?]
- at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304) [minecraft_server.1.7.10.jar:?]
- at com.google.common.eventbus.EventBus.post(EventBus.java:275) [minecraft_server.1.7.10.jar:?]
- at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:118) [LoadController.class:?]
- at cpw.mods.fml.common.Loader.initializeMods(Loader.java:694) [Loader.class:?]
- at cpw.mods.fml.server.FMLServerHandler.finishServerLoading(FMLServerHandler.java:97) [FMLServerHandler.class:?]
- at cpw.mods.fml.common.FMLCommonHandler.onServerStarted(FMLCommonHandler.java:319) [FMLCommonHandler.class:?]
- at net.minecraft.server.dedicated.DedicatedServer.func_71197_b(DedicatedServer.java:210) [lt.class:?]
- at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:387) [MinecraftServer.class:?]
- at net.minecraft.server.MinecraftServer$2.run(MinecraftServer.java:685) [li.class:?]
- Caused by: java.lang.ClassNotFoundException: ic2.api.energy.tile.IHeatSource
- at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:191) ~[launchwrapper-1.11.jar:?]
- at java.lang.ClassLoader.loadClass(Unknown Source) ~[?:1.8.0_25]
- at java.lang.ClassLoader.loadClass(Unknown Source) ~[?:1.8.0_25]
- ... 40 more
- Caused by: java.lang.NullPointerException
- [12:57:38] [Server thread/WARN] [OpenMods]: Can't load integration module 'IC2API (API) CC integration module'
- java.lang.TypeNotPresentException: Type ic2.api.item.IElectricItem not present
- at sun.reflect.generics.factory.CoreReflectionFactory.makeNamedType(Unknown Source) ~[?:1.8.0_25]
- at sun.reflect.generics.visitor.Reifier.visitClassTypeSignature(Unknown Source) ~[?:1.8.0_25]
- at sun.reflect.generics.tree.ClassTypeSignature.accept(Unknown Source) ~[?:1.8.0_25]
- at sun.reflect.generics.visitor.Reifier.reifyTypeArguments(Unknown Source) ~[?:1.8.0_25]
- at sun.reflect.generics.visitor.Reifier.visitClassTypeSignature(Unknown Source) ~[?:1.8.0_25]
- at sun.reflect.generics.tree.ClassTypeSignature.accept(Unknown Source) ~[?:1.8.0_25]
- at sun.reflect.generics.repository.ClassRepository.getSuperclass(Unknown Source) ~[?:1.8.0_25]
- at java.lang.Class.getGenericSuperclass(Unknown Source) ~[?:1.8.0_25]
- at com.google.common.reflect.TypeCapture.capture(TypeCapture.java:33) ~[minecraft_server.1.7.10.jar:?]
- at com.google.common.reflect.TypeToken.<init>(TypeToken.java:113) ~[minecraft_server.1.7.10.jar:?]
- at openperipheral.api.helpers.MetaProviderSimple.<init>(MetaProviderSimple.java:8) ~[MetaProviderSimple.class:?]
- at openperipheral.api.helpers.ItemStackMetaProviderSimple.<init>(ItemStackMetaProviderSimple.java:6) ~[ItemStackMetaProviderSimple.class:?]
- at openperipheral.integration.ic2.ElectricItemMetaProvider.<init>(ElectricItemMetaProvider.java:14) ~[ElectricItemMetaProvider.class:?]
- at openperipheral.integration.ic2.ModuleIC2Api.load(ModuleIC2Api.java:29) ~[ModuleIC2Api.class:?]
- at openmods.integration.Integration.loadModules(Integration.java:29) [Integration.class:?]
- at openmods.OpenMods.postInit(OpenMods.java:84) [OpenMods.class:?]
- at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_25]
- at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_25]
- at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_25]
- at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.8.0_25]
- at cpw.mods.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:513) [FMLModContainer.class:?]
- at sun.reflect.GeneratedMethodAccessor4.invoke(Unknown Source) ~[?:?]
- at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_25]
- at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.8.0_25]
- at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74) [minecraft_server.1.7.10.jar:?]
- at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47) [minecraft_server.1.7.10.jar:?]
- at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322) [minecraft_server.1.7.10.jar:?]
- at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304) [minecraft_server.1.7.10.jar:?]
- at com.google.common.eventbus.EventBus.post(EventBus.java:275) [minecraft_server.1.7.10.jar:?]
- at cpw.mods.fml.common.LoadController.sendEventToModContainer(LoadController.java:208) [LoadController.class:?]
- at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:187) [LoadController.class:?]
- at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_25]
- at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_25]
- at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_25]
- at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.8.0_25]
- at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74) [minecraft_server.1.7.10.jar:?]
- at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47) [minecraft_server.1.7.10.jar:?]
- at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322) [minecraft_server.1.7.10.jar:?]
- at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304) [minecraft_server.1.7.10.jar:?]
- at com.google.common.eventbus.EventBus.post(EventBus.java:275) [minecraft_server.1.7.10.jar:?]
- at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:118) [LoadController.class:?]
- at cpw.mods.fml.common.Loader.initializeMods(Loader.java:694) [Loader.class:?]
- at cpw.mods.fml.server.FMLServerHandler.finishServerLoading(FMLServerHandler.java:97) [FMLServerHandler.class:?]
- at cpw.mods.fml.common.FMLCommonHandler.onServerStarted(FMLCommonHandler.java:319) [FMLCommonHandler.class:?]
- at net.minecraft.server.dedicated.DedicatedServer.func_71197_b(DedicatedServer.java:210) [lt.class:?]
- at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:387) [MinecraftServer.class:?]
- at net.minecraft.server.MinecraftServer$2.run(MinecraftServer.java:685) [li.class:?]
- Caused by: java.lang.ClassNotFoundException: ic2.api.item.IElectricItem
- at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:191) ~[launchwrapper-1.11.jar:?]
- at java.lang.ClassLoader.loadClass(Unknown Source) ~[?:1.8.0_25]
- at java.lang.ClassLoader.loadClass(Unknown Source) ~[?:1.8.0_25]
- at java.lang.Class.forName0(Native Method) ~[?:1.8.0_25]
- at java.lang.Class.forName(Unknown Source) ~[?:1.8.0_25]
- ... 47 more
- Caused by: java.lang.NullPointerException
- [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
- [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
- [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
- [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
- [12:57:38] [Server thread/INFO] [OpenMods]: openmods.integration.Integration.loadModules(Integration.java:30): Loaded integration module 'ComputerCraft (mod) CC integration module'
- [12:57:38] [Server thread/INFO] [OpenMods]: openmods.integration.Integration.loadModules(Integration.java:30): Loaded integration module 'EnderStorage (mod) CC integration module'
- [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
- [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
- [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
- [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
- [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
- [12:57:38] [Server thread/INFO] [OpenMods]: openmods.integration.Integration.loadModules(Integration.java:32): Condition no met for integration module 'BuildCraft pipes', not loading
- [12:57:39] [Server thread/INFO] [xreliquary]: Loaded successfully!
- [12:57:39] [Server thread/INFO] [xreliquary]: Hey NEI! I got a plugin for you! (hopefully in the near future).
- [12:57:39] [Server thread/INFO] [IguanaTweaksTConstruct]: Modifying TConstruct materials
- [12:57:39] [Server thread/INFO] [IguanaTweaksTConstruct]: Finished modifying TConstruct materials
- [12:57:39] [Server thread/INFO] [IguanaTweaksTConstruct]: Modifying HarvestLevel of blocks and items
- [12:57:39] [Server thread/INFO] [IguanaTweaksTConstruct]: Finished modifying HarvestLevel of blocks and items
- [12:57:39] [Server thread/INFO] [IguanaTweaksTConstruct]: Adding Diamond/Emerald Modifiers for Mining Levels
- [12:57:39] [Server thread/INFO] [IguanaTweaksTConstruct]: Removing Flint drops from Gravel
- [12:57:39] [Server thread/INFO] [IguanaTweaksTConstruct]: Adding shapeless Flint recipe from 3 Gravel
- [12:57:39] [Server thread/INFO] [IguanaTweaksTConstruct]: Register String binding
- [12:57:39] [Server thread/INFO] [IguanaTweaksTConstruct]: Registering reusable tool parts
- [12:57:39] [Server thread/INFO] [IguanaTweaksTConstruct]: Removing Obsidian alloy
- [12:57:39] [Server thread/INFO] [IguanaTweaksTConstruct]: Loading tool pattern combinations
- [12:57:39] [Server thread/INFO] [IguanaTweaksTConstruct]: Loading tool casting combinations
- [12:57:39] [Server thread/INFO] [IguanaTweaksTConstruct]: Applying Tool Part restrictions
- [12:57:39] [Server thread/INFO] [IguanaTweaksTConstruct]: Adapting and adding FMP saws
- [12:57:39] [Server thread/INFO] [IguanaTweaksTConstruct]: Changed Cutting Strength for item.microblock:sawStone from 1 to 0
- [12:57:39] [Server thread/INFO] [IguanaTweaksTConstruct]: Changed Cutting Strength for item.microblock:sawIron from 2 to 3
- [12:57:39] [Server thread/INFO] [IguanaTweaksTConstruct]: Changed Cutting Strength for item.microblock:sawDiamond from 3 to 5
- [12:57:39] [Server thread/INFO] [FML]: Unknown recipe class! jds.bibliocraft.BiblioSpecialRecipes Modder please refer to net.minecraftforge.oredict.RecipeSorter
- [12:57:39] [Server thread/INFO] [FML]: Unknown recipe class! appeng.recipes.game.DisassembleRecipe Modder please refer to net.minecraftforge.oredict.RecipeSorter
- [12:57:39] [Server thread/INFO] [FML]: Unknown recipe class! codechicken.enderstorage.common.EnderStorageRecipe Modder please refer to net.minecraftforge.oredict.RecipeSorter
- [12:57:39] [Server thread/INFO] [FML]: Unknown recipe class! tconstruct.library.crafting.ShapelessToolRecipe Modder please refer to net.minecraftforge.oredict.RecipeSorter
- [12:57:39] [Server thread/INFO] [FML]: Unknown recipe class! toast.utilityMobs.RecipeSavePermissions Modder please refer to net.minecraftforge.oredict.RecipeSorter
- [12:57:39] [Server thread/INFO] [FML]: Unknown recipe class! cofh.core.util.crafting.RecipeUpgradeOveride Modder please refer to net.minecraftforge.oredict.RecipeSorter
- [12:57:39] [Server thread/INFO] [FML]: Unknown recipe class! iguanaman.iguanatweakstconstruct.tweaks.PartCraftingRecipe Modder please refer to net.minecraftforge.oredict.RecipeSorter
- [12:57:39] [Server thread/INFO] [FML]: Unknown recipe class! iguanaman.iguanatweakstconstruct.tweaks.ToolCraftingRecipe Modder please refer to net.minecraftforge.oredict.RecipeSorter
- [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:
- [12:57:39] [Server thread/INFO] [ThermalFoundation]: [Whitelist] Reading established Whitelist from file.
- [12:57:40] [Server thread/INFO] [ThermalExpansion]: Load Complete.
- [12:57:40] [Server thread/INFO] [FML]: Forge Mod Loader has successfully loaded 101 mods
- [12:57:40] [Server thread/INFO] [net.minecraft.server.dedicated.DedicatedServer]: Preparing level "world"
- [12:57:40] [Server thread/ERROR] [net.minecraft.world.storage.SaveFormatOld]: Exception reading .\world\level.dat
- java.util.zip.ZipException: Not in GZIP format
- at java.util.zip.GZIPInputStream.readHeader(Unknown Source) ~[?:1.8.0_25]
- at java.util.zip.GZIPInputStream.<init>(Unknown Source) ~[?:1.8.0_25]
- at java.util.zip.GZIPInputStream.<init>(Unknown Source) ~[?:1.8.0_25]
- at net.minecraft.nbt.CompressedStreamTools.func_74796_a(CompressedStreamTools.java:29) ~[du.class:?]
- at net.minecraft.world.storage.SaveFormatOld.func_75803_c(SourceFile:56) [ayr.class:?]
- at net.minecraft.world.chunk.storage.AnvilSaveConverter.func_75801_b(SourceFile:88) [ayn.class:?]
- at net.minecraft.server.MinecraftServer.func_71237_c(MinecraftServer.java:158) [MinecraftServer.class:?]
- at net.minecraft.server.MinecraftServer.func_71247_a(MinecraftServer.java:198) [MinecraftServer.class:?]
- at net.minecraft.server.dedicated.DedicatedServer.func_71197_b(DedicatedServer.java:258) [lt.class:?]
- at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:387) [MinecraftServer.class:?]
- at net.minecraft.server.MinecraftServer$2.run(MinecraftServer.java:685) [li.class:?]
- [12:57:40] [Server thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]: java.util.zip.ZipException: Not in GZIP format
- [12:57:40] [Server thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at java.util.zip.GZIPInputStream.readHeader(Unknown Source)
- [12:57:40] [Server thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at java.util.zip.GZIPInputStream.<init>(Unknown Source)
- [12:57:40] [Server thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at java.util.zip.GZIPInputStream.<init>(Unknown Source)
- [12:57:40] [Server thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at net.minecraft.nbt.CompressedStreamTools.func_74796_a(CompressedStreamTools.java:29)
- [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)
- [12:57:40] [Server thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at net.minecraft.server.MinecraftServer.func_71247_a(MinecraftServer.java:201)
- [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)
- [12:57:40] [Server thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:387)
- [12:57:40] [Server thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at net.minecraft.server.MinecraftServer$2.run(MinecraftServer.java:685)
- [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
- [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
- [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
- [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
- [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
- [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
- [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
- [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
- [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
- [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
- [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
- [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
- [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
- [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
- [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
- [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
- [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
- [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
- [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
- [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
- [12:57:40] [Server thread/INFO] [FML]: Injecting existing block and item data into this server instance
- [12:57:40] [Server thread/INFO] [FML]: Found a missing id from the world MineFactoryReloaded:machineblock
- [12:57:40] [Server thread/INFO] [FML]: Found a missing id from the world MineFactoryReloaded:mushroomsoup.still
- [12:57:40] [Server thread/INFO] [FML]: Found a missing id from the world MineFactoryReloaded:stainedglass.block
- [12:57:40] [Server thread/INFO] [FML]: Found a missing id from the world MineFactoryReloaded:rubberwood.sapling
- [12:57:40] [Server thread/INFO] [FML]: Found a missing id from the world MineFactoryReloaded:detcord
- [12:57:40] [Server thread/INFO] [FML]: Found a missing id from the world MineFactoryReloaded:sludge.still
- [12:57:40] [Server thread/INFO] [FML]: Found a missing id from the world MineFactoryReloaded:laserair
- [12:57:40] [Server thread/INFO] [FML]: Found a missing id from the world MineFactoryReloaded:road
- [12:57:40] [Server thread/INFO] [FML]: Found a missing id from the world MineFactoryReloaded:vinescaffold
- [12:57:40] [Server thread/INFO] [FML]: Found a missing id from the world MineFactoryReloaded:brick
- [12:57:40] [Server thread/INFO] [FML]: Found a missing id from the world MineFactoryReloaded:sewage.still
- [12:57:40] [Server thread/INFO] [FML]: Found a missing id from the world MineFactoryReloaded:biofuel.still
- [12:57:40] [Server thread/INFO] [FML]: Found a missing id from the world MineFactoryReloaded:rubberwood.log
- [12:57:40] [Server thread/INFO] [FML]: Found a missing id from the world MineFactoryReloaded:conveyor
- [12:57:40] [Server thread/INFO] [FML]: Found a missing id from the world MineFactoryReloaded:farmland
- [12:57:40] [Server thread/INFO] [FML]: Found a missing id from the world MineFactoryReloaded:rubberwood.leaves
- [12:57:40] [Server thread/INFO] [FML]: Found a missing id from the world MineFactoryReloaded:mobessence.still
- [12:57:40] [Server thread/INFO] [FML]: Found a missing id from the world MineFactoryReloaded:machine.2
- [12:57:40] [Server thread/INFO] [FML]: Found a missing id from the world MineFactoryReloaded:machine.1
- [12:57:40] [Server thread/INFO] [FML]: Found a missing id from the world MineFactoryReloaded:machine.0
- [12:57:40] [Server thread/INFO] [FML]: Found a missing id from the world MineFactoryReloaded:stone
- [12:57:40] [Server thread/INFO] [FML]: Found a missing id from the world MineFactoryReloaded:meat.still
- [12:57:40] [Server thread/INFO] [FML]: Found a missing id from the world MineFactoryReloaded:milk.still
- [12:57:40] [Server thread/INFO] [FML]: Found a missing id from the world MineFactoryReloaded:cable.plastic
- [12:57:40] [Server thread/INFO] [FML]: Found a missing id from the world MineFactoryReloaded:cable.redstone
- [12:57:40] [Server thread/INFO] [FML]: Found a missing id from the world MineFactoryReloaded:chocolatemilk.still
- [12:57:40] [Server thread/INFO] [FML]: Found a missing id from the world MineFactoryReloaded:stainedglass.pane
- [12:57:40] [Server thread/INFO] [FML]: Found a missing id from the world MineFactoryReloaded:plastic
- [12:57:40] [Server thread/INFO] [FML]: Found a missing id from the world MineFactoryReloaded:rail.passenger.pickup
- [12:57:40] [Server thread/INFO] [FML]: Found a missing id from the world MineFactoryReloaded:rednet.logic
- [12:57:40] [Server thread/INFO] [FML]: Found a missing id from the world MineFactoryReloaded:rail.cargo.dropoff
- [12:57:40] [Server thread/INFO] [FML]: Found a missing id from the world MineFactoryReloaded:rail.passenger.dropoff
- [12:57:40] [Server thread/INFO] [FML]: Found a missing id from the world MineFactoryReloaded:pinkslime.block
- [12:57:40] [Server thread/INFO] [FML]: Found a missing id from the world MineFactoryReloaded:rail.cargo.pickup
- [12:57:40] [Server thread/INFO] [FML]: Found a missing id from the world MineFactoryReloaded:rednet.panel
- [12:57:40] [Server thread/INFO] [FML]: Found a missing id from the world MineFactoryReloaded:steam.still
- [12:57:40] [Server thread/INFO] [FML]: Found a missing id from the world MineFactoryReloaded:tank
- [12:57:40] [Server thread/INFO] [FML]: Found a missing id from the world MineFactoryReloaded:pinkslime.still
- [12:57:40] [Server thread/INFO] [FML]: Found a missing id from the world MineFactoryReloaded:syringe.health
- [12:57:40] [Server thread/INFO] [FML]: Found a missing id from the world MineFactoryReloaded:rubberwood.log
- [12:57:40] [Server thread/INFO] [FML]: Found a missing id from the world MineFactoryReloaded:bucket.chocolatemilk
- [12:57:40] [Server thread/INFO] [FML]: Found a missing id from the world MineFactoryReloaded:syringe.growth
- [12:57:40] [Server thread/INFO] [FML]: Found a missing id from the world MineFactoryReloaded:sludge.still
- [12:57:40] [Server thread/INFO] [FML]: Found a missing id from the world MineFactoryReloaded:plastic
- [12:57:40] [Server thread/INFO] [FML]: Found a missing id from the world MineFactoryReloaded:meat.still
- [12:57:40] [Server thread/INFO] [FML]: Found a missing id from the world MineFactoryReloaded:meat.ingot.raw
- [12:57:40] [Server thread/INFO] [FML]: Found a missing id from the world MineFactoryReloaded:bucket.mushroomsoup
- [12:57:40] [Server thread/INFO] [FML]: Found a missing id from the world MineFactoryReloaded:road
- [12:57:40] [Server thread/INFO] [FML]: Found a missing id from the world MineFactoryReloaded:bucket.sludge
- [12:57:40] [Server thread/INFO] [FML]: Found a missing id from the world MineFactoryReloaded:machineblock
- [12:57:40] [Server thread/INFO] [FML]: Found a missing id from the world MineFactoryReloaded:safarinet.launcher
- [12:57:41] [Server thread/INFO] [FML]: Found a missing id from the world MineFactoryReloaded:milkbottle
- [12:57:41] [Server thread/INFO] [FML]: Found a missing id from the world MineFactoryReloaded:spyglass
- [12:57:41] [Server thread/INFO] [FML]: Found a missing id from the world MineFactoryReloaded:rail.passenger.dropoff
- [12:57:41] [Server thread/INFO] [FML]: Found a missing id from the world MineFactoryReloaded:cable.plastic
- [12:57:41] [Server thread/INFO] [FML]: Found a missing id from the world MineFactoryReloaded:straw
- [12:57:41] [Server thread/INFO] [FML]: Found a missing id from the world MineFactoryReloaded:meat.nugget.raw
- [12:57:41] [Server thread/INFO] [FML]: Found a missing id from the world MineFactoryReloaded:vinescaffold
- [12:57:41] [Server thread/INFO] [FML]: Found a missing id from the world MineFactoryReloaded:sewage.still
- [12:57:41] [Server thread/INFO] [FML]: Found a missing id from the world MineFactoryReloaded:needlegun
- [12:57:41] [Server thread/INFO] [FML]: Found a missing id from the world MineFactoryReloaded:tank
- [12:57:41] [Server thread/INFO] [FML]: Found a missing id from the world MineFactoryReloaded:ceramicdye
- [12:57:41] [Server thread/INFO] [FML]: Found a missing id from the world MineFactoryReloaded:bucket.sewage
- [12:57:41] [Server thread/INFO] [FML]: Found a missing id from the world MineFactoryReloaded:needlegun.ammo.fire
- [12:57:41] [Server thread/INFO] [FML]: Found a missing id from the world MineFactoryReloaded:pinkslime.still
- [12:57:41] [Server thread/INFO] [FML]: Found a missing id from the world MineFactoryReloaded:xpextractor
- [12:57:41] [Server thread/INFO] [FML]: Found a missing id from the world MineFactoryReloaded:milk.still
- [12:57:41] [Server thread/INFO] [FML]: Found a missing id from the world MineFactoryReloaded:syringe.empty
- [12:57:41] [Server thread/INFO] [FML]: Found a missing id from the world MineFactoryReloaded:plastic.sheet
- [12:57:41] [Server thread/INFO] [FML]: Found a missing id from the world MineFactoryReloaded:laserfocus
- [12:57:41] [Server thread/INFO] [FML]: Found a missing id from the world MineFactoryReloaded:needlegun.ammo.lava
- [12:57:41] [Server thread/INFO] [FML]: Found a missing id from the world MineFactoryReloaded:needlegun.ammo.empty
- [12:57:41] [Server thread/INFO] [FML]: Found a missing id from the world MineFactoryReloaded:stone
- [12:57:41] [Server thread/INFO] [FML]: Found a missing id from the world MineFactoryReloaded:cable.redstone
- [12:57:41] [Server thread/INFO] [FML]: Found a missing id from the world MineFactoryReloaded:bucket.meat
- [12:57:41] [Server thread/INFO] [FML]: Found a missing id from the world MineFactoryReloaded:pinkslime
- [12:57:41] [Server thread/INFO] [FML]: Found a missing id from the world MineFactoryReloaded:rubberwood.leaves
- [12:57:41] [Server thread/INFO] [FML]: Found a missing id from the world MineFactoryReloaded:pinkslime.block
- [12:57:41] [Server thread/INFO] [FML]: Found a missing id from the world MineFactoryReloaded:rednet.memorycard
- [12:57:41] [Server thread/INFO] [FML]: Found a missing id from the world MineFactoryReloaded:plastic.cup
- [12:57:41] [Server thread/INFO] [FML]: Found a missing id from the world MineFactoryReloaded:portaspawner
- [12:57:41] [Server thread/INFO] [FML]: Found a missing id from the world MineFactoryReloaded:mushroomsoup.still
- [12:57:41] [Server thread/INFO] [FML]: Found a missing id from the world MineFactoryReloaded:needlegun.ammo.pierce
- [12:57:41] [Server thread/INFO] [FML]: Found a missing id from the world MineFactoryReloaded:upgrade.radius
- [12:57:41] [Server thread/INFO] [FML]: Found a missing id from the world MineFactoryReloaded:rednet.panel
- [12:57:41] [Server thread/INFO] [FML]: Found a missing id from the world MineFactoryReloaded:rubber.raw
- [12:57:41] [Server thread/INFO] [FML]: Found a missing id from the world MineFactoryReloaded:syringe.cure
- [12:57:41] [Server thread/INFO] [FML]: Found a missing id from the world MineFactoryReloaded:record.blank
- [12:57:41] [Server thread/INFO] [FML]: Found a missing id from the world MineFactoryReloaded:rednet.meter
- [12:57:41] [Server thread/INFO] [FML]: Found a missing id from the world MineFactoryReloaded:plastic.raw
- [12:57:41] [Server thread/INFO] [FML]: Found a missing id from the world MineFactoryReloaded:meat.ingot.cooked
- [12:57:41] [Server thread/INFO] [FML]: Found a missing id from the world MineFactoryReloaded:biofuel.still
- [12:57:41] [Server thread/INFO] [FML]: Found a missing id from the world MineFactoryReloaded:needlegun.ammo.standard
- [12:57:41] [Server thread/INFO] [FML]: Found a missing id from the world MineFactoryReloaded:plastic.boots
- [12:57:41] [Server thread/INFO] [FML]: Found a missing id from the world MineFactoryReloaded:syringe.slime
- [12:57:41] [Server thread/INFO] [FML]: Found a missing id from the world MineFactoryReloaded:brick
- [12:57:41] [Server thread/INFO] [FML]: Found a missing id from the world MineFactoryReloaded:bucket.biofuel
- [12:57:41] [Server thread/INFO] [FML]: Found a missing id from the world MineFactoryReloaded:safarinet.reusable
- [12:57:41] [Server thread/INFO] [FML]: Found a missing id from the world MineFactoryReloaded:mobessence.still
- [12:57:41] [Server thread/INFO] [FML]: Found a missing id from the world MineFactoryReloaded:stainedglass.block
- [12:57:41] [Server thread/INFO] [FML]: Found a missing id from the world MineFactoryReloaded:rubber.bar
- [12:57:41] [Server thread/INFO] [FML]: Found a missing id from the world MineFactoryReloaded:fertilizer
- [12:57:41] [Server thread/INFO] [FML]: Found a missing id from the world MineFactoryReloaded:hammer
- [12:57:41] [Server thread/INFO] [FML]: Found a missing id from the world MineFactoryReloaded:plastic.bag
- [12:57:41] [Server thread/INFO] [FML]: Found a missing id from the world MineFactoryReloaded:meat.nugget.cooked
- [12:57:41] [Server thread/INFO] [FML]: Found a missing id from the world MineFactoryReloaded:conveyor
- [12:57:41] [Server thread/INFO] [FML]: Found a missing id from the world MineFactoryReloaded:needlegun.ammo.anvil
- [12:57:41] [Server thread/INFO] [FML]: Found a missing id from the world MineFactoryReloaded:steam.still
- [12:57:41] [Server thread/INFO] [FML]: Found a missing id from the world MineFactoryReloaded:upgrade.logic
- [12:57:41] [Server thread/INFO] [FML]: Found a missing id from the world MineFactoryReloaded:rail.passenger.pickup
- [12:57:41] [Server thread/INFO] [FML]: Found a missing id from the world MineFactoryReloaded:machine.2
- [12:57:41] [Server thread/INFO] [FML]: Found a missing id from the world MineFactoryReloaded:machine.1
- [12:57:41] [Server thread/INFO] [FML]: Found a missing id from the world MineFactoryReloaded:machine.0
- [12:57:41] [Server thread/INFO] [FML]: Found a missing id from the world MineFactoryReloaded:rocket
- [12:57:41] [Server thread/INFO] [FML]: Found a missing id from the world MineFactoryReloaded:needlegun.ammo.sewage
- [12:57:41] [Server thread/INFO] [FML]: Found a missing id from the world MineFactoryReloaded:bucket.essence
- [12:57:41] [Server thread/INFO] [FML]: Found a missing id from the world MineFactoryReloaded:fishingrod
- [12:57:41] [Server thread/INFO] [FML]: Found a missing id from the world MineFactoryReloaded:safarinet.jailer
- [12:57:41] [Server thread/INFO] [FML]: Found a missing id from the world MineFactoryReloaded:rubberwood.sapling
- [12:57:41] [Server thread/INFO] [FML]: Found a missing id from the world MineFactoryReloaded:rail.cargo.pickup
- [12:57:41] [Server thread/INFO] [FML]: Found a missing id from the world MineFactoryReloaded:detcord
- [12:57:41] [Server thread/INFO] [FML]: Found a missing id from the world MineFactoryReloaded:syringe.zombie
- [12:57:41] [Server thread/INFO] [FML]: Found a missing id from the world MineFactoryReloaded:sugarcharcoal
- [12:57:41] [Server thread/INFO] [FML]: Found a missing id from the world MineFactoryReloaded:farmland
- [12:57:41] [Server thread/INFO] [FML]: Found a missing id from the world MineFactoryReloaded:rednet.logic
- [12:57:41] [Server thread/INFO] [FML]: Found a missing id from the world MineFactoryReloaded:bucket.pinkslime
- [12:57:41] [Server thread/INFO] [FML]: Found a missing id from the world MineFactoryReloaded:rocketlauncher
- [12:57:41] [Server thread/INFO] [FML]: Found a missing id from the world MineFactoryReloaded:needlegun.ammo.sludge
- [12:57:41] [Server thread/INFO] [FML]: Found a missing id from the world MineFactoryReloaded:ruler
- [12:57:41] [Server thread/INFO] [FML]: Found a missing id from the world MineFactoryReloaded:rail.cargo.dropoff
- [12:57:41] [Server thread/INFO] [FML]: Found a missing id from the world MineFactoryReloaded:safarinet.singleuse
- [12:57:41] [Server thread/INFO] [FML]: Found a missing id from the world MineFactoryReloaded:chocolatemilk.still
- [12:57:41] [Server thread/INFO] [FML]: Found a missing id from the world MineFactoryReloaded:stainedglass.pane
- [12:57:41] [Server thread/ERROR] [FML]: There are unidentified mappings in this world - we are going to attempt to process anyway
- [12:57:41] [Server thread/ERROR] [FML]: Unidentified block: MineFactoryReloaded:machineblock, id 755
- [12:57:41] [Server thread/ERROR] [FML]: Unidentified block: MineFactoryReloaded:mushroomsoup.still, id 790
- [12:57:41] [Server thread/ERROR] [FML]: Unidentified block: MineFactoryReloaded:stainedglass.block, id 771
- [12:57:41] [Server thread/ERROR] [FML]: Unidentified block: MineFactoryReloaded:rubberwood.sapling, id 768
- [12:57:41] [Server thread/ERROR] [FML]: Unidentified block: MineFactoryReloaded:detcord, id 780
- [12:57:41] [Server thread/ERROR] [FML]: Unidentified block: MineFactoryReloaded:sludge.still, id 783
- [12:57:41] [Server thread/ERROR] [FML]: Unidentified block: MineFactoryReloaded:laserair, id 781
- [12:57:41] [Server thread/ERROR] [FML]: Unidentified block: MineFactoryReloaded:road, id 773
- [12:57:41] [Server thread/ERROR] [FML]: Unidentified block: MineFactoryReloaded:vinescaffold, id 778
- [12:57:41] [Server thread/ERROR] [FML]: Unidentified block: MineFactoryReloaded:brick, id 775
- [12:57:41] [Server thread/ERROR] [FML]: Unidentified block: MineFactoryReloaded:sewage.still, id 784
- [12:57:41] [Server thread/ERROR] [FML]: Unidentified block: MineFactoryReloaded:biofuel.still, id 786
- [12:57:41] [Server thread/ERROR] [FML]: Unidentified block: MineFactoryReloaded:rubberwood.log, id 769
- [12:57:41] [Server thread/ERROR] [FML]: Unidentified block: MineFactoryReloaded:conveyor, id 754
- [12:57:41] [Server thread/ERROR] [FML]: Unidentified block: MineFactoryReloaded:farmland, id 779
- [12:57:41] [Server thread/ERROR] [FML]: Unidentified block: MineFactoryReloaded:rubberwood.leaves, id 770
- [12:57:41] [Server thread/ERROR] [FML]: Unidentified block: MineFactoryReloaded:mobessence.still, id 785
- [12:57:41] [Server thread/ERROR] [FML]: Unidentified block: MineFactoryReloaded:machine.2, id 758
- [12:57:41] [Server thread/ERROR] [FML]: Unidentified block: MineFactoryReloaded:machine.1, id 757
- [12:57:41] [Server thread/ERROR] [FML]: Unidentified block: MineFactoryReloaded:machine.0, id 756
- [12:57:41] [Server thread/ERROR] [FML]: Unidentified block: MineFactoryReloaded:stone, id 776
- [12:57:41] [Server thread/ERROR] [FML]: Unidentified block: MineFactoryReloaded:meat.still, id 787
- [12:57:41] [Server thread/ERROR] [FML]: Unidentified block: MineFactoryReloaded:milk.still, id 782
- [12:57:41] [Server thread/ERROR] [FML]: Unidentified block: MineFactoryReloaded:cable.plastic, id 760
- [12:57:41] [Server thread/ERROR] [FML]: Unidentified block: MineFactoryReloaded:cable.redstone, id 761
- [12:57:41] [Server thread/ERROR] [FML]: Unidentified block: MineFactoryReloaded:chocolatemilk.still, id 789
- [12:57:41] [Server thread/ERROR] [FML]: Unidentified block: MineFactoryReloaded:stainedglass.pane, id 772
- [12:57:41] [Server thread/ERROR] [FML]: Unidentified block: MineFactoryReloaded:plastic, id 774
- [12:57:41] [Server thread/ERROR] [FML]: Unidentified block: MineFactoryReloaded:rail.passenger.pickup, id 766
- [12:57:41] [Server thread/ERROR] [FML]: Unidentified block: MineFactoryReloaded:rednet.logic, id 762
- [12:57:41] [Server thread/ERROR] [FML]: Unidentified block: MineFactoryReloaded:rail.cargo.dropoff, id 765
- [12:57:41] [Server thread/ERROR] [FML]: Unidentified block: MineFactoryReloaded:rail.passenger.dropoff, id 767
- [12:57:41] [Server thread/ERROR] [FML]: Unidentified block: MineFactoryReloaded:pinkslime.block, id 777
- [12:57:41] [Server thread/ERROR] [FML]: Unidentified block: MineFactoryReloaded:rail.cargo.pickup, id 764
- [12:57:41] [Server thread/ERROR] [FML]: Unidentified block: MineFactoryReloaded:rednet.panel, id 763
- [12:57:41] [Server thread/ERROR] [FML]: Unidentified block: MineFactoryReloaded:steam.still, id 791
- [12:57:41] [Server thread/ERROR] [FML]: Unidentified block: MineFactoryReloaded:tank, id 759
- [12:57:41] [Server thread/ERROR] [FML]: Unidentified block: MineFactoryReloaded:pinkslime.still, id 788
- [12:57:41] [Server thread/ERROR] [FML]: Unidentified item: MineFactoryReloaded:syringe.health, id 4253
- [12:57:41] [Server thread/ERROR] [FML]: Unidentified item: MineFactoryReloaded:rubberwood.log, id 769
- [12:57:41] [Server thread/ERROR] [FML]: Unidentified item: MineFactoryReloaded:bucket.chocolatemilk, id 4293
- [12:57:41] [Server thread/ERROR] [FML]: Unidentified item: MineFactoryReloaded:syringe.growth, id 4254
- [12:57:41] [Server thread/ERROR] [FML]: Unidentified item: MineFactoryReloaded:sludge.still, id 783
- [12:57:41] [Server thread/ERROR] [FML]: Unidentified item: MineFactoryReloaded:plastic, id 774
- [12:57:41] [Server thread/ERROR] [FML]: Unidentified item: MineFactoryReloaded:meat.still, id 787
- [12:57:41] [Server thread/ERROR] [FML]: Unidentified item: MineFactoryReloaded:meat.ingot.raw, id 4247
- [12:57:41] [Server thread/ERROR] [FML]: Unidentified item: MineFactoryReloaded:bucket.mushroomsoup, id 4294
- [12:57:41] [Server thread/ERROR] [FML]: Unidentified item: MineFactoryReloaded:road, id 773
- [12:57:41] [Server thread/ERROR] [FML]: Unidentified item: MineFactoryReloaded:bucket.sludge, id 4288
- [12:57:41] [Server thread/ERROR] [FML]: Unidentified item: MineFactoryReloaded:machineblock, id 755
- [12:57:41] [Server thread/ERROR] [FML]: Unidentified item: MineFactoryReloaded:safarinet.launcher, id 4258
- [12:57:41] [Server thread/ERROR] [FML]: Unidentified item: MineFactoryReloaded:milkbottle, id 4265
- [12:57:41] [Server thread/ERROR] [FML]: Unidentified item: MineFactoryReloaded:spyglass, id 4273
- [12:57:41] [Server thread/ERROR] [FML]: Unidentified item: MineFactoryReloaded:rail.passenger.dropoff, id 767
- [12:57:41] [Server thread/ERROR] [FML]: Unidentified item: MineFactoryReloaded:cable.plastic, id 760
- [12:57:41] [Server thread/ERROR] [FML]: Unidentified item: MineFactoryReloaded:straw, id 4264
- [12:57:41] [Server thread/ERROR] [FML]: Unidentified item: MineFactoryReloaded:meat.nugget.raw, id 4249
- [12:57:41] [Server thread/ERROR] [FML]: Unidentified item: MineFactoryReloaded:vinescaffold, id 778
- [12:57:41] [Server thread/ERROR] [FML]: Unidentified item: MineFactoryReloaded:sewage.still, id 784
- [12:57:41] [Server thread/ERROR] [FML]: Unidentified item: MineFactoryReloaded:needlegun, id 4276
- [12:57:41] [Server thread/ERROR] [FML]: Unidentified item: MineFactoryReloaded:tank, id 759
- [12:57:41] [Server thread/ERROR] [FML]: Unidentified item: MineFactoryReloaded:ceramicdye, id 4270
- [12:57:41] [Server thread/ERROR] [FML]: Unidentified item: MineFactoryReloaded:bucket.sewage, id 4287
- [12:57:41] [Server thread/ERROR] [FML]: Unidentified item: MineFactoryReloaded:needlegun.ammo.fire, id 4283
- [12:57:41] [Server thread/ERROR] [FML]: Unidentified item: MineFactoryReloaded:pinkslime.still, id 788
- [12:57:41] [Server thread/ERROR] [FML]: Unidentified item: MineFactoryReloaded:xpextractor, id 4263
- [12:57:41] [Server thread/ERROR] [FML]: Unidentified item: MineFactoryReloaded:milk.still, id 782
- [12:57:41] [Server thread/ERROR] [FML]: Unidentified item: MineFactoryReloaded:syringe.empty, id 4252
- [12:57:41] [Server thread/ERROR] [FML]: Unidentified item: MineFactoryReloaded:plastic.sheet, id 4242
- [12:57:41] [Server thread/ERROR] [FML]: Unidentified item: MineFactoryReloaded:laserfocus, id 4271
- [12:57:41] [Server thread/ERROR] [FML]: Unidentified item: MineFactoryReloaded:needlegun.ammo.lava, id 4280
- [12:57:41] [Server thread/ERROR] [FML]: Unidentified item: MineFactoryReloaded:needlegun.ammo.empty, id 4277
- [12:57:41] [Server thread/ERROR] [FML]: Unidentified item: MineFactoryReloaded:stone, id 776
- [12:57:41] [Server thread/ERROR] [FML]: Unidentified item: MineFactoryReloaded:cable.redstone, id 761
- [12:57:41] [Server thread/ERROR] [FML]: Unidentified item: MineFactoryReloaded:bucket.meat, id 4291
- [12:57:41] [Server thread/ERROR] [FML]: Unidentified item: MineFactoryReloaded:pinkslime, id 4251
- [12:57:41] [Server thread/ERROR] [FML]: Unidentified item: MineFactoryReloaded:rubberwood.leaves, id 770
- [12:57:41] [Server thread/ERROR] [FML]: Unidentified item: MineFactoryReloaded:pinkslime.block, id 777
- [12:57:41] [Server thread/ERROR] [FML]: Unidentified item: MineFactoryReloaded:rednet.memorycard, id 4245
- [12:57:41] [Server thread/ERROR] [FML]: Unidentified item: MineFactoryReloaded:plastic.cup, id 4266
- [12:57:41] [Server thread/ERROR] [FML]: Unidentified item: MineFactoryReloaded:portaspawner, id 4262
- [12:57:41] [Server thread/ERROR] [FML]: Unidentified item: MineFactoryReloaded:mushroomsoup.still, id 790
- [12:57:41] [Server thread/ERROR] [FML]: Unidentified item: MineFactoryReloaded:needlegun.ammo.pierce, id 4279
- [12:57:41] [Server thread/ERROR] [FML]: Unidentified item: MineFactoryReloaded:upgrade.radius, id 4243
- [12:57:41] [Server thread/ERROR] [FML]: Unidentified item: MineFactoryReloaded:rednet.panel, id 763
- [12:57:41] [Server thread/ERROR] [FML]: Unidentified item: MineFactoryReloaded:rubber.raw, id 4239
- [12:57:41] [Server thread/ERROR] [FML]: Unidentified item: MineFactoryReloaded:syringe.cure, id 4257
- [12:57:41] [Server thread/ERROR] [FML]: Unidentified item: MineFactoryReloaded:record.blank, id 4272
- [12:57:41] [Server thread/ERROR] [FML]: Unidentified item: MineFactoryReloaded:rednet.meter, id 4244
- [12:57:41] [Server thread/ERROR] [FML]: Unidentified item: MineFactoryReloaded:plastic.raw, id 4241
- [12:57:41] [Server thread/ERROR] [FML]: Unidentified item: MineFactoryReloaded:meat.ingot.cooked, id 4248
- [12:57:41] [Server thread/ERROR] [FML]: Unidentified item: MineFactoryReloaded:biofuel.still, id 786
- [12:57:41] [Server thread/ERROR] [FML]: Unidentified item: MineFactoryReloaded:needlegun.ammo.standard, id 4278
- [12:57:41] [Server thread/ERROR] [FML]: Unidentified item: MineFactoryReloaded:plastic.boots, id 4238
- [12:57:41] [Server thread/ERROR] [FML]: Unidentified item: MineFactoryReloaded:syringe.slime, id 4256
- [12:57:41] [Server thread/ERROR] [FML]: Unidentified item: MineFactoryReloaded:brick, id 775
- [12:57:41] [Server thread/ERROR] [FML]: Unidentified item: MineFactoryReloaded:bucket.biofuel, id 4290
- [12:57:41] [Server thread/ERROR] [FML]: Unidentified item: MineFactoryReloaded:safarinet.reusable, id 4259
- [12:57:41] [Server thread/ERROR] [FML]: Unidentified item: MineFactoryReloaded:mobessence.still, id 785
- [12:57:41] [Server thread/ERROR] [FML]: Unidentified item: MineFactoryReloaded:stainedglass.block, id 771
- [12:57:41] [Server thread/ERROR] [FML]: Unidentified item: MineFactoryReloaded:rubber.bar, id 4240
- [12:57:41] [Server thread/ERROR] [FML]: Unidentified item: MineFactoryReloaded:fertilizer, id 4269
- [12:57:41] [Server thread/ERROR] [FML]: Unidentified item: MineFactoryReloaded:hammer, id 4237
- [12:57:41] [Server thread/ERROR] [FML]: Unidentified item: MineFactoryReloaded:plastic.bag, id 4267
- [12:57:41] [Server thread/ERROR] [FML]: Unidentified item: MineFactoryReloaded:meat.nugget.cooked, id 4250
- [12:57:41] [Server thread/ERROR] [FML]: Unidentified item: MineFactoryReloaded:conveyor, id 754
- [12:57:41] [Server thread/ERROR] [FML]: Unidentified item: MineFactoryReloaded:needlegun.ammo.anvil, id 4284
- [12:57:41] [Server thread/ERROR] [FML]: Unidentified item: MineFactoryReloaded:steam.still, id 791
- [12:57:41] [Server thread/ERROR] [FML]: Unidentified item: MineFactoryReloaded:upgrade.logic, id 4246
- [12:57:41] [Server thread/ERROR] [FML]: Unidentified item: MineFactoryReloaded:rail.passenger.pickup, id 766
- [12:57:41] [Server thread/ERROR] [FML]: Unidentified item: MineFactoryReloaded:machine.2, id 758
- [12:57:41] [Server thread/ERROR] [FML]: Unidentified item: MineFactoryReloaded:machine.1, id 757
- [12:57:41] [Server thread/ERROR] [FML]: Unidentified item: MineFactoryReloaded:machine.0, id 756
- [12:57:41] [Server thread/ERROR] [FML]: Unidentified item: MineFactoryReloaded:rocket, id 4286
- [12:57:41] [Server thread/ERROR] [FML]: Unidentified item: MineFactoryReloaded:needlegun.ammo.sewage, id 4282
- [12:57:41] [Server thread/ERROR] [FML]: Unidentified item: MineFactoryReloaded:bucket.essence, id 4289
- [12:57:41] [Server thread/ERROR] [FML]: Unidentified item: MineFactoryReloaded:fishingrod, id 4275
- [12:57:41] [Server thread/ERROR] [FML]: Unidentified item: MineFactoryReloaded:safarinet.jailer, id 4261
- [12:57:41] [Server thread/ERROR] [FML]: Unidentified item: MineFactoryReloaded:rubberwood.sapling, id 768
- [12:57:41] [Server thread/ERROR] [FML]: Unidentified item: MineFactoryReloaded:rail.cargo.pickup, id 764
- [12:57:41] [Server thread/ERROR] [FML]: Unidentified item: MineFactoryReloaded:detcord, id 780
- [12:57:41] [Server thread/ERROR] [FML]: Unidentified item: MineFactoryReloaded:syringe.zombie, id 4255
- [12:57:41] [Server thread/ERROR] [FML]: Unidentified item: MineFactoryReloaded:sugarcharcoal, id 4268
- [12:57:41] [Server thread/ERROR] [FML]: Unidentified item: MineFactoryReloaded:farmland, id 779
- [12:57:41] [Server thread/ERROR] [FML]: Unidentified item: MineFactoryReloaded:rednet.logic, id 762
- [12:57:41] [Server thread/ERROR] [FML]: Unidentified item: MineFactoryReloaded:bucket.pinkslime, id 4292
- [12:57:41] [Server thread/ERROR] [FML]: Unidentified item: MineFactoryReloaded:rocketlauncher, id 4285
- [12:57:41] [Server thread/ERROR] [FML]: Unidentified item: MineFactoryReloaded:needlegun.ammo.sludge, id 4281
- [12:57:41] [Server thread/ERROR] [FML]: Unidentified item: MineFactoryReloaded:ruler, id 4274
- [12:57:41] [Server thread/ERROR] [FML]: Unidentified item: MineFactoryReloaded:rail.cargo.dropoff, id 765
- [12:57:41] [Server thread/ERROR] [FML]: Unidentified item: MineFactoryReloaded:safarinet.singleuse, id 4260
- [12:57:41] [Server thread/ERROR] [FML]: Unidentified item: MineFactoryReloaded:chocolatemilk.still, id 789
- [12:57:41] [Server thread/ERROR] [FML]: Unidentified item: MineFactoryReloaded:stainedglass.pane, id 772
- [12:57:41] [Server thread/WARN] [FML]: Forge Mod Loader detected missing blocks/items.
- There are 133 missing blocks and items in this save.
- If you continue the missing blocks/items will get removed.
- A world backup will be automatically created in your saves directory.
- Missing Blocks/Items:
- MineFactoryReloaded:machineblock
- MineFactoryReloaded:mushroomsoup.still
- MineFactoryReloaded:stainedglass.block
- MineFactoryReloaded:rubberwood.sapling
- MineFactoryReloaded:detcord
- MineFactoryReloaded:sludge.still
- MineFactoryReloaded:laserair
- MineFactoryReloaded:road
- MineFactoryReloaded:vinescaffold
- MineFactoryReloaded:brick
- MineFactoryReloaded:sewage.still
- MineFactoryReloaded:biofuel.still
- MineFactoryReloaded:rubberwood.log
- MineFactoryReloaded:conveyor
- MineFactoryReloaded:farmland
- MineFactoryReloaded:rubberwood.leaves
- MineFactoryReloaded:mobessence.still
- MineFactoryReloaded:machine.2
- MineFactoryReloaded:machine.1
- MineFactoryReloaded:machine.0
- MineFactoryReloaded:stone
- MineFactoryReloaded:meat.still
- MineFactoryReloaded:milk.still
- MineFactoryReloaded:cable.plastic
- MineFactoryReloaded:cable.redstone
- MineFactoryReloaded:chocolatemilk.still
- MineFactoryReloaded:stainedglass.pane
- MineFactoryReloaded:plastic
- MineFactoryReloaded:rail.passenger.pickup
- MineFactoryReloaded:rednet.logic
- MineFactoryReloaded:rail.cargo.dropoff
- MineFactoryReloaded:rail.passenger.dropoff
- MineFactoryReloaded:pinkslime.block
- MineFactoryReloaded:rail.cargo.pickup
- MineFactoryReloaded:rednet.panel
- MineFactoryReloaded:steam.still
- MineFactoryReloaded:tank
- MineFactoryReloaded:pinkslime.still
- MineFactoryReloaded:syringe.health
- MineFactoryReloaded:rubberwood.log
- MineFactoryReloaded:bucket.chocolatemilk
- MineFactoryReloaded:syringe.growth
- MineFactoryReloaded:sludge.still
- MineFactoryReloaded:plastic
- MineFactoryReloaded:meat.still
- MineFactoryReloaded:meat.ingot.raw
- MineFactoryReloaded:bucket.mushroomsoup
- MineFactoryReloaded:road
- MineFactoryReloaded:bucket.sludge
- MineFactoryReloaded:machineblock
- MineFactoryReloaded:safarinet.launcher
- MineFactoryReloaded:milkbottle
- MineFactoryReloaded:spyglass
- MineFactoryReloaded:rail.passenger.dropoff
- MineFactoryReloaded:cable.plastic
- MineFactoryReloaded:straw
- MineFactoryReloaded:meat.nugget.raw
- MineFactoryReloaded:vinescaffold
- MineFactoryReloaded:sewage.still
- MineFactoryReloaded:needlegun
- MineFactoryReloaded:tank
- MineFactoryReloaded:ceramicdye
- MineFactoryReloaded:bucket.sewage
- MineFactoryReloaded:needlegun.ammo.fire
- MineFactoryReloaded:pinkslime.still
- MineFactoryReloaded:xpextractor
- MineFactoryReloaded:milk.still
- MineFactoryReloaded:syringe.empty
- MineFactoryReloaded:plastic.sheet
- MineFactoryReloaded:laserfocus
- MineFactoryReloaded:needlegun.ammo.lava
- MineFactoryReloaded:needlegun.ammo.empty
- MineFactoryReloaded:stone
- MineFactoryReloaded:cable.redstone
- MineFactoryReloaded:bucket.meat
- MineFactoryReloaded:pinkslime
- MineFactoryReloaded:rubberwood.leaves
- MineFactoryReloaded:pinkslime.block
- MineFactoryReloaded:rednet.memorycard
- MineFactoryReloaded:plastic.cup
- MineFactoryReloaded:portaspawner
- MineFactoryReloaded:mushroomsoup.still
- MineFactoryReloaded:needlegun.ammo.pierce
- MineFactoryReloaded:upgrade.radius
- MineFactoryReloaded:rednet.panel
- MineFactoryReloaded:rubber.raw
- MineFactoryReloaded:syringe.cure
- MineFactoryReloaded:record.blank
- MineFactoryReloaded:rednet.meter
- MineFactoryReloaded:plastic.raw
- MineFactoryReloaded:meat.ingot.cooked
- MineFactoryReloaded:biofuel.still
- MineFactoryReloaded:needlegun.ammo.standard
- MineFactoryReloaded:plastic.boots
- MineFactoryReloaded:syringe.slime
- MineFactoryReloaded:brick
- MineFactoryReloaded:bucket.biofuel
- MineFactoryReloaded:safarinet.reusable
- MineFactoryReloaded:mobessence.still
- MineFactoryReloaded:stainedglass.block
- MineFactoryReloaded:rubber.bar
- MineFactoryReloaded:fertilizer
- MineFactoryReloaded:hammer
- MineFactoryReloaded:plastic.bag
- MineFactoryReloaded:meat.nugget.cooked
- MineFactoryReloaded:conveyor
- MineFactoryReloaded:needlegun.ammo.anvil
- MineFactoryReloaded:steam.still
- MineFactoryReloaded:upgrade.logic
- MineFactoryReloaded:rail.passenger.pickup
- MineFactoryReloaded:machine.2
- MineFactoryReloaded:machine.1
- MineFactoryReloaded:machine.0
- MineFactoryReloaded:rocket
- MineFactoryReloaded:needlegun.ammo.sewage
- MineFactoryReloaded:bucket.essence
- MineFactoryReloaded:fishingrod
- MineFactoryReloaded:safarinet.jailer
- MineFactoryReloaded:rubberwood.sapling
- MineFactoryReloaded:rail.cargo.pickup
- MineFactoryReloaded:detcord
- MineFactoryReloaded:syringe.zombie
- MineFactoryReloaded:sugarcharcoal
- MineFactoryReloaded:farmland
- MineFactoryReloaded:rednet.logic
- MineFactoryReloaded:bucket.pinkslime
- MineFactoryReloaded:rocketlauncher
- MineFactoryReloaded:needlegun.ammo.sludge
- MineFactoryReloaded:ruler
- MineFactoryReloaded:rail.cargo.dropoff
- MineFactoryReloaded:safarinet.singleuse
- MineFactoryReloaded:chocolatemilk.still
- MineFactoryReloaded:stainedglass.pane
- Run the command /fml confirm or or /fml cancel to proceed.
- Alternatively start the server with -Dfml.queryResult=confirm or -Dfml.queryResult=cancel to preselect the answer.
- [12:57:50] [Server thread/INFO] [FML]: confirmed
- [12:57:51] [Server thread/INFO] [FML]: World backup created at C:\Users\Ridge\Desktop\Servers\SkyFactory_223\world-20150214-125750.zip.
- [12:57:51] [Server thread/ERROR] [FML]: This world contains block and item mappings that may cause world breakage
- [12:57:51] [Server thread/INFO] [FML]: Applying holder lookups
- [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?
- [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?
- [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?
- [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?
- [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?
- [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?
- [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?
- [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?
- [12:57:51] [Server thread/INFO] [FML]: Holder lookups applied
- [12:57:51] [Server thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]: java.util.zip.ZipException: Not in GZIP format
- [12:57:51] [Server thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at java.util.zip.GZIPInputStream.readHeader(Unknown Source)
- [12:57:51] [Server thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at java.util.zip.GZIPInputStream.<init>(Unknown Source)
- [12:57:51] [Server thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at java.util.zip.GZIPInputStream.<init>(Unknown Source)
- [12:57:51] [Server thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at net.minecraft.nbt.CompressedStreamTools.func_74796_a(CompressedStreamTools.java:29)
- [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)
- [12:57:51] [Server thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at net.minecraft.world.World.<init>(World.java:220)
- [12:57:51] [Server thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at net.minecraft.world.WorldServer.<init>(WorldServer.java:97)
- [12:57:51] [Server thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at net.minecraft.server.MinecraftServer.func_71247_a(MinecraftServer.java:219)
- [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)
- [12:57:51] [Server thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:387)
- [12:57:51] [Server thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at net.minecraft.server.MinecraftServer$2.run(MinecraftServer.java:685)
- [12:57:51] [Server thread/WARN] [FML]: Forge Mod Loader detected that the backup level.dat is being used.
- This may happen due to a bug or corruption, continuing can damage
- your world beyond repair or lose data / progress.
- It's recommended to create a world backup before continuing.
- Run the command /fml confirm or or /fml cancel to proceed.
- 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