-
I tried to use the block_finder example on a Mincraft 1.18.1 world. Upon doing so, this exception was thrown:
```
>python3 nbtTry.py . 1 1 10 water
Preparing to scan chunk from -9:-9 to chunk 11…
-
Currently, a duplicate key appearing anywhere in some NBT data tree will cause the entire tree to be undecodable using this library. This is severely problematic for legacy PM worlds, because the enti…
-
**Describe the bug**
Kick and error when opening inventory
**To Reproduce**
Steps to reproduce the behavior:
1. Write the plugin with code:
```java
ProtocolizePlayer player = Protocolize.play…
-
device: iPad2: iOS 5.0.1
desktop: Macbook Pro: Mac OS X 10.7.2
I tried to download and run your sample app on iOS 5 and it wouldn't display properly. However, I put your library and obj c wrapper cl…
-
I found myself in need of a mixin version of define-binary-class while familiarizing myself with this library. The idea would be to allow a datum to occur in multiple different contexts.
My example…
-
My code: {servers:[{name:Server,ip:"0.0.0.0"}]}
Minecraft Generated code: {servers:[{name:Servidor,ip:"0.0.0.0"}]}
My tests
```java
File f = new File("servers.dat");
System.out.…
-
I'm looking to dynamically generate NBT files for Minecraft, really simple ones like `servers.dat`. I found [a page on the official site about how the NBT data works](https://web.archive.org/web/20110…
-
After upgrading my server to 1.13, TMCMR now gives the following error
`Error reading chunk from /home/jon/minecraft/world/region/r.-1.0.mca at 31,25
java.io.IOException: Invalid tag type: 12.
…
-
```
dhrhciebcy@VEGAS:~$ cd Scrivania/mcpelauncher-linux
dhrhciebcy@VEGAS:~/Scrivania/mcpelauncher-linux$ cmake .
-- The C compiler identification is GNU 4.8.4
-- The CXX compiler identification is…
-
I've mentioned this a few years back, and now I'm familiar enough with NBT in binary form to raise this again, more confident that this is indeed a design bug in this awesome library.
Currently, wh…