-
Notifications
You must be signed in to change notification settings - Fork 48
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
Will there be a 1.11.2 update? #41
Comments
I created a branch for 1.11.2, but there are some issues left that I can't fix yet. I have uploaded the branch, in case anyone would like to help. |
I think I fixed a few things. |
Actually, I'm not 100% sure about the two override issues, but they did compile. |
The strange thing about getSubBlocks and rotateCorpse is that the signatures are still the same for both and they are accessible from within the extending class, yet the compiler complains that they don't actually override anything. And I remember adding MoverType.SELF to that line as well... I'll check if I forgot to push a commit. |
@ata4 Any news regarding this? |
I could manage to get it compiled for the 1.11.2 version. Comparing the code of earlier minecraft versions, the method rotateCorpse seems to be moved to RenderLivingBase.applyRotations so when overriding this one instead it worked. Then the signature for getSubBlocks can be fixed as getSubBlocks(Item, CreativeTabs, NonNullList) Then it works and the dragon is rideable. But I didn't test other things, like growing or breeding. |
Well the title explains it all! I REALLY love this mod, and i am so sad and salty that it isn't updated! Do you think it's possible to get it updated for 1.11.2? <3
The text was updated successfully, but these errors were encountered: