Tags
Creators
Details
Licensed LGPL-3.0-or-later
Published 4 years ago
All versions
2.1.0
Release
OptiGUI 2.1.03 years ago 13.5K
Compatibility
Minecraft: Java Edition
1.20
1.19.x
1.18.x
Platforms
Fabric
Quilt
Supported environments
Client-side
Required content
Changes
OptiGUI 2.1.0
What's new
- Minecraft 1.20 support
- Basic lectern support
What changed since 2.1.0-beta.3
- Optimize resource loading
- Fix resource leak
What changed since 1.1.6
- One JAR supports Multiple Minecraft versions
- Official Quilt support
- Rewritten in Kotlin
- New OptiGUI ini format
- More ways to replace GUI textures
- Support for Minecraft 1.19.4 and 1.20
- Basic support for almost all GUIs
- Upcoming: hanging signs
- Upcoming: more selectors
- Removed
_extensionsfrom OptiFine properties- Added to OptiGUI ini files
- See documentation for migration guide
- Use filter chain instead of in-memory representation of files
- New icon
- Documentation
About this release
- This is the first stable version after 6 months of development
and Java+Gradle+Loom+IntelliJ breakage- Some alpha and beta builds were pretty stable tho
- There's a lot more features to come
- If you have an idea how OptiGUI should be expanded, you can open an issue on GitHub
Recommendations
- Recommended for everyday users
- Recommended for modpacks
- Documentation is available on GitHub Pages
Optional dependencies
Supplementary resources
| File | Type | Size | |
|---|---|---|---|
| optigui-2.1.0-sources.jar | Unknown | 66.44 KiB |
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:P6myMR8K"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:JuksLGBQ:P6myMR8K"
}



