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

Falling Blocks drop as items when falling on edge of blocks

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Unresolved
    • None
    • 1.20.2, 1.20.3 Pre-Release 1
    • Community Consensus
    • Block states
    • Normal
    • Platform

      The Bug

      Unlike falling on north-west, east-south edges cause falling blocks drop corresponded items instead of placing above blocks.

      How to Reproduce

      1. Place a stone on ground (surrounded with air :
        /fill -1 -1 -1 1 -1 1 stone
        /fill -1 0 -1 1 0 1 air
        /setblock 0 0 0 stone
        
      2. Summon a falling sand above it with x or z offest 0.5:
        /summon falling_block 1.0 2.0 1.0
        

      Expected Behavior:

      The falling sand turned to block above that stone.

      Observed Behavior:

      The falling sand dropped its item.

      Note that this doesn't happen if x and z both offest -0.5:

      /summon falling_block 0.0 2.0 0.0
      

      but still if quite exceed:

      /summon falling_block -0.1 2.0 -0.1
      

            Unassigned Unassigned
            ccJerrycc ccJerrycc
            Votes:
            2 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated:
              CHK: