Posted May 25, 20214 yr Hello, I am wondering if it is possible to hide all itemstack count rendering in your customized GUI
May 26, 20214 yr 10 hours ago, BeardlessBrady said: Hello, I am wondering if it is possible to hide all itemstack count rendering in your customized GUI It is possible, but a little arduous. It is ItemRenderer.renderItemOverlayIntoGUI() that draws the count, which is called in ContainerScreen.drawItemStack() (unfortunately a private method), which in turn is called in the ContainerScreen.render() method.
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.