File Details
Stored Program Controls 0.1.1 (1.21.1)
- B
- Apr 8, 2026
- 1.27 MB
- 8
- 1.21.1
- NeoForge
File Name
storedprogramcontrols-0.1.1-neoforge1.21.1.jar
Supported Versions
- 1.21.1
Curse Maven Snippet
Stored Program Controls - Changelog
=====================================
Version 0.1.1
-------------
### New Blocks
- LOGO!Power Transformator: Converts between Redstone signals and Forge Energy (FE).
Right-click to toggle mode (Redstone -> FE or FE -> Redstone).
1 Redstone level = 10 FE, max 150 FE.
### Display System Improvements
- External Display now supports dynamic line count based on display height (9 lines per block).
Stack displays vertically to increase available lines.
- Processing Unit internal display increased from 6 to 9 lines.
- Display Text function block expanded from 6 to 9 line parameters.
- Display Text properties dialog now shows per-line visibility indicators when
assigned to multiple displays of different heights:
* Green (*) = visible on all assigned displays
* Yellow (!) = visible on some displays but not others
* Red (x) = not visible on any assigned display
- Lines that exceed a display's capacity are automatically cropped at runtime.
### Energy Balance
- LOGO Multiblock Power Source energy capacity changed from 4000 to 150 FE (max receive: 150 FE).
- Programming Block energy capacity changed from 2000 to 150 FE (max receive: 150 FE).
### Block Drops (Bug Fix)
- Added loot tables for all 19 placeable blocks (1:1 self-drop with survives_explosion).
Previously, blocks dropped nothing when broken due to missing loot tables.
- Ghost block has an empty loot table (no drops, as intended).
### Tool Requirements (Bug Fix)
- Added pickaxe mining tag for all blocks. Blocks now require a pickaxe to mine and drop items.
- Machine blocks (casings, processing units, power blocks, displays, etc.) require at least a
stone pickaxe.
- Network cables and activation blocks (button, lever, pressure plate, TDE key) can be mined
with any pickaxe.
- Added requiresCorrectToolForDrops to cable block properties (was previously missing).
- Fixed a critical bug where requiresCorrectToolForDrops was set on machine blocks but no
mineable tag existed, causing them to never drop anything.
### Jade Integration (Optional)
- Added Jade tooltip overlay support (optional dependency, works without Jade installed).
- Processing Unit: shows execution status (Running, Stopped, Error, etc.) and IP address.
- Power Source: shows stored energy / capacity in FE.
- Power Transformator: shows current mode and stored energy.
- External Display: shows IP address and line count (used / max).
- Programming Block: shows stored energy and IP address.

