Skip to content

A collection of open and free-to-use programs for ComputerCraft.

License

Notifications You must be signed in to change notification settings

Fatboychummy-CC/etc-programs

Repository files navigation

etc-programs

Random programs that I have made throughout my time.

Current program list:

Basic Farm (basic-farm.lua)

A very simple farming program that just spins on the spot and farms the block in around it. Due to its nature, it does not need fuel to run. Just let it go with a couple of seeds, and it should be fine. Come back every now and then and collect your crops.

Install

Install from PineStore!

wget https://raw.githubusercontent.com/Fatboychummy-CC/etc-programs/main/basic-farm.lua

Find Blocks (find-blocks.lua)

A program that will find a block around a scanner. It will return the coordinates of the block.

This program is designed for scanning pocket computers (either geoscanner or block scanner).

Install

wget https://raw.githubusercontent.com/Fatboychummy-CC/etc-programs/main/find-blocks.lua

Create Contraption Controller (create-contraption-controller.lua)

A program that will control a contraption from Create. It will send the contraption down one way, wait for a redstone pulse on one side of the computer, then let the contraption go back the original positon (again waiting for a redstone pulse to confirm this). Finally, it will wait a specific amount of time before repeating the process.

This program is designed for two-way contraptions, where the contraption moves back and forth.

Install

wget https://raw.githubusercontent.com/Fatboychummy-CC/etc-programs/main/create-contraption-controller.lua

RFTools Dimensions Researcher (rftools-dimensions-researcher.lua)

A program that will research all the lost knowledge in a Knowledge Holder and replace the learned knowledge back into the Knowledge Holder.

This program is designed for RFTools Dimensions' Knowledge Holder and Researcher blocks.

Install

wget https://raw.githubusercontent.com/Fatboychummy-CC/etc-programs/main/rftools-dimensions-researcher.lua

Basic Floor Builder (basic-floor-builder.lua)

A simple program which builds a square floor for a room.

Place the turtle in any corner of the room so its right and front sides are facing the wall, fill it with items, then run the program. The turtle will then spiral towards the center of the room while building the floor.

Once the turtle reaches the center, it will move up a block and place a block below it. To make it go down instead, provide any argument to the program.

Install

wget https://raw.githubusercontent.com/Fatboychummy-CC/etc-programs/main/basic-floor-builder.lua

Safe Bridge (safe-bridge.lua)

A quick bridge program to get you across a chasm. It will place blocks in a 'v' shape in a straight line until it detects a block beneath or in front of it, or until a specified max distance.

Install

wget https://raw.githubusercontent.com/Fatboychummy-CC/etc-programs/main/safe-bridge.lua

Cubic Miner Controller (cubic-miner-controller.lua)

This program is designed for a very specific Create contraption, so it is unlikely that anyone else will ever need to use it, but uploading to this repo anyways.

This program will control a Create contraption that is designed to mine an "ore cube", which is just a giant cube of random (or specific) ores. The idea is mainly that these cubes will be generated within an RFTools dimension, and then this program can be used to get tons of ores. It is not very energy efficient to do this, but if you have a mining dimension like this, I assume you have power figured out.

Screenshots and Setup

TODO: add screenshots and setup instructions

Install

wget https://raw.githubusercontent.com/Fatboychummy-CC/etc-programs/main/cubic-miner-controller.lua

Releases

No releases published

Packages

No packages published

Languages