*Only works for Android*
Customize the colors of all redstone components, and yes, it also includes redstone wires.
You can choose between black, blue, green, magenta, orange, purple and yellow. 🙂
Purple:
Yellow:
Orange:
Magenta:
Green:
Blue:
Black:
This pack changes the color of:
– Comparator
– Repeater
– Redstone Torch
– Observer
– Redstone Block
– Redstone Ore
– Redstone Wire
– Redstone Dust
– Redstone Particles
IMPORTANT
– Each color is a diferent pack, I can’t put them all into one single pack because it stops working when I do that.
If you want to add a new color for the redstone wires, go to: “shaders/glsl/renderchunk.fragment”, then go to line 81 and edit the value: “vec3(x, x, x)”. Use RGB in channels from 0 to 1.
EXAMPLE: For a cyan, use “0, 0.9, 0.6” = vec3(0, 0.9, 0.6)
Then line 81 would look like this:
diffuse.rgb *= vec3(0, 0.9, 0.6) * inColor.rrr;
This article was originally published by Mcpedl.com. Read the original article here.
Leave a Reply