Advertisement
Guest User

Untitled

a guest
May 24th, 2017
70
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 29.09 KB | None | 0 0
  1. [15:17:48] [Server thread/ERROR] [FML/]: Exception caught during firing event net.minecraftforge.event.entity.player.PlayerInteractEvent$RightClickBlock@58a31ffe:
  2. java.lang.NullPointerException
  3. at mcmultipart.item.PartPlacementWrapper.onPlayerRightClickBlock(PartPlacementWrapper.java:160) ~[PartPlacementWrapper.class:?]
  4. at net.minecraftforge.fml.common.eventhandler.ASMEventHandler_528_PartPlacementWrapper_onPlayerRightClickBlock_RightClickBlock.invoke(.dynamic) ~[?:?]
  5. at net.minecraftforge.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:90) ~[ASMEventHandler.class:?]
  6. at net.minecraftforge.fml.common.eventhandler.EventBus.post(EventBus.java:635) ~[EventBus.class:?]
  7. at org.spongepowered.mod.event.SpongeForgeEventFactory.createPlayerInteractEvent(SpongeForgeEventFactory.java:814) ~[SpongeForgeEventFactory.class:1.10.2-2281-5.2.0-BETA-2353]
  8. at org.spongepowered.mod.event.SpongeForgeEventFactory.callForgeEvent(SpongeForgeEventFactory.java:462) ~[SpongeForgeEventFactory.class:1.10.2-2281-5.2.0-BETA-2353]
  9. at org.spongepowered.mod.event.SpongeModEventManager.post(SpongeModEventManager.java:292) ~[SpongeModEventManager.class:1.10.2-2281-5.2.0-BETA-2353]
  10. at org.spongepowered.mod.event.SpongeModEventManager.post(SpongeModEventManager.java:338) ~[SpongeModEventManager.class:1.10.2-2281-5.2.0-BETA-2353]
  11. at org.spongepowered.mod.event.SpongeModEventManager.post(SpongeModEventManager.java:326) ~[SpongeModEventManager.class:1.10.2-2281-5.2.0-BETA-2353]
  12. at org.spongepowered.common.SpongeImpl.postEvent(SpongeImpl.java:143) ~[SpongeImpl.class:1.10.2-2281-5.2.0-BETA-2353]
  13. at org.spongepowered.common.event.SpongeCommonEventFactory.callInteractBlockEventSecondary(SpongeCommonEventFactory.java:473) ~[SpongeCommonEventFactory.class:1.10.2-2281-5.2.0-BETA-2353]
  14. at org.spongepowered.common.event.SpongeCommonEventFactory.callInteractBlockEventSecondary(SpongeCommonEventFactory.java:463) ~[SpongeCommonEventFactory.class:1.10.2-2281-5.2.0-BETA-2353]
  15. at net.minecraft.server.management.PlayerInteractionManager.func_187251_a(PlayerInteractionManager.java:1186) ~[lv.class:?]
  16. at net.minecraft.network.NetHandlerPlayServer.redirect$onProcessRightClickBlock$zhd000(NetHandlerPlayServer.java:2290) ~[me.class:?]
  17. at net.minecraft.network.NetHandlerPlayServer.func_184337_a(NetHandlerPlayServer.java:679) ~[me.class:?]
  18. at net.minecraft.network.play.client.CPacketPlayerTryUseItemOnBlock.func_148833_a(SourceFile:55) ~[jj.class:?]
  19. at net.minecraft.network.play.client.CPacketPlayerTryUseItemOnBlock.func_148833_a(SourceFile:11) ~[jj.class:?]
  20. at org.spongepowered.common.network.PacketUtil.lambda$onProcessPacket$0(PacketUtil.java:157) ~[PacketUtil.class:1.10.2-2281-5.2.0-BETA-2353]
  21. at org.spongepowered.common.event.tracking.CauseTracker.switchToPhase(CauseTracker.java:160) [CauseTracker.class:1.10.2-2281-5.2.0-BETA-2353]
  22. at org.spongepowered.common.network.PacketUtil.onProcessPacket(PacketUtil.java:156) [PacketUtil.class:1.10.2-2281-5.2.0-BETA-2353]
  23. at net.minecraft.network.PacketThreadUtil$1.redirect$onProcessPacket$zjh000(SourceFile:539) [fl$1.class:?]
  24. at net.minecraft.network.PacketThreadUtil$1.run(SourceFile:13) [fl$1.class:?]
  25. at java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) [?:1.8.0_131]
  26. at java.util.concurrent.FutureTask.run(Unknown Source) [?:1.8.0_131]
  27. at net.minecraft.util.Util.func_181617_a(SourceFile:45) [h.class:?]
  28. at org.spongepowered.common.SpongeImplHooks.onUtilRunTask(SpongeImplHooks.java:241) [SpongeImplHooks.class:1.10.2-2281-5.2.0-BETA-2353]
  29. at net.minecraft.server.MinecraftServer.redirect$onRun$zhn000(MinecraftServer.java:3928) [MinecraftServer.class:?]
  30. at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:668) [MinecraftServer.class:?]
  31. at net.minecraft.server.dedicated.DedicatedServer.func_71190_q(DedicatedServer.java:387) [ld.class:?]
  32. at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:613) [MinecraftServer.class:?]
  33. at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:471) [MinecraftServer.class:?]
  34. at java.lang.Thread.run(Unknown Source) [?:1.8.0_131]
  35. [15:17:48] [Server thread/ERROR] [FML/]: Index: 21 Listeners:
  36. [15:17:48] [Server thread/ERROR] [FML/]: 0: HIGH
  37. [15:17:48] [Server thread/ERROR] [FML/]: 1: ASM: ItemSickle{Name=extrautils2:sickle_wood} rightClickHandler(Lnet/minecraftforge/event/entity/player/PlayerInteractEvent$RightClickBlock;)V
  38. [15:17:48] [Server thread/ERROR] [FML/]: 2: ASM: ItemSickle{Name=extrautils2:sickle_stone} rightClickHandler(Lnet/minecraftforge/event/entity/player/PlayerInteractEvent$RightClickBlock;)V
  39. [15:17:48] [Server thread/ERROR] [FML/]: 3: ASM: ItemSickle{Name=extrautils2:sickle_iron} rightClickHandler(Lnet/minecraftforge/event/entity/player/PlayerInteractEvent$RightClickBlock;)V
  40. [15:17:48] [Server thread/ERROR] [FML/]: 4: ASM: ItemSickle{Name=extrautils2:sickle_gold} rightClickHandler(Lnet/minecraftforge/event/entity/player/PlayerInteractEvent$RightClickBlock;)V
  41. [15:17:48] [Server thread/ERROR] [FML/]: 5: ASM: ItemSickle{Name=extrautils2:sickle_diamond} rightClickHandler(Lnet/minecraftforge/event/entity/player/PlayerInteractEvent$RightClickBlock;)V
  42. [15:17:48] [Server thread/ERROR] [FML/]: 6: NORMAL
  43. [15:17:48] [Server thread/ERROR] [FML/]: 7: ASM: Block{actuallyadditions:blockLaserRelay} onBlockRightClick(Lnet/minecraftforge/event/entity/player/PlayerInteractEvent$RightClickBlock;)V
  44. [15:17:48] [Server thread/ERROR] [FML/]: 8: ASM: class vazkii.botania.common.block.string.BlockRedStringInterceptor onInteract(Lnet/minecraftforge/event/entity/player/PlayerInteractEvent$RightClickBlock;)V
  45. [15:17:48] [Server thread/ERROR] [FML/]: 9: ASM: ItemManaResource{Name=manaResource} onPlayerInteract(Lnet/minecraftforge/event/entity/player/PlayerInteractEvent$RightClickBlock;)V
  46. [15:17:48] [Server thread/ERROR] [FML/]: 10: ASM: class vazkii.botania.common.item.relic.ItemLokiRing onPlayerInteract(Lnet/minecraftforge/event/entity/player/PlayerInteractEvent$RightClickBlock;)V
  47. [15:17:48] [Server thread/ERROR] [FML/]: 11: ASM: vazkii.quark.vanity.feature.SitInStairs@414e7950 onInteract(Lnet/minecraftforge/event/entity/player/PlayerInteractEvent$RightClickBlock;)V
  48. [15:17:48] [Server thread/ERROR] [FML/]: 12: ASM: vazkii.quark.tweaks.feature.DoubleDoors@42c64a7e onPlayerInteract(Lnet/minecraftforge/event/entity/player/PlayerInteractEvent$RightClickBlock;)V
  49. [15:17:48] [Server thread/ERROR] [FML/]: 13: ASM: vazkii.quark.tweaks.feature.DeployLaddersDown@6556048 onInteract(Lnet/minecraftforge/event/entity/player/PlayerInteractEvent$RightClickBlock;)V
  50. [15:17:48] [Server thread/ERROR] [FML/]: 14: ASM: vazkii.quark.tweaks.feature.RemoveSnowLayers@3c71f34c onPlayerRightClick(Lnet/minecraftforge/event/entity/player/PlayerInteractEvent$RightClickBlock;)V
  51. [15:17:48] [Server thread/ERROR] [FML/]: 15: ASM: biomesoplenty.common.handler.GrassPathEventHandler@7dff228d onBlockRightClick(Lnet/minecraftforge/event/entity/player/PlayerInteractEvent$RightClickBlock;)V
  52. [15:17:48] [Server thread/ERROR] [FML/]: 16: ASM: com.brandon3055.draconicevolution.handlers.DEEventHandler@25267822 rightClickBlock(Lnet/minecraftforge/event/entity/player/PlayerInteractEvent$RightClickBlock;)V
  53. [15:17:48] [Server thread/ERROR] [FML/]: 17: ASM: ItemFlatTransferNode{Name=null} run(Lnet/minecraftforge/event/entity/player/PlayerInteractEvent$RightClickBlock;)V
  54. [15:17:48] [Server thread/ERROR] [FML/]: 18: ASM: com.pam.harvestcraft.addons.RightClickHarvesting@75285632 onPlayerInteract(Lnet/minecraftforge/event/entity/player/PlayerInteractEvent$RightClickBlock;)V
  55. [15:17:48] [Server thread/ERROR] [FML/]: 19: ASM: mods.railcraft.common.carts.MinecartHooks@5c215ebd onItemUse(Lnet/minecraftforge/event/entity/player/PlayerInteractEvent$RightClickBlock;)V
  56. [15:17:48] [Server thread/ERROR] [FML/]: 20: ASM: mod.chiselsandbits.events.EventPlayerInteract@367243fb interaction(Lnet/minecraftforge/event/entity/player/PlayerInteractEvent$RightClickBlock;)V
  57. [15:17:48] [Server thread/ERROR] [FML/]: 21: ASM: mcmultipart.item.PartPlacementWrapper@7d4828de onPlayerRightClickBlock(Lnet/minecraftforge/event/entity/player/PlayerInteractEvent$RightClickBlock;)V
  58. [15:17:48] [Server thread/ERROR] [FML/]: 22: ASM: mcmultipart.item.PartPlacementWrapper@1ed8b6da onPlayerRightClickBlock(Lnet/minecraftforge/event/entity/player/PlayerInteractEvent$RightClickBlock;)V
  59. [15:17:48] [Server thread/ERROR] [FML/]: 23: ASM: com.enderio.core.common.handlers.RightClickCropHandler@61b7d732 handleCropRightClick(Lnet/minecraftforge/event/entity/player/PlayerInteractEvent$RightClickBlock;)V
  60. [15:17:48] [Server thread/ERROR] [FML/]: 24: ASM: com.jaquadro.minecraft.storagedrawers.core.CommonProxy@43a2b53d playerRightClick(Lnet/minecraftforge/event/entity/player/PlayerInteractEvent$RightClickBlock;)V
  61. [15:17:48] [Server thread/ERROR] [FML/]: 25: ASM: mcjty.rftoolsdim.ForgeEventHandlers@163f9aa6 onPlayerRightClickEvent(Lnet/minecraftforge/event/entity/player/PlayerInteractEvent$RightClickBlock;)V
  62. [15:17:48] [Server thread/ERROR] [FML/]: 26: ASM: slimeknights.tconstruct.tools.ToolEvents@33a0e043 onInteract(Lnet/minecraftforge/event/entity/player/PlayerInteractEvent$RightClickBlock;)V
  63. [15:17:48] [Server thread/ERROR] [FML/]: 27: ASM: biomesoplenty.common.handler.AchievementEventHandler@13fc3fe onItemUsed(Lnet/minecraftforge/event/entity/player/PlayerInteractEvent;)V
  64. [15:17:48] [Server thread/ERROR] [FML/]: 28: ASM: WayofTime.bloodmagic.util.handler.event.GenericHandler@7cad024b onPlayerClick(Lnet/minecraftforge/event/entity/player/PlayerInteractEvent;)V
  65. [15:17:48] [Server thread/ERROR] [FML/]: 29: ASM: WayofTime.bloodmagic.util.handler.event.LivingArmourHandler@271c639b onPlayerClick(Lnet/minecraftforge/event/entity/player/PlayerInteractEvent;)V
  66. [15:17:48] [Server thread/ERROR] [FML/]: 30: ASM: minetweaker.mc1102.ForgeEventHandler@43d213a8 onPlayerInteract(Lnet/minecraftforge/event/entity/player/PlayerInteractEvent;)V
  67. [15:17:48] [Server thread/ERROR] [FML/]: 31: ASM: appeng.parts.PartPlacement@4c54b86d playerInteract(Lnet/minecraftforge/event/entity/player/PlayerInteractEvent;)V
  68. [15:17:48] [Server thread/ERROR] [FML/]: 32: ASM: romelo333.notenoughwands.ForgeEventHandlers@5ef1c16b onPlayerInteractEvent(Lnet/minecraftforge/event/entity/player/PlayerInteractEvent;)V
  69. [15:17:48] [Server thread/ERROR] [FML/]: 33: ASM: mcjty.rftools.ForgeEventHandlers@6091d6bb onPlayerInteractEvent(Lnet/minecraftforge/event/entity/player/PlayerInteractEvent;)V
  70. [15:17:48] [Server thread/ERROR] [FML/]: 34: LOWEST
  71. [15:17:48] [Server thread/ERROR] [FML/]: 35: ASM: elec332.core.main.ElecCore$1@5f356702 onItemRightClick(Lnet/minecraftforge/event/entity/player/PlayerInteractEvent$RightClickBlock;)V
  72. [15:17:48] [Server thread/ERROR] [Sponge/]: /****************************************************************************************************************************************************/
  73. [15:17:48] [Server thread/ERROR] [Sponge/]: /* Exception during phase body */
  74. [15:17:48] [Server thread/ERROR] [Sponge/]: /****************************************************************************************************************************************************/
  75. [15:17:48] [Server thread/ERROR] [Sponge/]: /* Something happened trying to run the main body of a phase org.spongepowered.common.event.tracking.phase.packet.PlaceBlockPacketState@71c63ff4 */
  76. [15:17:48] [Server thread/ERROR] [Sponge/]: /* PhaseContext : */
  77. [15:17:48] [Server thread/ERROR] [Sponge/]: /* - Name: Source */
  78. [15:17:48] [Server thread/ERROR] [Sponge/]: /* Object: EntityPlayerMP['Q2F2'/205766, l='RFTOOLS6', x=9.97, y=65.00, z=29.07] */
  79. [15:17:48] [Server thread/ERROR] [Sponge/]: /* - Name: PacketPlayer */
  80. [15:17:48] [Server thread/ERROR] [Sponge/]: /* Object: EntityPlayerMP['Q2F2'/205766, l='RFTOOLS6', x=9.97, y=65.00, z=29.07] */
  81. [15:17:48] [Server thread/ERROR] [Sponge/]: /* - Name: Packet */
  82. [15:17:48] [Server thread/ERROR] [Sponge/]: /* Object: CPacketPlayerTryUseItemOnBlock{position=BlockPos{x=9, y=67, z=30}, */
  83. [15:17:48] [Server thread/ERROR] [Sponge/]: /* placedBlockDirection=down, hand=MAIN_HAND, facingX=0.5, facingY=0.375, facingZ=0.5625} */
  84. [15:17:48] [Server thread/ERROR] [Sponge/]: /* - Name: Cursor */
  85. [15:17:48] [Server thread/ERROR] [Sponge/]: /* Object: SpongeItemStackSnapshot{itemType=Item{Name=none}, count=1} */
  86. [15:17:48] [Server thread/ERROR] [Sponge/]: /* - Name: IgnoringCreative */
  87. [15:17:48] [Server thread/ERROR] [Sponge/]: /* Object: false */
  88. [15:17:48] [Server thread/ERROR] [Sponge/]: /* - Name: ItemUsed */
  89. [15:17:48] [Server thread/ERROR] [Sponge/]: /* Object: 39xtile.oc.cable@0 */
  90. [15:17:48] [Server thread/ERROR] [Sponge/]: /* - Name: CapturedBlocks */
  91. [15:17:48] [Server thread/ERROR] [Sponge/]: /* Object: CapturedBlocksSupplier{Captured=0} */
  92. [15:17:48] [Server thread/ERROR] [Sponge/]: /* - Name: CapturedEntities */
  93. [15:17:48] [Server thread/ERROR] [Sponge/]: /* Object: CapturedEntitiesSupplier{Captured=0} */
  94. [15:17:48] [Server thread/ERROR] [Sponge/]: /* - Name: Owner */
  95. [15:17:48] [Server thread/ERROR] [Sponge/]: /* Object: EntityPlayerMP['Q2F2'/205766, l='RFTOOLS6', x=9.97, y=65.00, z=29.07] */
  96. [15:17:48] [Server thread/ERROR] [Sponge/]: /* - Name: Notifier */
  97. [15:17:48] [Server thread/ERROR] [Sponge/]: /* Object: EntityPlayerMP['Q2F2'/205766, l='RFTOOLS6', x=9.97, y=65.00, z=29.07] */
  98. [15:17:48] [Server thread/ERROR] [Sponge/]: /* Phases remaining : */
  99. [15:17:48] [Server thread/ERROR] [Sponge/]: /* - Phase: org.spongepowered.common.event.tracking.phase.packet.PlaceBlockPacketState@71c63ff4 */
  100. [15:17:48] [Server thread/ERROR] [Sponge/]: /* Context: */
  101. [15:17:48] [Server thread/ERROR] [Sponge/]: /* - Name: Source */
  102. [15:17:48] [Server thread/ERROR] [Sponge/]: /* Object: EntityPlayerMP['Q2F2'/205766, l='RFTOOLS6', x=9.97, y=65.00, z=29.07] */
  103. [15:17:48] [Server thread/ERROR] [Sponge/]: /* - Name: PacketPlayer */
  104. [15:17:48] [Server thread/ERROR] [Sponge/]: /* Object: EntityPlayerMP['Q2F2'/205766, l='RFTOOLS6', x=9.97, y=65.00, z=29.07] */
  105. [15:17:48] [Server thread/ERROR] [Sponge/]: /* - Name: Packet */
  106. [15:17:48] [Server thread/ERROR] [Sponge/]: /* Object: CPacketPlayerTryUseItemOnBlock{position=BlockPos{x=9, y=67, z=30}, */
  107. [15:17:48] [Server thread/ERROR] [Sponge/]: /* placedBlockDirection=down, hand=MAIN_HAND, facingX=0.5, facingY=0.375, facingZ=0.5625} */
  108. [15:17:48] [Server thread/ERROR] [Sponge/]: /* - Name: Cursor */
  109. [15:17:48] [Server thread/ERROR] [Sponge/]: /* Object: SpongeItemStackSnapshot{itemType=Item{Name=none}, count=1} */
  110. [15:17:48] [Server thread/ERROR] [Sponge/]: /* - Name: IgnoringCreative */
  111. [15:17:48] [Server thread/ERROR] [Sponge/]: /* Object: false */
  112. [15:17:48] [Server thread/ERROR] [Sponge/]: /* - Name: ItemUsed */
  113. [15:17:48] [Server thread/ERROR] [Sponge/]: /* Object: 39xtile.oc.cable@0 */
  114. [15:17:48] [Server thread/ERROR] [Sponge/]: /* - Name: CapturedBlocks */
  115. [15:17:48] [Server thread/ERROR] [Sponge/]: /* Object: CapturedBlocksSupplier{Captured=0} */
  116. [15:17:48] [Server thread/ERROR] [Sponge/]: /* - Name: CapturedEntities */
  117. [15:17:48] [Server thread/ERROR] [Sponge/]: /* Object: CapturedEntitiesSupplier{Captured=0} */
  118. [15:17:48] [Server thread/ERROR] [Sponge/]: /* - Name: Owner */
  119. [15:17:48] [Server thread/ERROR] [Sponge/]: /* Object: EntityPlayerMP['Q2F2'/205766, l='RFTOOLS6', x=9.97, y=65.00, z=29.07] */
  120. [15:17:48] [Server thread/ERROR] [Sponge/]: /* - Name: Notifier */
  121. [15:17:48] [Server thread/ERROR] [Sponge/]: /* Object: EntityPlayerMP['Q2F2'/205766, l='RFTOOLS6', x=9.97, y=65.00, z=29.07] */
  122. [15:17:48] [Server thread/ERROR] [Sponge/]: /* - Phase: org.spongepowered.common.event.tracking.phase.plugin.ScheduledTaskPhaseState@54bdb0de */
  123. [15:17:48] [Server thread/ERROR] [Sponge/]: /* Context: */
  124. [15:17:48] [Server thread/ERROR] [Sponge/]: /* - Name: Source */
  125. [15:17:48] [Server thread/ERROR] [Sponge/]: /* Object: com.google.common.util.concurrent.ListenableFutureTask@6e29d6d1 */
  126. [15:17:48] [Server thread/ERROR] [Sponge/]: /* - Name: CapturedBlocks */
  127. [15:17:48] [Server thread/ERROR] [Sponge/]: /* Object: CapturedBlocksSupplier{Captured=0} */
  128. [15:17:48] [Server thread/ERROR] [Sponge/]: /* - Name: CapturedEntities */
  129. [15:17:48] [Server thread/ERROR] [Sponge/]: /* Object: CapturedEntitiesSupplier{Captured=0} */
  130. [15:17:48] [Server thread/ERROR] [Sponge/]: /* Stacktrace: */
  131. [15:17:48] [Server thread/ERROR] [Sponge/]: /* java.lang.NullPointerException: null */
  132. [15:17:48] [Server thread/ERROR] [Sponge/]: /* mcmultipart.item.PartPlacementWrapper.onPlayerRightClickBlock(PartPlacementWrapper.java:160) */
  133. [15:17:48] [Server thread/ERROR] [Sponge/]: /* net.minecraftforge.fml.common.eventhandler.ASMEventHandler_528_PartPlacementWrapper_onPlayerRightClickBlock_RightClickBlock.invoke(.dynamic) */
  134. [15:17:48] [Server thread/ERROR] [Sponge/]: /* net.minecraftforge.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:90) */
  135. [15:17:48] [Server thread/ERROR] [Sponge/]: /* net.minecraftforge.fml.common.eventhandler.EventBus.post(EventBus.java:635) */
  136. [15:17:48] [Server thread/ERROR] [Sponge/]: /* org.spongepowered.mod.event.SpongeForgeEventFactory.createPlayerInteractEvent(SpongeForgeEventFactory.java:814) */
  137. [15:17:48] [Server thread/ERROR] [Sponge/]: /* org.spongepowered.mod.event.SpongeForgeEventFactory.callForgeEvent(SpongeForgeEventFactory.java:462) */
  138. [15:17:48] [Server thread/ERROR] [Sponge/]: /* org.spongepowered.mod.event.SpongeModEventManager.post(SpongeModEventManager.java:292) */
  139. [15:17:48] [Server thread/ERROR] [Sponge/]: /* org.spongepowered.mod.event.SpongeModEventManager.post(SpongeModEventManager.java:338) */
  140. [15:17:48] [Server thread/ERROR] [Sponge/]: /* org.spongepowered.mod.event.SpongeModEventManager.post(SpongeModEventManager.java:326) */
  141. [15:17:48] [Server thread/ERROR] [Sponge/]: /* org.spongepowered.common.SpongeImpl.postEvent(SpongeImpl.java:143) */
  142. [15:17:48] [Server thread/ERROR] [Sponge/]: /* org.spongepowered.common.event.SpongeCommonEventFactory.callInteractBlockEventSecondary(SpongeCommonEventFactory.java:473) */
  143. [15:17:48] [Server thread/ERROR] [Sponge/]: /* org.spongepowered.common.event.SpongeCommonEventFactory.callInteractBlockEventSecondary(SpongeCommonEventFactory.java:463) */
  144. [15:17:48] [Server thread/ERROR] [Sponge/]: /* net.minecraft.server.management.PlayerInteractionManager.func_187251_a(PlayerInteractionManager.java:1186) */
  145. [15:17:48] [Server thread/ERROR] [Sponge/]: /* net.minecraft.network.NetHandlerPlayServer.redirect$onProcessRightClickBlock$zhd000(NetHandlerPlayServer.java:2290) */
  146. [15:17:48] [Server thread/ERROR] [Sponge/]: /* net.minecraft.network.NetHandlerPlayServer.func_184337_a(NetHandlerPlayServer.java:679) */
  147. [15:17:48] [Server thread/ERROR] [Sponge/]: /* net.minecraft.network.play.client.CPacketPlayerTryUseItemOnBlock.func_148833_a(SourceFile:55) */
  148. [15:17:48] [Server thread/ERROR] [Sponge/]: /* net.minecraft.network.play.client.CPacketPlayerTryUseItemOnBlock.func_148833_a(SourceFile:11) */
  149. [15:17:48] [Server thread/ERROR] [Sponge/]: /* org.spongepowered.common.network.PacketUtil.lambda$onProcessPacket$0(PacketUtil.java:157) */
  150. [15:17:48] [Server thread/ERROR] [Sponge/]: /* org.spongepowered.common.event.tracking.CauseTracker.switchToPhase(CauseTracker.java:160) */
  151. [15:17:48] [Server thread/ERROR] [Sponge/]: /* org.spongepowered.common.network.PacketUtil.onProcessPacket(PacketUtil.java:156) */
  152. [15:17:48] [Server thread/ERROR] [Sponge/]: /* net.minecraft.network.PacketThreadUtil$1.redirect$onProcessPacket$zjh000(SourceFile:539) */
  153. [15:17:48] [Server thread/ERROR] [Sponge/]: /* net.minecraft.network.PacketThreadUtil$1.run(SourceFile:13) */
  154. [15:17:48] [Server thread/ERROR] [Sponge/]: /* java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) */
  155. [15:17:48] [Server thread/ERROR] [Sponge/]: /* java.util.concurrent.FutureTask.run(Unknown Source) */
  156. [15:17:48] [Server thread/ERROR] [Sponge/]: /* net.minecraft.util.Util.func_181617_a(SourceFile:45) */
  157. [15:17:48] [Server thread/ERROR] [Sponge/]: /* org.spongepowered.common.SpongeImplHooks.onUtilRunTask(SpongeImplHooks.java:241) */
  158. [15:17:48] [Server thread/ERROR] [Sponge/]: /* net.minecraft.server.MinecraftServer.redirect$onRun$zhn000(MinecraftServer.java:3928) */
  159. [15:17:48] [Server thread/ERROR] [Sponge/]: /* net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:668) */
  160. [15:17:48] [Server thread/ERROR] [Sponge/]: /* net.minecraft.server.dedicated.DedicatedServer.func_71190_q(DedicatedServer.java:387) */
  161. [15:17:48] [Server thread/ERROR] [Sponge/]: /* net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:613) */
  162. [15:17:48] [Server thread/ERROR] [Sponge/]: /* net.minecraft.server.MinecraftServer.run(MinecraftServer.java:471) */
  163. [15:17:48] [Server thread/ERROR] [Sponge/]: /* java.lang.Thread.run(Unknown Source) */
  164. [15:17:48] [Server thread/ERROR] [Sponge/]: /* */
  165. [15:17:48] [Server thread/ERROR] [Sponge/]: /* Minecraft : 1.10.2 */
  166. [15:17:48] [Server thread/ERROR] [Sponge/]: /* SpongeAPI : 5.2.0-SNAPSHOT-a26c654 */
  167. [15:17:48] [Server thread/ERROR] [Sponge/]: /* SpongeForge : 1.10.2-2281-5.2.0-BETA-2353 */
  168. [15:17:48] [Server thread/ERROR] [Sponge/]: /* Minecraft Forge : 12.18.3.2297 */
  169. [15:17:48] [Server thread/ERROR] [Sponge/]: /****************************************************************************************************************************************************/
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement