-
Notifications
You must be signed in to change notification settings - Fork 7
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
Port to 1.20.1 #78
Port to 1.20.1 #78
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Quick self review:
-
A few
Font#draw
calls were accidentally translated toGuiGraphics#drawString
withoutshadow=false
-
RenderUtil
needs major reworking in a future update, since it contains 90% legacy code.ResourceLocation
in the rect drawing methods is ignored. -
Item rendering is slightly broken.
-
Printer's text renders in the wrong location.
Most methods now take GuiGraphics
instead of PoseStack
.
Edit: And the fabric datagen helper fails to compile, which is why the build fails.
common/src/main/java/com/ultreon/devices/block/entity/renderer/PrinterRenderer.java
Show resolved
Hide resolved
common/src/main/java/com/ultreon/devices/programs/PixelPainterApp.java
Outdated
Show resolved
Hide resolved
common/src/main/java/com/ultreon/devices/programs/auction/MineBayApp.java
Outdated
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It's a bit glitchy, but it's definitely a port to 1.20.1.
No description provided.