I want to create a minecraft slime calculator and I’ve found the algorithm here. However, I don’t know java very well at all, and I want to translate this over to python. To do that, I need to know what things like 0x4c1906 mean. is that just a basic pointer that I can keep the same in python? Do I have to use some sort of binary conversion or something? I’m confused as to what the pointers are and how I should handle them in my python programming.
I want to create a minecraft slime calculator and I’ve found the algorithm here
Share
0x4c1906is not a pointer, it’s a hexadecimal value and means 4987142 in the decimal notation.