Version:
1.1.0
What is the bug:
I have been playing with computercraft and openperipherals the last 2 days. So I wanted to try the terminal glasses and looked up a lot of tutorials and tried a lot of code but I could'nt get the glasses to work. Then I tried the glasses in the Direwolf20 1.7 pack and there the glasses did work. I think there must be a mod conflict of some kind. I tried a lot of things, i turned of my resource packs, turned of optifine, tried it in singeplayer world, let my friends try the code but nothing worked. I hope there is a fix for this because I really want to play with the glasses ^^
Mod & Version:
Paste.feed-the-beast.com log:
Can it be repeated:
Put down a computer from computercraft and a bridge terminal next to it.
In the computer make a program name it glass or something.
Then add this code:
bridge=peripheral.wrap("bottom")--side of the bridge, in my case bottom
bridge.addBox(5,5,100,15,0xFFFFFF,0.5)--this should make a box appear in the upper left
save this code and then run it. When me or my friends do this nothing happens.
Known Fix:
1.1.0
What is the bug:
I have been playing with computercraft and openperipherals the last 2 days. So I wanted to try the terminal glasses and looked up a lot of tutorials and tried a lot of code but I could'nt get the glasses to work. Then I tried the glasses in the Direwolf20 1.7 pack and there the glasses did work. I think there must be a mod conflict of some kind. I tried a lot of things, i turned of my resource packs, turned of optifine, tried it in singeplayer world, let my friends try the code but nothing worked. I hope there is a fix for this because I really want to play with the glasses ^^
Mod & Version:
Paste.feed-the-beast.com log:
Can it be repeated:
Put down a computer from computercraft and a bridge terminal next to it.
In the computer make a program name it glass or something.
Then add this code:
bridge=peripheral.wrap("bottom")--side of the bridge, in my case bottom
bridge.addBox(5,5,100,15,0xFFFFFF,0.5)--this should make a box appear in the upper left
save this code and then run it. When me or my friends do this nothing happens.
Known Fix: