promotional bannermobile promotional banner

Nuit (formerly FabricSkyboxes)

A skyboxes mod that improves on the idea of custom skyboxes!

File Details

FabricSkyboxes 0.7.0 for Minecraft 1.19.4

  • R
  • May 30, 2023
  • 177.56 KB
  • 4.7K
  • 1.19.4
  • Fabric

File Name

fabricskyboxes-0.7.0+mc1.19.4.jar

Supported Versions

  • 1.19.4

Curse Maven Snippet

Fabric

modImplementation "curse.maven:nuit-408209:4558942"
Curse Maven does not yet support mods that have disabled 3rd party sharing

Learn more about Curse Maven

What's Changed

  • Improved and moved custom blend mode into blender object. More information can be found here.

    • Add support for blend function separate.
  • Added overworld and end skybox type (#80)

    • overworld skybox type will render the vanilla overworld sky + sunset/sunrise hue.
    • Modified sunrise/sunset fog to match decorations rotation.
  • Improved decorations rendering (#80)

    • In theory resolves #54
    • Allow more than 1 decoration to be rendered.
    • Add blending for decorations.
  • Added decorations and disable blending modes (#80)

    • decorations is the default blending mode for decorations.
    • disable blend mode does as named.
  • Improved rotation (#79)

    • Fixed rotation precision, this resolves #83.
    • Added rotationSpeedX and rotationSpeedZ for controlling pitch and roll.
    • Renamed rotationSpeed to rotationSpeedY and removes its hardcoded offset. Previously, rotationSpeed controlled yaw rotation but with the addition of rotationSpeedX and rotationSpeedZ, users can now easily control all three axes of rotation without the need to abuse axis/static.
    • Users can still use axis/static alongside rotationSpeedY if they wish to simulate rolling or pitching.
    • Removed shouldRotate property from properties. The rotation axes can now be determined in the rotation object, where all rotation speed axes are set to 0 by default.
    • Added skyboxRotation toggle in rotation object, the sun/moon speeds up and slows down when rotating in certain areas(sunset/sunrise hue) and it affects rotation. It's enabled by default for all skybox rotation objects and disabled by default for all decorations rotation object.
  • Fixed monocolor sky type

    • Added blend object for monocolor
  • Mark fade times optional (mainly just to avoid setting fade times just to use alwaysOn)

  • Fixed weather condition checks

  • Fixed dimensions condition not following specification

  • Fixed triangles appearing on corners of skyboxes under low render distances.

Disabled changes

  • Iris API/sun path rotation by IMS212
    • Temporarily disabled as it's a difficult problem to solve when you want to do stuff and shader packs what to do something else.

Full Changelog: https://github.com/AMereBagatelle/fabricskyboxes/compare/0.6.5-mc1.19.4...0.7.0-mc1.19.4