We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
My players can currently farm anywhere and none of their crops die and turn into dead bushes no matter where they are.
I would attribute part of this to the new biomes, which are not covered under the current build, but I am also getting an error:
Could not pass blockGrowEvent Java.lang.NoSuchFieldError: Desert_Hills
So I would assume that error is stopping the check somewhere.
The text was updated successfully, but these errors were encountered:
This is because the Desert_Hills biome doesn't exist anymore in 1.18. Merging #296 should fix this.
Sorry, something went wrong.
#296 merged, should be fixed.
No branches or pull requests
My players can currently farm anywhere and none of their crops die and turn into dead bushes no matter where they are.
I would attribute part of this to the new biomes, which are not covered under the current build, but I am also getting an error:
Could not pass blockGrowEvent Java.lang.NoSuchFieldError: Desert_Hills
So I would assume that error is stopping the check somewhere.
The text was updated successfully, but these errors were encountered: