Open Nekiplay opened 8 months ago
It remains to transfer part of the logic from here for auto-detection of the block breaking side, if it will be realized by someone I would not remove the manual indication of the block breaking side as well
Ready for review
Looks good.
Also what is preventing you from porting that getDirection
method to the MCC?
If it's the mc.player.GetEyeHeight
, the eye height is 1.62
blocks high, so it can be hardcoded.
Also, where is that method from by the way?
Looks good. Also what is preventing you from porting that
getDirection
method to the MCC? If it's themc.player.GetEyeHeight
, the eye height is1.62
blocks high, so it can be hardcoded. Also, where is that method from by the way?
getDirection I probably won't reschedule. getDirection method from Meteor Client GetHorizontalFacing from Minecraft Code
Looks good. Also what is preventing you from porting that
getDirection
method to the MCC? If it's themc.player.GetEyeHeight
, the eye height is1.62
blocks high, so it can be hardcoded. Also, where is that method from by the way?getDirection I probably won't reschedule. getDirection method from Meteor Client GetHorizontalFacing from Minecraft Code
Does this work as is without getDirection method?