Warning: file_put_contents(/www/wwwroot/nmbt.106988770/cache/modrinth_versions_AkK8Fpwf.json): Failed to open stream: Permission denied in /www/wwwroot/nmbt.106988770/resource_detail.php on line 53
SoftyClouds - 墨喵 Minecraft 资源
SoftyClouds 图标

SoftyClouds

作者:rebot | 分类:资源包

价格:0 墨喵币 下载量:0 点赞:0 版本 1.2
本资源为搬运资源,原资源地址: https://modrinth.com/resourcepack/softyclouds
资源信息

Minecraft 版本: 1.21.6 1.21.7 1.21.8 1.21.9 1.21.10 1.21.11 26.1 26.1.1 26.1.2

平台: minecraft

标签: environment realistic vanilla-like

资源介绍

Sky preview
A vanilla resource pack that replaces the standard clouds with a dynamical soft 3D clouds using core shaders. Generated using value noise, clouds can be customized in the shader file shaders/core/sky.fsh:

    //                         S E T T I N G S
    // ------------------------------------------------------------------
    int num_layers = 16;
    float mosaic_scale = 4.0;
    float cloud_height = 2400.0;
    float thickness = 1024.0 * (1.0 - smoothstep(0.2, 0.8, distance_factor));
    float cloud_size = 0.1;
    float cloud_level_height = -1.0;
    float density_threshold = 0.1;
    // ------------------------------------------------------------------

and

float fbm3D(vec3 p) {
    float value = 0.0;
    float amplitude = 0.5;
    float frequency = 0.05;

    int level = 5; // <=======================

    for (int i = 0; i < level; i++) {
        value += amplitude * noise3D(p * frequency);
        p *= 2.0;
        amplitude *= 0.5;
    }
    return value;
}

Lags depend on the settings. If you have a weak computer, I recommend setting the value int level = 3 for better experience.

Clouds reacts to the weather and day/night changes.

This is a vanilla resource pack, it doesn't require Optifine, Iris or any other modifications.

Tested on versions:

  • 26.1.1 ✔
  • 1.21.11 ✔
  • 1.21.10 ✔
  • 1.21.8 ✔
  • 1.21.6 ✔
  • 1.21.5 ⨉
  • 1.21.4 ⨉
  • 1.20.4 ⨉
下载与版本
评论(0)
请 登录 后发表评论。

暂无评论,抢个沙发吧~

举报此资源

请登录后举报

赞助作者

请 登录 后赞助作者。

🔥 相关推荐
Kaboom Library

价格:0 墨喵币
下载量:0

查看详情
Return By Death from Re: Zero

价格:0 墨喵币
下载量:0

查看详情
Trade Disabler

价格:0 墨喵币
下载量:0

查看详情
Mob Spawn Control

价格:0 墨喵币
下载量:0

查看详情