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

Updating to v0.9.6 broke block state #782

Open
Flonja opened this issue Jun 7, 2023 · 5 comments
Open

Updating to v0.9.6 broke block state #782

Flonja opened this issue Jun 7, 2023 · 5 comments

Comments

@Flonja
Copy link
Contributor

Flonja commented Jun 7, 2023

I recently updated dragonfly from v0.9.4 to v0.9.6 (latest at time of writing) and this broke (loading in) my world

ERRO[0023] block world.unknownBlock{blockState:world.blockState{Name:"minecraft:lodestone", Properties:map[string]interface {}{}, Version:18087969}} has nbt but does not implement world.nbter 
@Sandertv
Copy link
Member

Does it actually break anything?

@Sandertv
Copy link
Member

This should just only log and still load the world properly. This was changed to be an error instead of being completely ignored to make it clear that data is lost because lodestones are currently not implemented in dragonfly.

@Flonja
Copy link
Contributor Author

Flonja commented Jun 10, 2023

This should just only log and still load the world properly. This was changed to be an error instead of being completely ignored to make it clear that data is lost because lodestones are currently not implemented in dragonfly.

Yeah, it does not load me into the game

@Sandertv
Copy link
Member

I don't see how this error could be the cause of that. Dragonfly continues if it encounters this problem. Is there nothing else in the logs?

@Flonja
Copy link
Contributor Author

Flonja commented Jun 10, 2023

I don't see how this error could be the cause of that. Dragonfly continues if it encounters this problem. Is there nothing else in the logs?

Other than the normal start up log messages, no. The error is repeated for every lodestone though.

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

No branches or pull requests

2 participants