Posted December 20, 201212 yr I would like to know how you can add text to a block face w/out needing to make 1000 different textures The Korecraft Mod
December 20, 201212 yr Look at TileEntitySign and TileEntitySignRenderer for this. You can create a tile entity to store a String of text, then use the FontRenderer.drawString(...) method to draw the String from the NBTTag on the tile entity.
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.