
[HowTo] Install Minecraft Forge And My Mods
By
SanAndreasP, in SanAndreasP's Mods
-
Recently Browsing
No registered users viewing this page.
-
Posts
-
By DaemonUmbra · Posted
Is it a mod you made or are you trying to update someone else's mod? -
By DaemonUmbra · Posted
We don't keep track of places that provide support for old versions. -
Hello. I am having trouble making a picture render transparent on my Screen and I am not sure what the problem is. It renders correctly but not transparent. Here is my code in MyScreen::render Also I want to know how to remove the effect of RenderSystem afterwards for further renders. TextureManager tm = minecraft.getTextureManager(); ResourceLocation rl = new ResourceLocation("minecraft", "textures/gui/widgets.png"); tm.bindTexture(rl); matrixStack.push(); { RenderSystem.colorMask(true, true, true, true); RenderSystem.blendColor(1f, 1f, 1f, 0.5f); RenderSystem.enableBlend(); matrixStack.translate(instru_pos[currentNbo.ordinal()][0], instru_pos[currentNbo.ordinal()][1], 0); matrixStack.scale(scale, scale, scale); this.blit(matrixStack, 0, 0, 0, 146, 20, 20); } matrixStack.pop(); Any replies will be appreciated.
-
By chuckdie5el · Posted
I took a section of the log from well before it started showing those issues to a few thousand lines of it. Hope this helps debug.txt -
¿Cómo puedo aprender a codificar para hacer mods? Llevo días preguntandome como poder hacerlo, aunque existan opciones faciles como mcreator. No me convence, puesto que quitaron los modelos .java del geckolib en blockbench y decidí buscar cursos de java, pero no sé que especificamente por donde empezar o si quiera si me servirán.
-
-
Topics
-
Who's Online (See full list)