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

Use default nbt when parsing blocks #2945

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open

Conversation

SirYwell
Copy link
Member

Overview

Fixes #2944

Description

Not setting the block with its default NBT data results in the (vanilla) client not rendering the blocks properly. We should also probably pull upstream changes in that area at some point, but that didn't look as straightforward as this fix.

Submitter Checklist

@SirYwell SirYwell requested a review from a team as a code owner October 12, 2024 14:23
@github-actions github-actions bot added the Bugfix This PR fixes a bug label Oct 12, 2024
Copy link
Member

@PierreSchwang PierreSchwang left a comment

Choose a reason for hiding this comment

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

Looks good I guess.
I think we should apply upstream changes rather sooner than later, so that NBT data can be specified as well - so that would probably address that as well, kind of (https://worldedit.enginehub.org/en/latest/usage/general/patterns/#single-block-pattern)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bugfix This PR fixes a bug
Projects
None yet
Development

Successfully merging this pull request may close these issues.

//set oak_sign places invisible signs
2 participants