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

Incompatibilities with 1.16.5 #75

Open
FergMcb opened this issue Jul 10, 2021 · 1 comment
Open

Incompatibilities with 1.16.5 #75

FergMcb opened this issue Jul 10, 2021 · 1 comment

Comments

@FergMcb
Copy link

FergMcb commented Jul 10, 2021

When I try to compile the latest (1.16.4?) version in 1.16.5, I get serious errors such as Material.ROCK not found - it appears that only Material.STONE exists in the Material class.

Am I doing something wrong?

@TheGreyGhost
Copy link
Owner

Howdy
You're probably not doing anything wrong, that's pretty normal behaviour when Forge is updated. A lot of the names in the sourcecode change to something else when the name mapping is updated.

I'm planning to update from 1.16.4 to 1.16.5 very shortly as soon as Real Life things settle down.

Alternatively, you can try to fix the errors yourself; generally I found it doesn't take very long because it's usually pretty obvious what the name has been changed to when you look in the code. But it's quite possible that a couple of the more complicated examples will stop working if the source code behaviour has changed.

-TGG

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

No branches or pull requests

2 participants