Slind

Untitled

Jan 29th, 2014
132
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.00 KB | None | 0 0
  1.  
  2. java.lang.NullPointerException
  3. at Reika.RotaryCraft.Base.TileEntity.PoweredLiquidReceiver.fill(PoweredLiquidReceiver.java:80)
  4. at emasher.sockets.pipes.TileFluidPipe$$anonfun$updateEntity$1.apply$mcVI$sp(TileFluidPipe.scala:66)
  5. at scala.collection.immutable.Range.foreach$mVc$sp(Range.scala:141)
  6. at emasher.sockets.pipes.TileFluidPipe.func_70316_g(TileFluidPipe.scala:56)
  7. at net.minecraft.world.World.func_72939_s(World.java:2717)
  8. at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:887)
  9. at net.minecraft.server.dedicated.DedicatedServer.func_71190_q(DedicatedServer.java:330)
  10. at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:781)
  11. at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:663)
  12. at net.minecraft.server.ThreadMinecraftServer.run(ThreadMinecraftServer.java:16)
  13.  
  14.  
  15. A detailed walkthrough of the error, its code path and all known details is as follows:
  16. ---------------------------------------------------------------------------------------
  17.  
  18. -- Head --
  19. Stacktrace:
  20. at Reika.RotaryCraft.Base.TileEntity.PoweredLiquidReceiver.fill(PoweredLiquidReceiver.java:80)
  21. at emasher.sockets.pipes.TileFluidPipe$$anonfun$updateEntity$1.apply$mcVI$sp(TileFluidPipe.scala:66)
  22. at scala.collection.immutable.Range.foreach$mVc$sp(Range.scala:141)
  23. at emasher.sockets.pipes.TileFluidPipe.func_70316_g(TileFluidPipe.scala:56)
  24.  
  25. -- Tile entity being ticked --
  26. Details:
  27. Name: emasherfluidpipe // emasher.sockets.pipes.TileFluidPipe
  28. Block type: ID #4076 (tile.fluid_pipe // emasher.sockets.pipes.BlockFluidPipe)
  29. Block data value: 0 / 0x0 / 0b0000
  30. Block location: World: (-2322,72,-43), Chunk: (at 14,4,5 in -146,-3; contains blocks -2336,0,-48 to -2321,255,-33), Region: (-5,-1; contains chunks -160,-32 to -129,-1, blocks -2560,0,-512 to -2049,255,-1)
  31. Actual block type: ID #4076 (tile.fluid_pipe // emasher.sockets.pipes.BlockFluidPipe)
  32. Actual block data value: 0 / 0x0 / 0b0000
  33. Stacktrace:
  34. at net.minecraft.world.World.func_72939_s(World.java:2717)
Advertisement
Add Comment
Please, Sign In to add comment