Tileentity Foodbowl not saving to disk
Flemmli97 opened this issue ยท 1 comments
Environment And Mod Information:
- Minecraft Version: 1.7.10
- Forge Version: 1.7.10-Forge10.13.4.1614-1.7.10
- Doggy Talents Version: DoggyTalents-1.7.10-1.14.2.314-universal
- Java Version, Build, and Byte Type: java 8 64-bit
- OS Name, Edition, Byte Type, and Build Version: MacOs
Logs
- fml-client-latest.log or fml-server-latest.log:
Issue Description:
The Foodbowl tileentity is not saved properly and thus results in emtpy container upon world load.
Here is the log output:
[18:23:41] [Server thread/ERROR]: A TileEntity type doggytalents.tileentity.TileEntityFoodBowl has throw an exception trying to write state. It will not persist. Report this to the mod author
java.lang.RuntimeException: class doggytalents.tileentity.TileEntityFoodBowl is missing a mapping! This is a bug!
at net.minecraft.tileentity.TileEntity.func_145841_b(TileEntity.java:80) ~[aor.class:?]
at doggytalents.tileentity.TileEntityFoodBowl.func_145841_b(TileEntityFoodBowl.java:45) ~[TileEntityFoodBowl.class:?]
at net.minecraft.world.chunk.storage.AnvilChunkLoader.func_75820_a(AnvilChunkLoader.java:370) [aqk.class:?]
at net.minecraft.world.chunk.storage.AnvilChunkLoader.func_75816_a(AnvilChunkLoader.java:197) [aqk.class:?]
at net.minecraft.world.gen.ChunkProviderServer.func_73242_b(ChunkProviderServer.java:256) [ms.class:?]
at net.minecraft.world.gen.ChunkProviderServer.func_73151_a(ChunkProviderServer.java:302) [ms.class:?]
at net.minecraft.world.WorldServer.func_73044_a(WorldServer.java:809) [mt.class:?]
at net.minecraft.server.MinecraftServer.func_71267_a(MinecraftServer.java:318) [MinecraftServer.class:?]
at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:569) [MinecraftServer.class:?]
at net.minecraft.server.integrated.IntegratedServer.func_71217_p(IntegratedServer.java:186) [bsx.class:?]
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:427) [MinecraftServer.class:?]
at net.minecraft.server.MinecraftServer$2.run(MinecraftServer.java:685) [?:?]
Steps to reproduce:
- Load new world and place food bowl
- error log is printed in the latest.log