Implements custom skyboxes into vanilla Minecraft
- Press the green
⤓ Code
button and select "Download ZIP" - Extract the folder inside the ZIP into your resourcepack folder
- Download a skybox you'd like to enable. This shader uses the optifine format for skyboxes, so search for those (some of these work)
- You'll need to find the textures in the resourcepack you downloaded. Try looking for a texture that has a 3:2 aspect ratio and looks like the sky. Pick one for day and one for night
- Place the day and night skyboxes you found into the
assets/minecraft/textures/effect
folder and rename themskybox-day.png
andskybox-night.png
(Make sure you don't name themskybox-day.png.png
) - Launch the game and enable the resource pack, then in video settings choose the Fabulous! option for Graphics
Largely built upon sun-position from https://github.com/bradleyq/shader-toolkit
Please credit when used.