File Details
Release 2.8 for 1.21.6-1.21.8
- R
- Apr 28, 2026
- 288.17 KB
- 845
- 1.21.8+2
- Fabric
File Name
skyboxify-2.8+1.21.8-fabric.jar
Supported Versions
- 1.21.8
- 1.21.7
- 1.21.6
Curse Maven Snippet
Release 2.8
General
- Moved from LightConfig to YetAnotherConfigLib as LightConfig is discontinued.
- You will need to download yacl, as it is not included.
- Your settings should persist.
Other/API
- Removed getVersion as I don't know how to handle these changes
- New getConfigHandler and getConfigScreen methods
- SkyboxifyConfig#load is gone ->
SkyboxifyImpl.getInstance().getConfigHandler().load() - SkyboxifyConfig#getConfigScreen is gone ->
SkyboxifyImpl.getInstance().getConfigScreen(parent)

