dragonfly icon indicating copy to clipboard operation
dragonfly copied to clipboard

Updating to v0.9.6 broke block state

Open Flonja opened this issue 2 years ago • 5 comments

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 

Flonja avatar Jun 07 '23 21:06 Flonja

Does it actually break anything?

Sandertv avatar Jun 10 '23 13:06 Sandertv

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.

Sandertv avatar Jun 10 '23 13:06 Sandertv

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

Flonja avatar Jun 10 '23 14:06 Flonja

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?

Sandertv avatar Jun 10 '23 14:06 Sandertv

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.

Flonja avatar Jun 10 '23 15:06 Flonja