Tags
Creators
Details
1.1.0
Compatibility
Required content
Changes
š InGameTips 1.1.0 - Major Update
I'm excited to announce InGameTips 1.1.0! This update brings several important improvements, bug fixes, and the addition of support for Fabric and Quilt, alongside Forge.
š What's New in 1.1.0?
- Backport to 1.20 & 1.20.1: The mod is now available for Minecraft 1.20 and 1.20.1!
- Architectury Support: InGameTips now supports Architectury API, enabling compatibility with multiple platforms.
- In-Game Configuration: A new configuration screen is available, allowing you to modify settings both on the client and server without restarting the game (requires Cloth Config).
- Bug Fixes: Fixed the issue where tip delays were not functioning as expected.
- Code Optimization: The entire code has been reworked and optimized for better performance and efficiency.
š Version-Specific Information
š§ Forge Version
- Now requires Architectury to work with Forge.
- All features of the mod are supported in this version.
āļø Fabric Version
- New: InGameTips is now available for Fabric!
- Requires Architectury API.
- Requires Forge-Config-API-Port to handle the configuration.
šŖ¶ Quilt Version
- New: InGameTips is now compatible with Quilt!
- Requires Architectury API.
- Known Issue: Instant config reload from file is not functional on Quilt, and this issue will not be fixed.
Thank you for checking out InGameTips! Your feedback is invaluable, so feel free to report issues or suggest new features on GitHub. I hope you find this mod as useful as I intended it to be!
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:dz09Z3mP:Lsdc16gA"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:dz09Z3mP:Lsdc16gA"
}

