Final firework rocket of a stack does not explode
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.
2016-11-26, 06:05 PM
2017-06-03, 04:19 PM
2016-12-14, 02:37 PM
4
3