Tags
Creators
Details
v1.6.0-mc26.3
Compatibility
Required content
Changes
v1.6.0
Added
- New support version; mc26.3
bypassBlock: blocks registered with/infinote bypass <add|remove|list>let a noteblock play even when they sit on top of it. Stored inconfig/infinote.jsonunderbypass, next tomappings. A note that only plays because of the bypass list does not emitnote_block_play, so Sculk Sensors and Allays keep reacting only to notes vanilla would have played.
Fixed
- A mob head placed on a noteblock whose supporting block had a custom mapping played nothing at all. The vanilla mob head sound now plays as it should. (mc1.19.3+)
- Custom mapped sounds no longer swallow the
note_block_playgame event, so Sculk Sensors and Allays react to them again. (mc1.19+)
Changed
-
Breaking.
add/remove/list/getmoved under a newinstrumentsubcommand, no longer sit at the same level asbypass. Rename them in any macros, command blocks or scripts:/infinote add ...->/infinote instrument add .../infinote remove ...->/infinote instrument remove .../infinote list ...->/infinote instrument list .../infinote get ...->/infinote instrument get ...
reload,import,transposeand/bpmare unchanged. The config format is unchanged.
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:Xb2s1kd2"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:6FhIDpFC:Xb2s1kd2"
}

