An open API service indexing awesome lists of open source software.

https://github.com/Safyre11/SOFI

A simple script to output a redstone signal if an inventory is full
https://github.com/Safyre11/SOFI

computercraft computercraft-tweaked minecraft redstone

Last synced: 10 months ago
JSON representation

A simple script to output a redstone signal if an inventory is full

Awesome Lists containing this project

README

          

# SOFI

SOFI or Stop On Full Inventory is a small script I wrote for CC tweaked. It detects if an inventory is full and outputs a redstone signal if it is. I wrote this to work with functional storage's storage controller to determine if a group of drawers was full.

Yes, it is basically just a comparator with more steps.

# Settings
All of the settings can be found in the settings file. This should be the only file you need to edit. Below you can find what each of the settings do

### INVENTORY_SIDE
Which side the computer will look for an inventory.

### REDSTONE_OUTPUT_SIDE
Which side the computer will output a redstone signal to.

### STOP_KEY
Which key should be pressed to exit the program