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

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

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)...

@rom1504 rom1504 added this to Needs triage in PR Triage Jun 16, 2024
@@ -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)

@rom1504 rom1504 moved this from Needs triage to Waiting for user input in PR Triage Jul 13, 2024
@zardoy
Copy link
Contributor Author

zardoy commented Aug 4, 2024

What user input does it wait for?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
PR Triage
  
Waiting for user input
Development

Successfully merging this pull request may close these issues.

None yet

2 participants