promotional bannermobile promotional banner

Skyboxify

A skybox mod that allows you to use OptiFine skies in Fabric 1.21+

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

Fabric

modImplementation "curse.maven:skyboxify-1301799:8006965"
Curse Maven does not yet support mods that have disabled 3rd party sharing

Learn more about Curse Maven

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)