testing version of LuaBIOS and OpenOS

people were having issues getting them to work so now we promote consistency
This commit is contained in:
2025-06-28 20:41:49 +02:00
parent 8210e20939
commit 687cfebd00
182 changed files with 14016 additions and 1 deletions

View File

@@ -0,0 +1,22 @@
NAME
redstone - access to redstone input and output
SYNOPSIS
redstone SIDE
redstone SIDE VALUE
redstone SIDE -b COLOR
redstone SIDE -b COLOR VALUE
DESCRIPTION
This program allows manipulating redstone output of the computer via the shell, if it has a built-in redstone card or is connected to a redstone I/O block. It can also be used to just display the current in- and output. If another mod is installed that provides bundled redstone logic, such as RedLogic, MineFactory Reloaded (Rednet Cables) or Project: Red, it can also be used to interact with bundled signals by passing the `-b` flag.
OPTIONS
-b
interact with bundled signals
EXAMPLES
redstone front
Displays the simple in- and output on the front face of a computer with a redstone card.
redstone north -b lime 200
Sets the bundled `lime` output of a redstone I/O block's northern side to 200.