Minecarts don't bounce off redstone blocks when on powered rail
The Bug
The minecart rides down a powered rail and stops at the redstone block instead bouncing off and getting sent in the other direction. Also applies to minecarts that are standing still on the powered rail.
How to reproduce
- Place a line of three rails
- Place a powered rail on both ends
- Place a redstone block behind one end (right side in screenshot)
- On the other end (left side in screenshot), place a redstone block on the side and a different solid block on the end
- Now place a minecart on the left powered rail
→
Notice the minecart starts to ride to the other side
→
also notice that it stops against the redstone block - Remove the cart and place another on the right powered rail
→
Notice the minecart stands still
Linked Issues
is duplicated by5
Created Issue:
Minecarts don't bounce off of redstone block when on powered rail.
The minecart rides down a powered rail and stops at the redstone block instead bouncing off and getting sent in the other direction.
Environment
XP, Java 7, windowed, 1 GB RAM,
- Unresolved
- Open
- Unconfirmed
- Creative
- minecart poweredrail redstoneblock
- 13w01b
is duplicated by
is duplicated by
relates to
is duplicated by
is duplicated by
The Bug
The minecart rides down a powered rail and stops at the redstone block instead bouncing off and getting sent in the other direction. Also applies to minecarts that are standing still on the powered rail.
How to reproduce
- Place a line of three rails
- Place a powered rail on both ends
- Place a redstone block behind one end (right side in screenshot)
- On the other end (left side in screenshot), place a redstone block on the side and a different solid block on the end
- Now place a minecart on the left powered rail
→Notice the minecart starts to ride to the other side
→also notice that it stops against the redstone block
- Remove the cart and place another on the right powered rail
→Notice the minecart stands still
The Bug
The minecart rides down a powered rail and stops at the redstone block instead bouncing off and getting sent in the other direction. Also applies to minecarts that are standing still on the powered rail.
How to reproduce
- Place a line of three rails
- Place a powered rail on both ends
- Place a redstone block behind one end (right side in screenshot)
- On the other end (left side in screenshot), place a redstone block on the side and a different solid block on the end
- Now place a minecart on the left powered rail
→Notice the minecart starts to ride to the other side
→also notice that it stops against the redstone block
- Remove the cart and place another on the right powered rail
→Notice the minecart stands still
Minecarts don't bounce offofredstone block when on powered rail.Minecarts don't bounce off redstone blocks when on powered rail
The redstone block 1 should have partial opacity, meaning that mobs can spawn on it, but ladders can't be placed on it, for example. However there are some discrepancies between the redstone block in MCPE and that in PC/java, where the redstone block is still behaving like a fully opaque block.
The incorrect behaviours in Pocket Edition are:
- Ladders can be placed on the sides 2
- Minecarts bounce off redstone blocks 3
- Chests placed underneath cannot be opened
(Keep updated with any further info)
References
1. http://minecraft.gamepedia.com/Block_of_Redstone
2. MC-5850
3. MC-6311
Thank you for your report!
However, this issue has been closed as a Duplicate of MC-6311.
It has been linked to this report. If you have additional information, please add it to the duplicated report.
Please search before reporting, as it's likely that one exists already.
Quick Links:
📓 Issue Guidelines – 💬 Community Support – 📧 Customer Support – 📖 Game Wiki
Duplicate of MC-6311
Thank you for your report!
We're actually already tracking this issue in MC-6311, so I resolved and linked this ticket as a duplicate.
However, that ticket has already been resolved. That means that this is not considered a bug and won't be fixed. Please do not leave a comment on the linked ticket.
If you haven't already, you might like to make use of the search feature in the future to see if the issue has already been reported.
Quick Links:
📓 Issue Guidelines – 💬 Community Support – 📧 Customer Support – ✍️ Feedback and Suggestions – 📖 Game Wiki
Duplicate of MC-6311






Confirmed.
Redstone is a transparent block. Minecarts only bounce off of solid blocks.
I would say that because the redstone block is in the shape of a solid block, it should behave like a solid block. It doesn't really make sense how it is IMHO.
For feature suggestions/changes please use the MineCraft Forums: Suggestions.
Can confirm in 21w05b.
Can confirm in 21w06a.
Can confirm in 21w07a.
Video attached.
Can confirm in 21w11a.
Affects 21w40a
affects 1.17 and happens with glass too
This bug affects 1.18.1 as well.
When a Minecart is moving on a Powered Rail, one of the final checks it does is to see if it will bounce off of a wall. The function it uses for this check will let the Minecart bounce off if the block in question is considered a "solid block." For most blocks, there are two requirements to be a solid block:
However, a block can be explicitly set not to be considered solid even if it otherwise meets the above requirements. Blocks set this way include:
Glass and Beacons already fail the first check of blocking light. I assume that the rest were made non-solid for use in redstone contraptions. There are also a couple of odd blocks out:
Possible fix: Modify the Minecart bounce-off check to work with full cube blocks. Replacing the check outright might make Soul Sand no longer work as it is hardcoded as solid and is not a full cube.
This isn't a bug, minecarts only bounce off solid blocks, and redstone blocks are transparent.
Mojang has triaged this, so yes, it IS a bug.
Can confirm in 1.18.2 and 22w19a.
Can confirm in 1.19.2: