-
Bug
-
Resolution: Unresolved
-
None
-
Minecraft 1.12, Minecraft 1.12.1, Minecraft 1.12.2, Minecraft 17w50a, Minecraft 18w07a, Minecraft 1.13.1, 1.14.4, 1.15.2, 20w14a, 20w17a, 20w21a, 1.16 Pre-release 8, 20w28a, 20w29a, 20w30a, 1.16.2 Pre-release 1, 1.16.2 Pre-release 2, 1.16.2 Pre-release 3, 1.16.2 Release Candidate 1, 1.16.2 Release Candidate 2, 1.16.2, 1.16.3 Release Candidate 1, 1.16.3, 1.16.4 Pre-release 1, 1.16.4 Pre-release 2, 1.16.4 Release Candidate 1, 1.16.4, 20w45a, 20w46a, 20w48a, 20w49a, 20w51a, 21w03a, 21w05b, 21w06a, 21w17a, 1.17, 1.17.1, 1.18, 1.18.1, 1.18.2, 1.19, 1.19.1 Release Candidate 2, 1.19.2, 1.19.4, 23w18a, 1.20 Release Candidate 1, 1.20, 1.20.1, 1.20.2, 23w41a
-
Confirmed
-
Entities, Minecart
The bug
Prior to 1.12 burning arrows or fire charges hitting a TNT minecart would cause it to immediately blow up however in 1.12 burning arrows continue to immediately destroy minecart TNT but fire charges only ignite the TNT in the minecart.
Side note
This behavior changed as of 1.12-pre6, at the same time MC-116669 was solved.
Code analysis
Based on 1.12 decompiled using MCP 9.40 PRE 1
The method net.minecraft.entity.item.EntityMinecartTNT.attackEntityFrom(DamageSource, float) now only explodes the minecart directly if it was damaged by a burning arrow. In all other situations it is only ignited.