Hello, I am very new at adding mods. I have FTB Ultimate and want to add the Chisel Mod into it. I have already downloaded it and added it to the jar mods through the mod pack editor. When I start it however, I get an error:
2014-09-28 19:38:31 [INFO] [XyCraftWorld] Activating mod XyCraftWorld
2014-09-28 19:38:31 [INFO] [ForgeModLoader] FML has found a non-mod file neipluginsredpower.jar in your mods directory. It will now be injected into your classpath. This could severe stability issues, it should be removed if possible.
2014-09-28 19:38:31 [INFO] [STDERR] Exception in thread "Minecraft main thread" java.lang.NoClassDefFoundError: net/minecraft/block/Block
2014-09-28 19:38:31 [INFO] [STDERR] at java.lang.Class.forName0(Native Method)
2014-09-28 19:38:31 [INFO] [STDERR] at java.lang.Class.forName(Unknown Source)
2014-09-28 19:38:31 [INFO] [STDERR] at cpw.mods.fml.common.FMLModContainer.constructMod(FMLModContainer.java:418)
2014-09-28 19:38:31 [INFO] [STDERR] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
2014-09-28 19:38:31 [INFO] [STDERR] at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
2014-09-28 19:38:31 [INFO] [STDERR] at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
2014-09-28 19:38:31 [INFO] [STDERR] at java.lang.reflect.Method.invoke(Unknown Source)
2014-09-28 19:38:31 [INFO] [STDERR] at com.google.common.eventbus.EventHandler.handleEvent(EventHandler.java:69)
2014-09-28 19:38:31 [INFO] [STDERR] at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:45)
2014-09-28 19:38:31 [INFO] [STDERR] at com.google.common.eventbus.EventBus.dispatch(EventBus.java:317)
2014-09-28 19:38:31 [INFO] [STDERR] at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:300)
2014-09-28 19:38:31 [INFO] [STDERR] at com.google.common.eventbus.EventBus.post(EventBus.java:268)
2014-09-28 19:38:31 [INFO] [STDERR] at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:153)
2014-09-28 19:38:31 [INFO] [STDERR] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
2014-09-28 19:38:31 [INFO] [STDERR] at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
2014-09-28 19:38:31 [INFO] [STDERR] at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
2014-09-28 19:38:31 [INFO] [STDERR] at java.lang.reflect.Method.invoke(Unknown Source)
2014-09-28 19:38:31 [INFO] [STDERR] at com.google.common.eventbus.EventHandler.handleEvent(EventHandler.java:69)
2014-09-28 19:38:31 [INFO] [STDERR] at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:45)
2014-09-28 19:38:31 [INFO] [STDERR] at com.google.common.eventbus.EventBus.dispatch(EventBus.java:317)
2014-09-28 19:38:31 [INFO] [STDERR] at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:300)
2014-09-28 19:38:31 [INFO] [STDERR] at com.google.common.eventbus.EventBus.post(EventBus.java:268)
2014-09-28 19:38:31 [INFO] [STDERR] at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:86)
2014-09-28 19:38:31 [INFO] [STDERR] at cpw.mods.fml.common.Loader.loadMods(Loader.java:494)
2014-09-28 19:38:31 [INFO] [STDERR] at cpw.mods.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:161)
2014-09-28 19:38:31 [INFO] [STDERR] at net.minecraft.client.Minecraft.a(Minecraft.java:412)
2014-09-28 19:38:31 [INFO] [STDERR] at asq.a(SourceFile:56)
2014-09-28 19:38:31 [INFO] [STDERR] at net.minecraft.client.Minecraft.run(Minecraft.java:746)
2014-09-28 19:38:31 [INFO] [STDERR] at java.lang.Thread.run(Unknown Source)
2014-09-28 19:38:31 [INFO] [STDERR] Caused by: java.lang.ClassNotFoundException: net.minecraft.block.Block
2014-09-28 19:38:31 [INFO] [STDERR] at cpw.mods.fml.relauncher.RelaunchClassLoader.findClass(RelaunchClassLoader.java:185)
2014-09-28 19:38:31 [INFO] [STDERR] at java.lang.ClassLoader.loadClass(Unknown Source)
2014-09-28 19:38:31 [INFO] [STDERR] at java.lang.ClassLoader.loadClass(Unknown Source)
2014-09-28 19:38:31 [INFO] [STDERR] ... 29 more
2014-09-28 19:38:31 [INFO] [STDERR] Caused by: java.lang.NullPointerException
Any help would be great. Thank you all!
PS. I really like gregtech and the machines that come with it. Including the fusion items as well. Any suggestions on a FTB that keeps most if not all of ultimate or at least has tons of machines and fancy things like the fusion reactor and nuclear power?
2014-09-28 19:38:31 [INFO] [XyCraftWorld] Activating mod XyCraftWorld
2014-09-28 19:38:31 [INFO] [ForgeModLoader] FML has found a non-mod file neipluginsredpower.jar in your mods directory. It will now be injected into your classpath. This could severe stability issues, it should be removed if possible.
2014-09-28 19:38:31 [INFO] [STDERR] Exception in thread "Minecraft main thread" java.lang.NoClassDefFoundError: net/minecraft/block/Block
2014-09-28 19:38:31 [INFO] [STDERR] at java.lang.Class.forName0(Native Method)
2014-09-28 19:38:31 [INFO] [STDERR] at java.lang.Class.forName(Unknown Source)
2014-09-28 19:38:31 [INFO] [STDERR] at cpw.mods.fml.common.FMLModContainer.constructMod(FMLModContainer.java:418)
2014-09-28 19:38:31 [INFO] [STDERR] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
2014-09-28 19:38:31 [INFO] [STDERR] at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
2014-09-28 19:38:31 [INFO] [STDERR] at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
2014-09-28 19:38:31 [INFO] [STDERR] at java.lang.reflect.Method.invoke(Unknown Source)
2014-09-28 19:38:31 [INFO] [STDERR] at com.google.common.eventbus.EventHandler.handleEvent(EventHandler.java:69)
2014-09-28 19:38:31 [INFO] [STDERR] at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:45)
2014-09-28 19:38:31 [INFO] [STDERR] at com.google.common.eventbus.EventBus.dispatch(EventBus.java:317)
2014-09-28 19:38:31 [INFO] [STDERR] at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:300)
2014-09-28 19:38:31 [INFO] [STDERR] at com.google.common.eventbus.EventBus.post(EventBus.java:268)
2014-09-28 19:38:31 [INFO] [STDERR] at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:153)
2014-09-28 19:38:31 [INFO] [STDERR] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
2014-09-28 19:38:31 [INFO] [STDERR] at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
2014-09-28 19:38:31 [INFO] [STDERR] at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
2014-09-28 19:38:31 [INFO] [STDERR] at java.lang.reflect.Method.invoke(Unknown Source)
2014-09-28 19:38:31 [INFO] [STDERR] at com.google.common.eventbus.EventHandler.handleEvent(EventHandler.java:69)
2014-09-28 19:38:31 [INFO] [STDERR] at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:45)
2014-09-28 19:38:31 [INFO] [STDERR] at com.google.common.eventbus.EventBus.dispatch(EventBus.java:317)
2014-09-28 19:38:31 [INFO] [STDERR] at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:300)
2014-09-28 19:38:31 [INFO] [STDERR] at com.google.common.eventbus.EventBus.post(EventBus.java:268)
2014-09-28 19:38:31 [INFO] [STDERR] at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:86)
2014-09-28 19:38:31 [INFO] [STDERR] at cpw.mods.fml.common.Loader.loadMods(Loader.java:494)
2014-09-28 19:38:31 [INFO] [STDERR] at cpw.mods.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:161)
2014-09-28 19:38:31 [INFO] [STDERR] at net.minecraft.client.Minecraft.a(Minecraft.java:412)
2014-09-28 19:38:31 [INFO] [STDERR] at asq.a(SourceFile:56)
2014-09-28 19:38:31 [INFO] [STDERR] at net.minecraft.client.Minecraft.run(Minecraft.java:746)
2014-09-28 19:38:31 [INFO] [STDERR] at java.lang.Thread.run(Unknown Source)
2014-09-28 19:38:31 [INFO] [STDERR] Caused by: java.lang.ClassNotFoundException: net.minecraft.block.Block
2014-09-28 19:38:31 [INFO] [STDERR] at cpw.mods.fml.relauncher.RelaunchClassLoader.findClass(RelaunchClassLoader.java:185)
2014-09-28 19:38:31 [INFO] [STDERR] at java.lang.ClassLoader.loadClass(Unknown Source)
2014-09-28 19:38:31 [INFO] [STDERR] at java.lang.ClassLoader.loadClass(Unknown Source)
2014-09-28 19:38:31 [INFO] [STDERR] ... 29 more
2014-09-28 19:38:31 [INFO] [STDERR] Caused by: java.lang.NullPointerException
Any help would be great. Thank you all!
PS. I really like gregtech and the machines that come with it. Including the fusion items as well. Any suggestions on a FTB that keeps most if not all of ultimate or at least has tons of machines and fancy things like the fusion reactor and nuclear power?