Links
Tags
Creators
Details
All versions
neoforge-5.2.0
Release
[NeoForge 1.20.6]Created Music Discs[5.2.0]2 years ago 84
Uploaded by
Compatibility
Minecraft: Java Edition
1.20.6
Platform
NeoForge
Supported environments
Client and server
Required content
Any compatible version
Changes
Added compability:
- Balmy food (by Kvadrat_Q)
- Call From The Depths (by RN6)
- Doctor Who: Weeping Angels (by Jeryn)
- Endless Journey (by Neeerd/ItzDave)
- FNAF: Management Wanted (by OVDRStudios)
- Five Nights At Freddy's Security Breach Remastered (by Aysome122)
- LUMINOUS (by RipleysMods)
- LUMINOUS: BEASTS (by RipleysMods)
- LUMINOUS: NETHER (by RipleysMods)
- Legacy Revived (by pikminboZZ)
- Mario PowerUps (by bo_bo0)
- New End Stuff (by PottBlach Creators)
- Slipcraft (by owl7892)
- The Deep Void (by Mortius)
- The John Reborn (by AerilonLegacyStudios)
- Trials Chambers (by Jusey1z)
Update compability:
- Distorted Discs (by BBoldt)
- Wizard's Reborn (by MaxBogomol)
Changes:
- Textures: Music Disc Bag and Music Disc "calm4" (by Kvadrat_Q)
Note:
- 5.2.0 is the latest version of the mod for NeoForge 1.20.6, porting to NeoForge 1.21.1 will start soon.
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:x63tCwHi:8YZAhtoO"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:x63tCwHi:8YZAhtoO"
}

