Jim Nelson
Jim Nelson
Thanks! I'm glad it was helpful. At least one other person used this for keeping a player whole when moving from server to local or vice-versa. I went through a...
Oh, it's not a two's compliment problem as I'm relying on the native signed dword int to handle that. Okay, I just confused myself a lot working through this, but...
Huh, weird. I just pulled up `python` on my Ubuntu-on-Windows and got ``` Python 2.7.17 (default, Nov 7 2019, 10:07:09) [GCC 7.4.0] on linux2 Type "help", "copyright", "credits" or "license"...
Awesome. I'm pretty confident in the chunk key being right using `math.floor` (in any language), but I have a lot to figure out about block encoding as Bedrock changed that...
Hmm. I haven't touched this in a while. I'm going to guess that the chunk format changed some...I heard that Minecraft now has no height limit, but I'm not sure...
Oh, never mind! I'm looking at it now and starting to remember some things. The subchunk data is **not** in NBT format. My JSON converter is only NBT-JSON and JSON-NBT,...
Sounds cool. Is the repo private? I can't see it. I had forgotten that I had started to add Lua to this project last year. It literally does nothing useful...
Hi, it looks like this is a subchunk key which is not in NBT format. A recent version of Minecraft adds the version number 8 for subchunk encoding which looks...