-
Bug
-
Resolution: Fixed
-
Minecraft 19w14b, Minecraft 1.14 Pre-Release 5, Minecraft 1.14.2 Pre-Release 1, Minecraft 1.14.2 Pre-Release 3, Minecraft 1.14.3 Pre-Release 1, Minecraft 1.14.3 Pre-Release 3, Minecraft 1.14.3 Pre-Release 4, 1.14.4, 19w35a, 19w36a, 19w37a, 19w38b, 19w39a, 19w40a, 19w41a, 19w42a, 19w44a, 19w46a, 1.15 Pre-release 1, 1.15 Pre-Release 2, 1.15 Pre-release 3, 1.15 Pre-release 4, 1.15 Pre-release 6, 1.15 Pre-release 7, 1.15.1 Pre-release 1, 1.15.2 Pre-Release 1, 1.15.2 Pre-release 2, 20w06a, 20w07a, 20w08a, 20w09a
-
Community Consensus
Putting out a fire and breaking blocks are both actions which remove a placed block from the world. However, putting out a fire is not actually considered a form of block breaking, which leads to some rather odd effects. For example:
- While stat.mineBlock exists for fire (see comments of
MC-36191), the action of putting out a fire will not actually increment this value at all. This can be tested simply by checking your statistics after "mining" the fire block.
- It is possible to put out fires in Creative mode while holding a sword or trident, despite the fact that these are programmed to not break any blocks whatsoever (and fire is a block). See
MC-30414.
- Breaking most blocks displays the subtitle "Block broken", but putting out a fire displays its own subtitle "Fire extinguished". The only other block to have a unique block breaking subtitle is the turtle egg (see also MC-147246), and also anvils when used up or dropped too much, however both for different reasons. (I personally would prefer a unique translation string for each block being broken subtitle, but that's just me.) Fire's actual material type is wool, whose sounds can be heard when supporting blocks are removed (see
MC-91091); this should probably be changed by introducing a new fire material type, so the correct sound plays in such cases.
- There exists no loot table for the fire block, despite most other blocks having one.
There may be other things to test out, but those are just a few.
- is duplicated by
-
MC-177763 In creative mode, swords can break fire
- Resolved
- relates to
-
MC-171366 Indirect breaking of minecraft:fire or minecraft:soul_fire does not make the "hissing"/"extinguishing" sound
- Reopened
-
MC-189653 Can't extinguish fire with sword/trident in creative mode
- Reopened
-
MC-64334 Fire can be destroyed if given an item with CanDestroy tag for unbreakable block below (notably bedrock)
- Resolved
-
MC-163655 Fire cannot be targeted like other blocks
- Resolved
-
MC-171077 Soul Fire can be setblock on air, while normal Fire can't
- Resolved
-
MC-173732 Fire and soul fire do not have loot tables
- Resolved
-
MC-173734 Incorrect sound and weird subtitles when manually punching fire
- Resolved
- testing discovered
-
MC-147710 Some long mob names are occluded by the scroll bar in the Statistics page
- Resolved