Advertisement
Guest User

Untitled

a guest
Jun 28th, 2013
67
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.20 KB | None | 0 0
  1. 2013-06-28 15:48:56 [INFO] GT_Mod: Iterating through the Seed-List of ForgeHooks, with a brilliant and 100% Invocation-free Method, to add Recipes for gaining Seed Oil from Seeds.
  2. 2013-06-28 15:48:59 [INFO] GT_Mod: Iterating through the Grass-Flower-List of ForgeHooks, with a brilliant and 100% Invocation-free Method, to add Extractor Recipes for gaining more Dye from Flowers and also Compression Recipes for Plantballs.
  3. 2013-06-28 15:48:59 [SEVERE] Minor Bug: Wasn't able to simulate the planting of a Flower with Bonemeal, to add Extractor Recipe for Dye:
  4.  
  5. 2013-06-28 15:48:59 [SEVERE] java.lang.NullPointerException
  6. 2013-06-28 15:48:59 [SEVERE] at net.minecraft.world.World.func_72964_e(World.java:720)
  7. 2013-06-28 15:48:59 [SEVERE] at net.minecraft.world.World.func_72805_g(World.java:879)
  8. 2013-06-28 15:48:59 [SEVERE] at biomesoplenty.blocks.BlockBOPFlower.func_71854_d(BlockBOPFlower.java:271)
  9. 2013-06-28 15:48:59 [SEVERE] at net.minecraftforge.common.ForgeHooks.plantGrass(ForgeHooks.java:62)
  10. 2013-06-28 15:48:59 [SEVERE] at gregtechmod.GT_Mod.postload(GT_Mod.java:3364)
  11. 2013-06-28 15:48:59 [SEVERE] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  12. 2013-06-28 15:48:59 [SEVERE] at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
  13. 2013-06-28 15:48:59 [SEVERE] at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
  14. 2013-06-28 15:48:59 [SEVERE] at java.lang.reflect.Method.invoke(Unknown Source)
  15. 2013-06-28 15:48:59 [SEVERE] at cpw.mods.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:494)
  16. 2013-06-28 15:48:59 [SEVERE] at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
  17. 2013-06-28 15:48:59 [SEVERE] at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
  18. 2013-06-28 15:48:59 [SEVERE] at java.lang.reflect.Method.invoke(Unknown Source)
  19. 2013-06-28 15:48:59 [SEVERE] at com.google.common.eventbus.EventHandler.handleEvent(EventHandler.java:74)
  20. 2013-06-28 15:48:59 [SEVERE] at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:45)
  21. 2013-06-28 15:48:59 [SEVERE] at com.google.common.eventbus.EventBus.dispatch(EventBus.java:314)
  22. 2013-06-28 15:48:59 [SEVERE] at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:296)
  23. 2013-06-28 15:48:59 [SEVERE] at com.google.common.eventbus.EventBus.post(EventBus.java:267)
  24. 2013-06-28 15:48:59 [SEVERE] at cpw.mods.fml.common.LoadController.sendEventToModContainer(LoadController.java:192)
  25. 2013-06-28 15:48:59 [SEVERE] at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:172)
  26. 2013-06-28 15:48:59 [SEVERE] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  27. 2013-06-28 15:48:59 [SEVERE] at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
  28. 2013-06-28 15:48:59 [SEVERE] at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
  29. 2013-06-28 15:48:59 [SEVERE] at java.lang.reflect.Method.invoke(Unknown Source)
  30. 2013-06-28 15:48:59 [SEVERE] at com.google.common.eventbus.EventHandler.handleEvent(EventHandler.java:74)
  31. 2013-06-28 15:48:59 [SEVERE] at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:45)
  32. 2013-06-28 15:48:59 [SEVERE] at com.google.common.eventbus.EventBus.dispatch(EventBus.java:314)
  33. 2013-06-28 15:48:59 [SEVERE] at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:296)
  34. 2013-06-28 15:48:59 [SEVERE] at com.google.common.eventbus.EventBus.post(EventBus.java:267)
  35. 2013-06-28 15:48:59 [SEVERE] at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:103)
  36. 2013-06-28 15:48:59 [SEVERE] at cpw.mods.fml.common.Loader.initializeMods(Loader.java:696)
  37. 2013-06-28 15:48:59 [SEVERE] at cpw.mods.fml.server.FMLServerHandler.finishServerLoading(FMLServerHandler.java:93)
  38. 2013-06-28 15:48:59 [SEVERE] at cpw.mods.fml.common.FMLCommonHandler.onServerStarted(FMLCommonHandler.java:355)
  39. 2013-06-28 15:48:59 [SEVERE] at net.minecraft.server.dedicated.DedicatedServer.func_71197_b(DedicatedServer.java:168)
  40. 2013-06-28 15:48:59 [SEVERE] at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:579)
  41. 2013-06-28 15:48:59 [SEVERE] at net.minecraft.server.ThreadMinecraftServer.run(SourceFile:573)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement