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

drawButton methods for Engineering Table and Surgery Chamber are out of date #9

Closed
mallrat208 opened this issue Dec 14, 2017 · 0 comments · Fixed by #11
Closed

drawButton methods for Engineering Table and Surgery Chamber are out of date #9

mallrat208 opened this issue Dec 14, 2017 · 0 comments · Fixed by #11
Assignees

Comments

@mallrat208
Copy link

It looks like the parameters for GuiButton.drawButton() changed to include partial ticks. Because of that the custom buttons these machines had previously are not rendering. There are some buttons that had already been corrected to use the updated method, so not much is required to get this all working.

public void drawButton(Minecraft mc, int mouseX, int mouseY)

public void drawButton(Minecraft mc, int mouseX, int mouseY)

public void drawButton(Minecraft mc, int mouseX, int mouseY)

An-Sar pushed a commit that referenced this issue Dec 15, 2017
Updated the outdated drawButton() methods on the Engineering Table and
Surgery Chamber.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants