Описание
# RedstF – Create Addon for Redstone Links
**RedstF** extends [Create](https://modrinth.com/mod/create) with new Redstone Link mechanics: programmable functions, more frequencies, and RGB displays.
---
## Video
---
## Features
### Linked Function
Definable functions that can be called via Redstone Links:
- **Definition** (function only): Receives inputs, runs the Redstone circuit, sends outputs
- **Call** (function + call group): Calls a function and receives the result
- **Cache modes**: Standard (input hash) or Remembering (input history)
- **Signal strength**: Full (0–15) or Binary (0/15)
- Multiple functions can compute in parallel
### Compound Frequency
Extends the frequency space: Two items in one slot create a new unique frequency. Useful when single items are not enough.
### Pixel Block & Pixel Panel
RGB displays that show Redstone Link signals:
- **Pixel Block**: 3D block with 6 frequency slots (2 per R/G/B channel)
- **Pixel Panel**: Flat variant for walls
### Network Visualizer
Goggles that visualize Redstone Link networks:
- Connections, frequencies, Linked Function structure
- Cyan = currently computing connection
- Sneak + right-click to cycle modes
---
## Dependencies
- **Minecraft** 1.21.1
- **NeoForge** 21.1.215+
- **Create** 6.0.9+
---
## Commands
| Command | Description |
|---------|-------------|
| `/redstf status` | Shows number of active computations |
| `/redstf reset` | Resets all computations and clears the cache |
| `/redstf clearcache` | Clears only the cache |