Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Minecraft 1.18 chunk format #136

Closed
jeremistadler opened this issue Dec 17, 2021 · 6 comments
Closed

Minecraft 1.18 chunk format #136

jeremistadler opened this issue Dec 17, 2021 · 6 comments
Labels
duplicate This issue or pull request already exists

Comments

@jeremistadler
Copy link

jeremistadler commented Dec 17, 2021

The genmap example only generates empty png files, I think this might be because of changes in the chunk format in 1.18?

Specifficaly, the Column.Load function does not change the Column struct except setting the DataVersion to 2865.

Tested with 1.17.1 and master 19481ab

@Tnze
Copy link
Owner

Tnze commented Dec 17, 2021

The Chunk represents work in progress

@Tnze Tnze mentioned this issue Dec 19, 2021
@katelinlis
Copy link

dimension.go:76

stateIDs not init
stateIDs = make(map[string]uint32)

@Tnze
Copy link
Owner

Tnze commented Dec 20, 2021

fixed in my local code

It doesn't make sense since data/blocks is updated,

@pkramme
Copy link

pkramme commented Dec 25, 2021

Is there anything I can do to help here? I am very interested in 1.18 chunk support.

@Tnze
Copy link
Owner

Tnze commented Dec 25, 2021

Join our discord and we are talking about this

@Tnze Tnze added the duplicate This issue or pull request already exists label Jan 15, 2022
@Tnze
Copy link
Owner

Tnze commented Jan 15, 2022

duplicate: #110

@Tnze Tnze closed this as completed Jan 15, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
duplicate This issue or pull request already exists
Projects
None yet
Development

No branches or pull requests

4 participants