Tags
Creators
Details
Licensed LGPL-3.0-or-later
Published 4 years ago
All versions
2.0.0-beta.3
Beta
OptiGUI 2.0.0-beta.33 years ago 173.8K
Uploaded by
Compatibility
Minecraft: Java Edition
1.19.3–1.19.4
Platforms
Fabric
Quilt
Supported environments
Client-side
Required content
Unavailable version
Unavailable version
Changes
OptiGUI 2.0.0-beta.3
What's new
- Basic support for pre-1.20 smithing table GUI
- This doesn't take into account the 1.20 data pack
- The texture to be replaced cannot be checked as of now
What changed since 2.0.0-beta.2
- Breaking changes for developers:
- Removed Jitpack support (use Modrinth Maven or CurseMaven)
- Triggernig non-block-entity container GUI replacement from 3rd party mods is now supported
- Remove
containerandtexturefromGeneralPropertiesand subclasses
About this release
- Should be stable enough for daily driving
Recommendations
- Recommended for everyday users
- Modpacks may decide to wait till the full release
- For other mod developers:
- Fundamental API changes are unlikely, but breaking changes may be introduced till the full release
- Documentation is available on GitHub Pages
Optional dependencies
Unavailable version
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:JuksLGBQ:TM9YqUwX"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:JuksLGBQ:TM9YqUwX"
}

