Slind

Untitled

Jan 16th, 2014
103
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.55 KB | None | 0 0
  1. java.lang.NullPointerException
  2. at net.minecraft.item.ItemStack.<init>(ItemStack.java:82)
  3. at tconstruct.blocks.logic.FrypanLogic.func_70316_g(FrypanLogic.java:90)
  4. at net.minecraft.world.World.func_72939_s(World.java:2694)
  5. at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:887)
  6. at net.minecraft.server.dedicated.DedicatedServer.func_71190_q(DedicatedServer.java:330)
  7. at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:781)
  8. at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:663)
  9. at net.minecraft.server.ThreadMinecraftServer.run(ThreadMinecraftServer.java:16)
  10.  
  11.  
  12. A detailed walkthrough of the error, its code path and all known details is as follows:
  13. ---------------------------------------------------------------------------------------
  14.  
  15. -- Head --
  16. Stacktrace:
  17. at net.minecraft.item.ItemStack.<init>(ItemStack.java:82)
  18. at tconstruct.blocks.logic.FrypanLogic.func_70316_g(FrypanLogic.java:90)
  19.  
  20. -- Tile entity being ticked --
  21. Details:
  22. Name: FrypanLogic // tconstruct.blocks.logic.FrypanLogic
  23. Block type: ID #1472 (tile.Frypan // tconstruct.blocks.EquipBlock)
  24. Block data value: 0 / 0x0 / 0b0000
  25. Block location: World: (1569,49,3011), Chunk: (at 1,3,3 in 98,188; contains blocks 1568,0,3008 to 1583,255,3023), Region: (3,5; contains chunks 96,160 to 127,191, blocks 1536,0,2560 to 2047,255,3071)
  26. Actual block type: ID #1472 (tile.Frypan // tconstruct.blocks.EquipBlock)
  27. Actual block data value: 0 / 0x0 / 0b0000
  28. Stacktrace:
  29. at net.minecraft.world.World.func_72939_s(World.java:2694)
Advertisement
Add Comment
Please, Sign In to add comment