
Block Of Sky Refabricated
Adds a block that renders the sky — day/night and glitch variants included. A full custom rewrite of Block of Sky for the current Minecraft version.
- Загрузки
- 472
- Подписчики
- 1
- Обновлён
- 7 июля 2026 г.
- Лицензия
- LGPL-3.0-only
Опубликован 3 июля 2026 г.
Block of Sky Refabricated
Simply adds a block that renders the sky.
Credits
This mod's name and original idea are based on Block of Sky - Minecraft Mod by LuminaSapphira - Modrinth. This project is licensed under LGPL-3.0.
What has been done in this version
This is a complete rewrite of the mod for the current Minecraft version, not a 1:1 port. Only the name and the general idea (a block that shows the sky) have been kept from the original. Everything else has been rebuilt from scratch:
- The entire rendering pipeline is custom-written for the current rendering system, using custom shaders and a cubemap-based sky capture instead of the original's approach.
- All textures are original, made specifically for this version.
- Several new block types have been added that did not exist in the original mod (see below).

Blocks in this mod
- Block of Sky — renders the sky of the dimension you are currently in, matching the current time of day and weather.
- Block of Void — renders the End Gateway effect.
- Day Sky Block — always renders the sky locked to daytime, regardless of the current world time.
- Night Sky Block — always renders the sky locked to nighttime, regardless of the current world time.
- Glitch Sky Block — renders the current sky with a distorted, glitched visual effect.
- Glitch Day Sky Block — renders a fixed daytime sky with the glitched effect.
- Glitch Night Sky Block — renders a fixed nighttime sky with the glitched effect.
- Interactive Sky Block — a touch-sensitive sky block: stepping on it, walking through it, hitting it, or hitting it with a projectile makes it flicker off for a moment and emit a redstone signal. The effect spreads outward to nearby Interactive Sky Blocks in a wave, with increasing delay based on distance.
- All sky blocks are redstone controllable.

Compatibility
Sodium is recommended, however the mod should work without it. Iris shaders are supported and won't cause crashes or break other rendering — the sky block itself just won't render its sky effect while a shader pack is active.
Ченджлог
1.1.0Релиз1.21.11 · 7 июля 2026 г.
1.1.0
Fixed
- Fixed the fake sky shader persisting at the same coordinates after changing dimensions or disconnecting, even though no sky block existed there anymore.
- Fixed stale sky block entities never being cleaned up from the client-side active registry when a level was swapped without a proper removal call.
Performance
- The mod no longer renders all four sky cube textures (normal, glitch, day, night) every frame regardless of what's actually placed. Only the sky types currently in use are rendered, cutting GPU work significantly in the common case of using just one sky block type.
- Reduced unnecessary sky cube resizes and fixed-time sky state calculations for cube types that aren't active.
- Overall FPS impact should be noticeably lower, especially in worlds with many sky blocks or after world/dimension switching.
1.0.0Релиз1.21.11 · 3 июля 2026 г.
Initial release
First release of Block of Sky Refabricated for Minecraft 1.21.11 — a complete rewrite of Block of Sky, built from scratch for the current rendering system.
- Block of Sky — renders the sky of the dimension you're in, matching the current time of day and weather.
- Block of Void — renders the End Gateway effect.
- Day Sky Block / Night Sky Block — sky locked to a fixed time of day.
- Glitch Sky Block, Glitch Day Sky Block, Glitch Night Sky Block — glitched variants of the above.
- Interactive Sky Block — flickers off and sends a redstone signal when touched, with the effect spreading to nearby Interactive Sky Blocks.
- All sky blocks are redstone controllable.
- Custom shader-based cubemap rendering pipeline.
- All new, original textures.
Комментарии
Загружаем…