Started by
LawlietAlone
on
Topic category: Help with Minecraft modding (Java Edition)
How add Texture brightness in mob with MCreator in code editor?
for example:
gl.glMatrixMode(GL.GL_PROJECTION); gl.glLoadIdentity(); glu.gluOrtho2D(0.0, 1440, 0.0, 900); //set up the viewports gl.glViewport(0, 0, 1440,900 ); //set up some options gl.glClearColor(1, 1, 1, 0); gl.glDisable(gl.GL_DEPTH_TEST); gl.glEnable(gl.GL_TEXTURE_2D); gl.glBlendFunc(gl.GL_SRC_ALPHA,gl.GL_ONE_MINUS_SRC_ALPHA); gl.glEnable(gl.GL_BLEND);
How add this code in my mob?
NOTE: I'm not a programmer, but wanted to add the brightness eye effect on my mob.
Thanks!
Edited by LawlietAlone on Thu, 12/15/2016 - 23:27
Kind of a Herobrine thing with eyes glowing?
@#1 Yes! Exatamente, but I do not know how to increment this code in the mob. Or if there is a way to do this directly inside MCreator.
@#1.1 Exactly*
I know for a 100% fact that this is possible through Custom code. I know this because I did it once. There used to be a post for it under the "custom codes" section of the Mcreator community, but for whatever reason, it seems the custom code pages are all gone now. I'd love to be able to find that code again.