All versions
1.2
Release
CrystallineFlowerSearch 1.2last month 37
Compatibility
Minecraft: Java Edition
1.20.1
Platform
Forge
Supported environments
Client-side
Changes
修复
- 修复因为索引越界导致的崩溃问题
- 修复有时搜索功能会失效的问题
- 修复在搜索时按下E会关闭界面的问题
新功能
- 现在对搜索框点击右键可以清空搜索
- 现在选择附魔后,列表将留在当前位置
Fixes
- Fixed a crash caused by index out of bounds
- Fixed an issue where the search function would sometimes stop working
- Fixed the issue where pressing E while searching would close the interface
New Features
- Right-clicking the search box now clears the search input
- The list now stays at the current position after selecting an enchantment
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:n0DdMvVu:IrmzmB4v"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:n0DdMvVu:IrmzmB4v"
}

