Can't pick up blocks at head-level
WenXin20 opened this issue ยท 5 comments
Expected Behavior
- To be able to pick up blocks at head-level or above.
Actual Behavior
- Blocks, such as the furnace, can't be picked up if it's at head-level. Only of it's below.
- Chests at head-level can be picked up only if the character head is pressed into the chest or below head-level.
maxDistance
is still set to 2.5
Steps to Reproduce
- Place one furnace on top of another.
- Try to Pick up the bottom furnace - success
- Try to pick up the top furnace - no success
Version of Minecraft, Carry On, Forge
- Minecraft v1.14.4
- Forge v28.1.10
- Carry On v1.12.3
Looks like this was a forge issue. I tried with forge 28.1.8 and it works as it should.