MrCrayfish's Vehicle Mod

MrCrayfish's Vehicle Mod

11M Downloads

Getting errors with version 0.13 on multiplayer server.

fandomaniac opened this issue ยท 3 comments

commented

After the update, all existing vehicles that had coloring were gone on our multiplayer server and I received the errors below. However, after I restarted the server, the server console log was much cleaner and any new vehicles spawned and colored after the 0.13 update seem to be fine (no errors in the log).

I'm guessing the errors were just from the old pre-0.13 color coding and should disappear after all remain chunks with the older spawned vehicles get loaded?

Here's the console log with the errors.
13.06 12:57:57 [Server] Server thread/ERROR [FML]: An Entity vehicle:atv(entity.atv.name) has thrown an exception during loading, its state cannot be restored. Report this to the mod author
13.06 12:57:57 [Server] INFO net.minecraft.util.ReportedException: Loading entity NBT
13.06 12:57:57 [Server] INFO at net.minecraft.entity.Entity.func_70020_e(Entity.java:1875) ~[vg.class:?]
13.06 12:57:57 [Server] INFO at net.minecraft.entity.EntityList.func_75615_a(EntityList.java:221) [vi.class:?]
13.06 12:57:57 [Server] INFO at net.minecraft.world.chunk.storage.AnvilChunkLoader.func_186053_a(AnvilChunkLoader.java:601) [aye.class:?]
13.06 12:57:57 [Server] INFO at net.minecraft.world.chunk.storage.AnvilChunkLoader.func_186050_a(AnvilChunkLoader.java:528) [aye.class:?]
13.06 12:57:57 [Server] INFO at net.minecraft.world.chunk.storage.AnvilChunkLoader.loadEntities(AnvilChunkLoader.java:485) [aye.class:?]
13.06 12:57:57 [Server] INFO at net.minecraftforge.common.chunkio.ChunkIOProvider.syncCallback(ChunkIOProvider.java:97) [ChunkIOProvider.class:?]
13.06 12:57:57 [Server] INFO at net.minecraftforge.common.chunkio.ChunkIOExecutor.tick(ChunkIOExecutor.java:150) [ChunkIOExecutor.class:?]
13.06 12:57:57 [Server] INFO at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:728) [MinecraftServer.class:?]
13.06 12:57:57 [Server] INFO at net.minecraft.server.dedicated.DedicatedServer.func_71190_q(DedicatedServer.java:396) [nz.class:?]
13.06 12:57:57 [Server] INFO at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:668) [MinecraftServer.class:?]
13.06 12:57:57 [Server] INFO at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:526) [MinecraftServer.class:?]
13.06 12:57:57 [Server] INFO at java.lang.Thread.run(Thread.java:748) [?:1.8.0_152]
13.06 12:57:57 [Server] INFO Caused by: java.lang.NoSuchMethodError: net.minecraft.item.EnumDyeColor.func_193350_e()I
13.06 12:57:57 [Server] INFO at com.mrcrayfish.vehicle.entity.EntityVehicle.func_70037_a(EntityVehicle.java:479) ~[EntityVehicle.class:?]
13.06 12:57:57 [Server] INFO at net.minecraft.entity.Entity.func_70020_e(Entity.java:1863) ~[vg.class:?]
13.06 12:57:57 [Server] INFO ... 11 more
13.06 12:57:57 [Server] Server thread/ERROR [FML]: An Entity vehicle:atv(entity.atv.name) has thrown an exception during loading, its state cannot be restored. Report this to the mod author
13.06 12:57:57 [Server] INFO net.minecraft.util.ReportedException: Loading entity NBT
13.06 12:57:57 [Server] INFO at net.minecraft.entity.Entity.func_70020_e(Entity.java:1875) ~[vg.class:?]
13.06 12:57:57 [Server] INFO at net.minecraft.entity.EntityList.func_75615_a(EntityList.java:221) [vi.class:?]
13.06 12:57:57 [Server] INFO at net.minecraft.world.chunk.storage.AnvilChunkLoader.func_186053_a(AnvilChunkLoader.java:601) [aye.class:?]
13.06 12:57:57 [Server] INFO at net.minecraft.world.chunk.storage.AnvilChunkLoader.func_186050_a(AnvilChunkLoader.java:528) [aye.class:?]
13.06 12:57:57 [Server] INFO at net.minecraft.world.chunk.storage.AnvilChunkLoader.loadEntities(AnvilChunkLoader.java:485) [aye.class:?]
13.06 12:57:57 [Server] INFO at net.minecraftforge.common.chunkio.ChunkIOProvider.syncCallback(ChunkIOProvider.java:97) [ChunkIOProvider.class:?]
13.06 12:57:57 [Server] INFO at net.minecraftforge.common.chunkio.ChunkIOExecutor.tick(ChunkIOExecutor.java:150) [ChunkIOExecutor.class:?]
13.06 12:57:57 [Server] INFO at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:728) [MinecraftServer.class:?]
13.06 12:57:57 [Server] INFO at net.minecraft.server.dedicated.DedicatedServer.func_71190_q(DedicatedServer.java:396) [nz.class:?]
13.06 12:57:57 [Server] INFO at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:668) [MinecraftServer.class:?]
13.06 12:57:57 [Server] INFO at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:526) [MinecraftServer.class:?]
13.06 12:57:57 [Server] INFO at java.lang.Thread.run(Thread.java:748) [?:1.8.0_152]
13.06 12:57:57 [Server] INFO Caused by: java.lang.NoSuchMethodError: net.minecraft.item.EnumDyeColor.func_193350_e()I
13.06 12:57:57 [Server] INFO at com.mrcrayfish.vehicle.entity.EntityVehicle.func_70037_a(EntityVehicle.java:479) ~[EntityVehicle.class:?]
13.06 12:57:57 [Server] INFO at net.minecraft.entity.Entity.func_70020_e(Entity.java:1863) ~[vg.class:?]
13.06 12:57:57 [Server] INFO ... 11 more
13.06 12:57:57 [Server] Server thread/ERROR [FML]: An Entity vehicle:go_kart(entity.go_kart.name) has thrown an exception during loading, its state cannot be restored. Report this to the mod author
13.06 12:57:57 [Server] INFO net.minecraft.util.ReportedException: Loading entity NBT
13.06 12:57:57 [Server] INFO at net.minecraft.entity.Entity.func_70020_e(Entity.java:1875) ~[vg.class:?]
13.06 12:57:57 [Server] INFO at net.minecraft.entity.EntityList.func_75615_a(EntityList.java:221) [vi.class:?]
13.06 12:57:57 [Server] INFO at net.minecraft.world.chunk.storage.AnvilChunkLoader.func_186053_a(AnvilChunkLoader.java:601) [aye.class:?]
13.06 12:57:57 [Server] INFO at net.minecraft.world.chunk.storage.AnvilChunkLoader.func_186050_a(AnvilChunkLoader.java:528) [aye.class:?]
13.06 12:57:57 [Server] INFO at net.minecraft.world.chunk.storage.AnvilChunkLoader.loadEntities(AnvilChunkLoader.java:485) [aye.class:?]
13.06 12:57:57 [Server] INFO at net.minecraftforge.common.chunkio.ChunkIOProvider.syncCallback(ChunkIOProvider.java:97) [ChunkIOProvider.class:?]
13.06 12:57:57 [Server] INFO at net.minecraftforge.common.chunkio.ChunkIOExecutor.tick(ChunkIOExecutor.java:150) [ChunkIOExecutor.class:?]
13.06 12:57:57 [Server] INFO at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:728) [MinecraftServer.class:?]
13.06 12:57:57 [Server] INFO at net.minecraft.server.dedicated.DedicatedServer.func_71190_q(DedicatedServer.java:396) [nz.class:?]
13.06 12:57:57 [Server] INFO at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:668) [MinecraftServer.class:?]
13.06 12:57:57 [Server] INFO at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:526) [MinecraftServer.class:?]
13.06 12:57:57 [Server] INFO at java.lang.Thread.run(Thread.java:748) [?:1.8.0_152]
13.06 12:57:57 [Server] INFO Caused by: java.lang.NoSuchMethodError: net.minecraft.item.EnumDyeColor.func_193350_e()I
13.06 12:57:57 [Server] INFO at com.mrcrayfish.vehicle.entity.EntityVehicle.func_70037_a(EntityVehicle.java:479) ~[EntityVehicle.class:?]
13.06 12:57:57 [Server] INFO at net.minecraft.entity.Entity.func_70020_e(Entity.java:1863) ~[vg.class:?]
13.06 12:57:57 [Server] INFO ... 11 more
13.06 12:57:57 [Server] Server thread/ERROR [FML]: An Entity vehicle:go_kart(entity.go_kart.name) has thrown an exception during loading, its state cannot be restored. Report this to the mod author
13.06 12:57:57 [Server] INFO net.minecraft.util.ReportedException: Loading entity NBT
13.06 12:57:57 [Server] INFO at net.minecraft.entity.Entity.func_70020_e(Entity.java:1875) ~[vg.class:?]
13.06 12:57:57 [Server] INFO at net.minecraft.entity.EntityList.func_75615_a(EntityList.java:221) [vi.class:?]
13.06 12:57:57 [Server] INFO at net.minecraft.world.chunk.storage.AnvilChunkLoader.func_186053_a(AnvilChunkLoader.java:601) [aye.class:?]
13.06 12:57:57 [Server] INFO at net.minecraft.world.chunk.storage.AnvilChunkLoader.func_186050_a(AnvilChunkLoader.java:528) [aye.class:?]
13.06 12:57:57 [Server] INFO at net.minecraft.world.chunk.storage.AnvilChunkLoader.loadEntities(AnvilChunkLoader.java:485) [aye.class:?]
13.06 12:57:57 [Server] INFO at net.minecraftforge.common.chunkio.ChunkIOProvider.syncCallback(ChunkIOProvider.java:97) [ChunkIOProvider.class:?]
13.06 12:57:57 [Server] INFO at net.minecraftforge.common.chunkio.ChunkIOExecutor.tick(ChunkIOExecutor.java:150) [ChunkIOExecutor.class:?]
13.06 12:57:57 [Server] INFO at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:728) [MinecraftServer.class:?]
13.06 12:57:57 [Server] INFO at net.minecraft.server.dedicated.DedicatedServer.func_71190_q(DedicatedServer.java:396) [nz.class:?]
13.06 12:57:57 [Server] INFO at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:668) [MinecraftServer.class:?]
13.06 12:57:57 [Server] INFO at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:526) [MinecraftServer.class:?]
13.06 12:57:57 [Server] INFO at java.lang.Thread.run(Thread.java:748) [?:1.8.0_152]
13.06 12:57:57 [Server] INFO Caused by: java.lang.NoSuchMethodError: net.minecraft.item.EnumDyeColor.func_193350_e()I
13.06 12:57:57 [Server] INFO at com.mrcrayfish.vehicle.entity.EntityVehicle.func_70037_a(EntityVehicle.java:479) ~[EntityVehicle.class:?]
13.06 12:57:57 [Server] INFO at net.minecraft.entity.Entity.func_70020_e(Entity.java:1863) ~[vg.class:?]
13.06 12:57:57 [Server] INFO ... 11 more
13.06 12:57:57 [Server] Server thread/ERROR [FML]: An Entity vehicle:go_kart(entity.go_kart.name) has thrown an exception during loading, its state cannot be restored. Report this to the mod author
13.06 12:57:57 [Server] INFO net.minecraft.util.ReportedException: Loading entity NBT
13.06 12:57:57 [Server] INFO at net.minecraft.entity.Entity.func_70020_e(Entity.java:1875) ~[vg.class:?]
13.06 12:57:57 [Server] INFO at net.minecraft.entity.EntityList.func_75615_a(EntityList.java:221) [vi.class:?]
13.06 12:57:57 [Server] INFO at net.minecraft.world.chunk.storage.AnvilChunkLoader.func_186053_a(AnvilChunkLoader.java:601) [aye.class:?]
13.06 12:57:57 [Server] INFO at net.minecraft.world.chunk.storage.AnvilChunkLoader.func_186050_a(AnvilChunkLoader.java:528) [aye.class:?]
13.06 12:57:57 [Server] INFO at net.minecraft.world.chunk.storage.AnvilChunkLoader.loadEntities(AnvilChunkLoader.java:485) [aye.class:?]
13.06 12:57:57 [Server] INFO at net.minecraftforge.common.chunkio.ChunkIOProvider.syncCallback(ChunkIOProvider.java:97) [ChunkIOProvider.class:?]
13.06 12:57:57 [Server] INFO at net.minecraftforge.common.chunkio.ChunkIOExecutor.tick(ChunkIOExecutor.java:150) [ChunkIOExecutor.class:?]
13.06 12:57:57 [Server] INFO at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:728) [MinecraftServer.class:?]
13.06 12:57:57 [Server] INFO at net.minecraft.server.dedicated.DedicatedServer.func_71190_q(DedicatedServer.java:396) [nz.class:?]
13.06 12:57:57 [Server] INFO at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:668) [MinecraftServer.class:?]
13.06 12:57:57 [Server] INFO at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:526) [MinecraftServer.class:?]
13.06 12:57:57 [Server] INFO at java.lang.Thread.run(Thread.java:748) [?:1.8.0_152]
13.06 12:57:57 [Server] INFO Caused by: java.lang.NoSuchMethodError: net.minecraft.item.EnumDyeColor.func_193350_e()I
13.06 12:57:57 [Server] INFO at com.mrcrayfish.vehicle.entity.EntityVehicle.func_70037_a(EntityVehicle.java:479) ~[EntityVehicle.class:?]
13.06 12:57:57 [Server] INFO at net.minecraft.entity.Entity.func_70020_e(Entity.java:1863) ~[vg.class:?]
13.06 12:57:57 [Server] INFO ... 11 more
13.06 12:57:57 [Server] Server thread/ERROR [FML]: An Entity vehicle:atv(entity.atv.name) has thrown an exception during loading, its state cannot be restored. Report this to the mod author
13.06 12:57:57 [Server] INFO net.minecraft.util.ReportedException: Loading entity NBT
13.06 12:57:57 [Server] INFO at net.minecraft.entity.Entity.func_70020_e(Entity.java:1875) ~[vg.class:?]
13.06 12:57:57 [Server] INFO at net.minecraft.entity.EntityList.func_75615_a(EntityList.java:221) [vi.class:?]
13.06 12:57:57 [Server] INFO at net.minecraft.world.chunk.storage.AnvilChunkLoader.func_186053_a(AnvilChunkLoader.java:601) [aye.class:?]
13.06 12:57:57 [Server] INFO at net.minecraft.world.chunk.storage.AnvilChunkLoader.func_186050_a(AnvilChunkLoader.java:528) [aye.class:?]
13.06 12:57:57 [Server] INFO at net.minecraft.world.chunk.storage.AnvilChunkLoader.loadEntities(AnvilChunkLoader.java:485) [aye.class:?]
13.06 12:57:57 [Server] INFO at net.minecraftforge.common.chunkio.ChunkIOProvider.syncCallback(ChunkIOProvider.java:97) [ChunkIOProvider.class:?]
13.06 12:57:57 [Server] INFO at net.minecraftforge.common.chunkio.ChunkIOExecutor.tick(ChunkIOExecutor.java:150) [ChunkIOExecutor.class:?]
13.06 12:57:57 [Server] INFO at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:728) [MinecraftServer.class:?]
13.06 12:58:03 [Multicraft] Skipped 242 lines due to rate limit (100/s)
13.06 12:58:03 [Server] Server thread/ERROR [FML]: An Entity vehicle:speed_boat(entity.speed_boat.name) has thrown an exception during loading, its state cannot be restored. Report this to the mod author
13.06 12:58:03 [Server] INFO net.minecraft.util.ReportedException: Loading entity NBT
13.06 12:58:03 [Server] INFO at net.minecraft.entity.Entity.func_70020_e(Entity.java:1875) ~[vg.class:?]
13.06 12:58:03 [Server] INFO at net.minecraft.entity.EntityList.func_75615_a(EntityList.java:221) [vi.class:?]
13.06 12:58:03 [Server] INFO at net.minecraft.world.chunk.storage.AnvilChunkLoader.func_186053_a(AnvilChunkLoader.java:601) [aye.class:?]
13.06 12:58:03 [Server] INFO at net.minecraft.world.chunk.storage.AnvilChunkLoader.func_186050_a(AnvilChunkLoader.java:528) [aye.class:?]
13.06 12:58:03 [Server] INFO at net.minecraft.world.chunk.storage.AnvilChunkLoader.loadEntities(AnvilChunkLoader.java:485) [aye.class:?]
13.06 12:58:03 [Server] INFO at net.minecraftforge.common.chunkio.ChunkIOProvider.syncCallback(ChunkIOProvider.java:97) [ChunkIOProvider.class:?]
13.06 12:58:03 [Server] INFO at net.minecraftforge.common.chunkio.ChunkIOExecutor.tick(ChunkIOExecutor.java:150) [ChunkIOExecutor.class:?]
13.06 12:58:03 [Server] INFO at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:728) [MinecraftServer.class:?]
13.06 12:58:03 [Server] INFO at net.minecraft.server.dedicated.DedicatedServer.func_71190_q(DedicatedServer.java:396) [nz.class:?]
13.06 12:58:03 [Server] INFO at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:668) [MinecraftServer.class:?]
13.06 12:58:03 [Server] INFO at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:526) [MinecraftServer.class:?]
13.06 12:58:03 [Server] INFO at java.lang.Thread.run(Thread.java:748) [?:1.8.0_152]
13.06 12:58:03 [Server] INFO Caused by: java.lang.NoSuchMethodError: net.minecraft.item.EnumDyeColor.func_193350_e()I
13.06 12:58:03 [Server] INFO at com.mrcrayfish.vehicle.entity.EntityVehicle.func_70037_a(EntityVehicle.java:479) ~[EntityVehicle.class:?]
13.06 12:58:03 [Server] INFO at net.minecraft.entity.Entity.func_70020_e(Entity.java:1863) ~[vg.class:?]
13.06 12:58:03 [Server] INFO ... 11 more
13.06 12:58:03 [Server] Server thread/ERROR [FML]: An Entity vehicle:jet_ski(entity.jet_ski.name) has thrown an exception during loading, its state cannot be restored. Report this to the mod author
13.06 12:58:03 [Server] INFO net.minecraft.util.ReportedException: Loading entity NBT
13.06 12:58:03 [Server] INFO at net.minecraft.entity.Entity.func_70020_e(Entity.java:1875) ~[vg.class:?]
13.06 12:58:03 [Server] INFO at net.minecraft.entity.EntityList.func_75615_a(EntityList.java:221) [vi.class:?]
13.06 12:58:03 [Server] INFO at net.minecraft.world.chunk.storage.AnvilChunkLoader.func_186053_a(AnvilChunkLoader.java:601) [aye.class:?]
13.06 12:58:03 [Server] INFO at net.minecraft.world.chunk.storage.AnvilChunkLoader.func_186050_a(AnvilChunkLoader.java:528) [aye.class:?]
13.06 12:58:03 [Server] INFO at net.minecraft.world.chunk.storage.AnvilChunkLoader.loadEntities(AnvilChunkLoader.java:485) [aye.class:?]
13.06 12:58:03 [Server] INFO at net.minecraftforge.common.chunkio.ChunkIOProvider.syncCallback(ChunkIOProvider.java:97) [ChunkIOProvider.class:?]
13.06 12:58:03 [Server] INFO at net.minecraftforge.common.chunkio.ChunkIOExecutor.tick(ChunkIOExecutor.java:150) [ChunkIOExecutor.class:?]
13.06 12:58:03 [Server] INFO at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:728) [MinecraftServer.class:?]
13.06 12:58:03 [Server] INFO at net.minecraft.server.dedicated.DedicatedServer.func_71190_q(DedicatedServer.java:396) [nz.class:?]
13.06 12:58:03 [Server] INFO at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:668) [MinecraftServer.class:?]
13.06 12:58:03 [Server] INFO at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:526) [MinecraftServer.class:?]
13.06 12:58:03 [Server] INFO at java.lang.Thread.run(Thread.java:748) [?:1.8.0_152]
13.06 12:58:03 [Server] INFO Caused by: java.lang.NoSuchMethodError: net.minecraft.item.EnumDyeColor.func_193350_e()I
13.06 12:58:03 [Server] INFO at com.mrcrayfish.vehicle.entity.EntityVehicle.func_70037_a(EntityVehicle.java:479) ~[EntityVehicle.class:?]
13.06 12:58:03 [Server] INFO at net.minecraft.entity.Entity.func_70020_e(Entity.java:1863) ~[vg.class:?]
13.06 12:58:03 [Server] INFO ... 11 more
13.06 12:58:04 [Server] Server thread/ERROR [FML]: An Entity vehicle:atv(entity.atv.name) has thrown an exception during loading, its state cannot be restored. Report this to the mod author
13.06 12:58:04 [Server] INFO net.minecraft.util.ReportedException: Loading entity NBT
13.06 12:58:04 [Server] INFO at net.minecraft.entity.Entity.func_70020_e(Entity.java:1875) ~[vg.class:?]
13.06 12:58:04 [Server] INFO at net.minecraft.entity.EntityList.func_75615_a(EntityList.java:221) [vi.class:?]
13.06 12:58:04 [Server] INFO at net.minecraft.world.chunk.storage.AnvilChunkLoader.func_186053_a(AnvilChunkLoader.java:601) [aye.class:?]
13.06 12:58:04 [Server] INFO at net.minecraft.world.chunk.storage.AnvilChunkLoader.func_186050_a(AnvilChunkLoader.java:528) [aye.class:?]
13.06 12:58:04 [Server] INFO at net.minecraft.world.chunk.storage.AnvilChunkLoader.loadEntities(AnvilChunkLoader.java:485) [aye.class:?]
13.06 12:58:04 [Server] INFO at net.minecraftforge.common.chunkio.ChunkIOProvider.syncCallback(ChunkIOProvider.java:97) [ChunkIOProvider.class:?]
13.06 12:58:04 [Server] INFO at net.minecraftforge.common.chunkio.ChunkIOExecutor.tick(ChunkIOExecutor.java:150) [ChunkIOExecutor.class:?]
13.06 12:58:04 [Server] INFO at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:728) [MinecraftServer.class:?]
13.06 12:58:04 [Server] INFO at net.minecraft.server.dedicated.DedicatedServer.func_71190_q(DedicatedServer.java:396) [nz.class:?]
13.06 12:58:04 [Server] INFO at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:668) [MinecraftServer.class:?]
13.06 12:58:04 [Server] INFO at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:526) [MinecraftServer.class:?]
13.06 12:58:04 [Server] INFO at java.lang.Thread.run(Thread.java:748) [?:1.8.0_152]
13.06 12:58:04 [Server] INFO Caused by: java.lang.NoSuchMethodError: net.minecraft.item.EnumDyeColor.func_193350_e()I
13.06 12:58:04 [Server] INFO at com.mrcrayfish.vehicle.entity.EntityVehicle.func_70037_a(EntityVehicle.java:479) ~[EntityVehicle.class:?]
13.06 12:58:04 [Server] INFO at net.minecraft.entity.Entity.func_70020_e(Entity.java:1863) ~[vg.class:?]
13.06 12:58:04 [Server] INFO ... 11 more
13.06 12:58:08 [Server] Server thread/ERROR [FML]: An Entity vehicle:bumper_car(entity.bumper_car.name) has thrown an exception during loading, its state cannot be restored. Report this to the mod author
13.06 12:58:08 [Server] INFO net.minecraft.util.ReportedException: Loading entity NBT
13.06 12:58:08 [Server] INFO at net.minecraft.entity.Entity.func_70020_e(Entity.java:1875) ~[vg.class:?]
13.06 12:58:08 [Server] INFO at net.minecraft.entity.EntityList.func_75615_a(EntityList.java:221) [vi.class:?]
13.06 12:58:08 [Server] INFO at net.minecraft.world.chunk.storage.AnvilChunkLoader.func_186053_a(AnvilChunkLoader.java:601) [aye.class:?]
13.06 12:58:08 [Server] INFO at net.minecraft.world.chunk.storage.AnvilChunkLoader.func_186050_a(AnvilChunkLoader.java:528) [aye.class:?]
13.06 12:58:08 [Server] INFO at net.minecraft.world.chunk.storage.AnvilChunkLoader.loadEntities(AnvilChunkLoader.java:485) [aye.class:?]
13.06 12:58:08 [Server] INFO at net.minecraftforge.common.chunkio.ChunkIOProvider.syncCallback(ChunkIOProvider.java:97) [ChunkIOProvider.class:?]
13.06 12:58:08 [Server] INFO at net.minecraftforge.common.chunkio.ChunkIOExecutor.syncChunkLoad(ChunkIOExecutor.java:94) [ChunkIOExecutor.class:?]
13.06 12:58:08 [Server] INFO at net.minecraft.world.gen.ChunkProviderServer.loadChunk(ChunkProviderServer.java:118) [on.class:?]
13.06 12:58:08 [Server] INFO at net.minecraft.world.gen.ChunkProviderServer.func_186028_c(ChunkProviderServer.java:89) [on.class:?]
13.06 12:58:08 [Server] INFO at net.minecraft.world.gen.ChunkProviderServer.func_186025_d(ChunkProviderServer.java:135) [on.class:?]
13.06 12:58:08 [Server] INFO at net.minecraft.world.World.func_72964_e(World.java:309) [amu.class:?]
13.06 12:58:08 [Server] INFO at net.minecraft.world.World.func_175726_f(World.java:304) [amu.class:?]
13.06 12:58:08 [Server] INFO at net.minecraft.world.World.func_180495_p(World.java:910) [amu.class:?]
13.06 12:58:08 [Server] INFO at net.minecraft.world.WorldEntitySpawner.func_180267_a(WorldEntitySpawner.java:226) [anb.class:?]
13.06 12:58:08 [Server] INFO at net.minecraft.world.WorldEntitySpawner.func_77192_a(WorldEntitySpawner.java:135) [anb.class:?]
13.06 12:58:08 [Server] INFO at net.minecraft.world.WorldServer.func_72835_b(WorldServer.java:203) [oo.class:?]
13.06 12:58:08 [Server] INFO at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:756) [MinecraftServer.class:?]
13.06 12:58:08 [Server] INFO at net.minecraft.server.dedicated.DedicatedServer.func_71190_q(DedicatedServer.java:396) [nz.class:?]
13.06 12:58:08 [Server] INFO at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:668) [MinecraftServer.class:?]
13.06 12:58:08 [Server] INFO at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:526) [MinecraftServer.class:?]
13.06 12:58:08 [Server] INFO at java.lang.Thread.run(Thread.java:748) [?:1.8.0_152]
13.06 12:58:08 [Server] INFO Caused by: java.lang.NoSuchMethodError: net.minecraft.item.EnumDyeColor.func_193350_e()I
13.06 12:58:08 [Server] INFO at com.mrcrayfish.vehicle.entity.EntityVehicle.func_70037_a(EntityVehicle.java:479) ~[EntityVehicle.class:?]
13.06 12:58:08 [Server] INFO at net.minecraft.entity.Entity.func_70020_e(Entity.java:1863) ~[vg.class:?]
13.06 12:58:08 [Server] INFO ... 20 more
13.06 12:58:08 [Server] Server thread/ERROR [FML]: An Entity vehicle:bumper_car(entity.bumper_car.name) has thrown an exception during loading, its state cannot be restored. Report this to the mod author
13.06 12:58:08 [Server] INFO net.minecraft.util.ReportedException: Loading entity NBT
13.06 12:58:08 [Server] INFO at net.minecraft.entity.Entity.func_70020_e(Entity.java:1875) ~[vg.class:?]
13.06 12:58:08 [Server] INFO at net.minecraft.entity.EntityList.func_75615_a(EntityList.java:221) [vi.class:?]
13.06 12:58:08 [Server] INFO at net.minecraft.world.chunk.storage.AnvilChunkLoader.func_186053_a(AnvilChunkLoader.java:601) [aye.class:?]
13.06 12:58:08 [Server] INFO at net.minecraft.world.chunk.storage.AnvilChunkLoader.func_186050_a(AnvilChunkLoader.java:528) [aye.class:?]
13.06 12:58:08 [Server] INFO at net.minecraft.world.chunk.storage.AnvilChunkLoader.loadEntities(AnvilChunkLoader.java:485) [aye.class:?]
13.06 12:58:08 [Server] INFO at net.minecraftforge.common.chunkio.ChunkIOProvider.syncCallback(ChunkIOProvider.java:97) [ChunkIOProvider.class:?]
13.06 12:58:08 [Server] INFO at net.minecraftforge.common.chunkio.ChunkIOExecutor.syncChunkLoad(ChunkIOExecutor.java:94) [ChunkIOExecutor.class:?]
13.06 12:58:08 [Server] INFO at net.minecraft.world.gen.ChunkProviderServer.loadChunk(ChunkProviderServer.java:118) [on.class:?]
13.06 12:58:08 [Server] INFO at net.minecraft.world.gen.ChunkProviderServer.func_186028_c(ChunkProviderServer.java:89) [on.class:?]
13.06 12:58:08 [Server] INFO at net.minecraft.world.gen.ChunkProviderServer.func_186025_d(ChunkProviderServer.java:135) [on.class:?]
13.06 12:58:08 [Server] INFO at net.minecraft.world.World.func_72964_e(World.java:309) [amu.class:?]
13.06 12:58:08 [Server] INFO at net.minecraft.world.World.func_175726_f(World.java:304) [amu.class:?]
13.06 12:58:08 [Server] INFO at net.minecraft.world.World.func_180495_p(World.java:910) [amu.class:?]
13.06 12:58:08 [Server] INFO at net.minecraft.world.WorldEntitySpawner.func_180267_a(WorldEntitySpawner.java:226) [anb.class:?]
13.06 12:58:08 [Server] INFO at net.minecraft.world.WorldEntitySpawner.func_77192_a(WorldEntitySpawner.java:135) [anb.class:?]
13.06 12:58:08 [Server] INFO at net.minecraft.world.WorldServer.func_72835_b(WorldServer.java:203) [oo.class:?]
13.06 12:58:08 [Server] INFO at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:756) [MinecraftServer.class:?]
13.06 12:58:08 [Server] INFO at net.minecraft.server.dedicated.DedicatedServer.func_71190_q(DedicatedServer.java:396) [nz.class:?]
13.06 12:58:08 [Server] INFO at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:668) [MinecraftServer.class:?]
13.06 12:58:08 [Server] INFO at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:526) [MinecraftServer.class:?]
13.06 12:58:08 [Server] INFO at java.lang.Thread.run(Thread.java:748) [?:1.8.0_152]
13.06 12:58:08 [Server] INFO Caused by: java.lang.NoSuchMethodError: net.minecraft.item.EnumDyeColor.func_193350_e()I
13.06 12:58:08 [Server] INFO at com.mrcrayfish.vehicle.entity.EntityVehicle.func_70037_a(EntityVehicle.java:479) ~[EntityVehicle.class:?]
13.06 12:58:08 [Server] INFO at net.minecraft.entity.Entity.func_70020_e(Entity.java:1863) ~[vg.class:?]
13.06 12:58:08 [Server] INFO ... 20 more
13.06 12:58:08 [Server] Server thread/ERROR [FML]: An Entity vehicle:go_kart(entity.go_kart.name) has thrown an exception during loading, its state cannot be restored. Report this to the mod author
13.06 12:58:08 [Server] INFO net.minecraft.util.ReportedException: Loading entity NBT
13.06 12:58:08 [Server] INFO at net.minecraft.entity.Entity.func_70020_e(Entity.java:1875) ~[vg.class:?]
13.06 12:58:08 [Server] INFO at net.minecraft.entity.EntityList.func_75615_a(EntityList.java:221) [vi.class:?]
13.06 12:58:08 [Server] INFO at net.minecraft.world.chunk.storage.AnvilChunkLoader.func_186053_a(AnvilChunkLoader.java:601) [aye.class:?]
13.06 12:58:08 [Server] INFO at net.minecraft.world.chunk.storage.AnvilChunkLoader.func_186050_a(AnvilChunkLoader.java:528) [aye.class:?]
13.06 12:58:08 [Server] INFO at net.minecraft.world.chunk.storage.AnvilChunkLoader.loadEntities(AnvilChunkLoader.java:485) [aye.class:?]
13.06 12:58:08 [Server] INFO at net.minecraftforge.common.chunkio.ChunkIOProvider.syncCallback(ChunkIOProvider.java:97) [ChunkIOProvider.class:?]
13.06 12:58:08 [Server] INFO at net.minecraftforge.common.chunkio.ChunkIOExecutor.syncChunkLoad(ChunkIOExecutor.java:94) [ChunkIOExecutor.class:?]
13.06 12:58:08 [Server] INFO at net.minecraft.world.gen.ChunkProviderServer.loadChunk(ChunkProviderServer.java:118) [on.class:?]
13.06 12:58:08 [Server] INFO at net.minecraft.world.gen.ChunkProviderServer.func_186028_c(ChunkProviderServer.java:89) [on.class:?]
13.06 12:58:08 [Server] INFO at net.minecraft.world.gen.ChunkProviderServer.func_186025_d(ChunkProviderServer.java:135) [on.class:?]
13.06 12:58:08 [Server] INFO at net.minecraft.world.World.func_72964_e(World.java:309) [amu.class:?]
13.06 12:58:08 [Server] INFO at net.minecraft.world.ChunkCache.(ChunkCache.java:37) [and.class:?]
13.06 12:58:08 [Server] INFO at net.minecraft.pathfinding.PathNavigate.func_179680_a(SourceFile:113) [ze.class:?]
13.06 12:58:08 [Server] INFO at net.minecraft.pathfinding.PathNavigateGround.func_179680_a(SourceFile:51) [zd.class:?]
13.06 12:58:08 [Server] INFO at net.minecraft.pathfinding.PathNavigate.func_75488_a(SourceFile:93) [ze.class:?]
13.06 12:58:08 [Server] INFO at net.minecraft.pathfinding.PathNavigate.func_75492_a(SourceFile:143) [ze.class:?]
13.06 12:58:08 [Server] INFO at net.minecraft.entity.ai.EntityAIWander.func_75249_e(SourceFile:65) [yc.class:?]
13.06 12:58:08 [Server] INFO at net.minecraft.entity.ai.EntityAITasks.func_75774_a(SourceFile:102) [xf.class:?]
13.06 12:58:08 [Server] INFO at net.minecraft.entity.EntityLiving.func_70626_be(EntityLiving.java:763) [vq.class:?]
13.06 12:58:08 [Server] INFO at net.minecraft.entity.EntityLivingBase.func_70636_d(EntityLivingBase.java:2350) [vp.class:?]
13.06 12:58:08 [Server] INFO at net.minecraft.entity.EntityLiving.func_70636_d(EntityLiving.java:577) [vq.class:?]
13.06 12:58:08 [Server] INFO at net.minecraft.entity.monster.EntityMob.func_70636_d(EntityMob.java:45) [ade.class:?]
13.06 12:58:08 [Server] INFO at net.minecraft.entity.monster.EntityZombie.func_70636_d(EntityZombie.java:223) [adt.class:?]
13.06 12:58:08 [Server] INFO at net.minecraft.entity.EntityLivingBase.func_70071_h_(EntityLivingBase.java:2170) [vp.class:?]
13.06 12:58:08 [Server] INFO at net.minecraft.entity.EntityLiving.func_70071_h_(EntityLiving.java:295) [vq.class:?]
13.06 12:58:08 [Server] INFO at net.minecraft.entity.monster.EntityMob.func_70071_h_(EntityMob.java:50) [ade.class:?]
13.06 12:58:08 [Server] INFO at net.minecraft.world.World.func_72866_a(World.java:1990) [amu.class:?]
13.06 12:58:08 [Server] INFO at net.minecraft.world.WorldServer.func_72866_a(WorldServer.java:832) [oo.class:?]
13.06 12:58:08 [Server] INFO at net.minecraft.world.World.func_72870_g(World.java:1952) [amu.class:?]
13.06 12:58:08 [Server] INFO at net.minecraft.world.World.func_72939_s(World.java:1756) [amu.class:?]
13.06 12:58:08 [Server] INFO at net.minecraft.world.WorldServer.func_72939_s(WorldServer.java:613) [oo.class:?]
13.06 12:58:08 [Server] INFO at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:767) [MinecraftServer.class:?]
13.06 12:58:08 [Server] INFO at net.minecraft.server.dedicated.DedicatedServer.func_71190_q(DedicatedServer.java:396) [nz.class:?]
13.06 12:58:08 [Server] INFO at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:668) [MinecraftServer.class:?]
13.06 12:58:08 [Server] INFO at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:526) [MinecraftServer.class:?]
13.06 12:58:08 [Server] INFO at java.lang.Thread.run(Thread.java:748) [?:1.8.0_152]
13.06 12:58:08 [Server] INFO Caused by: java.lang.NoSuchMethodError: net.minecraft.item.EnumDyeColor.func_193350_e()I
13.06 12:58:08 [Server] INFO at com.mrcrayfish.vehicle.entity.EntityVehicle.func_70037_a(EntityVehicle.java:479) ~[EntityVehicle.class:?]
13.06 12:58:08 [Server] INFO at net.minecraft.entity.Entity.func_70020_e(Entity.java:1863) ~[vg.class:?]
13.06 12:58:08 [Server] INFO ... 35 more
13.06 12:58:08 [Server] Server thread/ERROR [FML]: An Entity vehicle:mini_bike(entity.mini_bike.name) has thrown an exception during loading, its state cannot be restored. Report this to the mod author
13.06 12:58:08 [Server] INFO net.minecraft.util.ReportedException: Loading entity NBT
13.06 12:58:08 [Server] INFO at net.minecraft.entity.Entity.func_70020_e(Entity.java:1875) ~[vg.class:?]
13.06 12:58:08 [Server] INFO at net.minecraft.entity.EntityList.func_75615_a(EntityList.java:221) [vi.class:?]
13.06 12:58:10 [Multicraft] Skipped 38 lines due to rate limit (100/s)
13.06 12:58:10 [Server] Server thread/WARN entity.mini_bike.name (vehicle of fandomaniac) moved too quickly! -1.1843715980648994,0.0,-10.46008762717247
13.06 12:58:10 [Server] Server thread/WARN entity.mini_bike.name (vehicle of fandomaniac) moved too quickly! -1.273670606315136,0.0,-11.248755186796188
13.06 12:58:10 [Server] Server thread/WARN entity.mini_bike.name (vehicle of fandomaniac) moved too quickly! -1.3540397137403488,0.0,-11.958556026220322
13.06 12:58:10 [Server] Server thread/WARN entity.mini_bike.name (vehicle of fandomaniac) moved too quickly! -1.4263719096779823,0.0,-12.597376734018326
13.06 12:58:11 [Server] Server thread/WARN Can't keep up! Did the system time change, or is the server overloaded? Running 2124ms behind, skipping 42 tick(s)
13.06 12:58:12 [Server] Server thread/INFO [STDOUT]: [com.lycanitesmobs.LycanitesMobs:printInfo:353]: [LycanitesMobs] [Info] [] Config forestmobs-general created successfully.
13.06 12:58:13 [Server] Server thread/ERROR [FML]: An Entity vehicle:mini_bike(entity.mini_bike.name) has thrown an exception during loading, its state cannot be restored. Report this to the mod author
13.06 12:58:13 [Server] INFO net.minecraft.util.ReportedException: Loading entity NBT
13.06 12:58:13 [Server] INFO at net.minecraft.entity.Entity.func_70020_e(Entity.java:1875) ~[vg.class:?]
13.06 12:58:13 [Server] INFO at net.minecraft.entity.EntityList.func_75615_a(EntityList.java:221) [vi.class:?]
13.06 12:58:13 [Server] INFO at net.minecraft.world.chunk.storage.AnvilChunkLoader.func_186053_a(AnvilChunkLoader.java:601) [aye.class:?]
13.06 12:58:13 [Server] INFO at net.minecraft.world.chunk.storage.AnvilChunkLoader.func_186050_a(AnvilChunkLoader.java:528) [aye.class:?]
13.06 12:58:13 [Server] INFO at net.minecraft.world.chunk.storage.AnvilChunkLoader.loadEntities(AnvilChunkLoader.java:485) [aye.class:?]
13.06 12:58:13 [Server] INFO at net.minecraftforge.common.chunkio.ChunkIOProvider.syncCallback(ChunkIOProvider.java:97) [ChunkIOProvider.class:?]
13.06 12:58:13 [Server] INFO at net.minecraftforge.common.chunkio.ChunkIOExecutor.syncChunkLoad(ChunkIOExecutor.java:94) [ChunkIOExecutor.class:?]
13.06 12:58:13 [Server] INFO at net.minecraft.world.gen.ChunkProviderServer.loadChunk(ChunkProviderServer.java:118) [on.class:?]
13.06 12:58:13 [Server] INFO at net.minecraft.world.gen.ChunkProviderServer.func_186028_c(ChunkProviderServer.java:89) [on.class:?]
13.06 12:58:13 [Server] INFO at net.minecraft.world.gen.ChunkProviderServer.func_186025_d(ChunkProviderServer.java:135) [on.class:?]
13.06 12:58:13 [Server] INFO at net.minecraft.world.World.func_72964_e(World.java:309) [amu.class:?]
13.06 12:58:13 [Server] INFO at net.minecraft.world.World.func_175726_f(World.java:304) [amu.class:?]
13.06 12:58:13 [Server] INFO at net.minecraft.world.World.func_180495_p(World.java:910) [amu.class:?]
13.06 12:58:13 [Server] INFO at net.minecraft.world.WorldEntitySpawner.func_180267_a(WorldEntitySpawner.java:226) [anb.class:?]
13.06 12:58:13 [Server] INFO at net.minecraft.world.WorldEntitySpawner.func_77192_a(WorldEntitySpawner.java:135) [anb.class:?]
13.06 12:58:13 [Server] INFO at net.minecraft.world.WorldServer.func_72835_b(WorldServer.java:203) [oo.class:?]
13.06 12:58:13 [Server] INFO at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:756) [MinecraftServer.class:?]
13.06 12:58:13 [Server] INFO at net.minecraft.server.dedicated.DedicatedServer.func_71190_q(DedicatedServer.java:396) [nz.class:?]
13.06 12:58:13 [Server] INFO at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:668) [MinecraftServer.class:?]
13.06 12:58:13 [Server] INFO at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:526) [MinecraftServer.class:?]
13.06 12:58:13 [Server] INFO at java.lang.Thread.run(Thread.java:748) [?:1.8.0_152]
13.06 12:58:13 [Server] INFO Caused by: java.lang.NoSuchMethodError: net.minecraft.item.EnumDyeColor.func_193350_e()I
13.06 12:58:13 [Server] INFO at com.mrcrayfish.vehicle.entity.EntityVehicle.func_70037_a(EntityVehicle.java:479) ~[EntityVehicle.class:?]
13.06 12:58:13 [Server] INFO at net.minecraft.entity.Entity.func_70020_e(Entity.java:1863) ~[vg.class:?]
13.06 12:58:13 [Server] INFO ... 20 more
13.06 12:58:13 [Server] Server thread/WARN Keeping entity shadowmobs:chupacabra that already exists with UUID da1ba7fb-3f3a-44a6-a8c8-cf86115d6f88
13.06 12:58:15 [Server] Server thread/ERROR [FML]: An Entity vehicle:bumper_car(entity.bumper_car.name) has thrown an exception during loading, its state cannot be restored. Report this to the mod author
13.06 12:58:15 [Server] INFO net.minecraft.util.ReportedException: Loading entity NBT
13.06 12:58:15 [Server] INFO at net.minecraft.entity.Entity.func_70020_e(Entity.java:1875) ~[vg.class:?]
13.06 12:58:15 [Server] INFO at net.minecraft.entity.EntityList.func_75615_a(EntityList.java:221) [vi.class:?]
13.06 12:58:15 [Server] INFO at net.minecraft.world.chunk.storage.AnvilChunkLoader.func_186053_a(AnvilChunkLoader.java:601) [aye.class:?]
13.06 12:58:15 [Server] INFO at net.minecraft.world.chunk.storage.AnvilChunkLoader.func_186050_a(AnvilChunkLoader.java:528) [aye.class:?]
13.06 12:58:15 [Server] INFO at net.minecraft.world.chunk.storage.AnvilChunkLoader.loadEntities(AnvilChunkLoader.java:485) [aye.class:?]
13.06 12:58:15 [Server] INFO at net.minecraftforge.common.chunkio.ChunkIOProvider.syncCallback(ChunkIOProvider.java:97) [ChunkIOProvider.class:?]
13.06 12:58:15 [Server] INFO at net.minecraftforge.common.chunkio.ChunkIOExecutor.tick(ChunkIOExecutor.java:150) [ChunkIOExecutor.class:?]
13.06 12:58:15 [Server] INFO at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:728) [MinecraftServer.class:?]
13.06 12:58:15 [Server] INFO at net.minecraft.server.dedicated.DedicatedServer.func_71190_q(DedicatedServer.java:396) [nz.class:?]
13.06 12:58:15 [Server] INFO at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:668) [MinecraftServer.class:?]
13.06 12:58:15 [Server] INFO at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:526) [MinecraftServer.class:?]
13.06 12:58:15 [Server] INFO at java.lang.Thread.run(Thread.java:748) [?:1.8.0_152]
13.06 12:58:15 [Server] INFO Caused by: java.lang.NoSuchMethodError: net.minecraft.item.EnumDyeColor.func_193350_e()I
13.06 12:58:15 [Server] INFO at com.mrcrayfish.vehicle.entity.EntityVehicle.func_70037_a(EntityVehicle.java:479) ~[EntityVehicle.class:?]
13.06 12:58:15 [Server] INFO at net.minecraft.entity.Entity.func_70020_e(Entity.java:1863) ~[vg.class:?]
13.06 12:58:15 [Server] INFO ... 11 more
13.06 12:58:35 [Server] Server thread/WARN Keeping entity shadowmobs:chupacabra that already exists with UUID da1ba7fb-3f3a-44a6-a8c8-cf86115d6f88
13.06 12:58:37 [Server] Server thread/WARN Keeping entity infernomobs:cephignis that already exists with UUID a17eefcf-7b7f-44eb-be41-b13107a47dad
13.06 12:58:46 [Server] Server thread/WARN Keeping entity shadowmobs:chupacabra that already exists with UUID da1ba7fb-3f3a-44a6-a8c8-cf86115d6f88
13.06 12:58:49 [Server] Server thread/WARN Keeping entity infernomobs:cephignis that already exists with UUID a17eefcf-7b7f-44eb-be41-b13107a47dad
13.06 12:58:53 [Server] Server thread/ERROR [FML]: An Entity vehicle:bumper_car(entity.bumper_car.name) has thrown an exception during loading, its state cannot be restored. Report this to the mod author
13.06 12:58:53 [Server] INFO net.minecraft.util.ReportedException: Loading entity NBT
13.06 12:58:53 [Server] INFO at net.minecraft.entity.Entity.func_70020_e(Entity.java:1875) ~[vg.class:?]
13.06 12:58:53 [Server] INFO at net.minecraft.entity.EntityList.func_75615_a(EntityList.java:221) [vi.class:?]
13.06 12:58:53 [Server] INFO at net.minecraft.world.chunk.storage.AnvilChunkLoader.func_186053_a(AnvilChunkLoader.java:601) [aye.class:?]
13.06 12:58:53 [Server] INFO at net.minecraft.world.chunk.storage.AnvilChunkLoader.func_186050_a(AnvilChunkLoader.java:528) [aye.class:?]
13.06 12:58:53 [Server] INFO at net.minecraft.world.chunk.storage.AnvilChunkLoader.loadEntities(AnvilChunkLoader.java:485) [aye.class:?]
13.06 12:58:53 [Server] INFO at net.minecraftforge.common.chunkio.ChunkIOProvider.syncCallback(ChunkIOProvider.java:97) [ChunkIOProvider.class:?]
13.06 12:58:53 [Server] INFO at net.minecraftforge.common.chunkio.ChunkIOExecutor.syncChunkLoad(ChunkIOExecutor.java:94) [ChunkIOExecutor.class:?]
13.06 12:58:53 [Server] INFO at net.minecraft.world.gen.ChunkProviderServer.loadChunk(ChunkProviderServer.java:118) [on.class:?]
13.06 12:58:53 [Server] INFO at net.minecraft.world.gen.ChunkProviderServer.func_186028_c(ChunkProviderServer.java:89) [on.class:?]
13.06 12:58:53 [Server] INFO at net.minecraft.world.gen.ChunkProviderServer.func_186025_d(ChunkProviderServer.java:135) [on.class:?]
13.06 12:58:53 [Server] INFO at net.minecraft.world.World.func_72964_e(World.java:309) [amu.class:?]
13.06 12:58:53 [Server] INFO at net.minecraft.world.World.func_175726_f(World.java:304) [amu.class:?]
13.06 12:58:53 [Server] INFO at net.minecraft.world.World.func_180495_p(World.java:910) [amu.class:?]
13.06 12:58:53 [Server] INFO at net.minecraft.world.WorldEntitySpawner.func_180267_a(WorldEntitySpawner.java:226) [anb.class:?]
13.06 12:58:53 [Server] INFO at net.minecraft.world.WorldEntitySpawner.func_77192_a(WorldEntitySpawner.java:135) [anb.class:?]
13.06 12:58:53 [Server] INFO at net.minecraft.world.WorldServer.func_72835_b(WorldServer.java:203) [oo.class:?]
13.06 12:58:53 [Server] INFO at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:756) [MinecraftServer.class:?]
13.06 12:58:53 [Server] INFO at net.minecraft.server.dedicated.DedicatedServer.func_71190_q(DedicatedServer.java:396) [nz.class:?]
13.06 12:58:53 [Server] INFO at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:668) [MinecraftServer.class:?]
13.06 12:58:53 [Server] INFO at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:526) [MinecraftServer.class:?]
13.06 12:58:53 [Server] INFO at java.lang.Thread.run(Thread.java:748) [?:1.8.0_152]
13.06 12:58:53 [Server] INFO Caused by: java.lang.NoSuchMethodError: net.minecraft.item.EnumDyeColor.func_193350_e()I
13.06 12:58:53 [Server] INFO at com.mrcrayfish.vehicle.entity.EntityVehicle.func_70037_a(EntityVehicle.java:479) ~[EntityVehicle.class:?]
13.06 12:58:53 [Server] INFO at net.minecraft.entity.Entity.func_70020_e(Entity.java:1863) ~[vg.class:?]
13.06 12:58:53 [Server] INFO ... 20 more
13.06 12:58:53 [Server] Server thread/ERROR [FML]: An Entity vehicle:bumper_car(entity.bumper_car.name) has thrown an exception during loading, its state cannot be restored. Report this to the mod author
13.06 12:58:53 [Server] INFO net.minecraft.util.ReportedException: Loading entity NBT
13.06 12:58:53 [Server] INFO at net.minecraft.entity.Entity.func_70020_e(Entity.java:1875) ~[vg.class:?]
13.06 12:58:53 [Server] INFO at net.minecraft.entity.EntityList.func_75615_a(EntityList.java:221) [vi.class:?]
13.06 12:58:53 [Server] INFO at net.minecraft.world.chunk.storage.AnvilChunkLoader.func_186053_a(AnvilChunkLoader.java:601) [aye.class:?]
13.06 12:58:53 [Server] INFO at net.minecraft.world.chunk.storage.AnvilChunkLoader.func_186050_a(AnvilChunkLoader.java:528) [aye.class:?]
13.06 12:58:53 [Server] INFO at net.minecraft.world.chunk.storage.AnvilChunkLoader.loadEntities(AnvilChunkLoader.java:485) [aye.class:?]
13.06 12:58:53 [Server] INFO at net.minecraftforge.common.chunkio.ChunkIOProvider.syncCallback(ChunkIOProvider.java:97) [ChunkIOProvider.class:?]
13.06 12:58:53 [Server] INFO at net.minecraftforge.common.chunkio.ChunkIOExecutor.syncChunkLoad(ChunkIOExecutor.java:94) [ChunkIOExecutor.class:?]
13.06 12:58:53 [Server] INFO at net.minecraft.world.gen.ChunkProviderServer.loadChunk(ChunkProviderServer.java:118) [on.class:?]
13.06 12:58:53 [Server] INFO at net.minecraft.world.gen.ChunkProviderServer.func_186028_c(ChunkProviderServer.java:89) [on.class:?]
13.06 12:58:53 [Server] INFO at net.minecraft.world.gen.ChunkProviderServer.func_186025_d(ChunkProviderServer.java:135) [on.class:?]
13.06 12:58:53 [Server] INFO at net.minecraft.world.World.func_72964_e(World.java:309) [amu.class:?]
13.06 12:58:53 [Server] INFO at net.minecraft.world.World.func_175726_f(World.java:304) [amu.class:?]
13.06 12:58:53 [Server] INFO at net.minecraft.world.World.func_180495_p(World.java:910) [amu.class:?]
13.06 12:58:53 [Server] INFO at net.minecraft.world.WorldEntitySpawner.func_180267_a(WorldEntitySpawner.java:226) [anb.class:?]
13.06 12:58:53 [Server] INFO at net.minecraft.world.WorldEntitySpawner.func_77192_a(WorldEntitySpawner.java:135) [anb.class:?]
13.06 12:58:53 [Server] INFO at net.minecraft.world.WorldServer.func_72835_b(WorldServer.java:203) [oo.class:?]
13.06 12:58:53 [Server] INFO at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:756) [MinecraftServer.class:?]
13.06 12:58:53 [Server] INFO at net.minecraft.server.dedicated.DedicatedServer.func_71190_q(DedicatedServer.java:396) [nz.class:?]
13.06 12:58:53 [Server] INFO at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:668) [MinecraftServer.class:?]
13.06 12:58:53 [Server] INFO at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:526) [MinecraftServer.class:?]
13.06 12:58:53 [Server] INFO at java.lang.Thread.run(Thread.java:748) [?:1.8.0_152]
13.06 12:58:53 [Server] INFO Caused by: java.lang.NoSuchMethodError: net.minecraft.item.EnumDyeColor.func_193350_e()I
13.06 12:58:53 [Server] INFO at com.mrcrayfish.vehicle.entity.EntityVehicle.func_70037_a(EntityVehicle.java:479) ~[EntityVehicle.class:?]
13.06 12:58:53 [Server] INFO at net.minecraft.entity.Entity.func_70020_e(Entity.java:1863) ~[vg.class:?]
13.06 12:58:53 [Server] INFO ... 20 more
13.06 13:00:44 [Server] Server thread/WARN Keeping entity shadowmobs:chupacabra that already exists with UUID fbff4751-f8a8-4c13-9042-002ec41c7738
13.06 13:01:15 [Server] Server thread/INFO [fandomaniac: Set own game mode to Creative Mode]
13.06 13:02:46 [Server] Server thread/INFO [fandomaniac: Set own game mode to Survival Mode]
13.06 13:02:58 [Multicraft] Auto-saving world...
13.06 13:02:58 [Server] Server thread/INFO Saving is already turned on
13.06 13:02:58 [Server] Server thread/INFO Saving...
13.06 13:02:59 [Server] Server thread/INFO [Server] World saved.
13.06 13:03:18 [Server] Server thread/WARN Keeping entity shadowmobs:chupacabra that already exists with UUID fbff4751-f8a8-4c13-9042-002ec41c7738
13.06 13:03:40 [Server] Server thread/WARN Keeping entity shadowmobs:chupacabra that already exists with UUID fbff4751-f8a8-4c13-9042-002ec41c7738
13.06 13:04:09 [Server] Server thread/WARN Keeping entity shadowmobs:chupacabra that already exists with UUID fbff4751-f8a8-4c13-9042-002ec41c7738
13.06 13:04:31 [Server] Server thread/ERROR [FML]: An Entity vehicle:atv(entity.atv.name) has thrown an exception during loading, its state cannot be restored. Report this to the mod author
13.06 13:04:31 [Server] INFO net.minecraft.util.ReportedException: Loading entity NBT
13.06 13:04:31 [Server] INFO at net.minecraft.entity.Entity.func_70020_e(Entity.java:1875) ~[vg.class:?]
13.06 13:04:31 [Server] INFO at net.minecraft.entity.EntityList.func_75615_a(EntityList.java:221) [vi.class:?]
13.06 13:04:31 [Server] INFO at net.minecraft.world.chunk.storage.AnvilChunkLoader.func_186053_a(AnvilChunkLoader.java:601) [aye.class:?]
13.06 13:04:31 [Server] INFO at net.minecraft.world.chunk.storage.AnvilChunkLoader.func_186050_a(AnvilChunkLoader.java:528) [aye.class:?]
13.06 13:04:31 [Server] INFO at net.minecraft.world.chunk.storage.AnvilChunkLoader.loadEntities(AnvilChunkLoader.java:485) [aye.class:?]
13.06 13:04:31 [Server] INFO at net.minecraftforge.common.chunkio.ChunkIOProvider.syncCallback(ChunkIOProvider.java:97) [ChunkIOProvider.class:?]
13.06 13:04:31 [Server] INFO at net.minecraftforge.common.chunkio.ChunkIOExecutor.tick(ChunkIOExecutor.java:150) [ChunkIOExecutor.class:?]
13.06 13:04:31 [Server] INFO at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:728) [MinecraftServer.class:?]
13.06 13:04:31 [Server] INFO at net.minecraft.server.dedicated.DedicatedServer.func_71190_q(DedicatedServer.java:396) [nz.class:?]
13.06 13:04:31 [Server] INFO at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:668) [MinecraftServer.class:?]
13.06 13:04:31 [Server] INFO at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:526) [MinecraftServer.class:?]
13.06 13:04:31 [Server] INFO at java.lang.Thread.run(Thread.java:748) [?:1.8.0_152]
13.06 13:04:31 [Server] INFO Caused by: java.lang.NoSuchMethodError: net.minecraft.item.EnumDyeColor.func_193350_e()I
13.06 13:04:31 [Server] INFO at com.mrcrayfish.vehicle.entity.EntityVehicle.func_70037_a(EntityVehicle.java:479) ~[EntityVehicle.class:?]
13.06 13:04:31 [Server] INFO at net.minecraft.entity.Entity.func_70020_e(Entity.java:1863) ~[vg.class:?]
13.06 13:04:31 [Server] INFO ... 11 more
13.06 13:04:31 [Server] Server thread/ERROR [FML]: An Entity vehicle:mini_bike(entity.mini_bike.name) has thrown an exception during loading, its state cannot be restored. Report this to the mod author
13.06 13:04:31 [Server] INFO net.minecraft.util.ReportedException: Loading entity NBT
13.06 13:04:31 [Server] INFO at net.minecraft.entity.Entity.func_70020_e(Entity.java:1875) ~[vg.class:?]
13.06 13:04:31 [Server] INFO at net.minecraft.entity.EntityList.func_75615_a(EntityList.java:221) [vi.class:?]
13.06 13:04:31 [Server] INFO at net.minecraft.world.chunk.storage.AnvilChunkLoader.func_186053_a(AnvilChunkLoader.java:601) [aye.class:?]
13.06 13:04:31 [Server] INFO at net.minecraft.world.chunk.storage.AnvilChunkLoader.func_186050_a(AnvilChunkLoader.java:528) [aye.class:?]
13.06 13:04:31 [Server] INFO at net.minecraft.world.chunk.storage.AnvilChunkLoader.loadEntities(AnvilChunkLoader.java:485) [aye.class:?]
13.06 13:04:31 [Server] INFO at net.minecraftforge.common.chunkio.ChunkIOProvider.syncCallback(ChunkIOProvider.java:97) [ChunkIOProvider.class:?]
13.06 13:04:31 [Server] INFO at net.minecraftforge.common.chunkio.ChunkIOExecutor.tick(ChunkIOExecutor.java:150) [ChunkIOExecutor.class:?]
13.06 13:04:31 [Server] INFO at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:728) [MinecraftServer.class:?]
13.06 13:04:31 [Server] INFO at net.minecraft.server.dedicated.DedicatedServer.func_71190_q(DedicatedServer.java:396) [nz.class:?]
13.06 13:04:31 [Server] INFO at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:668) [MinecraftServer.class:?]
13.06 13:04:31 [Server] INFO at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:526) [MinecraftServer.class:?]
13.06 13:04:31 [Server] INFO at java.lang.Thread.run(Thread.java:748) [?:1.8.0_152]
13.06 13:04:31 [Server] INFO Caused by: java.lang.NoSuchMethodError: net.minecraft.item.EnumDyeColor.func_193350_e()I
13.06 13:04:31 [Server] INFO at com.mrcrayfish.vehicle.entity.EntityVehicle.func_70037_a(EntityVehicle.java:479) ~[EntityVehicle.class:?]
13.06 13:04:31 [Server] INFO at net.minecraft.entity.Entity.func_70020_e(Entity.java:1863) ~[vg.class:?]
13.06 13:04:31 [Server] INFO ... 11 more
13.06 13:04:31 [Server] Server thread/ERROR [FML]: An Entity vehicle:atv(entity.atv.name) has thrown an exception during loading, its state cannot be restored. Report this to the mod author
13.06 13:04:31 [Server] INFO net.minecraft.util.ReportedException: Loading entity NBT
13.06 13:04:31 [Server] INFO at net.minecraft.entity.Entity.func_70020_e(Entity.java:1875) ~[vg.class:?]
13.06 13:04:31 [Server] INFO at net.minecraft.entity.EntityList.func_75615_a(EntityList.java:221) [vi.class:?]
13.06 13:04:31 [Server] INFO at net.minecraft.world.chunk.storage.AnvilChunkLoader.func_186053_a(AnvilChunkLoader.java:601) [aye.class:?]
13.06 13:04:31 [Server] INFO at net.minecraft.world.chunk.storage.AnvilChunkLoader.func_186050_a(AnvilChunkLoader.java:528) [aye.class:?]
13.06 13:04:31 [Server] INFO at net.minecraft.world.chunk.storage.AnvilChunkLoader.loadEntities(AnvilChunkLoader.java:485) [aye.class:?]
13.06 13:04:31 [Server] INFO at net.minecraftforge.common.chunkio.ChunkIOProvider.syncCallback(ChunkIOProvider.java:97) [ChunkIOProvider.class:?]
13.06 13:04:31 [Server] INFO at net.minecraftforge.common.chunkio.ChunkIOExecutor.tick(ChunkIOExecutor.java:150) [ChunkIOExecutor.class:?]
13.06 13:04:31 [Server] INFO at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:728) [MinecraftServer.class:?]
13.06 13:04:31 [Server] INFO at net.minecraft.server.dedicated.DedicatedServer.func_71190_q(DedicatedServer.java:396) [nz.class:?]
13.06 13:04:31 [Server] INFO at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:668) [MinecraftServer.class:?]
13.06 13:04:31 [Server] INFO at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:526) [MinecraftServer.class:?]
13.06 13:04:31 [Server] INFO at java.lang.Thread.run(Thread.java:748) [?:1.8.0_152]
13.06 13:04:31 [Server] INFO Caused by: java.lang.NoSuchMethodError: net.minecraft.item.EnumDyeColor.func_193350_e()I
13.06 13:04:31 [Server] INFO at com.mrcrayfish.vehicle.entity.EntityVehicle.func_70037_a(EntityVehicle.java:479) ~[EntityVehicle.class:?]
13.06 13:04:31 [Server] INFO at net.minecraft.entity.Entity.func_70020_e(Entity.java:1863) ~[vg.class:?]
13.06 13:04:31 [Server] INFO ... 11 more
13.06 13:04:38 [Server] Server thread/INFO [fandomaniac: Object successfully summoned]
13.06 13:06:11 [Server] Server thread/INFO [fandomaniac: Set own game mode to Creative Mode]
13.06 13:06:23 [Server] Server thread/WARN Keeping entity shadowmobs:chupacabra that already exists with UUID da1ba7fb-3f3a-44a6-a8c8-cf86115d6f88
13.06 13:06:29 [Server] Server thread/ERROR [FML]: An Entity vehicle:mini_bike(entity.mini_bike.name) has thrown an exception during loading, its state cannot be restored. Report this to the mod author
13.06 13:06:29 [Server] INFO net.minecraft.util.ReportedException: Loading entity NBT
13.06 13:06:29 [Server] INFO at net.minecraft.entity.Entity.func_70020_e(Entity.java:1875) ~[vg.class:?]
13.06 13:06:29 [Server] INFO at net.minecraft.entity.EntityList.func_75615_a(EntityList.java:221) [vi.class:?]
13.06 13:06:29 [Server] INFO at net.minecraft.world.chunk.storage.AnvilChunkLoader.func_186053_a(AnvilChunkLoader.java:601) [aye.class:?]
13.06 13:06:29 [Server] INFO at net.minecraft.world.chunk.storage.AnvilChunkLoader.func_186050_a(AnvilChunkLoader.java:528) [aye.class:?]
13.06 13:06:29 [Server] INFO at net.minecraft.world.chunk.storage.AnvilChunkLoader.loadEntities(AnvilChunkLoader.java:485) [aye.class:?]
13.06 13:06:29 [Server] INFO at net.minecraftforge.common.chunkio.ChunkIOProvider.syncCallback(ChunkIOProvider.java:97) [ChunkIOProvider.class:?]
13.06 13:06:29 [Server] INFO at net.minecraftforge.common.chunkio.ChunkIOExecutor.syncChunkLoad(ChunkIOExecutor.java:94) [ChunkIOExecutor.class:?]
13.06 13:06:29 [Server] INFO at net.minecraft.world.gen.ChunkProviderServer.loadChunk(ChunkProviderServer.java:118) [on.class:?]
13.06 13:06:29 [Server] INFO at net.minecraft.world.gen.ChunkProviderServer.func_186028_c(ChunkProviderServer.java:89) [on.class:?]
13.06 13:06:29 [Server] INFO at net.minecraft.world.gen.ChunkProviderServer.func_186025_d(ChunkProviderServer.java:135) [on.class:?]
13.06 13:06:29 [Server] INFO at net.minecraft.world.World.func_72964_e(World.java:309) [amu.class:?]
13.06 13:06:29 [Server] INFO at net.minecraft.world.World.func_175726_f(World.java:304) [amu.class:?]
13.06 13:06:29 [Server] INFO at net.minecraft.world.World.func_180495_p(World.java:910) [amu.class:?]
13.06 13:06:29 [Server] INFO at net.minecraft.world.WorldEntitySpawner.func_180267_a(WorldEntitySpawner.java:226) [anb.class:?]
13.06 13:06:29 [Server] INFO at net.minecraft.world.WorldEntitySpawner.func_77192_a(WorldEntitySpawner.java:135) [anb.class:?]
13.06 13:06:29 [Server] INFO at net.minecraft.world.WorldServer.func_72835_b(WorldServer.java:203) [oo.class:?]
13.06 13:06:29 [Server] INFO at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:756) [MinecraftServer.class:?]
13.06 13:06:29 [Server] INFO at net.minecraft.server.dedicated.DedicatedServer.func_71190_q(DedicatedServer.java:396) [nz.class:?]
13.06 13:06:29 [Server] INFO at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:668) [MinecraftServer.class:?]
13.06 13:06:29 [Server] INFO at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:526) [MinecraftServer.class:?]
13.06 13:06:29 [Server] INFO at java.lang.Thread.run(Thread.java:748) [?:1.8.0_152]
13.06 13:06:29 [Server] INFO Caused by: java.lang.NoSuchMethodError: net.minecraft.item.EnumDyeColor.func_193350_e()I
13.06 13:06:29 [Server] INFO at com.mrcrayfish.vehicle.entity.EntityVehicle.func_70037_a(EntityVehicle.java:479) ~[EntityVehicle.class:?]
13.06 13:06:29 [Server] INFO at net.minecraft.entity.Entity.func_70020_e(Entity.java:1863) ~[vg.class:?]
13.06 13:06:29 [Server] INFO ... 20 more
13.06 13:07:18 [Server] Server thread/ERROR [FML]: An Entity vehicle:atv(entity.atv.name) has thrown an exception during loading, its state cannot be restored. Report this to the mod author
13.06 13:07:18 [Server] INFO net.minecraft.util.ReportedException: Loading entity NBT
13.06 13:07:18 [Server] INFO at net.minecraft.entity.Entity.func_70020_e(Entity.java:1875) ~[vg.class:?]
13.06 13:07:18 [Server] INFO at net.minecraft.entity.EntityList.func_75615_a(EntityList.java:221) [vi.class:?]
13.06 13:07:18 [Server] INFO at net.minecraft.world.chunk.storage.AnvilChunkLoader.func_186053_a(AnvilChunkLoader.java:601) [aye.class:?]
13.06 13:07:18 [Server] INFO at net.minecraft.world.chunk.storage.AnvilChunkLoader.func_186050_a(AnvilChunkLoader.java:528) [aye.class:?]
13.06 13:07:18 [Server] INFO at net.minecraft.world.chunk.storage.AnvilChunkLoader.loadEntities(AnvilChunkLoader.java:485) [aye.class:?]
13.06 13:07:18 [Server] INFO at net.minecraftforge.common.chunkio.ChunkIOProvider.syncCallback(ChunkIOProvider.java:97) [ChunkIOProvider.class:?]
13.06 13:07:18 [Server] INFO at net.minecraftforge.common.chunkio.ChunkIOExecutor.syncChunkLoad(ChunkIOExecutor.java:94) [ChunkIOExecutor.class:?]
13.06 13:07:18 [Server] INFO at net.minecraft.world.gen.ChunkProviderServer.loadChunk(ChunkProviderServer.java:118) [on.class:?]
13.06 13:07:18 [Server] INFO at net.minecraft.world.gen.ChunkProviderServer.func_186028_c(ChunkProviderServer.java:89) [on.class:?]
13.06 13:07:18 [Server] INFO at net.minecraft.world.gen.ChunkProviderServer.func_186025_d(ChunkProviderServer.java:135) [on.class:?]
13.06 13:07:18 [Server] INFO at net.minecraft.world.World.func_72964_e(World.java:309) [amu.class:?]
13.06 13:07:18 [Server] INFO at net.minecraft.world.World.func_175726_f(World.java:304) [amu.class:?]
13.06 13:07:18 [Server] INFO at net.minecraft.world.World.func_180495_p(World.java:910) [amu.class:?]
13.06 13:07:18 [Server] INFO at net.minecraft.world.WorldEntitySpawner.func_180267_a(WorldEntitySpawner.java:226) [anb.class:?]
13.06 13:07:18 [Server] INFO at net.minecraft.world.WorldEntitySpawner.func_77192_a(WorldEntitySpawner.java:135) [anb.class:?]
13.06 13:07:18 [Server] INFO at net.minecraft.world.WorldServer.func_72835_b(WorldServer.java:203) [oo.class:?]
13.06 13:07:18 [Server] INFO at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:756) [MinecraftServer.class:?]
13.06 13:07:18 [Server] INFO at net.minecraft.server.dedicated.DedicatedServer.func_71190_q(DedicatedServer.java:396) [nz.class:?]
13.06 13:07:18 [Server] INFO at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:668) [MinecraftServer.class:?]
13.06 13:07:18 [Server] INFO at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:526) [MinecraftServer.class:?]
13.06 13:07:18 [Server] INFO at java.lang.Thread.run(Thread.java:748) [?:1.8.0_152]
13.06 13:07:18 [Server] INFO Caused by: java.lang.NoSuchMethodError: net.minecraft.item.EnumDyeColor.func_193350_e()I
13.06 13:07:18 [Server] INFO at com.mrcrayfish.vehicle.entity.EntityVehicle.func_70037_a(EntityVehicle.java:479) ~[EntityVehicle.class:?]
13.06 13:07:18 [Server] INFO at net.minecraft.entity.Entity.func_70020_e(Entity.java:1863) ~[vg.class:?]
13.06 13:07:18 [Server] INFO ... 20 more
13.06 13:09:02 [Server] Server thread/ERROR [FML]: An Entity vehicle:atv(entity.atv.name) has thrown an exception during loading, its state cannot be restored. Report this to the mod author
13.06 13:09:02 [Server] INFO net.minecraft.util.ReportedException: Loading entity NBT
13.06 13:09:02 [Server] INFO at net.minecraft.entity.Entity.func_70020_e(Entity.java:1875) ~[vg.class:?]
13.06 13:09:02 [Server] INFO at net.minecraft.entity.EntityList.func_75615_a(EntityList.java:221) [vi.class:?]
13.06 13:09:02 [Server] INFO at net.minecraft.world.chunk.storage.AnvilChunkLoader.func_186053_a(AnvilChunkLoader.java:601) [aye.class:?]
13.06 13:09:02 [Server] INFO at net.minecraft.world.chunk.storage.AnvilChunkLoader.func_186050_a(AnvilChunkLoader.java:528) [aye.class:?]
13.06 13:09:02 [Server] INFO at net.minecraft.world.chunk.storage.AnvilChunkLoader.loadEntities(AnvilChunkLoader.java:485) [aye.class:?]
13.06 13:09:02 [Server] INFO at net.minecraftforge.common.chunkio.ChunkIOProvider.syncCallback(ChunkIOProvider.java:97) [ChunkIOProvider.class:?]
13.06 13:09:02 [Server] INFO at net.minecraftforge.common.chunkio.ChunkIOExecutor.syncChunkLoad(ChunkIOExecutor.java:94) [ChunkIOExecutor.class:?]
13.06 13:09:02 [Server] INFO at net.minecraft.world.gen.ChunkProviderServer.loadChunk(ChunkProviderServer.java:118) [on.class:?]
13.06 13:09:02 [Server] INFO at net.minecraft.world.gen.ChunkProviderServer.func_186028_c(ChunkProviderServer.java:89) [on.class:?]
13.06 13:09:02 [Server] INFO at net.minecraft.world.gen.ChunkProviderServer.func_186025_d(ChunkProviderServer.java:135) [on.class:?]
13.06 13:09:02 [Server] INFO at net.minecraft.world.World.func_72964_e(World.java:309) [amu.class:?]
13.06 13:09:02 [Server] INFO at net.minecraft.world.World.func_175726_f(World.java:304) [amu.class:?]
13.06 13:09:02 [Server] INFO at net.minecraft.world.World.func_180495_p(World.java:910) [amu.class:?]
13.06 13:09:02 [Server] INFO at net.minecraft.world.WorldEntitySpawner.func_180267_a(WorldEntitySpawner.java:226) [anb.class:?]
13.06 13:09:02 [Server] INFO at net.minecraft.world.WorldEntitySpawner.func_77192_a(WorldEntitySpawner.java:135) [anb.class:?]
13.06 13:09:02 [Server] INFO at net.minecraft.world.WorldServer.func_72835_b(WorldServer.java:203) [oo.class:?]
13.06 13:09:02 [Server] INFO at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:756) [MinecraftServer.class:?]
13.06 13:09:02 [Server] INFO at net.minecraft.server.dedicated.DedicatedServer.func_71190_q(DedicatedServer.java:396) [nz.class:?]
13.06 13:09:02 [Server] INFO at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:668) [MinecraftServer.class:?]
13.06 13:09:02 [Server] INFO at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:526) [MinecraftServer.class:?]
13.06 13:09:02 [Server] INFO at java.lang.Thread.run(Thread.java:748) [?:1.8.0_152]
13.06 13:09:02 [Server] INFO Caused by: java.lang.NoSuchMethodError: net.minecraft.item.EnumDyeColor.func_193350_e()I
13.06 13:09:02 [Server] INFO at com.mrcrayfish.vehicle.entity.EntityVehicle.func_70037_a(EntityVehicle.java:479) ~[EntityVehicle.class:?]
13.06 13:09:02 [Server] INFO at net.minecraft.entity.Entity.func_70020_e(Entity.java:1863) ~[vg.class:?]
13.06 13:09:02 [Server] INFO ... 20 more

commented

I heard you mention on the Vehicle Wednesday video that you plan on adding color conversion programming on the next update, so you can probably close this one out.

commented

Thanks for the report. I already built into the latest update that converted the old colour system to the new one. I found the problem though. I will push out an update asap. I can't guarantee now that your vehicles will have their colours back though.

commented

Fixed in 0.13.1