OpenMods / OpenPeripheral

https://openmods.info
MIT License
67 stars 25 forks source link

3D items on glasses darking out #256

Closed NEckes closed 8 years ago

NEckes commented 8 years ago

I'm trying to display different icons on the peripheral glasses.

My Code:

p = peripheral.wrap("back") p.clear() a = p.addIcon(0,0,"minecraft:dirt") b = p.addIcon(20,0,"minecraft:apple") c = p.addIcon(40,0,"minecraft:netherrack") d = p.addIcon(60,0,"minecraft:dirt") p.sync()

http://imgur.com/DkK7E93

All 3D items which were created after the 2D items dark out...

CC 1.7.3 and the newest Versions of OpenMods installed (Aug 02)

NEckes commented 8 years ago

oops... just noticed I posted the issue on the wrong project... [moved to OpenMods/OpenPeripheral-Addons#76 ]