This is a read-only snapshot of the ComputerCraft forums, taken in April 2020.
SpencerBeige's profile picture

peripheral name?

Started by SpencerBeige, 28 June 2015 - 10:39 PM
SpencerBeige #1
Posted 29 June 2015 - 12:39 AM
what is the official name of the terminal glass? like if you would do


peripheral.find("name")

then it would find the terminal glass
InDieTasten #2
Posted 29 June 2015 - 12:45 AM
the terminal glasses aren't directly a peripheral. it's the bridge. You can find out the "type" by placing the bridge on the right side of any computer and running lua>peripheral.getType("right") in the lua prompt ;)/> Should be something like terminal_bridge or something. not sure

likewise, connecting and right-clicking a wired modem besides the bridge should output <thethingyouarelookingfor>_0 or something similar to the chat
Edited on 28 June 2015 - 10:46 PM
SpencerBeige #3
Posted 29 June 2015 - 12:49 AM
ooooooh thanks!

it was openperipheral_bridge…this is gonna suck to type out