Tags
Creators
Details
Licensed GPL-3.0-only
Published 7 months ago
Updated 3 days ago
All versions
2.3
Alpha
peyaj's CustomDiscs 2.33 days ago 10
Compatibility
Minecraft: Java Edition
26.2
26.1.x
Platform
Fabric
Supported environments
Dedicated servers only
Required content
Changes
Fabric Support
- Added native server-side Fabric support with feature parity to the Paper version.
- Provided two distinct Fabric builds:
- Fabric 1.21.x: For Minecraft 1.21 through 1.21.11 running on Java 21 (coming soon).
- Fabric 26.x: For Minecraft 26.x running on Java 25.
- Right-clicking a jukebox with a custom disc plays audio at the block, shows note particles, and displays the song name in the action bar. Clicking it again or breaking the block stops the music and drops the disc.
- Added full Brigadier command support:
/disc web,/disc reload,/disc list,/disc give,/disc play, and/disc stop. - Registered custom items with Geyser-Fabric so Bedrock players can see and hear discs.
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:abKn8l6H:bsQhNTZx"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:abKn8l6H:bsQhNTZx"
}


