Jim Nelson
Jim Nelson
I just got it working on two Raspberry Pis Zero 2 W . The only issues I ran into were an apparent cable misconnect on one, and on the other...
Hi, it's possible, but it would make more sense to use the shell to do it. If you're on Windows, you can open cmd and use something like the following...
Is the file something you can share? I'm not currently set up to easily get Litematica and figure out how it works. From the error I'm guessing I'm reading compound...
Good find, thanks. Been very busy at work the past few weeks but should have some time to look at this. Shouldn't be hard to add.
Give the latest release v0.3.0 a try. It should fix the NaN handling, and I implemented the long/int64 array for tag ID 12, although I didn't have a sample to...
May 2020 update: I think this feature was added back in August in v0.3.0, but there doesn't seem to be any long array values in use in Minecraft to test...
Hi, good question! And I had an answer mostly typed up, but my resulting example keys don't exist, so I need to figure out where I mathed wrong. It should...
Okay, I figured out my math issues. All division below is of course integer division. The remainder/modulus will be used to find the byte offset within the subchunk data. Also,...
I saw you have some C# repos, so I made [a C# example](https://github.com/midnightfreddie/McpeTool/blob/9185468b4a29348031b2065019ef216cbb69f41f/examples/PowerShell/CsCoords.ps1) (embedded in PowerShell). I then saw you have plenty of JavaScript, too, and I've been meaning to...
Cool, yeah! That's the kind of thing I hoped this could be used for. Do note that the world can't be open by Minecraft (or any other tool) when using...