
Cloud Tweaks
Customize your clouds, add custom layers, edit their colours, and more!
181K загрузок146 подписчиковMITfabricforgeneoforge
Обновлён 6 июля 2026 г. · опубликован 26 августа 2025 г.
Версии
| Версия | Канал | Игра | Загрузчики | Дата | Скачать |
|---|---|---|---|---|---|
| 0.4.0+26.2 | Релиз | 26.2 | neoforge | 6 июля 2026 г. | .jar (718 КБ) |
| 0.4.0+26.2 | Релиз | 26.2 | fabric | 6 июля 2026 г. | .jar (721 КБ) |
| 0.4.0-rc.1+26.2 | Бета | 26.2 | neoforge | 6 июля 2026 г. | .jar (718 КБ) |
| 0.4.0-rc.1+26.2 | Бета | 26.2 | fabric | 6 июля 2026 г. | .jar (720 КБ) |
| 0.3.2-alpha.2+1.20.2 | Альфа | 1.20.2, 1.20.3, 1.20.4 | neoforge | 25 июня 2026 г. | .jar (640 КБ) |
| 0.3.2-alpha.2+1.20.1 | Альфа | 1.20.1, 1.20.2, 1.20.3, 1.20.4 | forge, neoforge | 25 июня 2026 г. | .jar (643 КБ) |
| 0.3.2-alpha.2+1.20.1 | Альфа | 1.20.1, 1.20.2, 1.20.3, 1.20.4 | fabric | 25 июня 2026 г. | .jar (642 КБ) |
| 0.3.2-alpha.1+1.20.1 | Альфа | 1.20.2, 1.20.3, 1.20.4 | neoforge | 22 июня 2026 г. | .jar (640 КБ) |
| 0.3.2-alpha.1+1.20.1 | Альфа | 1.20.1, 1.20.2, 1.20.3, 1.20.4 | forge, neoforge | 22 июня 2026 г. | .jar (642 КБ) |
| 0.3.2-alpha.1+1.20.1 | Альфа | 1.20.1, 1.20.2, 1.20.3, 1.20.4 | fabric | 22 июня 2026 г. | .jar (642 КБ) |
| 0.4.0-alpha.2+26.2 | Альфа | 26.2 | neoforge | 17 июня 2026 г. | .jar (608 КБ) |
| 0.4.0-alpha.2+26.2 | Альфа | 26.2 | fabric | 17 июня 2026 г. | .jar (610 КБ) |
| 0.4.0-alpha.2+26.1 | Альфа | 26.1, 26.1.1, 26.1.2 | neoforge | 6 июня 2026 г. | .jar (606 КБ) |
| 0.4.0-alpha.2+26.1 | Альфа | 26.1, 26.1.1, 26.1.2 | fabric | 6 июня 2026 г. | .jar (608 КБ) |
| 0.4.0-alpha.1+26.1 | Альфа | 26.1, 26.1.1, 26.1.2 | neoforge | 1 июня 2026 г. | .jar (603 КБ) |
Показаны последние 15 из 169 версий. Все версии — на Modrinth.
Ченджлог
0.4.0+26.2Релиз26.2 · 6 июля 2026 г.
Release!!
Changelogs
For this release
- Fixed and tested the resource searching quirk in alpha.2
Only limitation of this is you can't specify the exact path (environment/clouds will not work) due to the how I handled searching internally (will fix). If there're ambiguous texture files, the one found first by Minecraft's internal API will be selected.
- Now that will work just fine.
- Fixed and tested the resource searching quirk in alpha.2
Summary for all development versions
- Improved config UX
- Added Nether/End clouds support (fixes the corresponding bug and gives more customization for the 3 players out of 100 millions that actually wanted this)
- Removed global preset and instead replaced with per-category preset
- Added custom texture support for clouds for shits and giggles
- Rewritten rendering engine wrapper (was not mentioned earlier)
- Fixed a flickering bug
Again, thank you all for your support, the ones who downloaded and played with the mod, and those who contributed by reporting the bugs and suggested features!
0.4.0-rc.1+26.2Бета26.2 · 6 июля 2026 г.
filler
Changelogs
- Implemented preset import/export and editing functionality
- Fixed clipboard implementation
- Disabling the master rendering option now falls back to using Vanilla's cloud rendering
- Re-implemented optimization changes which were accidentally removed in the previous updates
0.3.2-alpha.2+1.20.1Альфа1.20.2, 1.20.3, 1.20.4 · 25 июня 2026 г.
Changelogs
- Fixed a bug with the new rendering engine
- Color format mismatch during cloud building which led to clouds turning red at nighttime
0.3.2-alpha.1+1.20.1Альфа1.20.2, 1.20.3, 1.20.4 · 22 июня 2026 г.
Note: Use this file for NF 1.20/1.20.1.
0.3.2-alpha.1+1.20.1Альфа1.20.2, 1.20.3, 1.20.4 · 22 июня 2026 г.
Changelogs
- Test release, no content
0.4.0-alpha.2+26.2Альфа26.2 · 17 июня 2026 г.
Changelogs
- port
0.4.0-alpha.2+26.1Альфа26.1, 26.1.1, 26.1.2 · 6 июня 2026 г.
g
Changelogs
- Content
- Added custom cloud texture customization for layers
- The texture is specified with the texture namespace (namespace the texture is in, explicitly defaulted to "minecraft") and the filename without extension ("clouds" instead of "clouds.png")
- Only limitation of this is you can't specify the exact path (environment/clouds will not work) due to the how I handled searching internally (will fix). If there're ambiguous texture files, the one found first by Minecraft's internal API will be selected.
- You can choose to flip the cloud on X and Z axes (used in config as flip_x and flip_y respectively).
- You can choose to keep the texture's original color, which will look something like this ("minecraft" namespace with "edition" as texture name):

- The texture is specified with the texture namespace (namespace the texture is in, explicitly defaulted to "minecraft") and the filename without extension ("clouds" instead of "clouds.png")
- Added custom cloud texture customization for layers
- Issues
- Cloud color, lighting and light source presets are still incomplete
- Texture searching issue (as mentioned above)
0.4.0-alpha.1+26.1Альфа26.1, 26.1.1, 26.1.2 · 1 июня 2026 г.
enough of a break, gotta read the issues
Changelog
- UX
- Changed "Grid Size" to cloud distance in Chunks (separate settings from Vanilla)
- Changed Fog settings to use chunks instead of raw numbers
- Changed sliders with gigantic ranges to use number inputs (cloud height)
- Content
- Added clouds for Nether/End (bug turned into a feature, idek if someone even uses this)
- Preset system
- Removed global presets, replaced with per-category preset (cloud color presets, lighting setting presets and light source presets)
- Added layer presets for cloud layers (incomplete)
- Performance
- Fixed rendering desync causing flickering
- Bug fixes
- With the addition of clouds in other dimensions, the bug of clouds appearing in other dimensions will be marked as resolved once the mod is ported to affected versions. (issue #34)
- Added layer offset to prevent height-perfect alignment of clouds and blocks that lead to Z-fighting (issue #33)
The mod is still in the experimental stage, so breaking changes are expected. Back up your config before updating.
Полная история изменений — на Modrinth.
Комментарии
Загружаем…





