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

fix: use dimension data on 1.16.2 #3397

Merged
merged 2 commits into from
Dec 23, 2024
Merged

Conversation

zardoy
Copy link
Contributor

@zardoy zardoy commented Jun 12, 2024

dimension packet is available starting from 1.16.2

finishing PrismarineJS/minecraft-data#877

@zardoy
Copy link
Contributor Author

zardoy commented Jun 13, 2024

tests are passing locally and I can't scroll to the error on the github (seems logs are too large)...

@@ -261,7 +261,7 @@ function inject (bot, { version, storageBuilder, hideErrors }) {
bot.world.setColumn(packet.chunkX, packet.chunkZ, column)
}

if (bot.supportFeature('dimensionDataIsAvailable')) {
if (bot.supportFeature('newLightingDataFormat')) {
Copy link
Member

Choose a reason for hiding this comment

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

Copy link
Contributor Author

Choose a reason for hiding this comment

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

that contradicts the PR description

Didn't say anything about this change in the pr description, but this change is correct: loadParsedLight is available starting from 1.17 (new lighting format)

@zardoy
Copy link
Contributor Author

zardoy commented Aug 4, 2024

What user input does it wait for?

@rom1504 rom1504 merged commit f6187f6 into PrismarineJS:master Dec 23, 2024
22 checks passed
@zardoy
Copy link
Contributor Author

zardoy commented Dec 24, 2024

@rom1504 Thank you

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Closed
Development

Successfully merging this pull request may close these issues.

3 participants