These here forums are read-only. Click here to go to the new forums, where you can actually post and stuff!
Sorry for the inconvenience
-Andrew
I'm trying to add CPE support to my server (based on OpenCraft) but I have a strange problem with setting the sky colors. It should look like the default Minecraft colors but it looks like this: http://i.imgur.com/PoIds3P.jpg.
I'm not exactly sure what the relation between the expected colors and the ugly pink/green is. Setting the sky color to (255,0,0) results in (228, 2, 229).
Not sure if it's a bug in CC or my fault, I looked through the relvant server code and didn't see anything wrong.
This should be fixed in the next update that includes This
(Originally posted by LeChosenOne [Link])
so cool
(Originally posted by Jacob_ [Link])
I'm trying to add CPE support to my server (based on OpenCraft) but I have a strange problem with setting the sky colors. It should look like the default Minecraft colors but it looks like this: http://i.imgur.com/PoIds3P.jpg.
I'm not exactly sure what the relation between the expected colors and the ugly pink/green is. Setting the sky color to (255,0,0) results in (228, 2, 229).
Not sure if it's a bug in CC or my fault, I looked through the relvant server code and didn't see anything wrong.
As stated, it's fixed in the latest source, which will be pushed soonish (next week at the latest).
As per the CPE spec, you can always send out-of-range values for r/g/b and it'll reset it.