我的世界下雨mod是我的世界mod1.7.2版本中一款让玩家省心省事的模组,只需修改config就可以修改游戏中下雨的时间长短和是否下雨的设置,使用后玩家就不用担心一直下雨而影响其它游戏操作了。
####################
# rain
####################
rain {
I:rainBreakConstant=12000
I:rainBreakModulator=168000
I:rainDurationConstant=12000
I:rainDurationModulator=12000
}
####################
# thunder
####################
thunder {
I:thunderBreakConstant=12000
I:thunderBreakModulator=168000
I:thunderDurationConstant=3600
I:thunderDurationModulator=12000
}
以雨天为例,Break指雨天间隔,Duration指雨天持续时间
Constant是一个常数,Modulator则是调节
以上面为例那么雨天间隔就是12000tick~180000tick
雨天持续12000tick~24000tick
(20tick=1s)
【软件简介】
我的世界下雨mod是一款让玩家省心省事的模组,只需修改config就可以自定义下雨时长和下雨间隔告别天天下雨的苦恼吧!【使用方法】
# Configuration file####################
# rain
####################
rain {
I:rainBreakConstant=12000
I:rainBreakModulator=168000
I:rainDurationConstant=12000
I:rainDurationModulator=12000
}
####################
# thunder
####################
thunder {
I:thunderBreakConstant=12000
I:thunderBreakModulator=168000
I:thunderDurationConstant=3600
I:thunderDurationModulator=12000
}
以雨天为例,Break指雨天间隔,Duration指雨天持续时间
Constant是一个常数,Modulator则是调节
以上面为例那么雨天间隔就是12000tick~180000tick
雨天持续12000tick~24000tick
(20tick=1s)