Advertisement
Guest User

Untitled

a guest
Jul 20th, 2019
89
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.61 KB | None | 0 0
  1. Description: Ticking block entity
  2.  
  3. java.lang.NullPointerException: Ticking block entity
  4. at thaumcraft.common.tiles.TileMirror.func_70299_a(TileMirror.java:377)
  5. at WayofTime.alchemicalWizardry.common.spell.complex.effect.SpellHelper.insertStackIntoInventory(SpellHelper.java:559)
  6. at WayofTime.alchemicalWizardry.common.rituals.RitualEffectItemSuction.performEffect(RitualEffectItemSuction.java:79)
  7. at WayofTime.alchemicalWizardry.api.rituals.Rituals.performEffect(Rituals.java:255)
  8. at WayofTime.alchemicalWizardry.common.tileEntity.TEMasterStone.performRitual(TEMasterStone.java:378)
  9. at WayofTime.alchemicalWizardry.common.tileEntity.TEMasterStone.func_145845_h(TEMasterStone.java:373)
  10. at net.minecraft.world.World.func_72939_s(World.java:2583)
  11. at net.minecraft.world.WorldServer.func_72939_s(WorldServer.java:673)
  12. at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:986)
  13. at net.minecraft.server.dedicated.DedicatedServer.func_71190_q(DedicatedServer.java:432)
  14. at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:841)
  15. at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:693)
  16. at java.lang.Thread.run(Unknown Source)
  17.  
  18.  
  19. A detailed walkthrough of the error, its code path and all known details is as follows:
  20. ---------------------------------------------------------------------------------------
  21.  
  22. -- Head --
  23. Stacktrace:
  24. at thaumcraft.common.tiles.TileMirror.func_70299_a(TileMirror.java:377)
  25. at WayofTime.alchemicalWizardry.common.spell.complex.effect.SpellHelper.insertStackIntoInventory(SpellHelper.java:559)
  26. at WayofTime.alchemicalWizardry.common.rituals.RitualEffectItemSuction.performEffect(RitualEffectItemSuction.java:79)
  27. at WayofTime.alchemicalWizardry.api.rituals.Rituals.performEffect(Rituals.java:255)
  28. at WayofTime.alchemicalWizardry.common.tileEntity.TEMasterStone.performRitual(TEMasterStone.java:378)
  29. at WayofTime.alchemicalWizardry.common.tileEntity.TEMasterStone.func_145845_h(TEMasterStone.java:373)
  30.  
  31. -- Block entity being ticked --
  32. Details:
  33. Name: containerMasterStone // WayofTime.alchemicalWizardry.common.tileEntity.TEMasterStone
  34. Block type: ID #548 (tile.blockMasterStone // WayofTime.alchemicalWizardry.common.block.BlockMasterStone)
  35. Block data value: 0 / 0x0 / 0b0000
  36. Block location: World: (2472,56,-3401), Chunk: (at 8,3,7 in 154,-213; contains blocks 2464,0,-3408 to 2479,255,-3393), Region: (4,-7; contains chunks 128,-224 to 159,-193, blocks 2048,0,-3584 to 2559,255,-3073)
  37. Actual block type: ID #548 (tile.blockMasterStone // WayofTime.alchemicalWizardry.common.block.BlockMasterStone)
  38. Actual block data value: 0 / 0x0 / 0b0000
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement