Tags
Creators
Details
All versions
0.1.7
Release
MusicXCST 0.1.72 months ago 261
Compatibility
Minecraft: Java Edition
26.1.2
Platform
Fabric
Supported environments
Client and server
Required content
Changes
Summary
- This release combines the unreleased chat/command polish and the larger custom-disc artwork/editor upgrade into one proper
0.1.7release for players, admins, and server owners.
Added
- Added high-resolution custom disc design support with new
MXC2Design 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 helpand 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, and128x128pixel 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
MXC2Design 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
/cstmusicsubcommands so they now use MusicXCST's styled error output instead of plainer raw exception text.
Projects on Modrinth are automatically available through a Maven repository for use with JVM build tools such as Gradle. To learn more about the Modrinth Maven API, click here.
Note: When available, you should use the creator's maven repo instead as it will have transitive dependency information that the Modrinth Maven API does not. You may also end up with duplicate dependencies if you use a mix of Modrinth and non-Modrinth Maven repositories for your dependencies, because the group identifier will be different when served through the Modrinth Maven API.
Maven coordinates:
Version ID:
build.gradle:
repositories {
exclusiveContent {
forRepository {
maven {
name = "Modrinth"
url = "https://api.modrinth.com/maven"
}
}
// forRepositories(fg.repository) // Uncomment when using ForgeGradle
filter {
includeGroup "maven.modrinth"
}
}
}
// Standard Gradle dependency
dependencies {
implementation "maven.modrinth:42nLVxBN:KiZvGDU2"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:42nLVxBN:KiZvGDU2"
}


