Jump to content

Recommended Posts

Posted

Im trying to make a custom hud following a tutorial but they use GuiComponent.blit which I cant seem to find. Im trying to show a texture I made and next to it a counter and this is as far as I can seem to get.

public static final IGuiOverlay HUD_KILLS = ((gui, poseStack, partialTick, width, height) -> {
	int x = width/2;
    int y = height;

    RenderSystem.setShader(GameRenderer::getPositionTexShader);
    RenderSystem.setShaderColor(1.0f, 1.0f, 1.0f, 1.0f);
	RenderSystem.setShaderTexture(0, SOUL);
});

 

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Announcements



×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.