Details
-
Type:
Bug
-
Status: Resolved
-
Resolution: Fixed
-
Affects Version/s: Minecraft 1.10.2, Minecraft 16w32a, Minecraft 16w32b, Minecraft 16w33a
-
Fix Version/s: Minecraft 16w35a
-
Environment:Windows 10, Java Version 8 - Update 101. Other info in the second screenshot.
-
Confirmation Status:Confirmed
Description
The Bug
The cake hitbox is not visible when looking at it. Instead, the hitbox appears at 0, 0, 0. (Shown in screenshots)
Fix from [Mod] Neko: (Based off of Minecraft 1.10, MCP 9.30)
BlockCake.java
//This issue can be fixed by simply removing this method //There are no negative side effects from removing this as far as I can tell public AxisAlignedBB getSelectedBoundingBox(IBlockState state, World worldIn, BlockPos pos) { return state.getCollisionBoundingBox(worldIn, pos); }