Skip to content

Commit

Permalink
Oops
Browse files Browse the repository at this point in the history
Signed-off-by: Hendrix-Shen <[email protected]>
  • Loading branch information
Hendrix-Shen committed Jul 21, 2024
1 parent 5cadabd commit 744b178
Showing 1 changed file with 5 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,12 @@
import com.mojang.blaze3d.vertex.PoseStack;
//#endif

//#if MC < 12000 && MC > 11404
import net.minecraft.client.renderer.MultiBufferSource;
//#if MC > 11404
import top.hendrixshen.magiclib.util.minecraft.render.RenderUtil;
import net.minecraft.client.renderer.MultiBufferSource;
//#endif

//#if MC < 12000 && MC > 11404
//#endif

@Getter
Expand Down Expand Up @@ -85,12 +88,8 @@ public void render(
//#else
//$$ new PoseStack().last().pose(),
//#endif
//#if MC > 11904
//$$ renderContext.getGuiComponent().bufferSource(),
//#else
immediate,
//#endif
//#endif
FontCompat.DisplayMode.NORMAL,
0,
0xf000f0
Expand Down

0 comments on commit 744b178

Please sign in to comment.