Nick403
Nick403
How to edit a value for specific thing like SpawnX and save that? I added `sets` in the nbt.py: ``` def sets(self): self.children['SpawnX'] = IntTag(100000) return self.children['SpawnX'] ``` I added...
Is there a way to make it work on forge, not only on fabric ?
Hello, I have some issue with app, when i try to calculate player seed return me a fail message, please help 
I compile the code but I don't get the DMALibrary.lib
- [ ] The [FAQ](https://github.com/PrismarineJS/mineflayer/blob/master/docs/FAQ.md) doesn't contain a resolution to my issue ## Versions - mineflayer: 1.20.2 - server: vanilla - node: v20.16.0 ## Detailed description of a problem I...