Help With FTB Ultimate (ComputerCraft)

  • The FTB Forum is now read-only, and is here as an archive. To participate in our community discussions, please join our Discord! https://ftb.team/discord

Brandon Cooley

New Member
Jul 29, 2019
1
0
0
I need help using Computer craft on FTB Ultimate with making text on the monitors. If you can do this fill the appication forum and we will add you to skype and add you to the server. If you do help us with the computers you will be rewarded with a staff placement. (Moderator)


Name*:
Age*:
Skype*:
Minecraft Name*:

Thanks Bran <3
 

SkyBoy96

New Member
Jul 29, 2019
100
0
0
You're not going to get much help if you ask like that. To put text on a monitor, do this:
Code:
mon = peripheral.wrap("side of monitor")
mon.setCursorPos(x,y)
mon.write("Text goes here")
 
  • Like
Reactions: rhn

rhn

Too Much Free Time
Nov 11, 2013
5,706
4,420
333
If you just want text on a screen, try the Industrial Information Panel. It has a text card that you can add to it with custom text. Its really easy to use, you can change colours and size of the screen too.