Forum rules: Do not post bugs or feature requests here! Report bugs to our Issue Tracker and suggestions to Suggest a Feature.

This site is not for solicitation of services or 'purchasing' development. Please do not post requesting side mods/plugins and so on. Your thread will be removed, and you will receive a warning.
By FlameFlare9
#130592 Hello,
I've updated my server to the new pixelmon update and to the new cauldron update, but now there are always those error messages in the console when I place a TileEntity from Pixelmon and not all or maybe all items are registered but not in the old order they are in a chaos...
How can I fix this?

User avatar
By MoeBoy76
#130641 the items are no longer registered to IDs by modders, forge does it automatically in the order in which the mod itself specifies so nothing will change there, and we need more info on your TileEntity issue
By FlameFlare9
#130696 Silly me,
I've forget to post the logs:
Code: Select all[03:38:07 INFO]: Attempted to place a tile entity (com.pixelmonmod.pixelmon.blocks.TileEntityPokeChest@137f2542) at 142,4,132 (AIR) where there was no entity tile!
[03:38:07 INFO]: Chunk coordinates: 128,128
[03:38:07 WARN]: java.lang.Exception
[03:38:07 WARN]:        at net.minecraft.world.chunk.Chunk.func_150812_a(Chunk.java:968)
[03:38:07 WARN]:        at net.minecraft.world.chunk.Chunk.func_150813_a(Chunk.java:935)
[03:38:07 WARN]:        at net.minecraft.world.chunk.storage.AnvilChunkLoader.loadEntities(AnvilChunkLoader.java:516)
[03:38:07 WARN]:        at net.minecraftforge.common.chunkio.ChunkIOProvider.callStage2(ChunkIOProvider.java:43)
[03:38:07 WARN]:        at net.minecraftforge.common.chunkio.ChunkIOProvider.callStage2(ChunkIOProvider.java:14)
[03:38:07 WARN]:        at net.minecraftforge.common.util.AsynchronousExecutor.skipQueue(AsynchronousExecutor.java:344)
[03:38:07 WARN]:        at net.minecraftforge.common.util.AsynchronousExecutor.getSkipQueue(AsynchronousExecutor.java:302)
[03:38:07 WARN]:        at net.minecraftforge.common.chunkio.ChunkIOExecutor.syncChunkLoad(ChunkIOExecutor.java:12)
[03:38:07 WARN]:        at net.minecraft.world.gen.ChunkProviderServer.loadChunk(ChunkProviderServer.java:158)
[03:38:07 WARN]:        at net.minecraft.world.gen.ChunkProviderServer.func_73158_c(ChunkProviderServer.java:131)
[03:38:07 WARN]:        at net.minecraft.server.MinecraftServer.func_71222_d(MinecraftServer.java:470)
[03:38:07 WARN]:        at net.minecraft.server.MinecraftServer.func_71247_a(MinecraftServer.java:418)
[03:38:07 WARN]:        at net.minecraft.server.dedicated.DedicatedServer.func_71197_b(DedicatedServer.java:309)
[03:38:07 WARN]:        at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:607)
[03:38:07 WARN]:        at java.lang.Thread.run(Unknown Source)

This is on startup!
JOIN THE TEAM