Mojira Archive
MC-265727

Falling Blocks drop as items when falling on edge of blocks

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

Unresolved

ccJerrycc

2023-10-10, 10:25 AM

2024-09-08, 06:16 PM

3

3

Community Consensus

Normal

Platform

Block states

falling_block, placement

1.20.2, 1.20.3 Pre-Release 1, 1.21.1, 24w36a

-