Tags
Creators
Details
Licensed Unlicense
Published 4 years ago
Updated 4 months ago
All versions
0.2.2
Release
1.19.4 - 0.2.23 years ago 748
Compatibility
Minecraft: Java Edition
1.19.4
Platform
Fabric
Supported environments
Client-side
Required content
Unavailable version
Unavailable version
Changes
Highlights
- Update to 1.19.4
- Add Text Display to Imagetext
Additions
- Adds config to show or not the item weight in the lore
- Adds the option to have favorite colors in the color overlay
Changes
- Changes in Encryptbook
- Removed the second page
- Use translation fallback to show encrypted message when you don't have decrypt, show encrypt info in message tooltip
- Now the command syntax of fzmm skull is /fzmm skull <name> or /fzmm skull <name> cache/mineskin/mojang, if you don't specify the method to get the skin it tries to get first from cache and then from mojang (this adds the option to upload the skin to mineskin and fix compatibility with local skins from CustomSkinLoader)
Fixes
- Fixes change that caused item group translations in the mod to remain in the language you used when you opened the inventory (https://github.com/Zailer43/FZMM-Mod/issues/18)
- Fixes that clicking on some visible components of an overlay closes the overlay
- Fixes that hitting the load image buttons freezes the game until the image loads
Removes
- Removes showing tags in item tooltips, as it was annoying and impractical
Optional dependencies
Unavailable version
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:7poU7M1M"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:tAvlhiZW:7poU7M1M"
}

