Started by
HeyItsJackM8
on
Topic category: Help with Minecraft modding (Java Edition)
Hey guys, not sure if this is possible, but is their a way you can make a block that changes color. Also, no switch to turn it on and off, just a block that goes like, green, yellow, blue, etc.
you would need a new block with a new texture for every color you want. then use a procedur on global tick to replace the current block with the next block. an example is red has a procedure to switch it to the purple block on global tick and purple would have a procedure to change it to the blue block on global tick