Skip to content

enijar/computer-craft-programs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Computer Craft Programs

Having fun with ComputerCraft (a MineCraft mod).

A collection of programs for use in the MineCraft ComputerCraft mod.

Demo

Getting Started

npm install
npm start

Installing Programs

Inside a computer or turtle, run:

wget http://enijar.eu.ngrok.io/run.lua

To save having to run wget (e.g. if you broke the computer), copy it to a disk by attaching a disk drive to the computer and running:

cp run.lua disk/run.lua

When you make changes to a program, just run this to load and run the new program:

run

Or if you've loaded it onto a disk, run:

disk/run

About

A collection of programs for use in the MineCraft ComputerCraft mod.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published