ClickCrystals
ClickCrystals copied to clipboard
There are some issues with the 1.21.4 code
Issues:
- @Ceptea's ColorHelper class can be removed, he added it cause he didn't know what was the new location of the ColorHelper class.
- In the GuiScreen class, in lines 111 cepta added:
renderPanoramaBackground(context,mc.getRenderTickCounter().getTickDelta(true));
Which isn't needed cause I fixed it and use the old method, which is context.drawTexture()
- In the MixinInGameHuds we removed a
@ModifyArgs(renderArmor1() function) which I'm pretty sure is essential for theHealthAsBarmodule. - In the MixinSplashOverlay class, there are some problems with the
setShadermethod. - be aware that I added
MixinSplashTextResourceSupplieras an experiment, and it was accidentally committed to the pr