SHOW:
|
|
- or go back to the newest paste.
| 1 | mon = peripheral.wrap("back")
| |
| 2 | mon.clear() | |
| 3 | - | mon.setTextScale(3) |
| 3 | + | mon.setTextScale(2) |
| 4 | mon.setCursorPos(2,2) | |
| 5 | mon.write("AE Enchant")
| |
| 6 | - | mon.setCursorPos(4,4) |
| 6 | + | |
| 7 | - | mon.write("storage") |
| 7 | + | mon.write("Storage")
|
| 8 | mon.setCursorPos(5,4) | |
| 9 | mon.write("||")
| |
| 10 | mon.setCursorPos(5,5) | |
| 11 | mon.write("\/") |