Compatibility
Minecraft: Java Edition
1.21.x
1.20.x
1.19.x
1.18.x
1.17.x
1.16.3–1.16.5
Platforms
Fabric
Supported environments
90% of ad revenue goes to creators
Support creators and Modrinth ad-free with Modrinth+Details
Licensed MIT
Published 3 years ago
Updated 4 months ago
Changelog
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
andend
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
anddisable
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
androtationSpeedZ
for controlling pitch and roll. - Renamed
rotationSpeed
torotationSpeedY
and removes its hardcoded offset. Previously,rotationSpeed
controlled yaw rotation but with the addition ofrotationSpeedX
androtationSpeedZ
, users can now easily control all three axes of rotation without the need to abuseaxis
/static
. - Users can still use
axis
/static
alongsiderotationSpeedY
if they wish to simulate rolling or pitching. - Removed
shouldRotate
property from properties. The rotation axes can now be determined in therotation
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 formonocolor
- Added
-
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
Dependencies
Files
Metadata
Release channel
ReleaseVersion number
0.7.0-mc1.19.4Loaders
Game versions
1.19.4Downloads
1887Publication date
May 30, 2023 at 11:09 AMPublisher
AMereBagatelle
Owner