OptiGUI 2.0.0-alpha.5 development build
What's new
- Added support for Quilt
- Added support for chest minecarts
- Added support for hopper minecarts
- Added some modularity and new APIs for mod developers
What changed since 2.0.0-alpha.4
- Revert mappings change
- A lot of breaking changes caused by refactoring
About this release
- The first beta is planned to be similar to this release with minor changes
- See details and future plans here
Recommendations
- Recommended for individuals, who like testing (and breaking) stuff
- Not recommended for everyday users
- Not recommended for modpacks
- For other mod developers: the API will likely change in the alpha phase
OptiGUI 2.0.0-alpha.4 development build
What's new
- Added support for Minecraft 1.18-1.18.2
What changed since 2.0.0-alpha.3
- Changed how Yarn mappings are loaded while compiling
About this release
- See details and future plans here
Recommendations
- Recommended for individuals, who like testing (and breaking) stuff
- Not recommended for everyday users
- Not recommended for modpacks
- Quilt support is planned to be added in the beta phase, but as of now, I cannot guarantee that it will work
- For other mod developers: OptiGUI 2+ is intended to be modular, but the API will likely change in the alpha phase
OptiGUI 2.0.0-alpha.3 development build
What's new
- Added support for Minecraft 1.19-1.19.2
- Added back pre-processor and null-guard filters
What changed since 2.0.0-alpha.1
- Changed development build messages:
- Only shown in alpha builds (no longer in beta builds)
- Only shows the first time loading a world
About this release
- See details and future plans here
Recommendations
- Recommended for individuals, who like testing (and breaking) stuff
- Not recommended for everyday users
- Not recommended for modpacks
- Quilt support is planned to be added in the beta phase, but as of now, I cannot guarantee that it will work
- For other mod developers: OptiGUI 2+ is intended to be modular, but the API will likely change in the alpha phase
OptiGUI 2.0.0-alpha.2 development build
What's new
- No new features added
What changed since 2.0.0-alpha.1
- Changes to the codebase:
- Replace dynamic linker with a subproject ("OptiGlue")
- Remove dynamic linker
About this release
- Test CI again, since the last test wasn't entirely successful
- See details and future plans here
- Minecraft 1.19.3 only. Adding support for other Minecraft versions is planned in subsequent alpha builds
Recommendations
- Recommended for individuals, who like testing (and breaking) stuff
- Not recommended for everyday users
- Not recommended for modpacks
- Quilt support is planned to be added in the beta phase, but as of now, I cannot guarantee that it will work
- For other mod developers: OptiGUI 2+ is intended to be modular, but the API will likely change in the alpha phase
OptiGUI 2.0.0-alpha.1
What's new
- The whole codebase has been rewritten in Kotlin, as originally intended
- Fixed some bugs, which are in the old codebase
- Add container=inventory support for survival inventory
- Add support for camels, skeleton horses and other horse-like entities (documentation to be added)
About this release
- This is a GitHub CI test release
- See details and future plans here
Recommendations
- Recommended for individuals, who like testing (and breaking) stuff
- Not recommended for everyday users
- Not recommended for modpacks
- Quilt support is planned to be added in the beta phase, but as of now, I cannot guarantee that it will work
- Other mod developers. OptiGUI 2+ is intended to be modular, but the API will likely change in the alpha phase
- Fix crash after leaving a world/server (#16)