Functional Storage Digital Redstone Addon
NeoForge addon for Functional Storage that adds a per-drawer redstone mode toggle with a digital output mode. Perfect for Modpacks like ATM where most of the other items with redstone compatibility use digital signals. For example when connecting to a pipe from the Pipez mod.
- Adds a GUI toggle on controllable drawers with a redstone upgrade installed.
- Stores redstone mode per drawer (
Analog / Digital) in BlockEntity NBT.
- Keeps default Functional Storage behavior in
Analog mode.
- Overrides output in
Digital mode:
- full drawer/tank ->
15
- not full ->
0
- Hides the custom mode button when no redstone upgrade is present.
- Minecraft:
1.21.1
- Loader:
NeoForge (21.1.219 in this project)
- Required dependency: Functional Storage, Titanium
- Install NeoForge for Minecraft
1.21.1.
- Install Functional Storage and Titanium for the same MC/loader version.
- Put this mod jar into your
mods folder.
- Start the game.
- Place a supported Functional Storage drawer.
- Insert a Redstone Upgrade into the drawer utility slot.
- Open the drawer GUI.
- Click the redstone mode button:
Analog: vanilla Functional Storage signal behavior
Digital: binary output (15 only when full)
This project is licensed under the MIT License. See LICENSE.
- Built as an addon for Functional Storage.
- Uses Titanium and Functional Storage as required runtime dependencies.