BiomeVisuals 图标

BiomeVisuals

作者:rebot | 分类:模组

价格:0 墨喵币 下载量:0 点赞:0 版本 1.4.1
本资源为搬运资源,原资源地址: https://modrinth.com/mod/biome-visuals
资源信息

Minecraft 版本: 1.19.4

平台: paper

标签: decoration utility

资源介绍

ONLY SUPPORTS 1.19

There are no dependencies needed for this plugin.
Please go to Owen1212055/BiomeVisuals for the advanced documentation.
Need help? See: discord
https://user-images.githubusercontent.com/23108066/147176650-2585395b-6ab0-4936-9815-6af428354689.png

File Importing
The plugin will automatically try to import overrides that are defined in the overrides directory located in the plugin directory. (BiomeVisuals/overrides)
In order to add an override, you must first define the registry type that you are overriding. This is in case if any new overrides are added in the future.

Currently, the supported override types are: worldgen/biome.

Then, you will add the JSON object for an override, which is:

{
  "key": "minecraft:plains",
  "override": {},
  "condition": {
    "type": "",
  }
}

The key represents the key of the item being overwritten.
This usually represents the namespace of something, in this case, a biome.
The override field represents all fields that will be replaced in the original object.
See https://minecraft.fandom.com/wiki/Biome/JSON_format for fields that can be replaced.
For converting colors, I recommend using http://www.shodor.org/stella2java/rgbint.html.
The condition field represents a predicate, there is a chance that this may change in the future but my goal was to be able to assign "holidays" for example.

Current valid conditions

"condition": {
        "type": "biomevisuals:static",
        "value": true
}

Value will always return as defined in the value field, in this case true.

"condition": {
        "type": "biomevisuals:date_range",
        "min_date": "2021-12-20",
        "max_date": "2021-12-31",
        "ignore_year": true
      }

Value will return true if the current date is within the range of the two given dates.
Ignore year causes the year in the min/max date field to be ignored, useful for re-occuring dates.

JSON Example

{
  "minecraft:worldgen/biome": [
    {
      "key": "minecraft:plains",
      "override": {
        "effects": {
          "sky_color": 1
        }
      },
      "condition": {
        "type": "biomevisuals:static",
        "value": true
      }
    },
    {
      "key": "minecraft:forest",
      "override": {
        "effects": {
          "sky_color": 15138811,
          "foliage_color": 13434879,
          "grass_color": 13434879,
          "particle": {
            "options": {
              "type": "minecraft:snowflake"
            },
            "probability": 0.01428
          }
        }
      },
      "condition": {
        "type": "biomevisuals:date_range",
        "min_date": "2021-12-20",
        "max_date": "2021-12-31",
        "ignore_year": true
      }
    }
  ]
}
下载太慢?试试 墨喵加速站,支持 Modrinth 和外网直链高速下载! 用的人越多,下载的越快!
下载与版本
评论(0)
登录 后发表评论。

暂无评论,抢个沙发吧~

举报此资源

请登录后举报

🔥 相关推荐
AvoFilter

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

查看详情
DeathQuitFix

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

查看详情
Bananarangs

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

查看详情
Shipping

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

查看详情