
如果开了光影,则不显示特殊月亮变色效果。
If the light and shadow effect is turned on, the special moon color-changing effect will not be displayed.
添加了4种月亮:配置自定义模式,开始天数startDay,间隔天数perDay
血月:白天雷暴天气,晚上大量怪物。
幻月:白天雷暴天气,晚上生成地狱怪物、掠夺者等
黄月:晚上收获农作物有几率双倍。
蓝月:晚上地面几乎不刷怪。
可用指令:白天(/time setDay <startDay>),晚上(/time setDayNight <startDay>)
time指令修改:
/time setDay <天数>,
/time setDaySleeping <天数>,
/time setDayNight <天数>等
配置文件,路径为.minecraft\versions\存档世界名称\config\magicmoon.json, 修改如下:
1.0.7以上:默认自定义模式,只需修改startDay和perDay
{
"magic_moon": {
"custom_model": {
"desc1:": "大于等于4; startDay greater than or equal to 4 ",
"startDay": 4,
"desc2:": "大于等于2;perDay greater than or equal to 2 ",
"perDay": 2
}
}
}
The Modpack DangerousWorld.
Added 4 types of moons:
Blood Month: Thunderstorm weather during the day and a large number of monsters at night.
Magic Moon:Thunderstorm weather during the day ,and spawns hell monsters, predators, etc. at night
Yellow moon: There is a double chance of harvesting crops at night.
Blue moon: At night, the ground hardly brushes monsters.
Commands: day(/time setDay <startDay>),night(/time setDayNight <startDay>)
Time command:
/time setDay
/time setDaySleeping
/time setDayNight
Configure the file at the path. minecraft\versions\saveWorld\ config \ magicmoon. json, modify it as follows:
above 1.0.7 : Default custom mode, just modify startDay and perDay
{
"magic_moon": {
"custom_model": {
"desc1:": "大于等于4; startDay greater than or equal to 4 ",
"startDay": 4,
"desc2:": "大于等于2;perDay greater than or equal to 2 ",
"perDay": 2
}
}
}

