Tags
Creators
Details
All versions
1.1.0
Release
1.1.03 years ago 4,829
Compatibility
Minecraft: Java Edition
1.20.1
Platform
Fabric
Supported environments
Client-side
Required content
Changes
- Completely overhauled the symbol panel to be more intuitive to use
- The custom symbols tab is now called "favorites"
- Favorites can be added by right-clicking a symbol (or still through the config)
- The symbol suggestions will now show favorited symbols when only typing
: - Favorited symbols will be marked in the corners of the buttons (except for the favorites tab)
- Favorited symbols can now also be removed through the unicode table
- The height of the symbol panel can now be changed in the config
- A new config option enables keeping the symbol panel open even when exiting the screen
- The selected tab will now persist even when exiting the screen
- Holding down control will scroll faster in the font dropdown and symbol tabs
- Fixed a typo in a language file key
Optional dependencies
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:NKvLVQMc:dcB32SMC"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:NKvLVQMc:dcB32SMC"
}



