Posted February 14, 201510 yr Hey forge community, I've a question : Can you help me ? I want to create a Block where parts of the texture are visible if its dark like the Infused Shard Ore in Thaumcraft. Can you help me? I would be happy Thank you very much ~Legend
February 14, 201510 yr Hi This sample project has a TileEntitySpecialRenderer in it which does that https://github.com/TheGreyGhost/MinecraftByExample see MBE21. It's for 1.8 but the rendering is almost identical for 1.7. -TGG
February 15, 201510 yr Author First thank you Can you probably help me to downgrade it to 1.7 because I've problems with GLStateManager? I haven't focus on rendering before so I'm not good at working with GL. I would be happy if you help me Thank you a lot. ~Legend
February 15, 201510 yr GLStateManager is just Minecraft's fancy way of saying GL11 for Minecraft 1.8 and if you look at the source code for GLStateManager it is GL11 so just replace all the GLStateManager functions with the GL11 ones Did you really need to know?
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.