我的世界下雨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指雨天持續(xù)時間
Constant是一個常數(shù),Modulator則是調(diào)節(jié)
以上面為例那么雨天間隔就是12000tick~180000tick
雨天持續(xù)12000tick~24000tick
(20tick=1s)