-
Bug
-
Resolution: Awaiting Response
-
None
-
1.21.1, 24w39a, 1.21.2 Pre-Release 1
-
None
-
Unconfirmed
-
(Unassigned)
How to Reproduce:
1. Place an Oak Slab on the ground
2. Start flying
3. Set your position to be slightly above the Oak Slab, but still in the same block coordinates
4. Run the following command in chat and notice how it succeeds:
/execute if predicate {condition: "minecraft:entity_properties", entity: "this", predicate: {stepping_on: {block: {blocks: "minecraft:oak_slab"}}}} run say Test failed
This effects any blocks with a top face lower than a full block where the player can share the same block x/z coordinates (eg. Farm land, enchanting table, snow, etc.)
It also effects blocks such as the inside space of a door.
- relates to
-
MC-276755 Teleporting an entity makes the "is_on_ground" flag in predicates always return true for that tick
- Resolved