Advertisement
Guest User

Untitled

a guest
Jan 25th, 2015
268
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.41 KB | None | 0 0
  1. [23:18:41] [Server thread/ERROR]: A TileEntity type com.example.DerpTesting.tile_entity.TileEntitySmallCrystal_Aqua has throw an exception trying to write state. It will not persist. Report this to the mod author
  2. java.lang.RuntimeException: class com.example.DerpTesting.tile_entity.TileEntitySmallCrystal_Aqua is missing a mapping! This is a bug!
  3. at net.minecraft.tileentity.TileEntity.writeToNBT(TileEntity.java:80) ~[TileEntity.class:?]
  4. at net.minecraft.world.chunk.storage.AnvilChunkLoader.writeChunkToNBT(AnvilChunkLoader.java:370) [AnvilChunkLoader.class:?]
  5. at net.minecraft.world.chunk.storage.AnvilChunkLoader.saveChunk(AnvilChunkLoader.java:197) [AnvilChunkLoader.class:?]
  6. at net.minecraft.world.gen.ChunkProviderServer.safeSaveChunk(ChunkProviderServer.java:256) [ChunkProviderServer.class:?]
  7. at net.minecraft.world.gen.ChunkProviderServer.saveChunks(ChunkProviderServer.java:302) [ChunkProviderServer.class:?]
  8. at net.minecraft.world.WorldServer.saveAllChunks(WorldServer.java:808) [WorldServer.class:?]
  9. at net.minecraft.server.MinecraftServer.saveAllWorlds(MinecraftServer.java:318) [MinecraftServer.class:?]
  10. at net.minecraft.server.integrated.IntegratedServer.tick(IntegratedServer.java:106) [IntegratedServer.class:?]
  11. at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:427) [MinecraftServer.class:?]
  12. at net.minecraft.server.MinecraftServer$2.run(MinecraftServer.java:685) [MinecraftServer$2.class:?]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement