OpenMods / OpenPeripheral-Addons

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

Terminal Glasses not working in FTB Infinity Evolved 2.6.0 OPA_0.5.1 #91

Closed ghost closed 7 years ago

ghost commented 7 years ago

I've tried everything to get the glasses to work, but they don't My glasses are bound to the bridge, and I am calling the .sync() command but still nothing

here is the code I am using

b = peripheral.wrap("bottom")
b.addText(1,1,"test", 0xFFFFFF)
b.sync()

This works fine in DW20 1.10.0 (OPA_0.4), but in Infinity (OPA 0.5.1) nothing...