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
- Host: GitHub
- URL: https://github.com/Safyre11/SOFI
- Owner: Safyre11
- Created: 2023-05-18T23:10:45.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2023-05-18T23:26:36.000Z (over 2 years ago)
- Last Synced: 2024-07-29T17:41:34.392Z (over 1 year ago)
- Topics: computercraft, computercraft-tweaked, minecraft, redstone
- Language: Lua
- Homepage:
- Size: 2.93 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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