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

Putting out fires is not considered mining a block, leading to strange effects

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Fixed
    • 20w10a
    • 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.

            Unassigned Unassigned
            Awesoman3000 Connor Steppie
            Votes:
            4 Vote for this issue
            Watchers:
            7 Start watching this issue

              Created:
              Updated:
              Resolved:
              CHK: