A NeoForge addon for Minecraft 1.21.1 that adds a keyboard-driven wire source to the Drive By Wire (Sable) network, using Create Aeronautics's typewriter mechanics.
Adds a Typewriter Hub block. Right-click it with an empty hand to start typing — your keypresses are broadcast as redstone signals on the Drive By Wire network, one channel per key. Right-click again to stop.
| Block | Description |
|---|---|
| Typewriter Hub | A typewriter and multi-channel wire source in one block. |
The hub exposes a channel for every key:
A–Z0–9', ,, -, ., /, ;, =, [, ], \á, é, í, ó, ö, ő, ú, ü, ű (Channel shows when using a hungarian keyboard layout)Each channel is active (1) while the key is held and inactive (0) when released. Only one player can use a hub at a time; disconnecting or losing window focus resets all channels.
| Mod | Version |
|---|---|
| NeoForge | 21.1.228+ |
| Simulated (Create: Simulated) | 1.1.3+ |
| Drive By Wire | 0.2.9+ |
| Create | 6.0.10+ |

This project was developed with substantial assistance from Claude Code (Anthropic) and Codex (OpenAI). It was built iteratively on top of the official NeoForge mod project template (Mod Generator).
Beyond the initial template setup, the implementation, refactors, bug fixes, documentation, and validation were generated and refined through collaborative, human-directed development with these AI coding assistants.
This project is licensed under the MIT License