OpenMods / OpenPeripheral-Addons

An addon for OpenPeripheral, adding physical blocks and items to the game
MIT License
11 stars 10 forks source link

All colors used with glasses are different shades of green #88

Closed ghost closed 8 years ago

ghost commented 8 years ago

Well, I won't create a clone of this bad book, but here is my problem: peripheral glass terminal seems to be working perfectly, but when doing something basic like p.addBox(15, 15, 15, 15, colors.blue, 1) (where p = peripheral.wrap("right"), the side of the bridge), then a p.sync(), it displays everything, but in a shade of green.

No matter the color, no matter the function..

version CraftOS 1.7

boq commented 8 years ago

This parameter takes full RGB value, so they are not compatible with colors module.

ghost commented 8 years ago

U.U Well, my bad, since it's not a bug :') Thanks anyways !