Skip to content

Deprecated ChunkTag.regenerate on 1.21+#2820

Open
MC-Samuel wants to merge 2 commits intoDenizenScript:devfrom
MC-Samuel:regenerate_mechanism_fix
Open

Deprecated ChunkTag.regenerate on 1.21+#2820
MC-Samuel wants to merge 2 commits intoDenizenScript:devfrom
MC-Samuel:regenerate_mechanism_fix

Conversation

@MC-Samuel
Copy link
Copy Markdown
Contributor

Spigot and Paper both removed functionality for this mechanism in 1.21, so it no longer works.

getBukkitWorld().regenerateChunk(getX(), getZ());
}
else {
mechanism.echoError("The 'ChunkTag.regenerate' mechanism has been deprecated upstream and is no longer supported.");
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Should make this a proper deprecation warning, probably in the PAST deprecations section

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

Successfully merging this pull request may close these issues.

2 participants