Tags
Creators
Details
Licensed Unlicense
Published 4 years ago
Updated 4 months ago
All versions
0.2.5
Release
FZMM 0.2.53 years ago 1,033
Compatibility
Minecraft: Java Edition
1.20–1.20.1
Platform
Fabric
Supported environments
Client-side
Required content
Changes
Additions
- Adds that hitting enter key in an image field loads the image
- You can now select suggestions in the image input with the keys
- tab and down arrow to go down, up arrow to go up, enter to select (enter again to load image)
Changes
- Change the chests of the loot table item group that are from archaeology to suspect sand and gravel
Fixes
- Fixes not being able to click text fields under the font selection component of symbol chat (fixing things like not being able to select the field to search in head generator)
- Fixes that since 1.20 instead of uncrafteable tipped arrow appears as arrow of poison in operator utilities
- Fixes compatibility with symbol chat 1.1.0
- Fixes that some tall letters are cut off in text format preview
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:tAvlhiZW:clf0siWj"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:tAvlhiZW:clf0siWj"
}




