Uploaded image for project: 'Minecraft: Java Edition'
  1. Minecraft: Java Edition
  2. MC-101642

Iron golem / VillagerGolem is holding red flower client side 400 ticks too long

XMLWordPrintable

    • Unconfirmed

      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.

            FruBasilicum [Mojang] Agnes Larsson
            marcono1234 [Mod] Marcono1234
            Votes:
            3 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: