Skip to content
This repository has been archived by the owner on May 8, 2023. It is now read-only.

1.18 breaks everything #31

Open
JoshuaVandaele opened this issue Dec 2, 2021 · 5 comments
Open

1.18 breaks everything #31

JoshuaVandaele opened this issue Dec 2, 2021 · 5 comments

Comments

@JoshuaVandaele
Copy link

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

@DoomSkullDeadly
Copy link

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

@biktoz
Copy link

biktoz commented Mar 13, 2022

Immagine 2022-03-13 152223 In the lines 55- 58 there isn't any square brackets

@MineAndDine96
Copy link

MineAndDine96 commented Apr 7, 2022

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.

image

@CMarkley78
Copy link

You need to remove the entire ['Level'] and ['TileEntities']. They didn't mean to just remove just the brackets.

@Intergalactyc
Copy link

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).
Still figuring out Github and all, but hopefully I'll be able to upload my stuff via git to make it more open-source once I do figure it out.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

6 participants