Updating to v0.9.6 broke block state
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
Does it actually break anything?
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.
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
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?
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.