Posted August 19, 201213 yr Hello i'm trying to make a mod where it changes glowstone glow color to cyan how do i make this mod possible? i can't get the color to change i'm not sure on the code it involves.
August 19, 201213 yr MC's lighting engine doesnt support true colors. I do Forge for free, however the servers to run it arn't free, so anything is appreciated. Consider supporting the team on Patreon
August 19, 201213 yr Author well is there any codes that could help me with changing the glowing color somthing like this... protected Block setLightColor(float par1) { lightColor[this.blockID] = (Color.cyan); return this; } it supports the Color.cyan but but i can't seem to get it to bind
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.