Links
Tags
Creators
Details
All versions

neoforge-6.1.0
Release
[NeoForge 1.21.1]Created Music Discs[6.1.0]last year 2,076
Compatibility
Minecraft: Java Edition
1.21.1
Platform
NeoForge
Supported environments
Client and server
Required content
Any compatible version
Changes
6.1.0: Music Disc Bag Update
Additions
Compatible
Compatibility with the following mods has been added:
- Caverns & Chasms (by Team Abnormals)
- Concoction! (by Sebsish, woofyboo)
- Confluence: Otherworld (by westernat233)
- DivineRPG (by velocityraptor-real)
- Iron's Spells 'n Spellbooks (by Iron431)
- Nether Dungeons (by Team Durt)
- Rediscovered (by ModdingLegacy)
- Ribbits: Croaks (by Jonahanoj)
- Rise of the Gecko King (by GeckoKingYT)
- Sweety's Archaeology (by Sweetygamer2)
- The Broken Script (by wendigodrip)
- The Conjurer (by ModdingLegacy)
- The Graveyard - Resurrected (by Moomba)
- Valoria (by IriDark)
Changes
Items
Music Disc Bag
- Item texture and GUI has been updated.

- Can be dyed into 16 colors.

Music Disk Base
- Texture has been updated.

Compatible
Compatibility with the following mods has been updated:
- Eternal Starlight (by LeoMinecraftModding)
- Eternal Tales (by Unknown_Raccoon)
- Keepers of the Stones II (by Environment_Studios)
- LUMINOUS (by RipleysMods)
- LUMINOUS: BEASTS (by RipleysMods)
- Sully's Mod (by GoesBySully)
- The Deep Void (by Mortius)
- Wizard's Reborn (by MaxBogomol)

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:uS6l0f2i"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:x63tCwHi:uS6l0f2i"
}


