Skip to content

Instantly share code, notes, and snippets.

@marchermans
Created September 19, 2019 16:48
Show Gist options
  • Save marchermans/e8d375acdecc7cc728ffc968dba43532 to your computer and use it in GitHub Desktop.
Save marchermans/e8d375acdecc7cc728ffc968dba43532 to your computer and use it in GitHub Desktop.
[18:44:16] [Server thread/ERROR] [minecolonies]: Pausing Entity Beatrice R. Gare (WORKING)[INVENTORY_FULL] (com.minecolonies.coremod.job.Sawmill) at BlockPos{x=-274, y=237, z=182} for 3200 Seconds because of error:
[18:44:16] [Server thread/INFO] [STDERR]: [com.minecolonies.coremod.entity.ai.basic.AbstractEntityAIBasic:onException:335]: java.lang.RuntimeException: Missing AI transition for state: INVENTORY_FULL
[18:44:16] [Server thread/INFO] [STDERR]: [com.minecolonies.coremod.entity.ai.basic.AbstractEntityAIBasic:onException:335]: at com.minecolonies.api.entity.ai.statemachine.tickratestatemachine.TickRateStateMachine.tick(TickRateStateMachine.java:58)
[18:44:16] [Server thread/INFO] [STDERR]: [com.minecolonies.coremod.entity.ai.basic.AbstractEntityAIBasic:onException:335]: at com.minecolonies.coremod.entity.ai.basic.AbstractAISkeleton.updateTask(AbstractAISkeleton.java:150)
[18:44:16] [Server thread/INFO] [STDERR]: [com.minecolonies.coremod.entity.ai.basic.AbstractEntityAIBasic:onException:335]: at net.minecraft.entity.ai.EntityAITasks.onUpdateTasks(EntityAITasks.java:114)
[18:44:16] [Server thread/INFO] [STDERR]: [com.minecolonies.coremod.entity.ai.basic.AbstractEntityAIBasic:onException:335]: at net.minecraft.entity.EntityLiving.updateEntityActionState(EntityLiving.java:843)
[18:44:16] [Server thread/INFO] [STDERR]: [com.minecolonies.coremod.entity.ai.basic.AbstractEntityAIBasic:onException:335]: at net.minecraft.entity.EntityLivingBase.onLivingUpdate(EntityLivingBase.java:2589)
[18:44:16] [Server thread/INFO] [STDERR]: [com.minecolonies.coremod.entity.ai.basic.AbstractEntityAIBasic:onException:335]: at net.minecraft.entity.EntityLiving.onLivingUpdate(EntityLiving.java:647)
[18:44:16] [Server thread/INFO] [STDERR]: [com.minecolonies.coremod.entity.ai.basic.AbstractEntityAIBasic:onException:335]: at net.minecraft.entity.EntityAgeable.onLivingUpdate(EntityAgeable.java:212)
[18:44:16] [Server thread/INFO] [STDERR]: [com.minecolonies.coremod.entity.ai.basic.AbstractEntityAIBasic:onException:335]: at com.minecolonies.coremod.entity.citizen.EntityCitizen.onLivingUpdate(EntityCitizen.java:1085)
[18:44:16] [Server thread/INFO] [STDERR]: [com.minecolonies.coremod.entity.ai.basic.AbstractEntityAIBasic:onException:335]: at net.minecraft.entity.EntityLivingBase.onUpdate(EntityLivingBase.java:2405)
[18:44:16] [Server thread/INFO] [STDERR]: [com.minecolonies.coremod.entity.ai.basic.AbstractEntityAIBasic:onException:335]: at net.minecraft.entity.EntityLiving.onUpdate(EntityLiving.java:346)
[18:44:16] [Server thread/INFO] [STDERR]: [com.minecolonies.coremod.entity.ai.basic.AbstractEntityAIBasic:onException:335]: at net.minecraft.world.World.updateEntityWithOptionalForce(World.java:2183)
[18:44:16] [Server thread/INFO] [STDERR]: [com.minecolonies.coremod.entity.ai.basic.AbstractEntityAIBasic:onException:335]: at net.minecraft.world.WorldServer.updateEntityWithOptionalForce(WorldServer.java:871)
[18:44:16] [Server thread/INFO] [STDERR]: [com.minecolonies.coremod.entity.ai.basic.AbstractEntityAIBasic:onException:335]: at net.minecraft.world.World.updateEntity(World.java:2142)
[18:44:16] [Server thread/INFO] [STDERR]: [com.minecolonies.coremod.entity.ai.basic.AbstractEntityAIBasic:onException:335]: at net.minecraft.world.World.updateEntities(World.java:1943)
[18:44:16] [Server thread/INFO] [STDERR]: [com.minecolonies.coremod.entity.ai.basic.AbstractEntityAIBasic:onException:335]: at net.minecraft.world.WorldServer.updateEntities(WorldServer.java:643)
[18:44:16] [Server thread/INFO] [STDERR]: [com.minecolonies.coremod.entity.ai.basic.AbstractEntityAIBasic:onException:335]: at net.minecraft.server.MinecraftServer.updateTimeLightAndEntities(MinecraftServer.java:842)
[18:44:16] [Server thread/INFO] [STDERR]: [com.minecolonies.coremod.entity.ai.basic.AbstractEntityAIBasic:onException:335]: at net.minecraft.server.MinecraftServer.tick(MinecraftServer.java:743)
[18:44:16] [Server thread/INFO] [STDERR]: [com.minecolonies.coremod.entity.ai.basic.AbstractEntityAIBasic:onException:335]: at net.minecraft.server.integrated.IntegratedServer.tick(IntegratedServer.java:192)
[18:44:16] [Server thread/INFO] [STDERR]: [com.minecolonies.coremod.entity.ai.basic.AbstractEntityAIBasic:onException:335]: at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:592)
[18:44:16] [Server thread/INFO] [STDERR]: [com.minecolonies.coremod.entity.ai.basic.AbstractEntityAIBasic:onException:335]: at java.lang.Thread.run(Thread.java:748)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment