Links
Tags
Creators
Details
Licensed GPL-3.0-only
Published last month
Updated 2 days ago
All versions
rolling_tones_0.2.1
Release
Create: Rolling Tones 0.2.13 weeks ago 3,715
Compatibility
Minecraft: Java Edition
1.21.1
Platform
NeoForge
Supported environments
Client-side
Changes
Create: Rolling Tones - Version 2
ADDITIONS:
- Added Create: Tracks 1.0.1 and Tracks+ 1.0.5 support.
- Added a special track rattling sound to Tracks
- Added visual config menu that automatically imports changes once confirm is pressed
- Added slight pitch randomisation to sound samples
- Improved the sample randomizer, it now makes sure there arent two identical samples playing at the same time if possible
FIXES:
- Fixed directional audio (hopefully)
CHANGES:
- Changed some default config values
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:eMSbM34C:isKjPDLL"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:eMSbM34C:isKjPDLL"
}

