Tags
Creators
Details
1.4.0-1.21.1
Compatibility
Changes
Huge Changes!
I am releasing this in beta because I still need to finish porting th eother versions, but I have swapped from the tag system / removed all serverside requirements.
The mod will now be completely configurable via midnight lib, here's a list of the new things you can change!
- You can now add or remove any block, modded or vanilla from the list of blocks each sound uses. e.g. you could remove copper blocks from metal sounds, and also add grass blocks to glass sounds!
- You can turn on or off any of the sounds entirely if you do not like them
- You can change the volume of each independant sound
- There are now two new sounds for when it is thundering - wind, and distant thunder. these can both be turned on or off, can have their volume changed, and also the frequency in which they play!
- Bells now also have their own sound that will play occasionally.
I plan to release this update to all the existing fabric versions,
Keep cool lads, hope you like the update.
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:iDyqnQLT:OGDA4pq3"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:iDyqnQLT:OGDA4pq3"
}

