All versions
1.0
Alpha
Random Cozy Musics 1.0 Alpha3 months ago 43
Compatibility
Minecraft: Java Edition
26.1.2
Platform
NeoForge
Supported environments
Client and server
Changes
Random Cozy Musics - 1.0 Alpha first version.
- Release of the mod
- Added total of 32 disc musics
- One custom-texture paper with Life Line help. - Bug fixes when out from pre-alpha.
> - Fixed bug with font that it can get very buggy and show only square
> - Fixed the background panel of discs, made it more quality.
> - Fixed bug with other languages, that it may can get into our mod and try to somehow translate. I don't know how did I fixed it, I just edited the one line that harms it
> - Fixed music when the Minecraft's main music plays it may get very painful, mixing the mod's music and Minecraft's main music together. Made that Minecraft's main music muffles, mutes itself completely so the only music mod's music plays as main music.
Some additions
not recommended to spoil yourself!
Spoiler
- Added easter egg in mod's inventory page when stood long, it will play random of mod's music.
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:A7HXX2ol:VZ8HgNPL"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:A7HXX2ol:VZ8HgNPL"
}

