promotional bannermobile promotional banner

MusicXCST

This project adds writable custom music discs with a CD Writer, local audio uploads, custom disc names/colors, and jukebox playback.

File Details

musicxcst 0.1.7

  • R
  • Jun 11, 2026
  • 510.39 KB
  • 67
  • 26.1.2
  • Fabric

File Name

musicxcst-0.1.7.jar

Supported Versions

  • 26.1.2

Curse Maven Snippet

Fabric

modImplementation "curse.maven:musicxcst-1563663:8232586"
Curse Maven does not yet support mods that have disabled 3rd party sharing

Learn more about Curse Maven

Summary

  • This release combines the unreleased chat/command polish and the larger custom-disc artwork/editor upgrade into one proper 0.1.7 release for players, admins, and server owners.

Added

  • Added high-resolution custom disc design support with new MXC2 Design IDs for larger square canvases.
  • Added editor feedback after successful import with a blocking success overlay, progress bar, and auto-close countdown.
  • Added editor bootstrap loading so large custom designs reopen in the browser editor without hitting Windows URL length limits.
  • Added drag-and-drop reference-image loading in the Reference tab of the web editor.
  • Added colorful command help formatting so /cstmusic help and the admin help entries are easier to scan in chat without changing the command wording.

Changed

  • Custom disc data now stores design width, height, format version, and editor/import metadata instead of assuming every design is fixed 16x16.
  • CD Writer and custom item rendering now recognize larger design sizes, and the in-block preview can display normalized high-resolution designs.
  • Final PNG export in the web editor now follows the actual exported design size instead of always forcing 16x16.
  • Blueprint CD renderer placement is now tunable per canvas size in code, making it easier to hand-adjust 16x16, 32x32, 64x64, and 128x128 pixel scale/offset profiles.
  • Styled more command output, warnings, and status updates through the shared chat feedback formatter, including upload start/finish messages and FFmpeg/admin status feedback. - Upload actionbar progress now highlights the percentage and ETA with richer colors while keeping the existing wording. ## Fixed - Fixed imported and editor-created custom disc designs falling back to inconsistent rendering paths. - Fixed the redesigned browser editor failing to reopen large designs because the full Design ID was being passed through the browser launch URL. - Fixed oversized MXC2 Design IDs crashing item sync/world save NBT serialization by avoiding unsafe large Design ID strings in item stack data. - Fixed CD Writer status checks showing the wrong “place a Blueprint CD” message when the real blocker was the occupied output slot. - Fixed the Reference tab lacking the same image drag-and-drop workflow available in the import/convert area. - Fixed command errors triggered from /cstmusic subcommands so they now use MusicXCST's styled error output instead of plainer raw exception text.