SpockBotMC / RikerBot

C++20/Python based Minecraft bot
zlib License
46 stars 7 forks source link

Fixed getting negative coordinates #11

Closed olafurj closed 4 years ago

olafurj commented 4 years ago

this fixes issue #9

Gjum commented 4 years ago

Consider using 0xf which helps associate that number with bit-masking.

nickelpro commented 4 years ago

I agree with Gjum that this should be in hex, but I'll change that later. Thank you so much for tracking this down! It's a good fix