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

Migrate skull blocks automatically #420

Open
HydrolienF opened this issue Aug 26, 2024 · 4 comments
Open

Migrate skull blocks automatically #420

HydrolienF opened this issue Aug 26, 2024 · 4 comments

Comments

@HydrolienF
Copy link

I'm generating a world with worldpainter in 1.19+ mod.
When the server generate some chunk it print errors:

[12:42:39 ERROR]: Recoverable errors when loading section [2944, 7, 1557]: (Unknown registry key in ResourceKey[minecraft:root / minecraft:block]: legacy:block_144 -> using default); (Unknown registry key in ResourceKey[minecraft:root / minecraft:block]: legacy:block_144 -> using default)

I guess that it happens because some block id have been changed in 1.21.
It will be alsome if we can get an update for 1.21 😁

@HydrolienF
Copy link
Author

@JONTY650413 what's that ?

@vocaloidkiss
Copy link

It's a virus!
I have already reported him:)

@Captain-Chaos
Copy link
Owner

That error is caused by old (numerical ID based) skull blocks in custom objects being exported to a new (named resources based) Minecraft format. Those blocks are not compatible. I'll change this into a feature request to add support for automatically migrating those blocks. In the mean time you can work around it by using custom objects created in Minecraft 1.13 or later.

@Captain-Chaos Captain-Chaos changed the title [Bug] 1.21.1 map format support Migrate skull blocks automatically Aug 28, 2024
@HydrolienF
Copy link
Author

Ok, thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: No status
Development

No branches or pull requests

4 participants
@Captain-Chaos @HydrolienF @vocaloidkiss and others