Sign in to follow this
Followers
0
[SOLVED] [1.10.2] RecompileMC Failed Error
By
coolboy4531, in ForgeGradle
-
Recently Browsing
No registered users viewing this page.
-
Posts
-
By Amperka_pro · Posted
I am new to the forum and asked a question to me it was closed for the reason: we do not support 1.12.2, but I cannot update, because I have a weak computer, what should I do? -
Ok, I tried that a few more ways, but the only way worked is to replace blendColor with the depreciated color4f. (Not sure if that's the best way to go for but that worked) Thank you @ChampionAsh5357 for all the suggestions/help private static final RenderState.TransparencyState TRANSLUCENT_TRANSPARENCY = new RenderState.TransparencyState("translucent_transparency", () -> { RenderSystem.enableBlend(); RenderSystem.blendFuncSeparate(GlStateManager.SourceFactor.SRC_ALPHA, GlStateManager.DestFactor.ONE_MINUS_SRC_ALPHA, GlStateManager.SourceFactor.ONE, GlStateManager.DestFactor.ONE_MINUS_SRC_ALPHA); }, () -> { RenderSystem.disableBlend(); RenderSystem.defaultBlendFunc(); }); TRANSLUCENT_TRANSPARENCY.setupRenderState(); RenderSystem.color4f(1f, 1f, 1f, 0.3f); matrixStack.translate(instru_pos[currentNbo.ordinal()][0], instru_pos[currentNbo.ordinal()][1], 0); matrixStack.scale((255/20f)*scale, (255/20f)*scale, (255/20f)*scale); this.blit(matrixStack, 0, 0, 0, 146, 20, 20); TRANSLUCENT_TRANSPARENCY.clearRenderState();
-
By diesieben07 · Posted
1.12 is no longer supported on this forum. Please update to a modern version of Minecraft to receive support.
-
Topics
-
Who's Online (See full list)