
Lingua Peripherals
CC:Tweaked addon for TTS, displays, and audio playback
About this Mod
Lingua Peripherals
A CC: Tweaked addon mod for Minecraft 1.21.1 (NeoForge), adding language-related peripherals controllable via Computers. From text-to-speech to data display, from file storage to audio playback — Lingua Peripherals enriches the CC:Tweaked ecosystem with speech, text, and audio capabilities.
Features
🗣 Speech Synthesis
- Narrator — A TTS block using Minecraft's built-in Narrator system. Exposed as a CC peripheral with
playVoice(text, rad)for distance-based speech broadcast. - Creative Narrator — An indestructible variant with
globalVoice(text)for cross-dimension, server-wide announcements. - Chinese text support — Input non-ASCII characters via
\uXXXXUnicode escape sequences. - Online converter — Unicode escape converter, paste Chinese → instant CC-compatible output.
voice_finishedevent — Enables sequential multi-segment speech playback.- Configurable — Max range (default 128 blocks) and speech frequency interval adjustable via config file.
📀 Cassette Drive & Audio Playback
- Cassette Drive — A single-slot drive block that accepts cassette tapes. Functions as a CC peripheral with data I/O and DFPWM audio playback.
- Cassette Tape — A dyeable item in 16 colors, crafted with dyes in a crafting table. Stores up to 1 MB of data (configurable).
- Data I/O API —
open(mode)returns a Luaio-compatible file handle supportingread/write/writeLine/seek/close. - Audio playback API —
playTape()/pauseTape()/stopTape()/seekTape(seconds)control DFPWM audio playback. Position and volume can be queried and adjusted in real time. saveAudioAPI — Encode a PCM sample table directly from CC code to DFPWM format and write it to tape.- Redstone control — A redstone pulse triggers playback from the beginning; comparator outputs strength 15 while playing.
- Playback events —
tape_play_start/tape_play_endevents for CC computers to listen on. - Audio sources — Supports both CC
cc.audio.dfpwmlibrary output and raw ffmpeg DFPWM files. - Volume system — Audible range =
max(volume, 1.0) × 16meters, with spherical distance attenuation. Upper limit configurable (default 3.0).
📺 Display Peripherals (zero new blocks)
Place a Computer adjacent to these existing blocks to use them as peripherals:
- Sign Display (
sign_display) — Read/write 4 lines of text on vanilla wood/iron signs. - Lectern Display (
lectern_display) — Page-based read/write of Book & Quill on lecterns, with add/delete page support. - Flap Display (
flap_display) — Control Create mod's Flap Displays. Only enabled when Create is detected at runtime.
All display peripherals support \uXXXX Unicode escape sequences for Chinese text input.
🔧 General
- Wrench support — Right-click to rotate blocks; Shift + right-click to dismantle and return to inventory.
- JEI integration — 16 cassette tape subtypes by dye color, visible in recipe book.
- Multi-language — 中文, English, 日本語, 한국어.
- Crafting recipes — Narrator (CC Speaker + Skull); Cassette Drive and Cassette Tape are craftable.
- License — CC BY-NC-SA 4.0.
Dependencies
- Minecraft 1.21.1
- NeoForge 21.1.228+
- CC: Tweaked 1.119.0+
Links
- GitHub: github.com/Dr-Asm/Lingua-Peripherals
- Unicode escape converter: unicode-converter.soe-hentai.win
- MCMod (MCMOD.cn): https://www.mcmod.cn/class/28025.html
Available Versions
How to Install Lingua Peripherals on Your Server
Order Server
Order a Minecraft Java server with at least 3 GB RAM (4 GB recommended).
Set neoforge Loader
In the panel under "Egg", select the neoforge loader and matching Minecraft version (1.21.1).
Install Mod
Open the mod browser in the dashboard and search for "Lingua Peripherals". Click "Install" – done! Alternatively, upload the .jar via SFTP to the /mods folder.
Compatibility
Mod Loaders
Minecraft Versions
1.21.1
Server-side
✓ RequiredRecommended RAM
4 GB(min. 3 GB)Frequently Asked Questions
Lingua Peripherals server crashes on startup – what to do?
Most common cause: wrong neoforge version or insufficient RAM. Check the server log (latest.log) for "OutOfMemoryError" or "Mixin" errors. With Mado Hosting: ensure at least 3 GB RAM is allocated and the loader matches the mod version (1.21.1). You can switch loaders with one click in the panel.
Is Lingua Peripherals compatible with neoforge?
Lingua Peripherals officially supports neoforge for Minecraft 1.21.1. The Mado dashboard automatically detects incompatible loader combinations.
Server lagging with Lingua Peripherals – how to optimize performance?
Recommended RAM: 4 GB (per 8 players). Use /spark profiler to check if Lingua Peripherals consumes the most tick time. Common fixes: reduce server view-distance to 8-10, install "performant" or "starlight" as supplementary mods on Forge. With Mado Hosting, your server runs on NVMe SSDs with dedicated CPU cores for minimal latency.
Rent Modded Server
Install Lingua Peripherals with just one click on your server.
Details
- License
- Creative Commons Attribution Non Commercial Share Alike 4.0 International
- Server-side
- Required