1.4-SNAPSHOT
Compatibility
Changes
现在抓取到手上的物品音符盒也会展示储存的音高和乐器; 音高注入棒可以在创造模式物品栏的红石分类中找到; 重绘了内置材质,使用了1.14以后的音符盒材质,也许比上一个版本好看了一丢丢; 调整乐器也可以播放当前音高和乐器对应的声音; 添加和规范了几个按钮的语言键值对。 Note block items held in hand now also display the stored pitch and instrument. The Pitch Injector can now be found in the Redstone category of the creative inventory. Redrew the built-in textures using the post-1.14 note block textures — maybe a tiny bit nicer than the previous version. Adjusting the instrument now also plays the sound corresponding to the current pitch and instrument. Added and standardized translation keys for several buttons.
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:zhAM7sIg:4KCLd9Q9"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:zhAM7sIg:4KCLd9Q9"
}
