
ExtendedNoteBlock
ArchivedA Fabric Mod that adds an extended note block to Minecraft.
7Kdownloads
3followers
7Kdownloads
3followers
ExtendedNoteBlock has been archived. ExtendedNoteBlock will not receive any further updates unless the author decides to unarchive the project.
Links
Tags
Creators
Details
Licensed MIT
Published last year
Updated last month
All versions
1.9.1-1.21.1
Release
1.9.1-1.21.1last month 796
Compatibility
Minecraft: Java Edition
1.21.1
Platform
Fabric
Supported environments
Client and server
Required content
Changes
ExtendedNoteBlock v1.9.1
发布信息
- 发布日期: 2026-07-19 18:33:30
- Git 提交: 9c902c2
- 上一版本: v1.9.0
详细提交记录
自上版本 v1.9.0 以来的变更
- chore: fix build script (9c902c2)
- chore: bump version to 1.9.1 (8a519e4)
- chore(screen): silence UI button click sounds on note select (79cb7f4)
- chore(screen): remove UI button click sound on note select (06122e0)
- feat(preview): add C2S preview request packet for reliable preview on close (2f32eec)
- feat(neighborupdate): immediately set POWERED on rising edge, delay only sound (0058bd9)
兼容性说明
Minecraft 1.20.1 版本
支持范围: Minecraft 1.20 ~ 1.20.1
必需依赖:
- Fabric Loader >=0.17
- Fabric API >=0.92.6+1.20.1
- Java >=17
Minecraft 1.21.1 版本
支持范围: Minecraft 1.21 ~ 1.21.1
必需依赖:
- Fabric Loader >=0.16.14
- Fabric API >=0.116.13+1.21.1
- Java >=21
文件清单
本次发布包含以下文件:
extendednoteblock-1.9.1+1.20.1.jar(20.12M)- MD5:
366ef1fb9e149ac7fdf69d8d8bb732ed - SHA256:
381e2b5d7cb70b0e81183f0f0cf7e300135287a7777222e646b2bb8ccaac9852
- MD5:
extendednoteblock-1.9.1+1.21.1.jar(20.15M)- MD5:
a5a022a3544d903feb09fea7f5d54644 - SHA256:
9fdf1f9464c824f7e7dbd4d964a6fe2e86fd52ba0379103feeb020ee603cc646
- MD5:
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:JL9ooSG2:XYPff5nL"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:JL9ooSG2:XYPff5nL"
}
