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

Multi slime readers, Update world version to 1.17, Datafixer, Remove downgrade() #55

Merged
merged 3 commits into from
Aug 29, 2021

Conversation

Owen1212055
Copy link
Collaborator

  • This correctly changes the world version so it is actually 1.17, as this was forgotten.
  • Adds a data fixer to convert cauldrons and dirt paths.
  • Splits up slime formats into their own readers, as this will allow modifications to be made without fearing of breaking any previous versions.
  • Changed ids for world datafixers, it seems that the ids were totally wrong? My 0x06 (1.16) world was trying to have the 1.16 datafixer run... which isn't really right.
  • Removes downgrade() (legacy code)

Splitting up the slime format readers will make it easier when support for custom world heights is added. As this may have special data that needs to be stored or changed.

Copy link
Owner

@Paul19988 Paul19988 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Changes as per requested in discord.

@Paul19988 Paul19988 merged commit 2143233 into Paul19988:develop Aug 29, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants