Advertisement
Guest User

Untitled

a guest
Dec 17th, 2017
71
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.36 KB | None | 0 0
  1. [18:23:45] [Server thread/ERROR]: Encountered an unexpected exception
  2. net.minecraft.util.ReportedException: Ticking player
  3. at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:715) ~[MinecraftServer.class:?]
  4. at net.minecraft.server.dedicated.DedicatedServer.func_71190_q(DedicatedServer.java:387) ~[ld.class:?]
  5. at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:613) ~[MinecraftServer.class:?]
  6. at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:471) [MinecraftServer.class:?]
  7. at java.lang.Thread.run(Thread.java:745) [?:1.8.0_72]
  8. Caused by: java.lang.IllegalArgumentException: Cannot get property PropertyDirection{name=facing, clazz=class net.minecraft.util.EnumFacing, values=[north, south, west, east]} as it does not exist in ExtendedBlockState{block=palamod:sulfuricWater, properties=[level]}
  9. at net.minecraft.block.state.BlockStateContainer$StateImplementation.func_177229_b(BlockStateContainer.java:196) ~[art$a.class:?]
  10. at fr.paladium.common.tiles.TilePaladiumChest.func_174886_c(TilePaladiumChest.java:204) ~[TilePaladiumChest.class:?]
  11. at fr.paladium.common.container.ContainerPaladiumChest.func_75134_a(ContainerPaladiumChest.java:127) ~[ContainerPaladiumChest.class:?]
  12. at net.minecraft.entity.player.EntityPlayerMP.func_71128_l(EntityPlayerMP.java:911) ~[lu.class:?]
  13. at net.minecraft.entity.player.EntityPlayerMP.func_71053_j(EntityPlayerMP.java:898) ~[lu.class:?]
  14. at net.minecraft.entity.player.EntityPlayerMP.func_70071_h_(EntityPlayerMP.java:258) ~[lu.class:?]
  15. at org.spongepowered.common.event.tracking.TrackingUtil.tickEntity(TrackingUtil.java:158) ~[TrackingUtil.class:1.10.2-2477-5.2.0-BETA-2731]
  16. at net.minecraft.world.WorldServer.redirect$onCallEntityUpdate$zkc000(WorldServer.java:2850) ~[ls.class:?]
  17. at net.minecraft.world.World.func_72866_a(World.java:4071) ~[aid.class:?]
  18. at net.minecraft.world.WorldServer.func_72866_a(WorldServer.java:839) ~[ls.class:?]
  19. at net.minecraft.world.World.func_72870_g(World.java:1934) ~[aid.class:?]
  20. at net.minecraft.world.WorldServer.func_184147_l(WorldServer.java:649) ~[ls.class:?]
  21. at net.minecraft.world.World.func_72939_s(World.java:5991) ~[aid.class:?]
  22. at net.minecraft.world.WorldServer.func_72939_s(WorldServer.java:2197) ~[ls.class:?]
  23. at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:709) ~[MinecraftServer.class:?]
  24. ... 4 more
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement