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

Incorrect Legacy Block Mappings for Short and Tall Grass #1052

Open
Axionize opened this issue Nov 3, 2024 · 0 comments
Open

Incorrect Legacy Block Mappings for Short and Tall Grass #1052

Axionize opened this issue Nov 3, 2024 · 0 comments
Labels
bug Something isn't working

Comments

@Axionize
Copy link

Axionize commented Nov 3, 2024

To start off with some definitions. Short grass is grass that looks like this.
1

Tall grass is grass that looks like this.
2

StateTypes.TALL_GRASS is correctly returned for Tall Grass on 1.21 and StateTypes.SHORT_GRASS is correctly returned for Short Grass on 1.21.

The StateTypes.TALL_GRASS is returned for Short Grass on 1.8 and StateTypes.PEONY is returned for Tall Grass on 1.8 Is this intentional? Short grass is called "tallgrass" in 1.8 so does this inconsistency exist to accommodate legacy Minecraft's actual block names? If so, what's the intended way to deal with these blocks consistently across versions?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant