Tags
Creators
Details
All versions
1.1.5
Release
Create: Harmonics 1.1.5 for NeoForge 1.21.13 months ago 2,473
Compatibility
Minecraft: Java Edition
1.21.1
Platform
NeoForge
Supported environments
Client and server
Required content
Changes
Create: Harmonics - 1.1.5
Features
- Sable (Create Aeronautics) now supported!
- Ethereal records have now a broken state, and can be repaired in various ways, available on JEI.
- Now when rotational power is supplied before assembly, and after, the sound is continuous, and the speaker will transition to the new state without interrupting.
- New attribute filters for detecting if a record has a url, or if it's broken.
- Now jukeboxes fully support all funnel configurations.
- When a record breaks, the broken record will be put in any container or create input near of it, otherwise it will be dropped on the ground. This also applies on contraptions.
Optimizations
- Optimized audio players management and contexts are handled efficiently.
- Removed useless wrappers for registers.
- Improved audio synchronization.
Bug fixes
- Fixed crashes with mods which shaded tukaani (like distant horizons).
- Fixed crashes with mods which have a root package as "mixin", now Create Harmonics has a properly namespaced package.
- Fixed random player kicking, and contraptions not being able to pick up loot.
- Fixed crashes with the record press base.
- Very short audio now will work normally.
- Fixed wrong ffmpeg installation (especially for Linux users) but it affected OSes without specific libraries, required by ffmpeg.
Translations
- Swedish translation by @Torktumlaren
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:uWn64pD9:TPuVrz1w"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:uWn64pD9:TPuVrz1w"
}



