Iron golem / VillagerGolem is holding red flower client side 400 ticks too long
The bug
Iron golems hold the rose client-side 400 ticks too long. Server-side it already stopped holding the flower.
The reason
The following is based on a decompiled version of Minecraft 1.9 using MCP 9.24 beta.
The reason for this is that the method net.minecraft.entity.monster.EntityIronGolem.setHoldingRose(boolean) sends the entity state 11 which sets the holdRoseTick field for the client to 400 even if the value is false. Instead it should send a different state id to reset the field for the client.
2016-05-06, 05:45 PM
2017-05-08, 08:57 PM
2016-09-16, 12:47 PM
3
2