Advertisement
Guest User

Untitled

a guest
Jul 25th, 2016
64
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.89 KB | None | 0 0
  1. [16:58:23] [Server thread/ERROR]: Encountered an unexpected exception
  2. java.lang.RuntimeException: class com.pixelmonmod.pixelmon.blocks.tileEntities.T
  3. ileEntityPokeChest is missing a mapping! This is a bug!
  4. at net.minecraft.tileentity.TileEntity.func_189516_d(TileEntity.java:81)
  5. ~[aqk.class:?]
  6. at net.minecraft.tileentity.TileEntity.func_189515_b(TileEntity.java:72)
  7. ~[aqk.class:?]
  8. at com.pixelmonmod.pixelmon.blocks.tileEntities.TileEntityPokeChest.func
  9. _189515_b(TileEntityPokeChest.java:67) ~[TileEntityPokeChest.class:?]
  10. at net.minecraft.world.WorldServer.createSpongeBlockSnapshot(WorldServer
  11. .java:1234) ~[ls.class:?]
  12. at net.minecraft.world.WorldServer.createSnapshot(WorldServer.java:900)
  13. ~[ls.class:?]
  14. at org.spongepowered.common.event.SpongeCommonEventFactory.callNotifyNei
  15. ghborEvent(SpongeCommonEventFactory.java:225) ~[SpongeCommonEventFactory.class:1
  16. .10.2-2011-5.0.0-BETA-1560]
  17. at net.minecraft.world.WorldServer.func_175685_c(WorldServer.java:1048)
  18. ~[ls.class:?]
  19. at net.minecraft.world.World.func_175722_b(World.java:421) ~[aid.class:?
  20. ]
  21. at org.spongepowered.common.event.tracking.CauseTracker.setBlockState(Ca
  22. useTracker.java:343) ~[CauseTracker.class:1.10.2-2011-5.0.0-BETA-1560]
  23. at net.minecraft.world.WorldServer.func_180501_a(WorldServer.java:968) ~
  24. [ls.class:?]
  25. at net.minecraft.world.World.func_175656_a(World.java:406) ~[aid.class:?
  26. ]
  27. at com.pixelmonmod.pixelmon.pokeloot.worldGen.WorldGenPokeChest.genBlock
  28. s(WorldGenPokeChest.java:228) ~[WorldGenPokeChest.class:?]
  29. at com.pixelmonmod.pixelmon.pokeloot.worldGen.WorldGenPokeChest.generate
  30. (WorldGenPokeChest.java:127) ~[WorldGenPokeChest.class:?]
  31. at net.minecraftforge.fml.common.registry.GameRegistry.redirect$onGenera
  32. teWorld$0(GameRegistry.java:70) ~[GameRegistry.class:?]
  33. at net.minecraftforge.fml.common.registry.GameRegistry.generateWorld(Gam
  34. eRegistry.java:120) ~[GameRegistry.class:?]
  35. at net.minecraft.world.chunk.Chunk.func_186034_a(Chunk.java:1001) ~[asv.
  36. class:?]
  37. at net.minecraft.world.chunk.Chunk.func_186030_a(Chunk.java:969) ~[asv.c
  38. lass:?]
  39. at net.minecraft.world.gen.ChunkProviderServer.func_186025_d(ChunkProvid
  40. erServer.java:154) ~[lr.class:?]
  41. at net.minecraft.server.MinecraftServer.prepareSpawnArea(MinecraftServer
  42. .java:376) ~[MinecraftServer.class:?]
  43. at net.minecraft.server.MinecraftServer.func_71222_d(MinecraftServer.jav
  44. a:340) ~[MinecraftServer.class:?]
  45. at net.minecraft.server.MinecraftServer.func_71247_a(MinecraftServer.jav
  46. a:328) ~[MinecraftServer.class:?]
  47. at net.minecraft.server.dedicated.DedicatedServer.func_71197_b(Dedicated
  48. Server.java:266) ~[ld.class:?]
  49. at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:431) [M
  50. inecraftServer.class:?]
  51. at java.lang.Thread.run(Unknown Source) [?:1.8.0_77]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement