Links
Tags
Creators
Details
All versions
neoforge-4.1.0
Release
[NeoForge 1.20.4]Created Music Discs[4.1.0]2 years ago 97
Uploaded by
Compatibility
Minecraft: Java Edition
1.20.4
Platform
NeoForge
Supported environments
Client and server
Required content
Any compatible version
Changes
Changes:
- Renamed Music Bag to Music Disc Bag (3.7.0)
- Music Disc Bag: Added crafting and inventory (3.7.0)
Added compability:
- Afflasi Ruins (by Herobrine011840): NeoForge/Forge
- Alex's Caves: Adventure (by Bluezers): NeoForge/Forge
- Alex's Caves: Stuff & Torpedoes (by Furti_Two): NeoForge/Forge
- Call of Yucatán (by Unusual_Squad): NeoForge/Forge
- Eldritch Grotto (by Herobrine011840): NeoForge/Forge
- Gloom Caves (by Herobrine011840): NeoForge/Forge
- Herobrine011840's Cave Biomes (by Herobrine011840): NeoForge/Forge
- Keepers of the Stones (by Environment_Studios): NeoForge/Forge
- Keepers of the Stones II (by Environment_Studios): NeoForge/Forge
- Mowzie's Mobs (by bobmowzie): NeoForge/Forge
- Skyland (by Neeerd/ItzDave): NeoForge/Forge
- The Legend Of The Dudes (by Isla_Nublar): NeoForge/Forge
Update compability:
- RedWolf's Music Expansion (by RedWolfNinja_): Rewritten compatibility
- The Bumblezone (by telepathicgrunt): Added new music disсs: "Punpudle - A Last First Last" and "Punpudle - Drowning in Despair"
- Wizard's Reborn (by MaxBogomol): Added new music disсs: "Onjerlay - Blue Shimmer" and "Onjerlay - Magical Panache"
Fixed:
- Music Disc Bag: Crafting (4.1.0)
Note:
- Fabric/Quilt is no longer supported, more details HERE.
- 4.1.0 is most likely the latest version of the mod for NeoForge 1.20.4, a port to NeoForge 1.20.6 will be started 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:UXTMzRte"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:x63tCwHi:UXTMzRte"
}

