PyAnvilEditor
PyAnvilEditor copied to clipboard
A python based editor for modifying mca files
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...
TL;DR In 1.16, chunk format changed slightly, I rewrote a function so that reading works again in 1.16. I'm not used to github, so the code is simply pasted below....
Your last example in the README showing using the canvas doesn't work because the canvas class lacks the 'brush' functionality. Not sure if you knew, but it is weird that...
Hi, I was wondering if you could update this for 1.15? I'm getting some error using this code for latest mc. running main.py give the following error: zlib.error: Error -3...
I'm trying to set the items in a chest, but I need to edit the block entity property `Items`. How do I do that?
I can't interact with blocks from a particular dimension