Advertisement
Guest User

IC2 & BC crash

a guest
May 26th, 2014
260
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.54 KB | None | 0 0
  1. ---- Minecraft Crash Report ----
  2. // Everything's going to plan. No, really, that was supposed to happen.
  3.  
  4. Time: 2014-05-26 11:16
  5. Description: There was a severe problem during mod loading that has caused the game to fail
  6.  
  7. cpw.mods.fml.common.LoaderException: java.lang.RuntimeException: A mod has attempted to assign BlockID 3978 to the Fluid 'oil' but this Fluid has already been linked to BlockID 1530. Configure your mods to prevent this from happening.
  8. at net.minecraftforge.fluids.Fluid.setBlockID(Fluid.java:128)
  9. at net.minecraftforge.fluids.Fluid.setBlockID(Fluid.java:136)
  10. at buildcraft.BuildCraftEnergy.preInit(BuildCraftEnergy.java:163)
  11. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  12. at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
  13. at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
  14. at java.lang.reflect.Method.invoke(Unknown Source)
  15. at cpw.mods.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:545)
  16. at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
  17. at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
  18. at java.lang.reflect.Method.invoke(Unknown Source)
  19. at com.google.common.eventbus.EventHandler.handleEvent(EventHandler.java:74)
  20. at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:45)
  21. at com.google.common.eventbus.EventBus.dispatch(EventBus.java:313)
  22. at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:296)
  23. at com.google.common.eventbus.EventBus.post(EventBus.java:267)
  24. at cpw.mods.fml.common.LoadController.sendEventToModContainer(LoadController.java:201)
  25. at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:181)
  26. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  27. at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
  28. at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
  29. at java.lang.reflect.Method.invoke(Unknown Source)
  30. at com.google.common.eventbus.EventHandler.handleEvent(EventHandler.java:74)
  31. at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:45)
  32. at com.google.common.eventbus.EventBus.dispatch(EventBus.java:313)
  33. at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:296)
  34. at com.google.common.eventbus.EventBus.post(EventBus.java:267)
  35. at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:112)
  36. at cpw.mods.fml.common.Loader.loadMods(Loader.java:522)
  37. at cpw.mods.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:183)
  38. at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:473)
  39. at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:808)
  40. at net.minecraft.client.main.Main.main(SourceFile:101)
  41. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  42. at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
  43. at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
  44. at java.lang.reflect.Method.invoke(Unknown Source)
  45. at net.minecraft.launchwrapper.Launch.launch(Launch.java:131)
  46. at net.minecraft.launchwrapper.Launch.main(Launch.java:27)
  47. Caused by: java.lang.RuntimeException: A mod has attempted to assign BlockID 3978 to the Fluid 'oil' but this Fluid has already been linked to BlockID 1530. Configure your mods to prevent this from happening.
  48. ... 39 more
  49.  
  50.  
  51. A detailed walkthrough of the error, its code path and all known details is as follows:
  52. ---------------------------------------------------------------------------------------
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement