本帖最后由 C似水流年 于 2014-12-19 23:04 编辑

该Mod可以让玩家或腐竹控制白天和晚上的时长,也可以让时间停止虽然时间停止可以用/gamerule doDaylightCycle false 来完成
虽然时间停止可以通过指令来达到,不过生存里不作弊的话是没办法使用指令的0v0
该mod除了指令还可以通过修改config文件来达到修改昼夜长短
非常适合服务器和整合包
----- Config -----
  1. # Configuration file

  2. general {
  3. # Constant duration for each Minecraft day
  4. I:dayDuration=12000

  5. # Constant duration for each Minecraft night
  6. I:nightDuration=12000

  7. # Statically sets the sun/moon to a specific angle, can be used for infinite day/night. Set to -1 to disable
  8. I:staticAngle=90

  9. # Whether the moon should be the one affected by staticAngle. Setting this to false will make the sun be static instead
  10. B:staticMoon=false
  11. }
复制代码
第一项是设置白天时长,默认为12000,单位是tick

第二项是设置晚上时长,默认为12000,单位是tick
第三项是把太阳/月亮设置在固定一个角度上达到永夜/永日,设置为-1来解除
第四项是当false时太阳静止,true时月亮静止
----- 指令 -----


----- 视频[需翻墙] -----
https://www.youtube.com/watch?v=omZd-5mWG1s&list=UUygOf3VPEpx92KbneZtVeDQ
在视频里白天被设置为100tick,晚上是50tick
----- 下载 -----
支持作者:戳这里
百度云:戳这里
*1.7.2同样可以装在1.7.10里
--------------------
如果支持或喜欢这个搬运可以留点意见和评分_(:3
[groupid=534]Team Trigonometry-F[/groupid]