Advertisement
JasonMcRay

Untitled

Apr 26th, 2014
97
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.65 KB | None | 0 0
  1. net.minecraft.util.ReportedException: Ticking player
  2. at net.minecraft.entity.player.EntityPlayerMP.func_71127_g(EntityPlayerMP.java:377)
  3. at net.minecraft.network.NetServerHandler.func_72498_a(NetServerHandler.java:304)
  4. at net.minecraft.network.packet.Packet10Flying.func_73279_a(SourceFile:136)
  5. at net.minecraft.network.TcpConnection.func_74428_b(TcpConnection.java:462)
  6. at net.minecraft.network.NetServerHandler.func_72570_d(NetServerHandler.java:141)
  7. at net.minecraft.network.NetworkListenThread.func_71747_b(NetworkListenThread.java:54)
  8. at net.minecraft.server.dedicated.DedicatedServerListenThread.func_71747_b(SourceFile:30)
  9. at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:691)
  10. at net.minecraft.server.dedicated.DedicatedServer.func_71190_q(DedicatedServer.java:276)
  11. at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:587)
  12. at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:484)
  13. at net.minecraft.server.ThreadMinecraftServer.run(SourceFile:583)
  14. Caused by: java.lang.AbstractMethodError: micdoodle8.mods.galacticraft.core.tile.GCCoreTileEntityRefinery.func_70300_a(Lnet/minecraft/entity/player/EntityPlayer;)Z
  15. at micdoodle8.mods.galacticraft.core.inventory.GCCoreContainerRefinery.func_75145_c(GCCoreContainerRefinery.java:66)
  16. at net.minecraftforge.event.entity.player.PlayerOpenContainerEvent.<init>(PlayerOpenContainerEvent.java:27)
  17. at net.minecraftforge.common.ForgeHooks.canInteractWith(ForgeHooks.java:447)
  18. at net.minecraft.entity.player.EntityPlayer.func_70071_h_(EntityPlayer.java:344)
  19. at net.minecraft.entity.player.EntityPlayerMP.func_71127_g(EntityPlayerMP.java:328)
  20. ... 11 more
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement