• 周年纪念勋章活动已圆满结束,如有已购买但仍未申请的用户,可以通过对应勋章的下载链接申请~
资源图标

LL3 FixCustomBiome - 自定义生物群系修复 v0.1.0

版权类型
原创
版权链接
#
前置组件
LiteLoaderBDS https://github.com/LiteLDev/LiteLoaderBDS
适配版本(基岩)
  1. 最新版本
用于修复自定义生物群系 在addon根目录放置climate_defs.json
本插件没有fillbiome类似的功能
JSON:
//climate_defs.json
{
     "test": {
         "temperature": {
            "max": 5000,
            "min": 0
         },
         "humidity": {
             "max": 5000,
             "min": 0
         },
         "continentalness": {
             "max": 5000,
             "min": 0
         },
         "erosion": {
             "max": 5000,
             "min": 0
         },
        "weirdness": {
             "max": 5000,
             "min": 0
         },
         "offset": 0,//vanilla value is 0
         "type": "surface"//support "surface","underground"
     }
}

插件仓库:https://github.com/killcerr/FixCustomBiome
作者
killcerr
下载
1,085
查看
1,718
首次发布
最后更新

评分

5.00 星 1 次评分

最新更新

  1. 适配LeviLamina

    适配LeviLamina
  2. 1.20.31

    更新版本
  3. 1.19.71

    支持1.19.71

最新评价

这是好的,不过建议配置文件统一放置在plugins/文件夹下
后退
顶部 底部