Its_Patchi

s

Aug 8th, 2016
70
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.86 KB | None | 0 0
  1. Description: Exception in server tick loop
  2.  
  3. java.lang.AbstractMethodError
  4. at li.cil.oc.common.inventory.ComponentInventory$$anonfun$onItemAdded$1.apply(ComponentInventory.scala:118)
  5. at li.cil.oc.common.inventory.ComponentInventory$$anonfun$onItemAdded$1.apply(ComponentInventory.scala:117)
  6. at scala.Option.foreach(Option.scala:245)
  7. at li.cil.oc.common.inventory.ComponentInventory$class.onItemAdded(ComponentInventory.scala:117)
  8. at li.cil.oc.common.tileentity.Case.li$cil$oc$common$tileentity$traits$ComponentInventory$$super$onItemAdded(Case.scala:27)
  9. at li.cil.oc.common.tileentity.traits.ComponentInventory$class.onItemAdded(ComponentInventory.scala:78)
  10. at li.cil.oc.common.tileentity.Case.onItemAdded(Case.scala:91)
  11. at li.cil.oc.common.inventory.Inventory$class.setInventorySlotContents(Inventory.scala:42)
  12. at li.cil.oc.common.tileentity.Case.func_70299_a(Case.scala:27)
  13. at net.minecraft.inventory.Slot.func_75215_d(Slot.java:77)
  14. at li.cil.oc.common.container.StaticComponentSlot.li$cil$oc$common$container$ComponentSlot$$super$putStack(StaticComponentSlot.scala:8)
  15. at li.cil.oc.common.container.ComponentSlot$class.putStack(ComponentSlot.scala:40)
  16. at li.cil.oc.common.container.StaticComponentSlot.func_75215_d(StaticComponentSlot.scala:8)
  17. at li.cil.oc.common.container.Player$$anonfun$tryTransferStackInSlot$4.apply$mcVI$sp(Player.scala:88)
  18. at li.cil.oc.common.container.Player$$anonfun$tryTransferStackInSlot$4.apply(Player.scala:83)
  19. at li.cil.oc.common.container.Player$$anonfun$tryTransferStackInSlot$4.apply(Player.scala:83)
  20. at scala.collection.TraversableLike$WithFilter$$anonfun$foreach$1.apply(TraversableLike.scala:778)
  21. at scala.collection.immutable.Range.foreach(Range.scala:160)
  22. at scala.collection.TraversableLike$WithFilter.foreach(TraversableLike.scala:777)
  23. at li.cil.oc.common.container.Player.tryTransferStackInSlot(Player.scala:83)
  24. at li.cil.oc.common.container.Player.func_82846_b(Player.scala:48)
  25. at net.minecraft.inventory.Container.func_75144_a(SourceFile:193)
  26. at li.cil.oc.common.container.Player.func_75144_a(Player.scala:35)
  27. at net.minecraft.network.NetHandlerPlayServer.func_147351_a(NetHandlerPlayServer.java:883)
  28. at net.minecraft.network.play.client.C0EPacketClickWindow.func_148833_a(SourceFile:32)
  29. at net.minecraft.network.play.client.C0EPacketClickWindow.func_148833_a(SourceFile:10)
  30. at net.minecraft.network.NetworkManager.func_74428_b(NetworkManager.java:212)
  31. at net.minecraft.network.NetworkSystem.func_151269_c(NetworkSystem.java:165)
  32. at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:659)
  33. at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:547)
  34. at net.minecraft.server.integrated.IntegratedServer.func_71217_p(IntegratedServer.java:111)
  35. at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:396)
  36. at net.minecraft.server.MinecraftServer$2.run(MinecraftServer.java:685)
Advertisement
Add Comment
Please, Sign In to add comment