用于修复自定义生物群系 在addon根目录放置climate_defs.json
本插件没有fillbiome类似的功能
插件仓库:https://github.com/killcerr/FixCustomBiome
本插件没有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