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
Analogmode. - Overrides output in
Digitalmode:- full drawer/tank ->
15 - not full ->
0
- full drawer/tank ->
- Hides the custom mode button when no redstone upgrade is present.
- Minecraft:
1.21.1 - Loader:
NeoForge(21.1.219in 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
modsfolder. - 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 behaviorDigital: binary output (15only 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.

