An addon for Create that bridges Net Music's CD player with the Display Link, letting you show song name, play status, and lyrics on Display Boards, Nixie Tubes, or Signs.
Features
Point a Display Link at a Net Music CD Player and choose from 6 data sources:
Song Name — title of the currently playing disc Play Status — playing / stopped Original Lyrics — current lyric line synced to playback progress Translated Lyrics — current translated lyric line synced to playback progress All-in-One (multi-line) — play status + song name + original lyrics + translated lyrics Dual Lyrics (multi-line) — original lyrics + translated lyrics stacked Lyrics are fetched directly from the NetEase Cloud Music API on the server side and cached asynchronously — no client-side data required.
Dependencies
Minecraft 1.21.1 + NeoForge: Create 6.0.10+, Net Music 1.5.1+ Minecraft 1.20.1 + Forge: Create 0.5.1.f, Net Music 1.5.1+ Installation
Install the dependencies above Drop this mod's jar into your mods folder Must be installed on both server and client Usage
Place a Display Board (or Nixie Tube / Sign) Use a Display Link and right-click to place it on a Net Music CD Player Select your desired data source The information will appear on the display Technical Details
Create's Display Link is a server-side block system — DisplaySource data collection runs on the server Net Music's lyrics are originally a client-only field, inaccessible to the server This mod adds a LyricCache that lets the server call the NetEase lyrics API itself, fetching and caching lyrics asynchronously, then calculating the current lyric line based on the CD player's playback progress (in ticks) License
MIT License © 2026 枕燕眠
Source
