Tags
Creators
Details
Licensed MIT
Published 5 months ago
Updated last month
All versions
v1.5.2-mc26.2
Release
infinote v1.5.2 for mc26.2last month 96
Compatibility
Minecraft: Java Edition
26.2
26.1.x
Platform
Fabric
Supported environments
Server-side
Singleplayer
Required content
Changes
v1.5.1
Added
- Added
/infinote transpose <from> <to> <pitchTransposer>.- Transposes Note Blocks in a selected cuboid area.
- If the transposed note would go outside the vanilla Note Block range, Infinote tries to keep the same sound by switching the block under the Note Block to another configured mapping.
- Added
/bpm set <bpm> <tickPerQuarter>.- Calculates TPS from BPM and tick-per-quarter values.
- Applies the calculated tick rate directly, so it can be used from command blocks.
- Expanded Minecraft version support.
- Added support for Minecraft
1.16to1.16.5. - Added support for Minecraft
26.1,26.1.1, and26.1.2.
- Added support for Minecraft
Changed
- Improved command result messages with clearer multi-line output.
- Improved internal command compatibility used by Infinote commands across supported Minecraft versions.
Fixed
- Fixed custom Note Block playback so custom sounds do not play when the block above the Note Block is not air.
- Fixed config loading so mappings are applied correctly after schema migration.
- Improved config migration errors when
mappingsis missing or invalid.
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:6FhIDpFC:eQh8v6xB"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:6FhIDpFC:eQh8v6xB"
}

