ClickCrystals icon indicating copy to clipboard operation
ClickCrystals copied to clipboard

There are some issues with the 1.21.4 code

Open I-No-oNe opened this issue 8 months ago • 0 comments

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 the HealthAsBar module.
  • In the MixinSplashOverlay class, there are some problems with the setShader method.
  • be aware that I added MixinSplashTextResourceSupplier as an experiment, and it was accidentally committed to the pr

I-No-oNe avatar Apr 24 '25 04:04 I-No-oNe