Cannon components over 1 block in size can be walked through
cakeGit opened this issue ยท 1 comments
Describe the bug
Quite minor and more a polish, but you can walk into cannon components if you are walking diagonally,
- OS: Windows
- Version: All - Doing this on 1.18.2-beta-0.5.jar
To Reproduce
Steps to reproduce the behavior:
- Go in-game
- Place down a cannon chamber with a hitbox larger than 1 block
- Walk into the cannon diagonally
- Player will no-clip into the cannon
This is because Minecraft will not check blocks that are not immediately next to the player, and ignore hitboxes you are already in.
This is very annoying, but I would suggest making a hitbox where the corners are cut out like:
Expected behavior
Cannon to block moving inside
Screenshots