搜索历史
清空
暂无搜索历史
论坛热搜
1
Jenny — 有趣的模拟女友模组|珍妮模组
热
3
上古老物 冒险者传说 by WhiteSword
新
5
洛心斗罗-福利|公会据点战|武魂||抽奖|最终版
2
乌托邦探险之旅3.2
热
4
幻虚斗罗V1.5
6
水星迫降——在未知的世界中挣扎
登陆 注册 QQ登陆
快捷导航
查看: 56|回复: 0

[模组分享] 日光变换挑战 (DaylightChangerStruggle)-MOD模组

[复制链接]

5564

主题

27

回帖

7648

积分

龙❁妻

Rank: 8Rank: 8

经验
7648 EP
金粒
2017 粒
绿宝石
20 块
爱心
0 点
发表于 2025-8-10 17:21:59 | 显示全部楼层 |阅读模式
日光变换挑战 (DaylightChangerStruggle)Github |相关wiki |源站链接支持: fabric , quilt一个完全客户端的时间变换模组,具有平滑循环的功能。

特点

- 能够选择多种不同类型的循环(见循环类型),而不仅仅是设置时间
- 缓动功能,决定过渡应如何动画化(仅用于某些循环类型)
- 柔顺的循环,不仅仅基于刻钟,而是基于刻钟的插值(如果不需要,您可以选择禁用此功能)
- 切换世界日光和模组的日光
- 如果服务器强制执行夜视,可以禁用夜视(这不像某些模组那样有亮化世界的选项;它仅仅禁用效果)
- 用户界面不依赖库来制作自己的配置,并根据游戏的分辨率支持可视化的2列菜单
- 用户界面还为您与之交互的几乎所有小部件提供了工具提示,以便您了解它们的作用和功能

循环类型

哦,什么?循环类型?循环类型是您可以选择的日光循环,根据所选择的类型看到世界遍历。

首先,我们提供以下类型:

- 静态 - 结合了“/time set <时间>”和“/gamerule doDaylightCycle false”,但不需要同时进行,并称为“设置时间”
- 移动 - 移动时间同时设置速度(使用负数进行反向日光循环)
- 系统 - 根据您的系统时钟调整时间,还将 Minecraft 的天数设置为更好地表示当前时间
- 随机 - 适用于癫痫友好的日光循环,会让您质疑为什么要玩 Minecraft
- 低到高高度时间 - 根据您的高度(或观看实体的高度),您可以决定最小和最大值,并将它们与设置时间绑定
- 未来还会有更多

入门指南

- 要显示模组的用户界面,请将键“打开时间变换菜单”绑定到您喜欢的任何按键,在游戏中按下该按键,菜单应该就会出现。
- 或者,如果您想使用命令,可以键入“/daylightchanger”、“/dcs”、“/tcs”或“/timechanger”。

之后,您将需要禁用世界时间,然后打开循环菜单/通过点击两个相反的箭头切换循环,您将看到神奇的效果 ;)

模组包

如果您想在模组包中使用此模组,无需询问!只要您不从中赚钱,您就可以自由使用。

截图:



来自Modrinth所有游戏版本1.21.61.21.71.21.81.21.51.191.19.11.19.21.181.18.11.18.2所有类型fabricquiltDaylightChangerStruggle v0.0.2 for 1.21.6 - 1.21.8DaylightChangerStruggle-0.0.2+1.21.6.jar下载0.0.2#ReleaseA pretty minor update and mostly a port.## Additions### Narrator* Will now account for tooltips: This works by reading the tooltips after the widget text* Works similarly to how the Vanilla approach does them, but not in a clean way (to avoid caching tooltipdescriptions if the user isn\'t using the Narrator to begin with)* Widgets which the narrator shouldn\'t bother narrating will be skipped towards reading the tooltip description instead## Changes### Rainbow Shader* Removed the Rainbow Shader and its functions in the meantime to help port the mod for future Minecraft versionseasily.* As a result, this was replaced with a gradient-like rainbow look which uses a pretty similar style to the restof the mod itself.### Tooltips* Made them slightly readable by having the description of the tooltip be of gray color* The title of the tooltip remains as-is* Now responds to keyboard inputs, uses vanilla\'s tooltip approach* If there is not enough space to show the tooltips on above of either a selected or hovered widget, they\'re now movedbelow the widget* So far, only the Back button is affected by this due to it being on top-left of the screen. Older versions showedthe tooltip but was never visible due to its location.展开版本: 0.0.2支持游戏: 1.21.6, 1.21.7, 1.21.8类型:FabricRelease下载次数: 273DaylightChangerStruggle v0.0.1 for 1.21.5DaylightChangerStruggle-0.0.1.jar下载0.0.1#ReleaseA long-awaited mini update and a port of the mod which focuses on minor additions and changes.## Additions### Static Time* Quick Options: Added modifier key description on buttons that have a value other than 0 (Sunrise is the only one thatcan\'t have this as it passes the value 0)* The ability to use modifier keys were available in the initial release version but were never shown### Moving Time* Now shares a similar quick-option style from Static Time* Is now accounted for when doing `/daylightchanger time add` (or `remove`, `set`) `<time>` (closes [issue #2](https://github.com/JuggleStruggle/DaylightChangerStruggle/issues/2))### Randomizers* Seed Section: A new button option to set the RNG back to its initial state* Note: Just like in the initial release, the \"Initial Seed\" text widget only changes its seed to its initial stateif no tick ran### Moving Time & Randomizers* Have an extra category that aims to make 2 internal values accessible so the user can get to modify them* The rest can be modified on a configuration, though this is not intended to be done this way as it will likely breakthese cycles.### Saving Cycle States and Remembering States on World Change/Leave* Note: Only Moving Time and Randomizers get this addition and change due to their nature with needing to store caches* Can now save the states for both while either switching or leaving a world* However, this is still a bit buggy when starting from a new instance but is not that big of a deal.* To disable the option to save into a disk while this is happening, use the command version and write:`/daylightchanger option allowWorldChangeCyclesToWriteToDisk false`* Randomizers will not be able to remember the seed as there is no current option to reset the seed back to itsinitial state.## Known Issues### System Time* The year is still broken when using Date Over Ticks option in the screen展开版本: 0.0.1支持游戏: 1.21.5类型:FabricRelease下载次数: 476DaylightChangerStruggle v0.0.0 for 1.19 - 1.19.2DaylightChangerStruggle-0.0.0.jar下载0.0.0#ReleaseInitial release version for 1.19. Quilt version requires Quilted Fabric API / Standard libraries.展开版本: 0.0.0支持游戏: 1.19, 1.19.1, 1.19.2类型:FabricQuiltRelease下载次数: 4DaylightChangerStruggle v0.0.0 for 1.18 - 1.18.2DaylightChangerStruggle-0.0.0.jar下载0.0.0#ReleaseInitial release. Quilt version requires Quilted Fabric API / Standard libraries.展开版本: 0.0.0支持游戏: 1.18, 1.18.1, 1.18.2类型:FabricQuiltRelease下载次数: 6,697全部版本

markdown_parsed

文章类型:收录

layui.use([\'form\'], function(){
var form = layui.form;
});

游客,如果您要查看本帖隐藏内容请回复
日光变换挑战
楼主 2025-8-10 17:21:59 回复 收起回复
小僵尸论坛感谢有你~
回复 论坛版权

使用道具 举报

您需要登录后才可以回帖 登录 | 立即注册 手机动态码快速登录

本版积分规则



介绍

我的世界(Minecraft)小僵尸论坛
收录了来自各地的我的世界(MC)爱好者们的各种资源

须知: 切勿滥用举报,任何与举报相关的信息必须属实!

"Minecraft"以及"我的世界"为Mojang Synergies AB的商标 本站与Mojang以及微软公司没有从属关系

官方

新浪微博 腾讯微博 微信公众号 投稿规则 版权声明 捐助我们

官方QQ①群: 291907844 (点击加群)
官方QQ②群: 421312192
官方QQ③群: 528726532

我的世界(Minecraft)小僵尸论坛

新会员

QQ|Archiver|手机版|小黑屋|Minecraft(我的世界)小僵尸论坛 |网站地图

GMT+8, 2026-6-16 09:59 , Processed in 0.214050 second(s), 153 queries .

快速回复 返回顶部 返回列表