Moving blocks are treated as full blocks now
Summary:
A moving block is now considered a full block. This will cause, some machines with block movement don't work properly.
Possible Examples:
- Players or entities glitch into to wierd places when pushed
- It breaks many shulker loaders/unloaders, as the items glitch all over the place (ignoring the existing issues with pushing items with pistons)
- It stops minecarts sticking to rails being moved, as there is a solid block in the way of the minecart when the game attempts to pull it along, breaking any flying machines with minecarts on
- It stops the player being pulled along from the side by honey blocks, as the player glitches away from the block, which they need to be in to be pulled along
- It can stop slime blocks bouncing the player, as the moving block is placed and the player glitches away from that block. The player needs to be in the block to be bounced. The player will often glitch to the side, which will result in them bouncing, although this is not ideal for slime block launchers. This breaks elevators that bounce players or entities upwards using slime blocks
Steps to Reproduce:
- Place a sticky piston facing upside on the under
- Place a slime block on the piston
- Stand on the slime block
- Activate the piston
Expected Results:
The slime block must launch you upwards
Observed Results:
The slime block not launch sometimes you upwards
Original Description:
UPDATE:
Moving blocks now have a collision box identical to the block being moved, however client-side this hasn't been implemented. The way pistons move entities has also been changed, making it (in my opinion) better than before, although not quite perfect.
All that's left to do is extend the collision box changes to the client. It causes wierd client-server desyncs and buggy behaviour. After that this bug is pretty much fixed.
When moving a block such as a rail or a glass pane, the moving block created is a full block no matter what. This breaks many things involving pushing entites. The main role of moving blocks used to be just to prevent two pistons moving blocks into the same space at the same time. The player needs to be inside the moving block for physics to work correctly.
It is most likely a result of fixing MCPE-53815. Moving blocks were turned into full, solid blocks to prevent players "bouncing" downwards when being moved. While this is a good change to some extent, fixing many issues with players falling off of flying machines, moving blocks being fully solid causes the wierd behaviour listed above.
Entities glitching out of moving blocks and being prevented from entering from the side breaks many interactions between entities and pistons.
It would make more sense for them to be paritially solid, like scaffolding, so you can stand on it but not glitch out when in it. Maybe even like cobwebs.
Linked Issues
is duplicated by102
relates to5
- Unresolved
Hangekisobu
77Tigers- 333
- 95
- Confirmed
- 302588, 365361
- Multiple
- block moving_piston piston redstone slime-block
1.19.40.24 Preview - 1.21.50
1.19.40.24 Preview 1.16.20.53 Beta 1.16.20.52 Beta 1.16.20.50 Beta 1.16.0.68 Beta 1.16.0.67 Beta 1.16.0.64 Beta 1.16.0.63 Beta 1.16.0.61 Beta 1.16.0.60 Beta 1.16.0.59 Beta 1.16.0.57 Beta 1.16.0.58 Beta 1.16.0.55 Beta 1.16.0.53 Beta 1.16.0.51 Beta 1.15.0.56 Beta 1.15.0.53 Beta 1.15.0.51 Beta 1.14.20 Hotfix 1.14.2.51 Beta 1.14.30 Hotfix 1.14.60 Hotfix 1.16.0 1.16.1 1.16.10 1.16.20 1.19.31 Hotfix 1.20.50 1.20.61 Switch 1.20.60 1.20.70 1.20.80 1.21.0 1.21.20 1.21.30 1.21.40 1.21.50- 1.19.50.20 Preview 1.16.20
Created Issue:
Moving blocks are now full blocks, regardless of the hitbox of the block being moved
When moving a block such as an open fence gate or a glass pane, the moving block created has a full hitbox no matter what.
When moving a block such as an open fence gate or a glass pane, the moving block created has a full hitbox no matter what.
This can cause the player or entities to teleport/glitch to wierd places.
When moving a block such as an open fence gate or a glass pane, the moving block created has a full hitbox no matter what.
This can cause the player or entities to teleport/glitch to wierd places.
When moving a block such as an open fence gate or a glass pane, the moving block created has a full hitbox no matter what.
This:
- causes the player or entities to teleport/glitch to wierd places
- breaks shulker loaders/unloaders
- breaks minecarts on rails being moved
When moving a block such as an open fence gate or a glass pane, the moving block created has a full hitbox no matter what.
This:
- causes the player or entities to teleport/glitch to wierd places
- breaks shulker loaders/unloaders
- breaks minecarts on rails being moved
- stops the player being pulled along from the side by honey blocks
When moving a block such as an open fence gate or a glass pane, the moving block created has a full hitbox no matter what.
This:
- causes the player or entities to
teleport/glitch to wierd places- breaks shulker loaders/unloaders
- breaks minecarts on rails being moved
- stops the player being pulled along from the side by honey blocks
When moving a block such as an open fence gate or a glass pane, the moving block created has a full hitbox no matter what.
This:
- causes the player or entities to glitch into to wierd places
- breaks shulker loaders/unloaders
- breaks minecarts on rails being moved
- stops the player being pulled along from the side by honey blocks
When moving a block such as an open fence gate or a glass pane, the moving block created has a full hitbox no matter what.
This:
- causes the player or entities to glitch into to wierd places
- breaks shulker loaders/unloaders
breaks minecarts onrails being moved- stops the player being pulled along from the side by honey blocks
When moving a block such as an open fence gate or a glass pane, the moving block created has a full hitbox no matter what.
This:
- causes the player or entities to glitch into to wierd places
- breaks shulker loaders/unloaders
- stops minecarts "sticking" to rails being moved
- stops the player being pulled along from the side by honey blocks
I can confirm all of the problems listed above to be an issue as well.
I imagine this is a consequence of fixing
MCPE-53815, which most likely meant changing properties of moving blocks in order to guarantee the stability of being pulled along properly when standing on top of moving honey blocks. However, just as it was mentioned in the various comments and initial bug report, this is a very detrimental change to not only player-created contraptions designed to fulfill certain tasks, but also basic functionality such as honey blocks dragging you along when standing on the side of one, which also is shown to be one of the core features of honey blocks in various official MC media. Slime blocks too seem to be having issues launching you up when standing on them - sometimes they will launch you up but offset you to the side in a weird position, sometimes you will just get stuck inside of that block. This new property of moving blocks also affects entities that are not just the player, just like the aforementioned shulker box items getting into bizarre places due to this behavior.This issue seems very harmless for normal gameplay, but it actually hurts a variety of gameplay aspects that are expected to work as intended, yet results in this unexpected behavior. Shulker boxes are something that are not often acquired by the average MC player, but with the major focus on this update being on honey blocks and everything surrounding it, the fix to
MCPE-53815is understandable, yet it breaks other core functions of the honey block and other well-established mechanics.
When moving a block such as an open fence gate or a glass pane, the moving block created has a full hitbox no matter what.
This:
- causes the player or entities to glitch into to wierd places
- breaks shulker loaders/unloaders
- stops minecarts "sticking" to rails being moved
- stops the player being pulled along from the side by honey blocks
- can stop slime blocks bouncing the player
is duplicated by
is duplicated by
is duplicated by
When moving a block such as an open fence gate or a glass pane, the moving block created has a full hitbox no matter what.
This:
- causes the player or entities to glitch into to wierd places
- breaks shulker loaders/unloaders
- stops minecarts "sticking" to rails being moved
- stops the player being pulled along from the side by honey blocks
- can stop slime blocks bouncing the player, as the player glitches away before they can be bounced.
When moving a block such as an open fence gate or a glass pane, the moving block created has a full hitbox no matter what.
This:
- causes the player or entities to glitch into to wierd places
- breaks shulker loaders/unloaders
- stops minecarts
"sticking"to rails being moved- stops the player being pulled along from the side by honey blocks
- can stop slime blocks bouncing the player, as the player glitches away before they can be bounced.
When moving a block such as an open fence gate or a glass pane, the moving block created has a full hitbox no matter what.
This:
- causes the player or entities to glitch into to wierd places when pushed
- breaks shulker loaders/unloaders
- stops minecarts sticking to rails being moved
- stops the player being pulled along from the side by honey blocks
- can stop slime blocks bouncing the player, as the player glitches away before they can be bounced.
When moving a block such as an open fence gate or a glass pane, the moving block created has a full hitbox no matter what.
This:
- causes the player or entities to glitch into to wierd places when pushed
- breaks shulker loaders/unloaders, as the items glitch all over the place (worse than usual)
- stops minecarts sticking to rails being moved, as there is a full, solid block preventing the minecart from moving
- stops the player being pulled along from the side by honey blocks, as the player glitches away before they can be moved.
- can stop slime blocks bouncing the player, as the player glitches away before they can be bounced.
When moving a block such as an open fence gate or a glass pane, the moving block created has a full hitbox no matter what.
This:
causes the player or entities to glitch into to wierd places when pushedbreaks shulker loaders/unloaders, as the items glitch all over the place (worse than usual)stops minecarts sticking to rails being moved, as there is a full, solid block preventing the minecart from movingstops the player being pulled along from the side by honey blocks, as the player glitches away before they can be moved.can stop slime blocks bouncing the player, as the player glitches away before they can be bounced.When moving a block such as an open fence gate or a glass pane, the moving block created has a full hitbox no matter what.
This:
- Causes the player or entities to glitch into to wierd places when pushed
- Breaks shulker loaders/unloaders, as the items glitch all over the place (worse than usual)
- Stops minecarts sticking to rails being moved, as there is a full, solid block preventing the minecart from moving
- Stops the player being pulled along from the side by honey blocks, as the player glitches away before they can be moved.
- Can stop slime blocks bouncing the player, as the player glitches away before they can be bounced.
When moving a block such as an open fence gate or a glass pane, the moving block created has a full hitbox no matter what.
This:
- Causes the player or entities to glitch into to wierd places when pushed
- Breaks shulker loaders/unloaders, as the items glitch all over the place (worse than usual)
- Stops minecarts sticking to rails being moved, as there is a full, solid block
preventing the minecartfrom moving- Stops the player being pulled along from the side by honey blocks, as the player glitches away before they can be moved
.- Can stop slime blocks bouncing the player, as the player glitches away before they can be bounced
.When moving a block such as an open fence gate or a glass pane, the moving block created has a full hitbox no matter what.
This:
- Causes the player or entities to glitch into to wierd places when pushed
- Breaks shulker loaders/unloaders, as the items glitch all over the place (worse than usual)
- Stops minecarts sticking to rails being moved, as there is a full, solid block blocking the minecart
- Stops the player being pulled along from the side by honey blocks, as the player glitches away before they can be moved
- Can stop slime blocks bouncing the player, as the player glitches away before they can be bounced
When moving a block such as an open fence gate or a glass pane, the moving block created has a full hitbox no matter what.
This:
- Causes the player or entities to glitch into to wierd places when pushed
- Breaks shulker loaders/unloaders, as the items glitch all over the place (worse than usual)
- Stops minecarts sticking to rails being moved, as the
re is a full, solidblock blockingthe minecart- Stops the player being pulled along from the side by honey blocks, as the player glitches away before they can be moved
- Can stop slime blocks bouncing the player, as the player glitches away before they can be bounced
When moving a block such as an open fence gate or a glass pane, the moving block created has a full hitbox no matter what.
This:
- Causes the player or entities to glitch into to wierd places when pushed
- Breaks shulker loaders/unloaders, as the items glitch all over the place (worse than usual)
- Stops minecarts sticking to rails being moved, as the moving block blocks the minecart from bein moved
- Stops the player being pulled along from the side by honey blocks, as the player glitches away before they can be moved
- Can stop slime blocks bouncing the player, as the player glitches away before they can be bounced
When moving a block such as an open fence gate or a glass pane, the moving block created has a full hitbox no matter what.
This:
- Causes the player or entities to glitch into to wierd places when pushed
- Breaks shulker loaders/unloaders, as the items glitch all over the place (worse than usual)
- Stops minecarts sticking to rails being moved, as the moving block blocks the minecart from bein moved
- Stops the player being pulled along from the side by honey blocks, as the player glitches away before they can be moved
- Can stop slime blocks bouncing the player, as the player glitches away before they can be bounced
When moving a block such as an open fence gate or a glass pane, the moving block created has a full hitbox no matter what. This breaks most things involving pushing entites.
This:
- Causes the player or entities to glitch into to wierd places when pushed
- Breaks shulker loaders/unloaders, as the items glitch all over the place (worse than usual)
- Stops minecarts sticking to rails being moved, as the moving block blocks the minecart from bein moved
- Stops the player being pulled along from the side by honey blocks, as the player glitches away before they can be moved
- Can stop slime blocks bouncing the player, as the player glitches away before they can be bounced
When moving a block such as an open fence gate or a glass pane, the moving block created has a full hitbox no matter what. This breaks most things involving pushing entites.
This:
- Causes the player or entities to glitch into to wierd places when pushed
- Breaks shulker loaders/unloaders, as the items glitch all over the place (worse than usual)
- Stops minecarts sticking to rails being moved, as the moving block blocks the minecart from bein moved
- Stops the player being pulled along from the side by honey blocks, as the player glitches away before they can be moved
- Can stop slime blocks bouncing the player, as the player glitches away before they can be bounced
It is most likely a result of fixing
MCPE-53815.
is duplicated by
When moving a block such as an open fence gate or a glass pane, the moving block created has a full hitbox no matter what. This breaks most things involving pushing entites.
This:
- Causes the player or entities to glitch into to wierd places when pushed
- Breaks shulker loaders/unloaders, as the items glitch all over the place (worse than usual)
- Stops minecarts sticking to rails being moved
, as the moving block blocks the minecart from bein moved- Stops the player being pulled along from the side by honey blocks, as the player glitches away before they can be moved
- Can stop slime blocks bouncing the player, as the player glitches away before they can be bounced
It is most likely a result of fixing
MCPE-53815.
is duplicated by
is duplicated by
is duplicated by
When moving a block such as a
n open fence gateor a glass pane, the moving block created has a full hitbox no matter what. This breaks most things involving pushing entites.This:
- Causes the player or entities to glitch into to wierd places when pushed
- Breaks shulker loaders/unloaders, as the items glitch all over the place (worse than usual)
- Stops minecarts sticking to rails being moved
- Stops the player being pulled along from the side by honey blocks, as the player glitches away before they can be moved
- Can stop slime blocks bouncing the player, as the player glitches away before they can be bounced
It is most likely a result of fixing
MCPE-53815.When moving a block such as a rail or a glass pane, the moving block created has a full hitbox no matter what. This breaks most things involving pushing entites. There are a few exceptions to this, such as open fence gates.
This:
- Causes the player or entities to glitch into to wierd places when pushed
- Breaks shulker loaders/unloaders, as the items glitch all over the place (worse than usual)
- Stops minecarts sticking to rails being moved
- Stops the player being pulled along from the side by honey blocks, as the player glitches away before they can be moved
- Can stop slime blocks bouncing the player, as the player glitches away before they can be bounced
It is most likely a result of fixing
MCPE-53815.
When moving a block such as a rail or a glass pane, the moving block created has a full hitbox no matter what. This breaks most things involving pushing entites.
There are a few exceptions to this, such as open fence gates.This:
- Causes the player or entities to glitch into to wierd places when pushed
- Breaks shulker loaders/unloaders, as the items glitch all over the place (worse than usual)
- Stops minecarts sticking to rails being moved
- Stops the player being pulled along from the side by honey blocks, as the player glitches away before they can be moved
- Can stop slime blocks bouncing the player, as the player glitches away before they can be bounced
It is most likely a result of fixing
MCPE-53815.
When moving a block such as a rail or a glass pane, the moving block created has a full hitbox no matter what. This breaks m
ostthings involving pushing entites.This:
- Causes the player or entities to glitch into to wierd places when pushed
- Breaks shulker loaders/unloaders, as the items glitch all over the place (worse than usual)
- Stops minecarts sticking to rails being moved
- Stops the player being pulled along from the side by honey blocks, as the player glitches away before they can be moved
- Can stop slime blocks bouncing the player, as the player glitches away before they can be bounced
It is most likely a result of fixing
MCPE-53815.When moving a block such as a rail or a glass pane, the moving block created has a full hitbox no matter what. This breaks many things involving pushing entites.
This:
- Causes the player or entities to glitch into to wierd places when pushed
- Breaks shulker loaders/unloaders, as the items glitch all over the place (worse than usual)
- Stops minecarts sticking to rails being moved
- Stops the player being pulled along from the side by honey blocks, as the player glitches away before they can be moved
- Can stop slime blocks bouncing the player, as the player glitches away before they can be bounced
It is most likely a result of fixing
MCPE-53815.
When moving a block such as a rail or a glass pane, the moving block created
has a fullhitboxno matter what. This breaks many things involving pushing entites.This:
- Causes the player or entities to glitch into to wierd places when pushed
- Breaks shulker loaders/unloaders, as the items glitch all over the place (worse than usual)
- Stops minecarts sticking to rails being moved
- Stops the player being pulled along from the side by honey blocks, as the player glitches away before they can be moved
- Can stop slime blocks bouncing the player, as the player glitches away before they can be bounced
It is most likely a result of fixing
MCPE-53815.When moving a block such as a rail or a glass pane, the moving block created is a full block no matter what. This breaks many things involving pushing entites.
This:
- Causes the player or entities to glitch into to wierd places when pushed
- Breaks shulker loaders/unloaders, as the items glitch all over the place (worse than usual)
- Stops minecarts sticking to rails being moved
- Stops the player being pulled along from the side by honey blocks, as the player glitches away before they can be moved
- Can stop slime blocks bouncing the player, as the player glitches away before they can be bounced
It is most likely a result of fixing
MCPE-53815.
When moving a block such as a rail or a glass pane, the moving block created is a full block no matter what. This breaks many things involving pushing entites.
This:
- Causes the player or entities to glitch into to wierd places when pushed
- Breaks shulker loaders/unloaders, as the items glitch all over the place (worse than usual)
- Stops minecarts sticking to rails being moved
- Stops the player being pulled along from the side by honey blocks, as the player glitches away before they can be moved
- Can stop slime blocks bouncing the player, as the
player glitches away before they can be bouncedIt is most likely a result of fixing
MCPE-53815.When moving a block such as a rail or a glass pane, the moving block created is a full block no matter what. This breaks many things involving pushing entites.
This:
- Causes the player or entities to glitch into to wierd places when pushed
- Breaks shulker loaders/unloaders, as the items glitch all over the place (worse than usual)
- Stops minecarts sticking to rails being moved
- Stops the player being pulled along from the side by honey blocks, as the player glitches away before they can be moved
- Can stop slime blocks bouncing the player, as the moving block is placed and the player glitches away from that block. The player needs to be in the block to be bounced. The player will often glitch to the side, which will result in them bouncing.
It is most likely a result of fixing
MCPE-53815.
When moving a block such as a rail or a glass pane, the moving block created is a full block no matter what. This breaks many things involving pushing entites.
This:
- Causes the player or entities to glitch into to wierd places when pushed
- Breaks shulker loaders/unloaders, as the items glitch all over the place (
worse than usual)- Stops minecarts sticking to rails being moved
- Stops the player being pulled along from the side by honey blocks, as the player glitches away
before they can be moved- Can stop slime blocks bouncing the player, as the moving block is placed and the player glitches away from that block. The player needs to be in the block to be bounced. The player will often glitch to the side, which will result in them bouncing.
It is most likely a result of fixing
MCPE-53815.When moving a block such as a rail or a glass pane, the moving block created is a full block no matter what. This breaks many things involving pushing entites.
This:
- Causes the player or entities to glitch into to wierd places when pushed
- Breaks many shulker loaders/unloaders, as the items glitch all over the place (ignoring the existing issues with pushing items with pistons)
- Stops minecarts sticking to rails being moved, as there is a solid block in the way of the minecart when the game attempts to pull it along.
- Stops the player being pulled along from the side by honey blocks, as the player glitches away from the block, which they need to be in to be pulled along.
- Can stop slime blocks bouncing the player, as the moving block is placed and the player glitches away from that block. The player needs to be in the block to be bounced. The player will often glitch to the side, which will result in them bouncing.
It is most likely a result of fixing
MCPE-53815. Moving blocks were turned into full, solid blocks to prevent players bouncing when being moved. While this is a good change, moving blocks should not be fully solid, as entities glitch out into odd places.
When moving a block such as a rail or a glass pane, the moving block created is a full block no matter what. This breaks many things involving pushing entites.
This:
- Causes the player or entities to glitch into to wierd places when pushed
- Breaks many shulker loaders/unloaders, as the items glitch all over the place (ignoring the existing issues with pushing items with pistons)
- Stops minecarts sticking to rails being moved, as there is a solid block in the way of the minecart when the game attempts to pull it along.
- Stops the player being pulled along from the side by honey blocks, as the player glitches away from the block, which they need to be in to be pulled along.
- Can stop slime blocks bouncing the player, as the moving block is placed and the player glitches away from that block. The player needs to be in the block to be bounced. The player will often glitch to the side, which will result in them bouncing.
It is most likely a result of fixing
MCPE-53815. Moving blocks were turned into full, solid blocks to prevent players bouncing when being moved. While this is a good change, moving blocks should not be fully solid, asentities glitch out into odd places.When moving a block such as a rail or a glass pane, the moving block created is a full block no matter what. This breaks many things involving pushing entites.
This:
- Causes the player or entities to glitch into to wierd places when pushed
- Breaks many shulker loaders/unloaders, as the items glitch all over the place (ignoring the existing issues with pushing items with pistons)
- Stops minecarts sticking to rails being moved, as there is a solid block in the way of the minecart when the game attempts to pull it along.
- Stops the player being pulled along from the side by honey blocks, as the player glitches away from the block, which they need to be in to be pulled along.
- Can stop slime blocks bouncing the player, as the moving block is placed and the player glitches away from that block. The player needs to be in the block to be bounced. The player will often glitch to the side, which will result in them bouncing.
It is most likely a result of fixing
MCPE-53815. Moving blocks were turned into full, solid blocks to prevent players bouncing when being moved. While this is a good change, moving blocks should not be fully solid, as this causes the wierd behaviour listed above. Entities should not be pushed out of moving blocks, nor prevented from entering from the side, as this prevents minecarts being dragged along on moving rails.
When moving a block such as a rail or a glass pane, the moving block created is a full block no matter what. This breaks many things involving pushing entites.
This:
- Causes the player or entities to glitch into to wierd places when pushed
- Breaks many shulker loaders/unloaders, as the items glitch all over the place (ignoring the existing issues with pushing items with pistons)
- Stops minecarts sticking to rails being moved, as there is a solid block in the way of the minecart when the game attempts to pull it along.
- Stops the player being pulled along from the side by honey blocks, as the player glitches away from the block, which they need to be in to be pulled along.
- Can stop slime blocks bouncing the player, as the moving block is placed and the player glitches away from that block. The player needs to be in the block to be bounced. The player will often glitch to the side, which will result in them bouncing. This breaks elevators that bounce players or entities upwards using slime blocks.
It is most likely a result of fixing
MCPE-53815. Moving blocks were turned into full, solid blocks to prevent players bouncing when being moved. While this is a good change, moving blocks should not be fully solid, as this causes the wierd behaviour listed above. Entities should not be pushed out of moving blocks, nor prevented from entering from the side, as this prevents minecarts being dragged along on moving rails.
When moving a block such as a rail or a glass pane, the moving block created is a full block no matter what. This breaks many things involving pushing entites.
This:
- Causes the player or entities to glitch into to wierd places when pushed
- Breaks many shulker loaders/unloaders, as the items glitch all over the place (ignoring the existing issues with pushing items with pistons)
- Stops minecarts sticking to rails being moved, as there is a solid block in the way of the minecart when the game attempts to pull it along.
- Stops the player being pulled along from the side by honey blocks, as the player glitches away from the block, which they need to be in to be pulled along.
- Can stop slime blocks bouncing the player, as the moving block is placed and the player glitches away from that block. The player needs to be in the block to be bounced. The player will often glitch to the side, which will result in them bouncing. This breaks elevators that bounce players or entities upwards using slime blocks.
It is most likely a result of fixing
MCPE-53815. Moving blocks were turned into full, solid blocks to prevent players bouncing when being moved. While this is a good change, moving blocksshould not befully solid, as thiscauses the wierd behaviour listed above. Entitiesshould not bepushed out of moving blocks, norprevented from entering from the side, as this prevents minecarts being dragged along on moving rails.When moving a block such as a rail or a glass pane, the moving block created is a full block no matter what. This breaks many things involving pushing entites.
This:
- Causes the player or entities to glitch into to wierd places when pushed
- Breaks many shulker loaders/unloaders, as the items glitch all over the place (ignoring the existing issues with pushing items with pistons)
- Stops minecarts sticking to rails being moved, as there is a solid block in the way of the minecart when the game attempts to pull it along.
- Stops the player being pulled along from the side by honey blocks, as the player glitches away from the block, which they need to be in to be pulled along.
- Can stop slime blocks bouncing the player, as the moving block is placed and the player glitches away from that block. The player needs to be in the block to be bounced. The player will often glitch to the side, which will result in them bouncing. This breaks elevators that bounce players or entities upwards using slime blocks.
It is most likely a result of fixing
MCPE-53815. Moving blocks were turned into full, solid blocks to prevent players "bouncing" downwards when being moved. While this is a good change, fixing many issues with players falling off of flying machines, moving blocks being fully solid causes the wierd behaviour listed above. Entities being pushed pushed out of moving blocks and prevented from entering from the side breaks many interactions between entities and pistons.
is duplicated by
is duplicated by
is duplicated by
is duplicated by
is duplicated by
is duplicated by
is duplicated by
is duplicated by
is duplicated by
is duplicated by
When moving a block such as a rail or a glass pane, the moving block created is a full block no matter what. This breaks many things involving pushing entites.
This:
- Causes the player or entities to glitch into to wierd places when pushed
Breaks many shulker loaders/unloaders, as the items glitch all over the place (ignoring the existing issues with pushing items with pistons)Stops minecarts sticking to rails being moved, as there is a solid block in the way of the minecart when the game attempts to pull it along.- Stop
s the player being pulled along from the side by honey blocks, as the player glitches away from the block, which they need to be intobepulledalong.Can stop slime blocks bouncing the player, as the moving block is placed and the player glitches away from that block. The player needs to be in the block to be bounced. The player will often glitch to the side, which will result in them bouncing. This breaks elevators that bounce players or entities upwards using slime blocks.It is most likely a result of fixing
MCPE-53815. Moving blocks were turned into full, solid blocks to prevent players "bouncing" downwards when being moved. While this is a good change, fixing many issues with players falling off of flying machines, moving blocks being fully solid causes the wierd behaviour listed above.Entities being pushed pushed out of moving blocks and prevented from entering from the side breaks many interactions between entities and pistons.When moving a block such as a rail or a glass pane, the moving block created is a full block no matter what. This breaks many things involving pushing entites. The main role of moving blocks used to be just to prevent two pistons moving blocks into the same space at the same time.
This causes multiple problems such as:
- Causing the player or entities to glitch into to wierd places when pushed
- Breaking many shulker loaders/unloaders, as the items glitch all over the place (ignoring the existing issues with pushing items with pistons)
- Stopping minecarts sticking to rails being moved, as there is a solid block in the way of the minecart when the game attempts to pull it along.
- Stopping the player being pulled along from the side by honey blocks, as the player glitches away from the block, which they need to be in to be pulled along.
- Can stop slime blocks bouncing the player, as the moving block is placed and the player glitches away from that block. The player needs to be in the block to be bounced. The player will often glitch to the side, which will result in them bouncing. This breaks elevators that bounce players or entities upwards using slime blocks.
It is most likely a result of fixing
MCPE-53815. Moving blocks were turned into full, solid blocks to prevent players "bouncing" downwards when being moved. While this is a good change to some extent, fixing many issues with players falling off of flying machines, moving blocks being fully solid causes the wierd behaviour listed above.Entities glitching out of moving blocks and being prevented from entering from the side breaks many interactions between entities and pistons.
It would make more sense for them to be paritially solid, like scaffolding, so you can stand on it but not glitch out when in it.
is duplicated by
is duplicated by
is duplicated by
is duplicated by
is duplicated by
is duplicated by
is duplicated by
is duplicated by
is duplicated by
is duplicated by
is duplicated by
is duplicated by
When moving a block such as a rail or a glass pane, the moving block created is a full block no matter what. This breaks many things involving pushing entites. The main role of moving blocks used to be just to prevent two pistons moving blocks into the same space at the same time.
This causes multiple problems such as:
- Causing the player or entities to glitch into to wierd places when pushed
- Breaking many shulker loaders/unloaders, as the items glitch all over the place (ignoring the existing issues with pushing items with pistons)
- Stopping minecarts sticking to rails being moved, as there is a solid block in the way of the minecart when the game attempts to pull it along.
- Stopping the player being pulled along from the side by honey blocks, as the player glitches away from the block, which they need to be in to be pulled along.
- Can stop slime blocks bouncing the player, as the moving block is placed and the player glitches away from that block. The player needs to be in the block to be bounced. The player will often glitch to the side, which will result in them bouncing. This breaks elevators that bounce players or entities upwards using slime blocks.
It is most likely a result of fixing
MCPE-53815. Moving blocks were turned into full, solid blocks to prevent players "bouncing" downwards when being moved. While this is a good change to some extent, fixing many issues with players falling off of flying machines, moving blocks being fully solid causes the wierd behaviour listed above.Entities glitching out of moving blocks and being prevented from entering from the side breaks many interactions between entities and pistons.
It would make more sense for them to be paritially solid, like scaffolding, so you can stand on it but not glitch out when in it. Maybe like cobwebs even.
is duplicated by
is duplicated by
is duplicated by
Moving blocks are now full blocks, regardless of the hitbox of the block being moved
When moving a block such as a rail or a glass pane, the moving block created is a full block no matter what. This breaks many things involving pushing entites. The main role of moving blocks used to be just to prevent two pistons moving blocks into the same space at the same time.
This causes multiple problems
such as:
Causing the player or entitiestoglitch into to wierd places when pushedBreakingmany shulker loaders/unloaders, as the items glitch all over the place (ignoring the existing issues with pushing items with pistons)Stoppingminecarts sticking to rails being moved, as there is a solid block in the way of the minecart when the game attempts to pull it along.Stoppingthe player being pulled along from the side by honey blocks, as the player glitches away from the block, which they need to be in to be pulled along.Can stop slime blocks bouncing the player, as the moving block is placed and the player glitches away from that block. The player needs to be in the block to be bounced. The player will often glitch to the side, which will result in them bouncing. This breaks elevators that bounce players or entities upwards using slime blocks.It is most likely a result of fixing
MCPE-53815. Moving blocks were turned into full, solid blocks to prevent players "bouncing" downwards when being moved. While this is a good change to some extent, fixing many issues with players falling off of flying machines, moving blocks being fully solid causes the wierd behaviour listed above.Entities glitching out of moving blocks and being prevented from entering from the side breaks many interactions between entities and pistons.
It would make more sense for them to be paritially solid, like scaffolding, so you can stand on it but not glitch out when in it. Maybe like cobwebs even.
When moving a block such as a rail or a glass pane, the moving block created is a full block no matter what. This breaks many things involving pushing entites. The main role of moving blocks used to be just to prevent two pistons moving blocks into the same space at the same time. The player needs to be inside the moving block for physics to work correctly.
This causes multiple problems:
- Players or entities glitch into to wierd places when pushed
- It breaks many shulker loaders/unloaders, as the items glitch all over the place (ignoring the existing issues with pushing items with pistons)
- It stops minecarts sticking to rails being moved, as there is a solid block in the way of the minecart when the game attempts to pull it along.
- It stopps the player being pulled along from the side by honey blocks, as the player glitches away from the block, which they need to be in to be pulled along.
- It can stop slime blocks bouncing the player, as the moving block is placed and the player glitches away from that block. The player needs to be in the block to be bounced. The player will often glitch to the side, which will result in them bouncing. This breaks elevators that bounce players or entities upwards using slime blocks.
It is most likely a result of fixing
MCPE-53815. Moving blocks were turned into full, solid blocks to prevent players "bouncing" downwards when being moved. While this is a good change to some extent, fixing many issues with players falling off of flying machines, moving blocks being fully solid causes the wierd behaviour listed above.Entities glitching out of moving blocks and being prevented from entering from the side breaks many interactions between entities and pistons.
It would make more sense for them to be paritially solid, like scaffolding, so you can stand on it but not glitch out when in it. Maybe like cobwebs even.
When moving a block such as a rail or a glass pane, the moving block created is a full block no matter what. This breaks many things involving pushing entites. The main role of moving blocks used to be just to prevent two pistons moving blocks into the same space at the same time. The player needs to be inside the moving block for physics to work correctly.
This causes multiple problems:
- Players or entities glitch into to wierd places when pushed
- It breaks many shulker loaders/unloaders, as the items glitch all over the place (ignoring the existing issues with pushing items with pistons)
- It stops minecarts sticking to rails being moved, as there is a solid block in the way of the minecart when the game attempts to pull it along.
- It stop
ps the player being pulled along from the side by honey blocks, as the player glitches away from the block, which they need to be in to be pulled along.- It can stop slime blocks bouncing the player, as the moving block is placed and the player glitches away from that block. The player needs to be in the block to be bounced. The player will often glitch to the side, which will result in them bouncing. This breaks elevators that bounce players or entities upwards using slime blocks.
It is most likely a result of fixing
MCPE-53815. Moving blocks were turned into full, solid blocks to prevent players "bouncing" downwards when being moved. While this is a good change to some extent, fixing many issues with players falling off of flying machines, moving blocks being fully solid causes the wierd behaviour listed above.Entities glitching out of moving blocks and being prevented from entering from the side breaks many interactions between entities and pistons.
It would make more sense for them to be paritially solid, like scaffolding, so you can stand on it but not glitch out when in it. Maybe like cobwebs
even.When moving a block such as a rail or a glass pane, the moving block created is a full block no matter what. This breaks many things involving pushing entites. The main role of moving blocks used to be just to prevent two pistons moving blocks into the same space at the same time. The player needs to be inside the moving block for physics to work correctly.
This causes multiple problems:
- Players or entities glitch into to wierd places when pushed
- It breaks many shulker loaders/unloaders, as the items glitch all over the place (ignoring the existing issues with pushing items with pistons)
- It stops minecarts sticking to rails being moved, as there is a solid block in the way of the minecart when the game attempts to pull it along, breaking any flying machines with minecarts on.
- It stops the player being pulled along from the side by honey blocks, as the player glitches away from the block, which they need to be in to be pulled along.
- It can stop slime blocks bouncing the player, as the moving block is placed and the player glitches away from that block. The player needs to be in the block to be bounced. The player will often glitch to the side, which will result in them bouncing, although this is not ideal for slime block launchers. This breaks elevators that bounce players or entities upwards using slime blocks.
It is most likely a result of fixing
MCPE-53815. Moving blocks were turned into full, solid blocks to prevent players "bouncing" downwards when being moved. While this is a good change to some extent, fixing many issues with players falling off of flying machines, moving blocks being fully solid causes the wierd behaviour listed above.Entities glitching out of moving blocks and being prevented from entering from the side breaks many interactions between entities and pistons.
It would make more sense for them to be paritially solid, like scaffolding, so you can stand on it but not glitch out when in it. Maybe even like cobwebs.
is duplicated by
is duplicated by
is duplicated by
I think there might have been something wrong with your character.
is duplicated by
is duplicated by
is duplicated by
is duplicated by
is duplicated by
is duplicated by
is duplicated by
is duplicated by
is duplicated by
is duplicated by
is duplicated by
is duplicated by
is duplicated by
is duplicated by
is duplicated by
is duplicated by
Turns out moving blocks are still solid. I wonder what changed. Things seem much more stable now. They're still not perfect though.
is duplicated by
is duplicated by
is duplicated by
is duplicated by
is duplicated by
is duplicated by
is duplicated by
is duplicated by
is duplicated by
is duplicated by
is duplicated by
is duplicated by
is duplicated by
is duplicated by
is duplicated by
relates to
is duplicated by
is duplicated by
is duplicated by
is duplicated by
is duplicated by
is duplicated by
UPDATE:
Moving blocks now have a collision box identical to the block being moved, however client-side this hasn't been implemented. The way pistons move entities has also been changed, making it (in my opinion) better than before, although not quite perfect.
All that's left to do is extend the collision box changes to the client. It causes wierd client-server desyncs and buggy behaviour. After that this bug is pretty much fixed.
When moving a block such as a rail or a glass pane, the moving block created is a full block no matter what. This breaks many things involving pushing entites. The main role of moving blocks used to be just to prevent two pistons moving blocks into the same space at the same time. The player needs to be inside the moving block for physics to work correctly.
This causes multiple problems:
- Players or entities glitch into to wierd places when pushed
- It breaks many shulker loaders/unloaders, as the items glitch all over the place (ignoring the existing issues with pushing items with pistons)
- It stops minecarts sticking to rails being moved, as there is a solid block in the way of the minecart when the game attempts to pull it along, breaking any flying machines with minecarts on.
- It stops the player being pulled along from the side by honey blocks, as the player glitches away from the block, which they need to be in to be pulled along.
- It can stop slime blocks bouncing the player, as the moving block is placed and the player glitches away from that block. The player needs to be in the block to be bounced. The player will often glitch to the side, which will result in them bouncing, although this is not ideal for slime block launchers. This breaks elevators that bounce players or entities upwards using slime blocks.
It is most likely a result of fixing
MCPE-53815. Moving blocks were turned into full, solid blocks to prevent players "bouncing" downwards when being moved. While this is a good change to some extent, fixing many issues with players falling off of flying machines, moving blocks being fully solid causes the wierd behaviour listed above.Entities glitching out of moving blocks and being prevented from entering from the side breaks many interactions between entities and pistons.
It would make more sense for them to be paritially solid, like scaffolding, so you can stand on it but not glitch out when in it. Maybe even like cobwebs.
is duplicated by
is duplicated by
is duplicated by
is duplicated by
is duplicated by
is duplicated by
is duplicated by
is duplicated by
is duplicated by
is duplicated by
is duplicated by
is duplicated by
is duplicated by
is duplicated by
is duplicated by
is duplicated by
is duplicated by
is duplicated by
is duplicated by
relates to
relates to
relates to
is duplicated by
Moving blocks arenowfull blocksMoving blocks are treated as full blocks now
UPDATE:
Moving blocks now have a collision box identical to the block being moved, however client-side this hasn't been implemented. The way pistons move entities has also been changed, making it (in my opinion) better than before, although not quite perfect.
All that's left to do is extend the collision box changes to the client. It causes wierd client-server desyncs and buggy behaviour. After that this bug is pretty much fixed.
When moving a block such as a rail or a glass pane, the moving block created is a full block no matter what. This breaks many things involving pushing entites. The main role of moving blocks used to be just to prevent two pistons moving blocks into the same space at the same time. The player needs to be inside the moving block for physics to work correctly.
This causes multiple problems:
- Players or entities glitch into to wierd places when pushed
- It breaks many shulker loaders/unloaders, as the items glitch all over the place (ignoring the existing issues with pushing items with pistons)
- It stops minecarts sticking to rails being moved, as there is a solid block in the way of the minecart when the game attempts to pull it along, breaking any flying machines with minecarts on.
- It stops the player being pulled along from the side by honey blocks, as the player glitches away from the block, which they need to be in to be pulled along.
- It can stop slime blocks bouncing the player, as the moving block is placed and the player glitches away from that block. The player needs to be in the block to be bounced. The player will often glitch to the side, which will result in them bouncing, although this is not ideal for slime block launchers. This breaks elevators that bounce players or entities upwards using slime blocks.
It is most likely a result of fixing
MCPE-53815. Moving blocks were turned into full, solid blocks to prevent players "bouncing" downwards when being moved. While this is a good change to some extent, fixing many issues with players falling off of flying machines, moving blocks being fully solid causes the wierd behaviour listed above.Entities glitching out of moving blocks and being prevented from entering from the side breaks many interactions between entities and pistons.
It would make more sense for them to be paritially solid, like scaffolding, so you can stand on it but not glitch out when in it. Maybe even like cobwebs.
Summary:
A moving block is now considered a full block. This will cause, some machines with block movement don't work properly.Possible Examples:
- Players or entities glitch into to wierd places when pushed
- It breaks many shulker loaders/unloaders, as the items glitch all over the place (ignoring the existing issues with pushing items with pistons)
- It stops minecarts sticking to rails being moved, as there is a solid block in the way of the minecart when the game attempts to pull it along, breaking any flying machines with minecarts on
- It stops the player being pulled along from the side by honey blocks, as the player glitches away from the block, which they need to be in to be pulled along
- It can stop slime blocks bouncing the player, as the moving block is placed and the player glitches away from that block. The player needs to be in the block to be bounced. The player will often glitch to the side, which will result in them bouncing, although this is not ideal for slime block launchers. This breaks elevators that bounce players or entities upwards using slime blocks
Steps to Reproduce:
- Place a sticky piston facing upside on the under
- Place a slime block on the piston
- Stand on the slime block
- Activate the piston
Expected Results:
The slime block not launch sometimes you upwardsObserved Results:
The slime block must launch you upwards
Original Description:
UPDATE:
Moving blocks now have a collision box identical to the block being moved, however client-side this hasn't been implemented. The way pistons move entities has also been changed, making it (in my opinion) better than before, although not quite perfect.
All that's left to do is extend the collision box changes to the client. It causes wierd client-server desyncs and buggy behaviour. After that this bug is pretty much fixed.
When moving a block such as a rail or a glass pane, the moving block created is a full block no matter what. This breaks many things involving pushing entites. The main role of moving blocks used to be just to prevent two pistons moving blocks into the same space at the same time. The player needs to be inside the moving block for physics to work correctly.
It is most likely a result of fixing
MCPE-53815. Moving blocks were turned into full, solid blocks to prevent players "bouncing" downwards when being moved. While this is a good change to some extent, fixing many issues with players falling off of flying machines, moving blocks being fully solid causes the wierd behaviour listed above.Entities glitching out of moving blocks and being prevented from entering from the side breaks many interactions between entities and pistons.
It would make more sense for them to be paritially solid, like scaffolding, so you can stand on it but not glitch out when in it. Maybe even like cobwebs.
Summary:
A moving block is now considered a full block. This will cause, some machines with block movement don't work properly.Possible Examples:
- Players or entities glitch into to wierd places when pushed
- It breaks many shulker loaders/unloaders, as the items glitch all over the place (ignoring the existing issues with pushing items with pistons)
- It stops minecarts sticking to rails being moved, as there is a solid block in the way of the minecart when the game attempts to pull it along, breaking any flying machines with minecarts on
- It stops the player being pulled along from the side by honey blocks, as the player glitches away from the block, which they need to be in to be pulled along
- It can stop slime blocks bouncing the player, as the moving block is placed and the player glitches away from that block. The player needs to be in the block to be bounced. The player will often glitch to the side, which will result in them bouncing, although this is not ideal for slime block launchers. This breaks elevators that bounce players or entities upwards using slime blocks
Steps to Reproduce:
- Place a sticky piston facing upside on the under
- Place a slime block on the piston
- Stand on the slime block
- Activate the piston
Expected Results:
The slime blocknot launchsometimesyou upwardsObserved Results:
The slime blockmust launch you upwards
Original Description:
UPDATE:
Moving blocks now have a collision box identical to the block being moved, however client-side this hasn't been implemented. The way pistons move entities has also been changed, making it (in my opinion) better than before, although not quite perfect.
All that's left to do is extend the collision box changes to the client. It causes wierd client-server desyncs and buggy behaviour. After that this bug is pretty much fixed.
When moving a block such as a rail or a glass pane, the moving block created is a full block no matter what. This breaks many things involving pushing entites. The main role of moving blocks used to be just to prevent two pistons moving blocks into the same space at the same time. The player needs to be inside the moving block for physics to work correctly.
It is most likely a result of fixing
MCPE-53815. Moving blocks were turned into full, solid blocks to prevent players "bouncing" downwards when being moved. While this is a good change to some extent, fixing many issues with players falling off of flying machines, moving blocks being fully solid causes the wierd behaviour listed above.Entities glitching out of moving blocks and being prevented from entering from the side breaks many interactions between entities and pistons.
It would make more sense for them to be paritially solid, like scaffolding, so you can stand on it but not glitch out when in it. Maybe even like cobwebs.
Summary:
A moving block is now considered a full block. This will cause, some machines with block movement don't work properly.Possible Examples:
- Players or entities glitch into to wierd places when pushed
- It breaks many shulker loaders/unloaders, as the items glitch all over the place (ignoring the existing issues with pushing items with pistons)
- It stops minecarts sticking to rails being moved, as there is a solid block in the way of the minecart when the game attempts to pull it along, breaking any flying machines with minecarts on
- It stops the player being pulled along from the side by honey blocks, as the player glitches away from the block, which they need to be in to be pulled along
- It can stop slime blocks bouncing the player, as the moving block is placed and the player glitches away from that block. The player needs to be in the block to be bounced. The player will often glitch to the side, which will result in them bouncing, although this is not ideal for slime block launchers. This breaks elevators that bounce players or entities upwards using slime blocks
Steps to Reproduce:
- Place a sticky piston facing upside on the under
- Place a slime block on the piston
- Stand on the slime block
- Activate the piston
Expected Results:
The slime block must launch you upwardsObserved Results:
The slime block not launch sometimes you upwards
Original Description:
UPDATE:
Moving blocks now have a collision box identical to the block being moved, however client-side this hasn't been implemented. The way pistons move entities has also been changed, making it (in my opinion) better than before, although not quite perfect.
All that's left to do is extend the collision box changes to the client. It causes wierd client-server desyncs and buggy behaviour. After that this bug is pretty much fixed.
When moving a block such as a rail or a glass pane, the moving block created is a full block no matter what. This breaks many things involving pushing entites. The main role of moving blocks used to be just to prevent two pistons moving blocks into the same space at the same time. The player needs to be inside the moving block for physics to work correctly.
It is most likely a result of fixing
MCPE-53815. Moving blocks were turned into full, solid blocks to prevent players "bouncing" downwards when being moved. While this is a good change to some extent, fixing many issues with players falling off of flying machines, moving blocks being fully solid causes the wierd behaviour listed above.Entities glitching out of moving blocks and being prevented from entering from the side breaks many interactions between entities and pistons.
It would make more sense for them to be paritially solid, like scaffolding, so you can stand on it but not glitch out when in it. Maybe even like cobwebs.
Related to MCPE-62419
Caused by the fixing of MCPE-53815
Related to / caused by MCPE-62419
@Justin Reschke please add your vote and comment to MCPE-62419.
Thank you for your report!
However, this issue is a Duplicate of MCPE-62419.
If you would like to add a vote and any extra information to the main ticket it would be appreciated.
If you haven't already, you might like to make use of the search feature to see if the issue has already been mentioned.
Quick Links:
📓 Issue Guidelines – 💬 Community Support – 📧 Customer Support – 📖 Game Wiki
Thank you for your report!
However, this issue is a Duplicate of MCPE-62419.
If you would like to add a vote and any extra information to the main ticket it would be appreciated.
If you haven't already, you might like to make use of the search feature to see if the issue has already been mentioned.
Quick Links:
📓 Issue Guidelines – 💬 Community Support – 📧 Customer Support – 📖 Game Wiki
Thank you for your report!
However, this issue is a Duplicate of MCPE-62419.
If you would like to add a vote and any extra information to the main ticket it would be appreciated.
If you haven't already, you might like to make use of the search feature to see if the issue has already been mentioned.
Quick Links:
📓 Issue Guidelines – 💬 Community Support – 📧 Customer Support – 📖 Game Wiki
Thank you for reporting this issue. We're already tracking this issue at MCPE-62419. You can leave a vote on that ticket as that helps, and be sure to search before reporting in the future too.
Thank you for your report!
However, this issue is a Duplicate of MCPE-62419.
If you would like to add a vote and any extra information to the main ticket it would be appreciated.
If you haven't already, you might like to make use of the search feature to see if the issue has already been mentioned.
Quick Links:
📓 Issue Guidelines – 💬 Community Support – 📧 Customer Support – 📖 Game Wiki
Thank you for your report!
However, this issue is a Duplicate of MCPE-62419.
If you would like to add a vote and any extra information to the main ticket it would be appreciated.
If you haven't already, you might like to make use of the search feature to see if the issue has already been mentioned.
Quick Links:
📓 Issue Guidelines – 💬 Community Support – 📧 Customer Support – 📖 Game Wiki
Thank you for your report!
However, this issue is a Duplicate of MCPE-62419.
If you would like to add a vote and any extra information to the main ticket it would be appreciated.
If you haven't already, you might like to make use of the search feature to see if the issue has already been mentioned.
Quick Links:
📓 Issue Guidelines – 💬 Community Support – 📧 Customer Support – 📖 Game Wiki
Hi Justen,
Is this issue similar or duplicated by the one mentioned in MCPE-62419 where:
"Can stop slime blocks bouncing the player, as the player glitches away before they can be bounced"
Ionic
Thank you for your report!
However, this issue is a Duplicate of MCPE-62419.
If you would like to add a vote and any extra information to the main ticket it would be appreciated.
If you haven't already, you might like to make use of the search feature to see if the issue has already been mentioned.
Quick Links:
📓 Issue Guidelines – 💬 Community Support – 📧 Customer Support – 📖 Game Wiki
Thank you for your report!
However, this issue is a Duplicate of MCPE-62419.
If you would like to add a vote and any extra information to the main ticket it would be appreciated.
Please note for future, you have raised your bug report for the "Bedrock Dedicated Server" software. If you are logging a bug for Minecraft Bedrock please head here. Also, please have a read through this guide to ensure you include all the information we need to investigate your report.
If you haven't already, you might like to make use of the search feature to see if the issue has already been mentioned.
Quick Links:
📓 Issue Guidelines – 💬 Community Support – 📧 Customer Support – 📖 Game Wiki
Thank you for your report!
We're actually already tracking this issue at MCPE-62419.
If you would like to add a vote and any extra information to the main ticket it would be appreciated.
If you haven't already, you might like to make use of the search feature to see if the issue has already been mentioned.
Quick Links:
📓 Issue Guidelines – 💬 Community Support – 📧 Customer Support – 📖 BDS Wiki – 📖 FAQs
Thank you for your report!
We're already tracking this issue at MCPE-62419, so I will resolve and link this ticket as a duplicate.
If you would like to add a vote and any extra information to the main ticket it would be appreciated. If you haven't already, you might like to make use of the search feature to see if the issue has already been mentioned.
Quick Links: 📓 Issue Guidelines – 💬 Community Support – 📧 Customer Support – 📖 Game Wiki
Thank you for your report!
We're actually already tracking this issue at MCPE-62419, so I resolved and linked this ticket as a duplicate.
If you would like to add a vote and any extra information to the main ticket it would be appreciated.
If you haven't already, you might like to make use of the search feature to see if the issue has already been mentioned.
Quick Links:
📓 Issue Guidelines – 💬 Community Support – 📧 Customer Support – 📖 Game Wiki
Thank you for your report!
We're actually already tracking this issue at MCPE-62419, so I resolved and linked this ticket as a duplicate.
If you would like to add a vote and any extra information to the main ticket it would be appreciated.
If you haven't already, you might like to make use of the search feature to see if the issue has already been mentioned.
Quick Links:
📓 Issue Guidelines – 💬 Community Support – 📧 Customer Support – 📖 Game Wiki
Thank you for your report!
We're actually already tracking this issue in MCPE-62419, so I've requested this be resolved and linked as a duplicate.
If you would like to add a vote and any extra information to the main ticket it would be appreciated.
If you haven't already, you might like to make use of the search feature to see if the issue has already been mentioned.
Quick Links:
📓 Issue Guidelines – 💬 Community Support – 📧 Customer Support – 📖 Game Wiki
Thank you for your report!
We're actually already tracking this issue at MCPE-62419.
If you would like to add a vote and any extra information to the main ticket it would be appreciated.
If you haven't already, you might like to make use of the search feature to see if the issue has already been mentioned.
Quick Links:
📓 Issue Guidelines – 💬 Community Support – 📧 Customer Support – 📖 BDS Wiki – 📖 FAQs
Thank you for your report!
We're actually already tracking this issue in MCPE-62419, so I've resolved and linked this ticket as a duplicate.
If you would like to add a vote and any extra information to the main ticket it would be appreciated.
If you haven't already, you might like to make use of the search feature to see if the issue has already been mentioned.
Quick Links:
📓 Issue Guidelines – 💬 Community Support – 📧 Customer Support – 📖 Game Wiki
Thank you for your report!
We're actually already tracking this issue under MCPE-62419 so I've requested this report be resolved and linked as a duplicate.
If you would like to add a vote and any extra information to the main ticket it would be appreciated.
If you haven't already, you might like to make use of the search feature to see if the issue has already been mentioned.
Quick Links:
📓 Issue Guidelines – 💬 Community Support – 📧 Customer Support – 📖 Game Wiki
Thank you for your report!
We're actually already tracking this issue at MCPE-62419, so I resolved and linked this ticket as a duplicate.
If you would like to add a vote and any extra information to the main ticket it would be appreciated.
If you haven't already, you might like to make use of the search feature to see if the issue has already been mentioned.
Quick Links:
📓 Issue Guidelines – 💬 Community Support – 📧 Customer Support – 📖 Game Wiki
Thank you for your report!
We're actually already tracking this issue in MCPE-62419, so I've resolved and linked this ticket as a duplicate.
If you would like to add a vote and any extra information to the main ticket it would be appreciated.
If you haven't already, you might like to make use of the search feature to see if the issue has already been mentioned.
Quick Links:
📓 Issue Guidelines – 💬 Community Support – 📧 Customer Support – 📖 Game Wiki
Thank you for your report!
We're actually already tracking this issue at MCPE-62419, so I resolved and linked this ticket as a duplicate.
If you would like to add a vote and any extra information to the main ticket it would be appreciated.
If you haven't already, you might like to make use of the search feature to see if the issue has already been mentioned.
Quick Links:
📓 Issue Guidelines – 💬 Community Support – 📧 Customer Support – 📖 Game Wiki
Thank you for your report!
We're actually already tracking this issue at MCPE-62419, so I resolved and linked this ticket as a duplicate.
If you would like to add a vote and any extra information to the main ticket it would be appreciated.
If you haven't already, you might like to make use of the search feature to see if the issue has already been mentioned.
Quick Links:
📓 Issue Guidelines – 💬 Community Support – 📧 Customer Support – 📖 Game Wiki
Thank you for your report!
We're actually already tracking this issue under MCPE-62419 so I've requested this report be resolved and linked as a duplicate.
If you would like to add a vote and any extra information to the main ticket it would be appreciated.
If you haven't already, you might like to make use of the search feature to see if the issue has already been mentioned.
Quick Links:
📓 Issue Guidelines – 💬 Community Support – 📧 Customer Support – 📖 Game Wiki
Thank you for your report!
We're actually already tracking this issue at MCPE-62419, so I resolved and linked this ticket as a duplicate.
If you would like to add a vote and any extra information to the main ticket it would be appreciated.
If you haven't already, you might like to make use of the search feature to see if the issue has already been mentioned.
Quick Links:
📓 Issue Guidelines – 💬 Community Support – 📧 Customer Support – 📖 Game Wiki
Thank you for your report!
We're actually already tracking this issue under MCPE-62419 so I've requested this report be resolved and linked as a duplicate.
If you would like to add a vote and any extra information to the main ticket it would be appreciated.
If you haven't already, you might like to make use of the search feature to see if the issue has already been mentioned.
Quick Links:
📓 Issue Guidelines – ?☃DCAC Community Support – 📧 Customer Support – 📖 Game Wiki
Thank you for your report!
We're actually already tracking this issue under MCPE-62419.
If you would like to add a vote and any extra information to the main ticket it would be appreciated.
If you haven't already, you might like to make use of the search feature to see if the issue has already been mentioned.
Quick Links:
📓 Issue Guidelines – 💬 Community Support – 📧 Customer Support – 📖 BDS Wiki – 📖 FAQs
Thank you for your report!
We're actually already tracking this issue at MCPE-62419, so I resolved and linked this ticket as a duplicate.
If you would like to add a vote and any extra information to the main ticket it would be appreciated.
If you haven't already, you might like to make use of the search feature to see if the issue has already been mentioned.
Quick Links:
📓 Issue Guidelines – 💬 Community Support – 📧 Customer Support – 📖 Game Wiki
Thank you for your report!
We're actually already tracking this issue at MCPE-62419, so I resolved and linked this ticket as a duplicate.
If you would like to add a vote and any extra information to the main ticket it would be appreciated.
If you haven't already, you might like to make use of the search feature to see if the issue has already been mentioned.
Quick Links:
📓 Issue Guidelines – 💬 Community Support – 📧 Customer Support – 📖 Game Wiki
Thank you for your report!
We're tracking this issue under MCPE-62419 so I've requested this report be resolved and linked as a duplicate.
If you would like to add a vote and any extra information to the main ticket it would be appreciated.
Quick Links:
📓 Issue Guidelines – 💬 Community Support – 📧 Customer Support – 📖 Game Wiki
Thank you for your report!
We're tracking this issue under MCPE-62419 so I've requested this report be resolved and linked as a duplicate.
If you would like to add a vote and any extra information to the main ticket it would be appreciated.
Quick Links:
📓 Issue Guidelines – 💬 Community Support – 📧 Customer Support – 📖 Game Wiki
Thank you for your report!
We're tracking this issue under MCPE-62419 so I've requested this report be resolved and linked as a duplicate.
If you would like to add a vote and any extra information to the main ticket it would be appreciated.
Quick Links:
📓 Issue Guidelines – 💬 Community Support – 📧 Customer Support – 📖 Game Wiki
Thank you for your report!
We're tracking this issue under MCPE-62419 so I've requested this report be resolved and linked as a duplicate.
If you would like to add a vote and any extra information to the main ticket it would be appreciated.
Quick Links:
📓 Issue Guidelines – 💬 Community Support – 📧 Customer Support – 📖 Game Wiki
Thank you for your report!
We're actually already tracking this issue at MCPE-62419, so I resolved and linked this ticket as a duplicate.
If you would like to add a vote and any extra information to the main ticket it would be appreciated.
If you haven't already, you might like to make use of the search feature to see if the issue has already been mentioned.
Quick Links:
📓 Issue Guidelines – 💬 Community Support – 📧 Customer Support – 📖 Game Wiki
Thank you for your report!
We're actually already tracking this issue at MCPE-62419, so I resolved and linked this ticket as a duplicate.
If you would like to add a vote and any extra information to the main ticket it would be appreciated.
If you haven't already, you might like to make use of the search feature to see if the issue has already been mentioned.
Quick Links:
📓 Issue Guidelines – 💬 Community Support – 📧 Customer Support – 📖 Game Wiki
Thank you for your report!
We're actually already tracking this issue at MCPE-62419, so I resolved and linked this ticket as a duplicate.
If you would like to add a vote and any extra information to the main ticket it would be appreciated.
If you haven't already, you might like to make use of the search feature to see if the issue has already been mentioned.
Quick Links:
📓 Issue Guidelines – 💬 Community Support – 📧 Customer Support – 📖 Game Wiki
This issue is actually due to MCPE-62419. Please close.
Thank you for your report!
We're actually already tracking this issue under MCPE-62419 so I've requested this report be resolved and linked as a duplicate.
If you would like to add a vote and any extra information to the main ticket it would be appreciated.
If you haven't already, you might like to make use of the search feature to see if the issue has already been mentioned.
Quick Links:
📓 Issue Guidelines – 💬 Community Support – 📧 Customer Support – 📖 Game Wiki
Thank you for your report!
We're actually already tracking this issue at MCPE-62419, so I resolved and linked this ticket as a duplicate.
If you would like to add a vote and any extra information to the main ticket it would be appreciated.
If you haven't already, you might like to make use of the search feature to see if the issue has already been mentioned.
Quick Links:
📓 Issue Guidelines – 💬 Community Support – 📧 Customer Support – 📖 Game Wiki
Thank you for your report!
We're actually already tracking this issue under MCPE-62419 so I've requested this report be resolved and linked as a duplicate.
If you would like to add a vote and any extra information to the main ticket it would be appreciated.
If you haven't already, you might like to make use of the search feature to see if the issue has already been mentioned.
Quick Links:
📓 Issue Guidelines – 💬 Community Support – 📧 Customer Support – 📖 Game Wiki
Tested and confirmed in 1.14.30. I suspect this could be related to MCPE-62419.
Probably because of MCPE-62419
This is because of MCPE-62419
Thank you for your report!
We're actually already tracking this issue in MCPE-62419, so I've requested this be resolved and linked as a duplicate.
If you would like to add a vote and any extra information to the main ticket it would be appreciated.
If you haven't already, you might like to make use of the search feature to see if the issue has already been mentioned.
Quick Links:
📓 Issue Guidelines – 💬 Community Support – 📧 Customer Support – 📖 Game Wiki
Thank you for your report!
We're actually already tracking this issue at MCPE-62419, so I will resolve and link this ticket as a duplicate.
If you would like to add a vote and any extra information to the main ticket it would be appreciated.
If you haven't already, you might like to make use of the search feature to see if the issue has already been mentioned.
Quick Links:
📓 Issue Guidelines – 💬 Community Support – 📧 Customer Support – 📖 Game Wiki
Thank you for your report!
We're actually already tracking this issue at MCPE-62419.
If you would like to add a vote and any extra information to the main ticket it would be appreciated.
Please don't forget to use the search feature before logging a bug report to see if the bug has already been mentioned. The less time the volunteers spend linking duplicates the more time we can spend confirming and updating bugs.
Quick Links:
📓 Issue Guidelines – 💬 Community Support – 📧 Customer Support – 📖 Game Wiki
Thank you for your report!
We're actually already tracking this issue under MCPE-62419 so I've requested this report be resolved and linked as a duplicate.
If you would like to add a vote and any extra information to the main ticket it would be appreciated.
Please don't forget to use the search feature before submitting a bug to see if it has already been reported. The less time we spend linking duplicates means more time testing and confirming the bugs.
Please also note that general gameplay issues should be submitted to the MCPE project unless they are known to only apply to a Realm.
Quick Links:
📓 Issue Guidelines – 💬 Community Support Discord – 📧 Mojang Customer Support – 📖 Game Wiki
Thank you for your report!
We're actually already tracking this issue at MCPE-62419, so I will resolve and link this ticket as a duplicate.
If you would like to add a vote and any extra information to the main ticket it would be appreciated.
If you haven't already, you might like to make use of the search feature to see if the issue has already been mentioned.
Quick Links:
📓 Issue Guidelines – 💬 Community Support – 📧 Customer Support – ✍️ Feedback and Suggestions – 📖 Game Wiki
Thank you for your report!
We're actually already tracking this issue in MCPE-62419, so I've resolved and linked this ticket as a duplicate.
If you would like to add a vote and any extra information to the main ticket it would be appreciated.
If you haven't already, you might like to make use of the search feature to see if the issue has already been mentioned.
Quick Links:
📓 Issue Guidelines – 💬 Community Support – 📧 Customer Support – ✍️ Feedback and Suggestions – 📖 Game Wiki
The problems with moving blocks are because of MCPE-62419
We're tracking this issue as MCPE-62419, so this ticket is being resolved and linked as a duplicate.
If you would like to add a vote and any extra information to the main ticket it would be appreciated.
If you aren't already, please don't forget to use the search feature, the less time volunteers spend linking duplicates the more time we have to update new reports.
Voting on an existing report has a greater impact on getting the bugs most important to you fixed!
Quick Links:
📓 Issue Guidelines – 💬 Community Support – 📧 Customer Support – ✍️ Feedback and Suggestions – 📖 Game Wiki
We're tracking this issue as MCPE-62419, so this ticket is being resolved and linked as a duplicate.
If you would like to add a vote and any extra information to the main ticket it would be appreciated.
If you aren't already, please don't forget to use the search feature, the less time volunteers spend linking duplicates the more time we have to update new reports.
Voting on an existing report has a greater impact on getting the bugs most important to you fixed!
Quick Links:
📓 Issue Guidelines – 💬 Community Support – 📧 Customer Support – ✍️ Feedback and Suggestions – 📖 Game Wiki
Thank you for your report!
We're actually already tracking this issue at MCPE-62419, so I will resolve and link this ticket as a duplicate.
If you would like to add a vote and any extra information to the main ticket it would be appreciated.
If you haven't already, you might like to make use of the search feature to see if the issue has already been mentioned.
Quick Links:
📓 Issue Guidelines – 💬 Community Support – 📧 Customer Support – ✍️ Feedback and Suggestions – 📖 Game Wiki
Thank you for your report!
We're actually already tracking this issue at MCPE-62419, so I will resolve and link this ticket as a duplicate.
If you would like to add a vote and any extra information to the main ticket it would be appreciated.
If you haven't already, you might like to make use of the search feature to see if the issue has already been mentioned.
Quick Links:
📓 Issue Guidelines – 💬 Community Support – 📧 Customer Support – ✍️ Feedback and Suggestions – 📖 Game Wiki
Thank you for your report!
We're actually already tracking this issue at MCPE-59603 and MCPE-62419, so I will resolve and link this ticket as a duplicate.
If you would like to add a vote and any extra information to the main tickets it would be appreciated.
If you haven't already, you might like to make use of the search feature to see if the issue has already been mentioned.
Quick Links:
📓 Issue Guidelines – 💬 Community Support – 📧 Customer Support – ✍️ Feedback and Suggestions – 📖 Game Wiki
Thank you for your report!
We're actually already tracking this issue at MCPE-62419, so I will resolve and link this ticket as a duplicate.
If you would like to add a vote and any extra information to the main ticket it would be appreciated.
If you haven't already, you might like to make use of the search feature to see if the issue has already been mentioned.
Quick Links:
📓 Issue Guidelines – 💬 Community Support – 📧 Customer Support – ✍️ Feedback and Suggestions – 📖 Game Wiki
Minecarts no longer staying on rails that are pushed and pulled by pistons is a result of MCPE-62419. I will have this report resolved as a duplicate. Please add your vote and any new information to the main ticket.
Thank you for your report!
We're actually already tracking this issue at MCPE-62419, so I will resolve and link this ticket as a duplicate.
If you would like to add a vote and any extra information to the main ticket it would be appreciated.
If you haven't already, you might like to make use of the search feature to see if the issue has already been mentioned.
Quick Links:
📓 Issue Guidelines – 💬 Community Support – 📧 Customer Support – ✍️ Feedback and Suggestions – 📖 Game Wiki
We're tracking this issue as MCPE-62419, so this ticket is being resolved and linked as a duplicate.
Please note though, you have raised this report under the wrong project, this project is for the Bedrock Dedicated Server software only. For bug reports related to Minecraft Bedrock please head over to the Minecraft (Bedrock codebase) project.
If you aren't already, please don't forget to use the search feature, the less time volunteers spend linking duplicates the more time we have to update new reports.
Voting on an existing report has a greater impact on getting the bugs most important to you fixed!
Quick Links:
📓 Issue Guidelines – 💬 Community Support – 📧 Customer Support – ✍️ Feedback and Suggestions – 📖 BDS Wiki – 📖 FAQs
Thank you for your report!
We're actually already tracking this issue at MCPE-62419, so I will resolve and link this ticket as a duplicate.
If you would like to add a vote and any extra information to the main ticket it would be appreciated.
If you haven't already, you might like to make use of the search feature to see if the issue has already been mentioned.
Quick Links:
📓 Issue Guidelines – 💬 Community Support – 📧 Customer Support – ✍️ Feedback and Suggestions – 📖 Game Wiki
We're tracking this issue as MCPE-62419, so this ticket is being resolved and linked as a duplicate.
If you would like to add a vote and any extra information to the main ticket it would be appreciated.
Quick Links:
📓 Issue Guidelines – 💬 Community Support – 📧 Customer Support – ✍️ Feedback and Suggestions – 📖 Game Wiki
Thank you for your report!
We're actually already tracking this issue at MCPE-62419, so I will resolve and link this ticket as a duplicate.
If you would like to add a vote and any extra information to the main ticket it would be appreciated.
If you haven't already, you might like to make use of the search feature to see if the issue has already been mentioned.
Quick Links:
📓 Issue Guidelines – 💬 Community Support – 📧 Customer Support – ✍️ Feedback and Suggestions – 📖 Game Wiki
Thank you for your report!
We're actually already tracking this issue at MCPE-62419, so I will resolve and link this ticket as a duplicate.
If you would like to add a vote and any extra information to the main ticket it would be appreciated.
If you haven't already, you might like to make use of the search feature to see if the issue has already been mentioned.
Quick Links:
📓 Issue Guidelines – 💬 Community Support – 📧 Customer Support – ✍️ Feedback and Suggestions – 📖 Game Wiki
Slime blocks work like honey blocks, they dont push off the player into the sky but keeping him on the slime block.I'm sure MCPE-62419 wasn't fixed in 1.16.0.3 beta and the bug is still there.
Thank you for your report!
We're actually already tracking this issue at MCPE-62419, so I will resolve and link this ticket as a duplicate.
If you would like to add a vote and any extra information to the main ticket it would be appreciated.
If you haven't already, you might like to make use of the search feature to see if the issue has already been mentioned.
Quick Links:
📓 Issue Guidelines – 💬 Community Support – 📧 Customer Support – ✍️ Feedback and Suggestions – 📖 Game Wiki
Thank you for your report!
We're tracking this issue in MCPE-62419, so this ticket is being resolved and linked as a duplicate.
If you would like to add a vote and any extra information to the main ticket it would be appreciated.
If you haven't already, you might like to make use of the search feature to see if the issue has already been mentioned.
Quick Links:
📓 Issue Guidelines – 💬 Community Support – 📧 Customer Support – ✍️ Feedback and Suggestions – 📖 Game Wiki
Thank you for your report!
We're actually already tracking this issue at MCPE-62419, so I will resolve and link this ticket as a duplicate.
If you would like to add a vote and any extra information to the main ticket it would be appreciated.
If you haven't already, you might like to make use of the search feature to see if the issue has already been mentioned.
Quick Links:
📓 Issue Guidelines – 💬 Community Support – 📧 Customer Support – ✍️ Feedback and Suggestions – 📖 Game Wiki
We're tracking this issue as MCPE-62419, so this ticket is being resolved and linked as a duplicate.
If you would like to add a vote and any extra information to the main ticket it would be appreciated.
If you aren't already, please don't forget to use the search feature, the less time volunteers spend linking duplicates the more time we have to update new reports.
Voting on an existing report has a greater impact on getting the bugs most important to you fixed!
Quick Links:
📓 Issue Guidelines – 💬 Community Support – 📧 Customer Support – ✍️ Feedback and Suggestions – 📖 Game Wiki
Duplicate of MCPE-62419
We're tracking this issue as MCPE-62419, so this ticket is being resolved and linked as a duplicate.
If you would like to add a vote and any extra information to the main ticket it would be appreciated.
If you aren't already, please don't forget to use the search feature, the less time volunteers spend linking duplicates the more time we have to update new reports.
Voting on an existing report has a greater impact on getting the bugs most important to you fixed!
Quick Links:
📓 Issue Guidelines – 💬 Community Support – 📧 Customer Support – ✍️ Feedback and Suggestions – 📖 Game Wiki
Thank you for your report!
We're actually already tracking this issue at MCPE-62419, so I will resolve and link this ticket as a duplicate.
If you would like to add a vote and any extra information to the main ticket it would be appreciated.
If you haven't already, you might like to make use of the search feature to see if the issue has already been mentioned.
Quick Links:
📓 Issue Guidelines – 💬 Community Support – 📧 Customer Support – ✍️ Feedback and Suggestions – 📖 Game Wiki
Thank you for your report!
We're actually already tracking this issue at MCPE-62419, so I will resolve and link this ticket as a duplicate.
If you would like to add a vote and any extra information to the main ticket it would be appreciated.
If you haven't already, you might like to make use of the search feature to see if the issue has already been mentioned.
Quick Links:
📓 Issue Guidelines – 💬 Community Support – 📧 Customer Support – ✍️ Feedback and Suggestions – 📖 Game Wiki
Thank you for your report!
We're tracking this issue in MCPE-62419, so this ticket is being resolved and linked as a duplicate.
If you would like to add a vote and any extra information to the main ticket it would be appreciated.
If you haven't already, you might like to make use of the search feature to see if the issue has already been mentioned.
Quick Links:
📓 Issue Guidelines – 💬 Community Support – 📧 Customer Support – ✍️ Feedback and Suggestions – 📖 Game Wiki
Thank you for your report!
We're tracking this issue in MCPE-62419, so this ticket is being resolved and linked as a duplicate.
If you would like to add a vote and any extra information to the main ticket it would be appreciated.
If you haven't already, you might like to make use of the search feature to see if the issue has already been mentioned.
Quick Links:
📓 Issue Guidelines – 💬 Community Support – 📧 Customer Support – ✍️ Feedback and Suggestions – 📖 Game Wiki
Thank you for your report!
We're actually already tracking this issue at MCPE-62419, so I will resolve and link this ticket as a duplicate.
If you would like to add a vote and any extra information to the main ticket it would be appreciated.
If you haven't already, you might like to make use of the search feature to see if the issue has already been mentioned.
Quick Links:
📓 Issue Guidelines – 💬 Community Support – 📧 Customer Support – ✍️ Feedback and Suggestions – 📖 Game Wiki
Thank you for your report!
We're actually already tracking this issue at MCPE-62419, so I will resolve and link this ticket as a duplicate.
If you would like to add a vote and any extra information to the main ticket it would be appreciated.
If you haven't already, you might like to make use of the search feature to see if the issue has already been mentioned.
Quick Links:
📓 Issue Guidelines – 💬 Community Support – 📧 Customer Support – ✍️ Feedback and Suggestions – 📖 Game Wiki
Thank you for your report!
We're tracking this issue in MCPE-62419, so this ticket is being resolved and linked as a duplicate.
If you would like to add a vote and any extra information to the main ticket it would be appreciated.
If you haven't already, you might like to make use of the search feature to see if the issue has already been mentioned.
Quick Links:
📓 Issue Guidelines – 💬 Community Support – 📧 Customer Support – ✍️ Feedback and Suggestions – 📖 Game Wiki
– I am a bot. This action was performed automagically! Please report any issues in Discord or Reddit
Thank you for your report!
We're tracking this issue in MCPE-62419, so this ticket is being resolved and linked as a duplicate.
If you would like to add a vote and any extra information to the main ticket it would be appreciated.
If you haven't already, you might like to make use of the search feature to see if the issue has already been mentioned.
Quick Links:
📓 Issue Guidelines – 💬 Community Support – 📧 Customer Support – ✍️ Feedback and Suggestions – 📖 Game Wiki
– I am a bot. This action was performed automagically! Please report any issues in Discord or Reddit
Thank you for your report!
We're actually already tracking this issue at MCPE-62419, so I will resolve and link this ticket as a duplicate.
If you would like to add a vote and any extra information to the main ticket it would be appreciated.
If you haven't already, you might like to make use of the search feature to see if the issue has already been mentioned.
Quick Links:
📓 Issue Guidelines – 💬 Community Support – 📧 Customer Support – ✍️ Feedback and Suggestions – 📖 Game Wiki
Thank you for your report!
We're tracking this issue in MCPE-62419, so this ticket is being resolved and linked as a duplicate.
If you would like to add a vote and any extra information to the main ticket it would be appreciated.
If you haven't already, you might like to make use of the search feature to see if the issue has already been mentioned.
Quick Links:
📓 Issue Guidelines – 💬 Community Support – 📧 Customer Support – ✍️ Feedback and Suggestions – 📖 Game Wiki
We're tracking this issue as MCPE-62419, so this ticket is being resolved and linked as a duplicate.
If you would like to add a vote and any extra information to the main ticket it would be appreciated.
Quick Links:
📓 Issue Guidelines – 💬 Community Support – 📧 Customer Support – ✍️ Feedback and Suggestions – 📖 Game Wiki
We're tracking this issue as MCPE-62419, so this ticket is being resolved and linked as a duplicate.
If you would like to add a vote and any extra information to the main ticket it would be appreciated.
Quick Links:
📓 Issue Guidelines – 💬 Community Support – 📧 Customer Support – ✍️ Feedback and Suggestions – 📖 Game Wiki
Thank you for your report!
We're actually already tracking this issue at MCPE-62419, so I will resolve and link this ticket as a duplicate.
If you would like to add a vote and any extra information to the main ticket it would be appreciated.
If you haven't already, you might like to make use of the search feature to see if the issue has already been mentioned.
Quick Links:
📓 Issue Guidelines – 💬 Community Support – 📧 Customer Support – ✍️ Feedback and Suggestions – 📖 Game Wiki
Thank you for your report!
We're actually already tracking this issue at MCPE-62419, so I will resolve and link this ticket as a duplicate.
If you would like to add a vote and any extra information to the main ticket it would be appreciated.
If you haven't already, you might like to make use of the search feature to see if the issue has already been mentioned.
Quick Links:
📓 Issue Guidelines – 💬 Community Support – 📧 Customer Support – ✍️ Feedback and Suggestions – 📖 Game Wiki
Thank you for your report!
We're tracking this issue in MCPE-62419, so this ticket is being resolved and linked as a duplicate.
If you would like to add a vote and any extra information to the main ticket it would be appreciated.
If you haven't already, you might like to make use of the search feature to see if the issue has already been mentioned.
Quick Links:
📓 Issue Guidelines – 💬 Community Support – 📧 Customer Support – ✍️ Feedback and Suggestions – 📖 Game Wiki
Thank you for your report!
We're actually already tracking this issue at MCPE-62419, so I will resolve and link this ticket as a duplicate.
If you would like to add a vote and any extra information to the main ticket it would be appreciated.
If you haven't already, you might like to make use of the search feature to see if the issue has already been mentioned.
Quick Links:
📓 Issue Guidelines – 💬 Community Support – 📧 Customer Support – ✍️ Feedback and Suggestions – 📖 Game Wiki
Thank you for your report!
We're tracking this issue in MCPE-62419, so this ticket is being resolved and linked as a duplicate.
Please note though, this project is for the Bedrock Dedicated Server software only. For any future reports please head over to the appropriate project (links below).
– Minecraft: Bedrock Edition — Gear VR, iOS, Android, Windows 10 (from the Windows store), Xbox One, Windows 10 Mobile, Fire TV, Nintendo Switch, and PS4
– Minecraft: Java Edition — Windows, Mac, and Linux
– Minecraft Launcher — Bugs about the Minecraft Launcher specifically
– Minecraft Earth — AR Compatible Devices
– Minecraft Dungeons — Action-adventure title set in the Minecraft universe
Quick Links:
📓 Issue Guidelines – 💬 Community Support – 📧 Customer Support – ✍️ Feedback and Suggestions – 📖 BDS Wiki – 📖 FAQs
Thank you for your report!
We're tracking this issue in MCPE-62419, so this ticket is being resolved and linked as a duplicate.
Please note though, this project is for the Bedrock Dedicated Server software only. For any future reports please head over to the appropriate project (links below).
– Minecraft: Bedrock Edition — Gear VR, iOS, Android, Windows 10 (from the Windows store), Xbox One, Windows 10 Mobile, Fire TV, Nintendo Switch, and PS4
– Minecraft: Java Edition — Windows, Mac, and Linux
– Minecraft Launcher — Bugs about the Minecraft Launcher specifically
– Minecraft Earth — AR Compatible Devices
– Minecraft Dungeons — Action-adventure title set in the Minecraft universe
Quick Links:
📓 Issue Guidelines – 💬 Community Support – 📧 Customer Support – ✍️ Feedback and Suggestions – 📖 BDS Wiki – 📖 FAQs
Thank you for your report!
We're actually already tracking this issue at MCPE-62419, so I will resolve and link this ticket as a duplicate.
If you would like to add a vote and any extra information to the main ticket it would be appreciated.
If you haven't already, you might like to make use of the search feature to see if the issue has already been mentioned.
Quick Links:
📓 Issue Guidelines – 💬 Community Support – 📧 Customer Support – ✍️ Feedback and Suggestions – 📖 Game Wiki
Thank you for your report!
We're actually already tracking this issue at MCPE-62419, so I will resolve and link this ticket as a duplicate.
If you would like to add a vote and any extra information to the main ticket it would be appreciated.
If you haven't already, you might like to make use of the search feature to see if the issue has already been mentioned.
Quick Links:
📓 Issue Guidelines – 💬 Community Support – 📧 Customer Support – ✍️ Feedback and Suggestions – 📖 Game Wiki
Does MCPE-62419 describe your issue?
Thank you for your report!
We're actually already tracking this issue at MCPE-62419, so I will resolve and link this ticket as a duplicate.
If you would like to add a vote and any extra information to the main ticket it would be appreciated.
If you haven't already, you might like to make use of the search feature to see if the issue has already been mentioned.
Quick Links:
📓 Issue Guidelines – 💬 Community Support – 📧 Customer Support – ✍️ Feedback and Suggestions – 📖 Game Wiki
Thank you for your report!
We're actually already tracking this issue at MCPE-62419, so I will resolve and link this ticket as a duplicate.
If you would like to add a vote and any extra information to the main ticket it would be appreciated.
If you haven't already, you might like to make use of the search feature to see if the issue has already been mentioned.
Quick Links:
📓 Issue Guidelines – 💬 Community Support – 📧 Customer Support – ✍️ Feedback and Suggestions – 📖 Game Wiki
Thank you for your report!
We're actually already tracking this issue at MCPE-62419, so I will resolve and link this ticket as a duplicate.
If you would like to add a vote and any extra information to the main ticket it would be appreciated.
If you haven't already, you might like to make use of the search feature to see if the issue has already been mentioned.
Quick Links:
📓 Issue Guidelines – 💬 Community Support – 📧 Customer Support – ✍️ Feedback and Suggestions – 📖 Game Wiki
Thank you for your report!
We're actually already tracking this issue at MCPE-62419, so I will resolve and link this ticket as a duplicate.
If you would like to add a vote and any extra information to the main ticket it would be appreciated.
Quick Links:
📓 Issue Guidelines – 💬 Community Support – 📧 Customer Support – ✍️ Feedback and Suggestions – 📖 Game Wiki
Thank you for your report!
We're tracking this issue in MCPE-62419, so this ticket is being resolved and linked as a duplicate.
If you would like to add a vote and any extra information to the main ticket it would be appreciated.
If you haven't already, you might like to make use of the search feature to see if the issue has already been mentioned.
Quick Links:
📓 Issue Guidelines – 💬 Community Support – 📧 Customer Support – ✍️ Feedback and Suggestions – 📖 Game Wiki
Thank you for your report!
We're actually already tracking this issue at MCPE-62419, so I will resolve and link this ticket as a duplicate.
If you would like to add a vote and any extra information to the main ticket it would be appreciated.
If you haven't already, you might like to make use of the search feature to see if the issue has already been mentioned.
Quick Links:
📓 Issue Guidelines – 💬 Community Support – 📧 Customer Support – ✍️ Feedback and Suggestions – 📖 Game Wiki
Thank you for your report!
We're actually already tracking this issue at MCPE-62419, so I will resolve and link this ticket as a duplicate.
If you would like to add a vote and any extra information to the main ticket it would be appreciated.
If you haven't already, you might like to make use of the search feature to see if the issue has already been mentioned.
Quick Links:
📓 Issue Guidelines – 💬 Community Support – 📧 Customer Support – ✍️ Feedback and Suggestions – 📖 Game Wiki
Thank you for your report!
We're actually already tracking this issue at MCPE-62419, so I will resolve and link this ticket as a duplicate.
If you would like to add a vote and any extra information to the main ticket it would be appreciated.
If you haven't already, you might like to make use of the search feature to see if the issue has already been mentioned.
Quick Links:
📓 Issue Guidelines – 💬 Community Support – 📧 Customer Support – ✍️ Feedback and Suggestions – 📖 Game Wiki
Thank you for your report!
We're actually already tracking this issue at MCPE-62419, so I will resolve and link this ticket as a duplicate.
If you would like to add a vote and any extra information to the main ticket it would be appreciated.
If you haven't already, you might like to make use of the search feature to see if the issue has already been mentioned.
Quick Links:
📓 Issue Guidelines – 💬 Community Support – 📧 Customer Support – ✍️ Feedback and Suggestions – 📖 Game Wiki
Thank you for your report!
We're actually already tracking this issue at MCPE-62419, so I will resolve and link this ticket as a duplicate.
If you would like to add a vote and any extra information to the main ticket it would be appreciated.
If you haven't already, you might like to make use of the search feature to see if the issue has already been mentioned.
Quick Links:
📓 Issue Guidelines – 💬 Community Support – 📧 Customer Support – ✍️ Feedback and Suggestions – 📖 Game Wiki
Thank you for your report!
We're actually already tracking this issue at MCPE-62419, so I will resolve and link this ticket as a duplicate.
If you would like to add a vote and any extra information to the main ticket it would be appreciated.
If you haven't already, you might like to make use of the search feature to see if the issue has already been mentioned.
Quick Links:
📓 Issue Guidelines – 💬 Community Support – 📧 Customer Support – ✍️ Feedback and Suggestions – 📖 Game Wiki
Thank you for your report!
We're actually already tracking this issue at MCPE-62419, so I will resolve and link this ticket as a duplicate.
If you would like to add a vote and any extra information to the main ticket it would be appreciated.
If you haven't already, you might like to make use of the search feature to see if the issue has already been mentioned.
Quick Links:
📓 Issue Guidelines – 💬 Community Support – 📧 Customer Support – ✍️ Feedback and Suggestions – 📖 Game Wiki
Thank you for your report!
We're actually already tracking this issue at MCPE-62419, so I will resolve and link this ticket as a duplicate.
If you would like to add a vote and any extra information to the main ticket it would be appreciated.
If you haven't already, you might like to make use of the search feature to see if the issue has already been mentioned.
Quick Links:
📓 Issue Guidelines – 💬 Community Support – 📧 Customer Support – ✍️ Feedback and Suggestions – 📖 Game Wiki
Thank you for your report!
We're actually already tracking this issue at MCPE-62419, so I will resolve and link this ticket as a duplicate.
If you would like to add a vote and any extra information to the main ticket it would be appreciated.
If you haven't already, you might like to make use of the search feature to see if the issue has already been mentioned.
Quick Links:
📓 Issue Guidelines – 💬 Community Support – 📧 Customer Support – ✍️ Feedback and Suggestions – 📖 Game Wiki
Thank you for your report!
We're actually already tracking this issue at MCPE-62419 and MCPE-63428, so I will resolve and link this ticket as a duplicate.
If you would like to add a vote and any extra information to the main tickets it would be appreciated.
If you haven't already, you might like to make use of the search feature to see if the issue has already been mentioned.
Quick Links:
📓 Issue Guidelines – 💬 Community Support – 📧 Customer Support – ✍️ Feedback and Suggestions – 📖 Game Wiki
Does MCPE-62419 describe your issue?
Thank you for your report!
We're actually already tracking this issue at MCPE-62419, so I will resolve and link this ticket as a duplicate.
If you would like to add a vote and any extra information to the main ticket it would be appreciated.
If you haven't already, you might like to make use of the search feature to see if the issue has already been mentioned.
Quick Links:
📓 Issue Guidelines – 💬 Community Support – 📧 Customer Support – ✍️ Feedback and Suggestions – 📖 Game Wiki
The fix for MCPE-62419 doesn't extend to the client-side. Moving blocks are still full blocks client-side and pistons still don't move you properly lots of the time.
Resulting issues (and how to reproduce):
- When standing on non-full blocks, such as slabs, the game pushes you out when the slab is moved.
- When standing near the edge of blocks and being pushed up, you get pushed out, but entities don't on the server-side.
- Putting an item on a bottom slab/trapdoor and moving it can cause client-server desyncs and ghost items.
- Slime blocks don't launch players horizontally most of the time. They do server-side, but the client moves you back, causing a temporary desync. A combination of ice and pressure plates helps visualise the issue.
Expected results:
- When standing on a slab and the slab is moved, you should be moved along and not be pushed out.
- When standing near the edge of blocks and being pushed up, you should not be pushed off.
- When putting an item on a bottom slab/trapdoor and moving it it should behave the same client-side as it does server-side.
- Slime blocks should launch you horizontally and it should be the same client-side as server-side.
You are moved in a less buggy way compared to 1.14.20 for two main reasons:
- Moving blocks now move half a block at a time and move players half a block at a time. The smaller steps makes it harder for the player to glitch out to the side, like in 1.14.20.
- It functions properly server-side, which affects the client somewhat.
Still affects players. in 1.16.21 This seems to be due to moving blocks having an incorrect hitbox (MCPE-62419). This was fixed server-side in 1.16.0.63 beta. However, the change does not seem to apply client-side. Therefore, only players seem affected by this problem. Other entities like Minecarts, Boats, Armour-stands and Mobs are handled server-side and therefore are not affected.
I found that when using slime blocks to bounce entities(I used primed TNT),you can only bounce them for about 5 blocks instead of 6-7 blocks in previous versions and Java Edition.You can see in the test world I uploded.The huge tower made by obsidian is my elevator that worked fine in 1.13 but dosen't work now.
I used 1.16.100.59 for test but 1.16.40 also have this.
It break my elevator and tunnelbore machine.
May be related to the imcomplete fix of MCPE-62419.
Not quite sure if they're the same issue or not, but this seems to at least be related to MCPE-62419
Duplicate of MCPE-62419
dupe of MCPE-62419
Thank you for your report!
We're tracking this issue in MCPE-62419, so this ticket is being resolved and linked as a duplicate.
If you would like to add a vote and any extra information to the main ticket it would be appreciated.
If you haven't already, you might like to make use of the search feature to see if the issue has already been mentioned.
Quick Links:
📓 Bug Tracker Guidelines – 💬 Community Support – 📧 Mojang Support (Technical Issues) – 📧 Microsoft Support (Account Issues)
📓 Project Summary – ✍️ Feedback and Suggestions – 📖 Game Wiki
– I am a bot. This action was performed automatically! The ticket was resolved by one of our moderators, and I left this message to give more information to you.
This issue is also affecting slime blocks, when bouncing using the blocks it will cause the player to snap to another block, in some instances this will prevent the player from bouncing on slime blocks at all. If several are side by side it is as if the player was snapped into a different place and pushed up and down
With regard to shulker loaders and unloaders, what I have seen is that designs that previously worked with less that 1% loss of shulker boxes (and in many cases, designs which I had NEVER seen lose a shulker box) are now experiencing loss rates in the neighborhood of 30%.
As an example, there is a 1-wide loader design by navynexus that breaks the shulker with a horizontal sticky piston and trap door that I tested in earlier 1.14 versions, put 100 shulker boxes through them and every single one was collected. In 1.14.20, in a 50 shulker test it lost around 20 boxes.
Breaking shulkers with a sticky piston and trap door had been one of the most reliable ways to do it. Shulker boxes would have a bit of random velocity to them, but they were pretty much guaranteed to stay in the same space and drop down. Now the shulker box is likely to glitch through the piston head and despawn.
As another example, I have a manual shulker unloader (a "crafting station") which breaks the shulker box from above with a vertical sticky piston and either a trap door, end rod, slab, etc. - again, a design I had tested with hundreds of shulker boxes in prior versions and not observed any being lost in the machine. All of these options now result in the shulker box glitching upward through the piston head a fair percentage of the time, and remaining there once the next shulker is dispensed.
Shulker loaders and unloaders on Bedrock have always been a bit unreliable on Bedrock in my experience because, almost without exception, any method you use to break the box will result in it having some random velocity that can send it flying, glitching through corners, popping out the back of a piston, etc. But with some careful design a loader could still be quite reliable. But a lot of designs that were quite reliable before 1.14.20 are now very unreliable. Given the relatively high cost of acquiring more shulker boxes in-game (i.e. by end raiding) I see this as a pretty serious problem.
I can confirm all of the problems listed above to be an issue as well.
I imagine this is a consequence of fixing
MCPE-53815, which most likely meant changing properties of moving blocks in order to guarantee the stability of being pulled along properly when standing on top of moving honey blocks. However, just as it was mentioned in the various comments and initial bug report, this is a very detrimental change to not only player-created contraptions designed to fulfill certain tasks, but also basic functionality such as honey blocks dragging you along when standing on the side of one, which also is shown to be one of the core features of honey blocks in various official MC media. Slime blocks too seem to be having issues launching you up when standing on them - sometimes they will launch you up but offset you to the side in a weird position, sometimes you will just get stuck inside of that block. This new property of moving blocks also affects entities that are not just the player, just like the aforementioned shulker box items getting into bizarre places due to this behavior.This issue seems very harmless for normal gameplay, but it actually hurts a variety of gameplay aspects that are expected to work as intended, yet results in this unexpected behavior. Shulker boxes are something that are not often acquired by the average MC player, but with the major focus on this update being on honey blocks and everything surrounding it, the fix to
MCPE-53815is understandable, yet it breaks other core functions of the honey block and other well-established mechanics.Confirming what navynexus describes for slime block, I have uploaded two videos of a broken slime block on sticky piston setup. In the "slime bouncing broken" video you can see that the slime block behaves no differently than stone when you stand on the center. In the "slime bouncing glitch to side" you can see that landing near the edge of the block preserves the bouncing functionality but moves the player off the block.
This could probably be fixed without impacting the fix for
MCPE-53815by making moving blocks behave similar to scaffolding, where entities can move through it horizontally but can't fall through it. This would prevent players from "bouncing" when moved by honey blocks and stuff but would fix the other issues as entities wouldn't glitch out of the blocks, just like they wouldn't glitch out of scaffolding.Still affects the 1.16.0.51 beta. I truly do hope this bug is raised to a higher priority level. This is a major bug as it limits creativity with technical builds, and breaks many farms that use mechanics that were working as intended.
Suggestion on How to Fix: This bug is most likely caused by the solution they used to fix
MCPE-53815. I suggest they revert this change temporarily to fix slime blocks, and slime block based automated farms. Then come up with a different solution forMCPE-53815. The solution they used forMCPE-53815is not a viable solution due to the fact that this solution breaks many mechanics that were working as intended. Meaning that this "solution" breaks way more things than it was trying to fix in the first place.In support of reversion I want to point out that
MCPE-53815had 2 votes and no argument for why it was important other than “it’s not like java” and a video that basically just showed fleeting visual glitchiness. On the other hand, this bug has 167 votes, clear articulation of its damaging impact on several kinds of builds, and videos that show how unique game functions are broken. It has well over double the votes ofMCPE-59682, a report that prompted reversion of 2 different attempts to fix an earlier bug.I think reversion to earlier behavior is preferable to the scaffolding suggestion because if the top of moving blocks is made "solid" like scaffolding then vertical slime block launchers/elevators will still be broken, they will remain like this: Slime bouncing broken.mp4
I also want to point out that this bug does not just affect advanced technical builds that don’t impact the average player. Slime blocks on sticky pistons were fun things to play with outside of mob farms and flying machines. I had built a trick drop using a slime block on piston to bounce me into a honey block from which I could free fall straight down through empty space and catch the side of another honey block just before landing—a safe thrill ride to get to a secret part of my base. Now it doesn’t work because it relied on the slime block piston to bounce the player into the side of the honey block with the right alignment.
Affects 1.16.0.53.
My suggestion to make them behave similar to scaffolding would not break vertical slime launchers and elevators. The entity needs to be inside the moving block for them to bounce. I've done lots of testing on this and I believe this is the correct fix. It would fix the problems while still allowing you to stand on flying machines. The moving block is "placed" inside the player and the player would still be able to bounce.
Affects 1.16.0.55.
Affects 1.16.0.57
We are working on a fix for this issue, but we would like to make sure the setups you've mentioned here are working correctly. Would it be possible to have a small test world with these different scenarios built for us to test against please? If the world is larger than 10MB you can use a file sharing site (such as OneDrive) and share the link here.
I've uploaded a testing world (1.16 only, I hope that's ok).
Strange find: while making my own world to test this, I noticed that most of the issues went away after while of playing and being pushed and launched by moving blocks
This thing seems to only affect players because when I used zombies or villagers as a test it worked correctly.And when in multiplayer mode, players will also be affected when other players use machines built to launch players.
1.16.0.58
I've attached a video from version 1.14.60 where a slime block launcher will not work.
Re: Seth Wilkinson's observation that issues were less after playing and being pushed a while: this could relate to MCPE-65094, because if the client and server have the player at slightly different positions, then it will more easily end up inside a moving block (which is necessary to be launched by slime) instead of slamming against the solid face of it.
Non-players aren't affected as much for some reason, but they are still affected.
The latest beta fix is reall good and fixes a bunch of stuff, but it appears slime blocks bouncing players upwards still doesn't work.
It seems players still think they're solid, for certain blocks.
Would it be possible to get a test world with a few examples of pistons that should move the players around correctly?
If the world is larger than 10MB you can upload the world to OneDrive or a similar file sharing site, and then share the link.
Ok I've just tested and the client still thinks all moving blocks are solid. Server-side it appears to match the hitbox.
I've attached a test world (Moving blocks [1.16.0.63].mcworld
) of things that don't work correctly.
Really great fix btw.
Just tested the attached world and it seems that other entities can be bounced upwards, as opposed to players.
Really great world btw.
Other entities are handled server-side. That's probably why. Once it's fixed client-side the same should apply to players.
It seems that sometimes when bounced the client can end up in a different location server-side, but they teleport back soon afterwards.
wierd server-side movement.mp4
There seems to be a small problem with how entities are handled server-side, sometimes leading to them only being dragged along half a block.
The slime block issue still affects 1.16.0.66 beta. It appears that slime blocks push players if they are close to the edge of the block but not when they are on the center. However, when pushed upwards from the edge of the block, they are not pushed straight up, which breaks many slime block elevators. I attached two videos showing the issue (2020_06_06_10_18_49 & 20_46)
In 1.16.0.2 release I can't be launched at all by an upward moving slime block
havent played craft in months cause of this please fix
Have the same issue in Bedrock PS4 but all the blocks push and pull by the pistons become white when they move.
Moving blocks haven't been fixed client-side in the latest beta (1.16.20.50). Slime blocks still launch players to the side if they're standing near the edge (however this is less noticable). They still have a collision box of a full block.
Something did change however. Moving blocks now launch the player as soon as they start moving, instead of as soon as they finish moving. This is nice, but moving blocks are still kinda buggy client-side, which is arguably the most noticable.
Examples of problems that still exist:
Really looking forward to this being properly fixed once and for all.
Ok it seems like slime blocks no longer launch players in certain circumstances as seen in this video <removed due to auto play>
It appears that it won't launch them when they're more than 0.5 blocks above it when it starts pushing. I assume that slime blocks no longer launch players once they're finished moving (probably as a direct result of the fix in 1.16.20.50).
Also, it appears moving slime blocks are bouncy now, which is great.
Did they fix this bug in the Nether Update?
Jadaniel: No, still not fixed.
The behavior shown in 77Tigers’ video from 1.16.20.50 beta looks exactly the same to me as the video I posted on this ticket months ago, before any of the attempted fixes. Also I’m not sure if the comment he made above that about testing client/server desync with pressure plates on top of ice is taking into account that pressure plates have collision boxes as of 1.16 and therefore stop movement across ice. I’m not convinced anything has changed with moving blocks. They worked until 1.14 and I don’t understand the refusal to just go back to what worked.
I'm 100% sure that there were changes. I slowed down the game using a lag machine and in 1.16.0 it launched the player when the slime block finished moving (but not when it started moving), plus the moving slime block wasn't bouncy and you could take fall damage. In 1.16.20.50 the opposite is true. This means players are now bounced 100% of the time (upwards only though).
Slime blocks should definitely still bounce you when they finish moving.
The desync thing does take into account the hitbox of pressure plates. The player slides on top of them. Client-side you move only 1 block, so something is definitely wrong. And pressure plates activating when you're far from them is definitely not normal.
Also, moving blocks will be way better once the bug is fixed client-side. Here are some reasons why they will be better once it's fixed client-side:
Since the Nether-Update slime-blocks do no longer launch players when they are standing in the middle of the moving slime-block. They still seem to work most of the time when the player is standing (or gets hit) near the edge of the slime block.
This is not great. I was just about to finish building my adventure map and now large parts of it wont work reliably anymore.
This is partly fixed in 1.16.20. It's still a little buggy though.
They need to hurry and fix this because it's been around for months now.
It's partially fixed in 1.16.2, but the height you bounce is not enough. It's 5 blocks where it used to be 7. Still not helpful for elevators.
Resolving this ticket as fixed based on the changes made so far. For any related issues, please create a new report, and please try and include the following steps to reproduce the problem:
Also, any test worlds available to show the issue would be helpful in getting the issue addressed as quickly as possible.
Quick Links:
📓 Issue Guidelines – 💬 Mojang Support – 📧 Suggestions – 📖 Minecraft Wikip
Steps to reproduce:
Create a standard vertical double piston extender.
Player should stand on the block (It can be a full block or not.)
Activate the Piston extender.
Observed result: Player clips through block.(This behaviour is not shared entities since they are handled by the server.)
Expected result: Player should be moved two blocks up.
A Chest and other non-full blocks have wrong hit boxes for the player only.
Steps to reproduce:
Place a Piston side ways in any direction.
Place a Chest infront of the Piston.
Stand on the Chest.
Expected result: Player should move like most mobs smoothly back and forth
Observed result: Player jolts up and down (notice how the Y coordinate changes) along with moving sideways. This behaviour is not shared by mobs. A similar thing happens with Trap-doors when they are being pushed by Pistons. Only mobs can stand on them but Players glitch out.
This video can help:https://youtu.be/n9f-IyP4UAc
@Ella Rose: after several attempted fixes, Mojang chose to resolve this ticket and track continuing issues with moving blocks on a new ticket. The new ticket is
MCPE-96035. Please add your vote and any information that is not already covered to that ticket.@GoldenHelmet: Thanks for the update! Following and adding votes to the new ticket now.
Things got better in 1.19.50.20 with the fix for
MCPE-96035, but I can still observe the moving rail example occurring.I ran into this bug again in 1.20.41
I'd like to request ownership because the reporter has been inactive more than 2 years, and I'm going to add simple information to the report with steps to reproduce, etc.