This is comment for paste
TextToDisplay_WithOverflow(Final)
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- This is a program to take a text input with command .display and output the text onto a Create Display Board, with overflow handling, and dynamic code for different display sizes.
- You will need to attach a Display Link on the right side of the computer and build a small redstone circuit to lead from the back of the computer, to the Display Link.
- You will also need the Advanced Peripherals ChatBox on the left side of the computer.
- The command can be adjusted by editing the "displayCommand" variable at the top of the program.
- The sides of the components can be adjusted via:
- local displayLink = peripheral.wrap("right")
- local chatBox = peripheral.wrap("left")
Advertisement
Add Comment
Please, Sign In to add comment