|
|
雨控制 (RainControl)Github |相关wiki |源站链接支持: fabric一款服务端Fabric模组,允许完全定制雨和雷声
描述
RainControl 是一个简单的服务端 Fabric 模组,允许用户配置雨水间隔时间、雨水持续时间、雷声持续时间以及雷雨的几率。
配置
配置文件位于 /config/RainControl/config.acfg,默认配置如下:
<h1>你想要晴天持续的最短和最长时间,以tick为单位。默认为vanilla</h1>
min_clear_weather=84000
max_clear_weather=180000
<h1>你想要雨天持续的最短和最长时间,以tick为单位。默认为vanilla</h1>
min_rainy_weather=6000
max_rainy_weather=24000
<h1>你想要雷声持续的最短和最长时间,以tick为单位。默认为vanilla</h1>
min_thunder_weather=3600
max_thunder_weather=15600
<h1>你想要雷雨之间的最短和最长时间,以tick为单位。默认为vanilla</h1>
<h1>注意:你选择的最大值不一定是游戏中的最大值,因为雷雨和雨水必须同时发生才能允许雷声</h1>
<h1>这意味着雷雨的几率也依赖于雨水,因此如果你将雨水之间的时间设置为一个较高的值,你可能希望降低这些值</h1>
min_clear_thunder=10000
max_clear_thunder=160000Copy已复制!
如你所见,每项都有注释,应该相当容易理解 - 但如果你需要任何帮助,请不要犹豫在GitHub问题跟踪器中向我提问。由于数值以tick为单位,因此重要的是记住,20 tick通常相当于现实时间的1秒,而游戏中的一天有24000 tick。
其他
这个模组是开源的,所以你可以在 [这里](链接) 查看存储库,如果你需要的话 :)
希望这个模组能对你有所帮助 :)
来自Modrinth所有游戏版本1.191.19.11.19.21.19.3所有类型fabricRainControl 1.1.1rain-control-1.1.1.jar下载1.1.1#ReleaseThe first versions of the mod actually did nothing -_-this version fixes that...<b>Note: When updating from the old version to the new version you will need to delete your old configuration file!</b> In future versions I will fix this if required, but for now I just wanted to get the working version out.This version also doesn\'t depend upon a certain Minecraft version so now you can try it on any Minecraft version. Fabric API is not required. I\'ve been testing on 1.19.2 & .3 but the mixin is simple and probably works for quite a few versions.展开版本: 1.1.1支持游戏: 1.19, 1.19.1, 1.19.2, 1.19.3类型:FabricRelease下载次数: 321全部版本
markdown_parsed
文章类型:收录
layui.use([\'form\'], function(){
var form = layui.form;
});
雨控制 |
楼主
2025-8-10 19:00:53
回复(0)
收起回复
|