FabricSkyboxes - Changelog (2024)

FabricSkyboxes - Changelog (1)

Mod

Allows resource packs to define custom skyboxes.

Client

Utility

2.36M downloads

908 followers

Created3 years ago

Updated18 days ago

Follow Save

Host your Minecraft server on BisectHosting - get 25% off your first month with code MODRINTH.

Filter loader...

Filter versions...

1

2

3

FabricSkyBoxes 0.7.4 for Minecraft 1.21

by AMereBagatelle on Jun 13, 2024

Download

FabricSkyBoxes 0.7.4 for Minecraft 1.20.5

by AMereBagatelle on Apr 24, 2024

Download

What's Changed

New Contributors

Full Changelog: https://github.com/AMereBagatelle/fabricskyboxes/compare/mc1.20.2-0.7.3...mc1.20.5-0.7.4

FabricSkyBoxes 0.7.3 for Minecraft 1.20.2

by AMereBagatelle on Sep 21, 2023

Download

FabricSkyBoxes 0.7.3 for Minecraft 1.20/1.20.1

by AMereBagatelle on Sep 21, 2023

Download

What's Changed?

  • Added a minAlpha field for properties.
  • Added a timeShift vector for the rotation object (By default, FSB starts rotation at 0 tick time, while OptiFine does so at 18000 tick time. This vector allows us to shift the start time for our rotation).
  • Added an experimental multi-texture skybox type (wiki section).
  • Added contributing guidelines and a code of conduct.
  • Allowed fog color modification to also modify fog density.
  • Added a configuration file (.minecraft/config/fabricskyboxes-config.json).
    • Saves enable state.
    • Added a keepVanillaBehaviour flag.
  • Fixed the URL issue when using Sinytra Connector (#96).
  • Fixed the alpha rendering for the end skybox type.
  • Added a debugging HUD (Keybind is unbound, meant for resource pack authors).
  • Added vi_vn translations (#94) by @ImVietnam in https://github.com/AMereBagatelle/fabricskyboxes/pull/94.
  • Improved performance for several skybox types.
  • Fixed cyclic fade alpha calculation.

New Contributors

Full Changelog: https://github.com/AMereBagatelle/fabricskyboxes/compare/mc1.20.1-0.7.2...mc1.20.1-0.7.3

FabricSkyBoxes 0.7.2 for Minecraft 1.20/1.20.1

by AMereBagatelle on Jul 12, 2023

Download
  • Reverted the "Fix triangles appearing on low render distance" patch.
    • This change was reverted because it caused unintended blend effects. The triangles appear due to being clipped by the fog which is also visible in Vanilla's end sky.
  • Added a new fog transition using alpha blending.
  • Fixed missing dark sky in overworld skybox type (occurs when falling through the void).
  • Improved alpha calculation.
  • Added configuration to toggle FSB, which now gets saved.
  • Normalized fade values.
  • Added the biome_rain weather condition, which detects if the biome is actually raining.
  • Removed Skybox#isActiveLater from the API.

Full Changelog: https://github.com/AMereBagatelle/fabricskyboxes/compare/0.7.1-mc1.20...mc1.20.1-0.7.2

FabricSkyBoxes 0.7.2 for Minecraft 1.19.4

by AMereBagatelle on Jul 12, 2023

Download

FabricSkyBoxes 0.7.2 for Minecraft 1.19.3

by AMereBagatelle on Jul 12, 2023

Download

FabricSkyBoxes 0.7.2 for Minecraft 1.19.2

by AMereBagatelle on Jul 12, 2023

Download

FabricSkyBoxes 0.7.2 for Minecraft 1.18.2

by AMereBagatelle on Jul 12, 2023

Download

FabricSkyBoxes 0.7.2 for Minecraft 1.17.1

by AMereBagatelle on Jul 12, 2023

Download

FabricSkyBoxes 0.7.2 for Minecraft 1.16.5

by AMereBagatelle on Jul 12, 2023

Download

FabricSkyboxes 0.7.1 for Minecraft 1.20

by AMereBagatelle on Jun 7, 2023

Download

FabricSkyboxes 0.7.1 for Minecraft 1.19.4

by AMereBagatelle on Jun 2, 2023

Download

What's Changed

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

FabricSkyboxes 0.7.0 for Minecraft 1.19.4

by AMereBagatelle on May 30, 2023

Download

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

FabricSkyboxes 0.6.5 for Minecraft 1.19.4

by AMereBagatelle on Mar 16, 2023

Download

FabricSkyboxes 0.6.5 for Minecraft 1.19.3

by AMereBagatelle on Mar 16, 2023

Download

FabricSkyboxes 0.6.4 for Minecraft 1.19.4

by AMereBagatelle on Mar 15, 2023

Download

FabricSkyboxes 0.6.4 for Minecraft 1.19.3

by AMereBagatelle on Mar 15, 2023

Download

FabricSkyboxes 0.6.3 for Minecraft 1.19.3

by AMereBagatelle on Mar 15, 2023

Download

What's new?

New Contributors

Full Changelog: https://github.com/AMereBagatelle/fabricskyboxes/compare/0.6.2-mc1.19.3...0.6.3-mc1.19.3

FabricSkyboxes 0.6.2 for Minecraft 1.19.3

by AMereBagatelle on Jan 24, 2023

Download

What's new?

  • Added dimensions condition checkThis update changes how the dimension and worlds conditions are used. The dimension identifier now refers to literal dimensions, while the worlds condition now refers to sky properties. To clarify, if you have a custom dimension based on minecraft:overworld but has a different dimension identifier, you can use the condition of the world to render it in that dimension.
  • Fixed minor sorting issue
  • Added inThickFog propertyThis update includes a change to the effects condition checks. If left empty, it will now default to vanilla conditions. Additionally, the vanilla thick fog check used in the nether for versions 1.17 and above will be ignored.

Full Changelog: https://github.com/AMereBagatelle/fabricskyboxes/compare/0.6.1-mc1.19.3...0.6.2-mc1.19.3

1

2

3

Featured versions

See all

FabricSkyBoxes 0.7.4 for Minecraft 1.21

Fabric, Quilt 1.21

Release

FabricSkyBoxes 0.7.3 for Minecraft 1.20.2

Fabric 1.20.2–1.20.4

Release

FabricSkyBoxes 0.7.3 for Minecraft 1.20/1.20.1

Fabric 1.20–1.20.1

Release

FabricSkyBoxes 0.7.2 for Minecraft 1.20/1.20.1

Fabric 1.20–1.20.1

Release

FabricSkyBoxes 0.7.2 for Minecraft 1.19.4

Fabric 1.19.4

Release

FabricSkyBoxes 0.7.2 for Minecraft 1.19.3

Fabric 1.19.3

Release

FabricSkyBoxes 0.7.2 for Minecraft 1.19.2

Fabric 1.19–1.19.2

Release

FabricSkyBoxes 0.7.2 for Minecraft 1.18.2

Fabric 1.18.2

Release

FabricSkyBoxes 0.7.2 for Minecraft 1.17.1

Fabric 1.17.1

Release

FabricSkyBoxes 0.7.2 for Minecraft 1.16.5

Fabric 1.16.5

Release

Project members

AMereBagatelle OwnerFlashyReese Member

Technical information

License

MIT

Client side

required

Server side

unsupported

Project ID

FabricSkyboxes - Changelog (2024)
Top Articles
Latest Posts
Article information

Author: Kieth Sipes

Last Updated:

Views: 6335

Rating: 4.7 / 5 (47 voted)

Reviews: 86% of readers found this page helpful

Author information

Name: Kieth Sipes

Birthday: 2001-04-14

Address: Suite 492 62479 Champlin Loop, South Catrice, MS 57271

Phone: +9663362133320

Job: District Sales Analyst

Hobby: Digital arts, Dance, Ghost hunting, Worldbuilding, Kayaking, Table tennis, 3D printing

Introduction: My name is Kieth Sipes, I am a zany, rich, courageous, powerful, faithful, jolly, excited person who loves writing and wants to share my knowledge and understanding with you.