Skip to content

n3rdgir1/computercraft

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

41 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

n3rdgir1's Computercraft Code

These are my running computer programs. I'm keeping them as a repository for managing them between servers so I never really lose anything. I'm integrating with my pastebin to get them to the servers. Hopefully I'll keep this up to date as I go.

Base Programs

startup.lua

  1. Load a fresh copy of my scaffold
  2. Loads the configured pastebin or github file and runs it
  • Pastebin: add the paste location to the file 'pb'
  • Github: add the file locaiton to the file 'github', include the full path if the file is not in the root directory

scaffold.lua

This program handles base utilities necessary for startup.lua and a function to load any api from my github. Supplemental apis are located in the utils directory.

Helpful Tidbits

  • Always name your devices (computers, turtles, disks), otherwise you will lose all programs when you move them.
  • Name your device using the command label set your_name_here
  • Don't be upset when your turtle wanders off into the abyss, it's only doing what you told it to do
  • Test small in a controlled environment

Helpful Links

About

Program files for computercraft

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages