Compatibility
Minecraft: Java Edition
Platforms
Supported environments
Links
Tags
Creators
Details
🌐 Language / 语言选择
English(expand/collapse)
If the light and shadow effect is turned on, the special moon color-changing effect will not be displayed.
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 <days>,
/time setDaySleeping <dayss>,
/time setDayNight <days>, etc
Configure the file at the path: .minecraft\versions\saveWorld\config\magicmoon.json
{
"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
}
}
}
中文(展开/收起)
如果开了光影,则不显示特殊月亮变色效果.
添加了4种月亮:
血月:白天雷暴天气,晚上大量怪物。
幻月:白天雷暴天气,晚上生成地狱怪物、掠夺者等
黄月:晚上收获农作物有几率双倍。
蓝月:晚上地面几乎不刷怪。
可用指令:白天(/time setDay <startDay>),晚上(/time setDayNight <startDay>)
time指令修改:
/time setDay <天数>,
/time setDaySleeping <天数>,
/time setDayNight <天数>等
配置文件路径为 .minecraft\versions\saveWorld\config\magicmoon.json
{
"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
}
}
}



