Advertisement
PSquishyP

Error

Nov 3rd, 2015
100
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.57 KB | None | 0 0
  1. [Server thread/ERROR] [FML]: A TileEntity type noahc3.abilitystones.tileentity.StonesChestTileEntity has throw an exception trying to write state. It will not persist. Report this to the mod author
  2. java.lang.RuntimeException: class noahc3.abilitystones.tileentity.StonesChestTileEntity is missing a mapping! This is a bug!
  3. at net.minecraft.tileentity.TileEntity.writeToNBT(TileEntity.java:94) ~[TileEntity.class:?]
  4. at noahc3.abilitystones.tileentity.StonesChestTileEntity.writeToNBT(StonesChestTileEntity.java:159) ~[StonesChestTileEntity.class:?]
  5. at net.minecraft.world.chunk.storage.AnvilChunkLoader.writeChunkToNBT(AnvilChunkLoader.java:410) [AnvilChunkLoader.class:?]
  6. at net.minecraft.world.chunk.storage.AnvilChunkLoader.saveChunk(AnvilChunkLoader.java:193) [AnvilChunkLoader.class:?]
  7. at net.minecraft.world.gen.ChunkProviderServer.saveChunkData(ChunkProviderServer.java:266) [ChunkProviderServer.class:?]
  8. at net.minecraft.world.gen.ChunkProviderServer.saveChunks(ChunkProviderServer.java:332) [ChunkProviderServer.class:?]
  9. at net.minecraft.world.WorldServer.saveAllChunks(WorldServer.java:976) [WorldServer.class:?]
  10. at net.minecraft.server.MinecraftServer.saveAllWorlds(MinecraftServer.java:419) [MinecraftServer.class:?]
  11. at net.minecraft.server.MinecraftServer.tick(MinecraftServer.java:692) [MinecraftServer.class:?]
  12. at net.minecraft.server.integrated.IntegratedServer.tick(IntegratedServer.java:171) [IntegratedServer.class:?]
  13. at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:540) [MinecraftServer.class:?]
  14. at java.lang.Thread.run(Unknown Source) [?:1.8.0_45]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement