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

Concrete powder won't turn into concrete when replacing water

XMLWordPrintable

    • Confirmed

      The bug

      What should happen:
      The falling powder entity turns into concrete block when it attach to water. 1hcuROT.png

      What happened instead:
      It destroyed all water blocks below. b9H7jmi.png

      Code analysis

      Based on 17w06a decompiled using JD GUI and cfr

      The entity falling_block with concrete_powder as block replaces water if it touches it with the concrete powder block. This relies on a method of the concrete powder block to then turn it to concrete (amo.e). This method will however only turn the concrete powder to concrete if it finds water in the horizontal directions or above. Therefor the concrete powder will start falling again.

      This could maybe be solved by having a method like getStateForPlacement for block states which is called in general before a block is placed naturally (player, falling block,... but not /setblock). This method could then detect that there is water at the position and therefor return the respective concrete block to be placed.

        1. b9H7jmi.png
          b9H7jmi.png
          313 kB
        2. 1hcuROT.png
          1hcuROT.png
          300 kB

            jeb [Mojang] Jeb (Jens Bergensten)
            emptie Frank D. George
            Votes:
            10 Vote for this issue
            Watchers:
            6 Start watching this issue

              Created:
              Updated:
              Resolved:
              CHK: