-
Notifications
You must be signed in to change notification settings - Fork 47
1.18 breaks everything #31
Comments
It can be fixed, i think, by simply going to edit the chunk.py file and removing the square brackets from lines 55 and 58 |
Could you share how the code needs to look after the modification? I am experiencing the ischue aswell and removing any square brackets from said lines would only result in syntax error. |
You need to remove the entire |
I forked the package and made some changes to make it 1.18+ compatible. Basic functionality is in place, although I'm working out some kinks. If anyone wants to use it, you can install it as anvil-new (pip install --upgrade anvil-new). |
Title.
They moved chunk["Level"] to several other places, as seen in this change log under "WORLD DATA: CHUNK FORMAT": https://feedback.minecraft.net/hc/en-us/articles/4415128577293-Minecraft-Java-Edition-1-18
The text was updated successfully, but these errors were encountered: