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