Skip to content

Releases: AMereBagatelle/fabricskyboxes

FabricSkyboxes 0.5.5 for Minecraft 1.18.2

07 Mar 00:44
Compare
Choose a tag to compare
  • Fix skybox rotation being stuttery on servers
  • Update to 1.18.2 (Thanks to @FlashyReese)

FabricSkyboxes 0.5.4 for Minecraft 1.18

30 Nov 17:16
Compare
Choose a tag to compare

FabricSkyboxes 0.5.3 for Minecraft 1.17.1

13 Nov 01:52
Compare
Choose a tag to compare
  • Add x and z range checks by @DevScyu
  • Fix positional condition checks and update schema documentation to be correct. by @Derongan
  • Change heights condition to yRanges for consistency

FabricSkyboxes 0.5.2 for Minecraft 1.17

27 Jun 17:59
Compare
Choose a tag to compare
  • Fix moon phases occasionally having wrong coordinates
  • Fix blend function being reset

FabricSkyboxes 0.5.1 for Minecraft 1.17

08 Jun 15:27
Compare
Choose a tag to compare

FabricSkyboxes now supports 1.17!

  • Update the rendering methods to be compatible with OpenGL 3 (contributed by @IMS212)
  • Update to 1.17!

FabricSkyboxes 0.5.0 for Minecraft 1.16.5

07 May 17:17
Compare
Choose a tag to compare

0.5.0 is finally here, bugfixes and features galore!

  • Skyboxes can be registered from code in other mods
  • Single-sprite textured skybox (allows using Optifine's texture format) (contributed by @BoogieMonster1O1)
  • Fix blend types: implemented add, subtract, multiply, screen, and replace blend types
  • Add option for rotation speed of skybox
  • Skyboxes can disable orange sunrise and sunset tint
  • The decorations object has an independent rotation
  • Fix skybox showing even when player has blindness effect (contributed by @heymanMC)
  • Fix alpha being set to 0 when fade in and out are not in sequence (contributed by @Skytec711)

FabricSkyboxes 0.4.0 for Minecraft 1.16.3

31 Oct 18:08
Compare
Choose a tag to compare

This release includes a few months of work's product, including contributions by @FlashyReese and @BoogieMonster1O1!

  • Custom sun and moon textures!
  • Separates the rotation axis and rotation static.
  • Complete Schema revamp! See schema-v2.md for details.
  • Animated Textured Skyboxes! Complete with frame speed and number.
  • Fixed transitionSpeed value not being linear
  • Can now set a skybox to always be at full alpha.
  • The skybox no longer disappears improperly after a single day

fabricskyboxes 0.3.0 for 1.16.3

16 Sep 16:45
Compare
Choose a tag to compare

fabricskyboxes 0.2.0 for 1.16.2+

12 Sep 12:59
Compare
Choose a tag to compare
Pre-release

Whole bunch of new stuff in this update! Some improvements to conditional skyboxes as well as a new skybox type added!

  • Add height ranges option
  • Enforce fabricskyboxes namespace for resource packs
  • Fix rotation of side textures
  • Add weather checking option
  • Add mono-colored skybox!

WARNING: THIS IS A OLD VERSION OF THE MOD. NEWER VERSIONS CAN BE FOUND ON CURSEFORGE.
https://www.curseforge.com/minecraft/mc-mods/fabricskyboxes/files

fabricskyboxes 0.1.1 for 1.16.2

08 Sep 21:38
Compare
Choose a tag to compare
Pre-release

Fixes one important bug:

  • Dimension check loading was incorrect, due to some switched lines (thanks IDEA)