Compatibility
Minecraft: Java Edition
Platforms
Supported environments
Links
Creators
Details
如果开了光影,则不显示特殊月亮变色效果。
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, 修改如下: 26.1默认自定义模式,只需修改startDay和perDay
{
"magic_moon": {
"custom_model": {
"desc1:": "大于等于4; startDay greater than or equal to 4 ",
"startDay": 24,
"desc2:": "大于等于2;perDay greater than or equal to 2 ",
"perDay": 24
},
"magic_moon_spawns": {
"minecraft:cave_spider": 8,
"minecraft:vindicator": 8,
"minecraft:stray": 5,
"minecraft:ghast": 5
}
}
}
1.21.11以下版本配置文件先打开isCustomModel为true~~~~
{
"magic_moon": {
"desc:": "是否开启自定义模式 Do you want to enable custom mode",
"isCustomModel": false,
"custom_model": {
"desc1:": "大于等于4; startDay greater than or equal to 4 ",
"startDay": 4,
"desc2:": "大于等于2;perDay greater than or equal to 2 ",
"perDay": 2
},
"magic_moon_spawns": {
"minecraft:cave_spider": 8,
"minecraft:vindicator": 8,
"minecraft:stray": 5,
"minecraft:ghast": 5
}
}
}
配置文件无isCustomModel模式的则默认天数为/time setDayNight <25/49/65/97等等>
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, 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, modify it as follows: 26.1 Default custom mode, just modify startDay and perDay
{
"magic_moon": {
"custom_model": {
"desc1:": "大于等于4; startDay greater than or equal to 4 ",
"startDay": 24,
"desc2:": "大于等于2;perDay greater than or equal to 2 ",
"perDay": 24
},
"magic_moon_spawns": {
"minecraft:cave_spider": 8,
"minecraft:vindicator": 8,
"minecraft:stray": 5,
"minecraft:ghast": 5
}
}
}
Open the configuration file for versions 1.21.11 and below with isCustomizalModel set to true first.
{
"magic_moon": {
"desc:": "是否开启自定义模式 Do you want to enable custom mode",
"isCustomModel": false,
"custom_model": {
"desc1:": "大于等于4; startDay greater than or equal to 4 ",
"startDay": 4,
"desc2:": "大于等于2;perDay greater than or equal to 2 ",
"perDay": 2
},
"magic_moon_spawns": {
"minecraft:cave_spider": 8,
"minecraft:vindicator": 8,
"minecraft:stray": 5,
"minecraft:ghast": 5
}
}
}
If the configuration file does not have isCustom Model mode, the default number of days is
/time setDayNight<25/49/65/97, etc.>




