Releases: AMereBagatelle/fabricskyboxes
Releases · AMereBagatelle/fabricskyboxes
FabricSkyboxes 0.5.5 for Minecraft 1.18.2
- Fix skybox rotation being stuttery on servers
- Update to 1.18.2 (Thanks to @FlashyReese)
FabricSkyboxes 0.5.4 for Minecraft 1.18
- Update to 1.18
FabricSkyboxes 0.5.3 for Minecraft 1.17.1
FabricSkyboxes 0.5.2 for Minecraft 1.17
- Fix moon phases occasionally having wrong coordinates
- Fix blend function being reset
FabricSkyboxes 0.5.1 for Minecraft 1.17
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
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
, andreplace
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
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
0.3.0 release!
Details here: https://www.curseforge.com/minecraft/mc-mods/fabricskyboxes/files/3058117
fabricskyboxes 0.2.0 for 1.16.2+
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
Fixes one important bug:
- Dimension check loading was incorrect, due to some switched lines (thanks IDEA)