Posted November 15, 20168 yr So I have a TileEntity with a TileEntitySpecialRenderer attached to it, rendering an item on top of the block. The weird thing is, when I look at the block in game, it shows a name tag with the block name. I don't see any methods to hide this in the classes, so how do I do that? I'm a plugin developer, and I just started modding. Don't blame me for doing things wrong, Forge is not the same as Bukkit.
November 15, 20168 yr Author Oh, nevermind, I fixed it! I think calling super.renderTileEntityAt in my renderTileEntityAt method caused the name to show up. Removing the call fixed it. I'm a plugin developer, and I just started modding. Don't blame me for doing things wrong, Forge is not the same as Bukkit.
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.