Tags
Creators
Details
Licensed LGPL-3.0-or-later
Published 4 years ago
Updated last month
All versions
2.2.0-alpha.1
Alpha
OptiGUI 2.2.0-alpha.13 years ago 746.9K
Compatibility
Minecraft: Java Edition
1.20–1.20.1
Platforms
Fabric
Quilt
Supported environments
Client-side
Required content
Changes
OptiGUI 2.2.0-alpha.1 developer preview
What's new since 2.1.5
- Refactor codebase
- Extend API for 3rd party mods
- Split API JAR from main JAR
- Huge performance improvements
- Significantly reduce allocations while evaluating filters
- Significantly reduce allocations while a supported GUI screen is open
- Inspector for resource pack creators (default keybind is
F12) - Add new selectors (will update the documentation)
- Fix trader llama bug
About this release
- Extract and repurpose bundled OptiGlue to LiLaC (new dependency)
- This is the first developer preview of 2.2.0
- For other mod developers: the API will likely change in the alpha phase
- This release doesn't include every planned 2.2.0 feature
- I kinda rushed releasing it, but didn't
- A good amount of changes have been made, and I'm happy releasing them
- The development pace will be slower from now on, because I have a life outside Minecraft
Recommendations
- Recommended for individuals, who like testing (and breaking) stuff
- Recommended to try for resource pack creators (please create a new profile)
- Not recommended for everyday users
- Not recommended for modpacks
- Documentation is available on GitHub Pages
- Outdated as of releasing this version, but will update it soon (1-2 weeks from now)
Optional dependencies
Supplementary resources
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:JuksLGBQ:noPVqZnY"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:JuksLGBQ:noPVqZnY"
}




