40 posts
Posted 15 May 2015 - 12:15 AM
How Do You Copy Code From CC FTB to note pad?
Edited on 14 May 2015 - 10:20 PM
3057 posts
Location
United States of America
Posted 15 May 2015 - 12:22 AM
the ingame command for copying files is
>cp <file> <newFile>
The most common way code is place on a computer is the use of
pastebin, and the in-game pastebin program.
>pastebin get <code> <name>
>pastebin put <name>
As for copying between computers, you can either put your code on pastebin, or put the file on a floppy disk using the cp command.
40 posts
Posted 15 May 2015 - 12:34 AM
the ingame command for copying files is
>cp <file> <newFile>
The most common way code is place on a computer is the use of
pastebin, and the in-game pastebin program.
>pastebin get <code> <name>
>pastebin put <name>
As for copying between computers, you can either put your code on pastebin, or put the file on a floppy disk using the cp command.
no i mean like to notepad
3057 posts
Location
United States of America
Posted 15 May 2015 - 12:38 AM
It is impossible to copy/paste code to the clipboard, but you can (if you are on a single player world) find and open the file.
The file should be in .minecraft/saves/your_world_name/computers/computer_id.
7083 posts
Location
Tasmania (AU)
Posted 15 May 2015 - 01:17 AM
… and if you're playing on a server where you don't have direct access to the world-save, then you use "pastebin put <filename>" (as detailed above), then copy and paste the code from the URL this gives you to your text editor of choice.
40 posts
Posted 15 May 2015 - 09:02 PM
THX