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', ,, -, ., /, ;, =, [, ], \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.7+ |
| Create | 6.0.10+ |
!Wire Connect !Turn A !Turn D
This project was developed almost entirely by ClaudeCode (Anthropic's AI assistant). It was built iteratively on top of the official NeoForge mod project template(mod-generator).
Beyond the initial template setup, all code contributions, feature implementations, refactors, and bug fixes were autonomously generated and refined by ClaudeCode in a collaborative loop.
This project is licensed under the MIT License

Drive-By-Wire Addon, add Linked Typewriter style control, making each key a wire signal channel.