Skip to content

Instantly share code, notes, and snippets.

View JanCantCode's full-sized avatar

JanCantCode JanCantCode

  • germany
  • 19:10 (UTC -12:00)
  • YouTube @itisjan
View GitHub Profile
@ItziSpyder
ItziSpyder / RenderUtils.java
Last active July 1, 2026 21:00
For rendering 2D in Minecraft 1.21
package io.github.itzispyder.coherent.util.minecraft;
import io.github.itzispyder.coherent.Global;
import io.github.itzispyder.coherent.data.Color;
import io.github.itzispyder.coherent.gui.misc.animators.Animations;
import io.github.itzispyder.coherent.gui.misc.animators.Animator;
import io.github.itzispyder.coherent.modules.Module;
import io.github.itzispyder.coherent.modules.modules.client.ClickGUI;
import io.github.itzispyder.coherent.util.MathUtils;
import net.minecraft.client.gui.DrawContext;

23w44a (and some bits of 43a)

The sort-of-weekly thingy is back?

Fabric update

No breaking changes for Fabric API.

Minecraft update

Ticks (23w43a)

/tick command from the Carpet mod arrives in the vanilla game. To support this functionality in your mod: