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

Final firework rocket of a stack does not explode

XMLWordPrintable

    • Confirmed

      From a stack of firework rockets, all explode correctly but the final one: The final one does not explode at all. (For a stack of one rocket, this looks as if no rocket would explode.)

      This happens regardless whether the rockets are placed directly by a player or if they are launched from a dispenser.

      This was not observed before in Minecraft Version 1.10 on the same system.

      Code analysis

      Based on 1.11 decompiled using MCP 9.35 rc1

      This happens because the constructor net.minecraft.entity.item.EntityFireworkRocket.EntityFireworkRocket(World, double, double, double, ItemStack) saves the used item as FireworksItem instead of a copy of it. This means when you use the last firework item, the stored item has the count of 0 and is invalid.

            Excited Maria Lemón
            Joischmid Joachim Schmid
            Votes:
            4 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated:
              Resolved:
              CHK: