Posted August 19, 201411 yr Hey, ive got my render game overlay going but when i remove certain things, the rest dont have textures like so: *EDIT* Solved by doing this: if(event.type == ElementType.EXPERIENCE || event.type == ElementType.HEALTH || event.type == ElementType.FOOD || event.type == ElementType.AIR || event.type == ElementType.ARMOR) event.setCanceled(true); if(!Minecraft.getMinecraft().playerController.shouldDrawHUD() || !event.isCanceled()) return; Former developer for DivineRPG, Pixelmon and now the maker of Essence of the Gods
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.