1.1.0
Compatibility
Changes
- JAPI is no longer a dependency
- Config menu now uses MidnightConfig
- Journal options menu has been made smaller since more things are in the MidnightConfig menu
- Component tooltips now work with the new components system introduced in recent versions
- Component tooltips are now only available when in creative or while being a server operator.
- Default keybind to open Functions menu has been changed to INSERT
- Added unbound keybinds for executing functions 1-10 via hotkey
- Removed Rapid Use keybind.
- 3d Target blocks from the Default+ resource pack has been removed.
Part of this update is to make this mod more server-friendly. I plan to turn JAPI into a common library required by server and client, meaning this mod needed to become independent from it. I probably will re-add an autoclicker functionality in the future. I'd also like to make AutoClick and Functions require permission from the server in the future. I intend for this mod to provide useful utilities, not for exploits.
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:Z2FIx087:IoiPwOo9"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:Z2FIx087:IoiPwOo9"
}

