Reden (Redstone EDEN)
Reden 是我们开发的一个模组,提供了一站式的红石机器开发环境,旨在成为最好的红石调试和教学工具。
Undo & Redo
按下Ctrl+Z可以立即撤销先前的操作,大大方便了红石机器的开发!
有关更多信息,请查看我们的wiki页面。
所有方块、方块实体和实体都可以被撤消。
只有当更改是由玩家引起时才能执行撤销操作,例如放置方块和执行命令。
RVC
RVC是Redstone版本控制,基于git实现的机器历史和差异分析。
如果您在
RVC支持子区域和子模块,因此您可以在自己的创作中使用其他人的作品。
RVC: Selection
RVC提供了全新的选择方块方式,更加便捷。
您可以手持火焰棒,左键选择一组方块,右键进行忽略。
RVC Package Manager
RVC Package Manager是红石机器的软件包管理器,它可以帮助您:
+ 管理机器的依赖
+ 更新依赖到最新版本
+ 将您的机器发布到RVC存储库
+ 方便他人使用您的机器
+ 致谢所有为您的机器做出贡献的人
它使用git子模块来管理依赖,因此您可以在自己的创作中使用其他人的作品。
RVC: Activity
当您连接您的GitHub帐户后,Reden可以自动追踪您在GitHub上的活动,比如创建新存储库、推送新提交和创建新版本。
您的活动将发送到游戏中的粉丝,这样人们就可以在其依赖项更新时收到通知。
RVC: Reference
对于一些领域,比如储存技术,人们会制作一些切片。例如,每个切片可以过滤一种类型的物品。
但是,当您想测试它们时,您必须将它们堆叠在一起,这非常不方便。
RVC Reference可以帮助您放置一个切片的“参考”,一旦您完成了一个切片,您可以按下一个热键,参考将更新为切片的最新版本。调试愉快!
RDebugger
微时序分析和仿真:方块更新断点(NC,PP,CU,BE),BED调试器,逐步更新,逐步刻,更新重置。
RVC with RDebugger
R-Debugger可以与RVC一起使用,您可以配置一个流程来调试您的机器,该流程将保存在RVC历史记录中。
一个流程可能如下所示:
[steps]
Use: button at 0 0 0
Use: lever at 1 3 5
Fill-Area: name=area1 from=0 0 0 to=10 10 10 with=stone
Wait: 10 ticks
[check]
Require: block at 0 0 0 is stone
Require: block at 1 3 5 is lever
Has-Item:chest at 0 0 0 has 1 diamond
已复制!
其他功能
其他功能包括:
+ 命令快捷键:`Super Right -> runCommand` 使用类似maasa的热键方式执行命令
+ 强制同步实体位置:`Micro Ticking -> toggleForceEntityPosSync` 强制将实体位置同步到客户端,在冻结游戏时可能会有用
+ 无超时:`General -> noTimeout` 禁用客户端超时,如果您正在调试服务器,则可能需要此功能
+ 物品影藏检测器:carpet `redenDebuggerItemShadow` 检测物品库存中是否存在影藏的物品,目前正处于进行中,未来将支持禁用可能破坏链接的操作
+ 结构方块热键:`Ctrl+S` 保存和 `Ctrl+L` 加载您最近交互的结构方块。
Bug修复
+ carpet `fixInvisibleShadowingItems`: 修复不可见的影藏物品实体,更多信息请查看[Igna的视频](
Reden 0.10.3 for 1.21.3
The project has been rewritten to support all 1.21 ~ 1.21.5 versions.
Most of the experimental and complicated features have been removed.
If you need them, please submit an issue on github or contact me on Discord.
Reden 0.10.3 for 1.21.5
The project has been rewritten to support all 1.21 ~ 1.21.5 versions.
Most of the experimental and complicated features have been removed.
If you need them, please submit an issue on github or contact me on Discord.
Reden 0.10.3 for 1.21.4
The project has been rewritten to support all 1.21 ~ 1.21.5 versions.
Most of the experimental and complicated features have been removed.
If you need them, please submit an issue on github or contact me on Discord.
Reden 0.10.3 for 1.21.1
The project has been rewritten to support all 1.21 ~ 1.21.5 versions.
Most of the experimental and complicated features have been removed.
If you need them, please submit an issue on github or contact me on Discord.
Reden 0.10.3 for 1.21.6
The project has been rewritten to support all 1.21 ~ 1.21.5 versions.
Most of the experimental and complicated features have been removed.
If you need them, please submit an issue on github or contact me on Discord.
Reden 0.10.3 for 1.21.6
The project has been rewritten to support all 1.21 ~ 1.21.5 versions.
Most of the experimental and complicated features have been removed.
If you need them, please submit an issue on github or contact me on Discord.
Reden 0.10.2 for 1.21.6
The project has been rewritten to support all 1.21 ~ 1.21.5 versions.
Most of the experimental and complicated features have been removed.
If you need them, please submit an issue on github or contact me on Discord.
Reden 0.10.2 for 1.21.4
The project has been rewritten to support all 1.21 ~ 1.21.5 versions.
Most of the experimental and complicated features have been removed.
If you need them, please submit an issue on github or contact me on Discord.
Reden 0.10.2 for 1.21.1
The project has been rewritten to support all 1.21 ~ 1.21.5 versions.
Most of the experimental and complicated features have been removed.
If you need them, please submit an issue on github or contact me on Discord.
Reden 0.10.2 for 1.21.3
The project has been rewritten to support all 1.21 ~ 1.21.5 versions.
Most of the experimental and complicated features have been removed.
If you need them, please submit an issue on github or contact me on Discord.
Reden 0.10.1 for 1.21.6
The project has been rewritten to support all 1.21 ~ 1.21.5 versions.
Most of the experimental and complicated features have been removed.
If you need them, please submit an issue on github or contact me on Discord.
Reden 0.10.1 for 1.21.5
The project has been rewritten to support all 1.21 ~ 1.21.5 versions.
Most of the experimental and complicated features have been removed.
If you need them, please submit an issue on github or contact me on Discord.
Reden 0.10.1 for 1.21.3
The project has been rewritten to support all 1.21 ~ 1.21.5 versions.
Most of the experimental and complicated features have been removed.
If you need them, please submit an issue on github or contact me on Discord.
Reden 0.10.1 for 1.21.4
The project has been rewritten to support all 1.21 ~ 1.21.5 versions.
Most of the experimental and complicated features have been removed.
If you need them, please submit an issue on github or contact me on Discord.
Reden 0.10.1 for 1.21.1
The project has been rewritten to support all 1.21 ~ 1.21.5 versions.
Most of the experimental and complicated features have been removed.
If you need them, please submit an issue on github or contact me on Discord.
Reden 0.10.1 for 1.21.3
The project has been rewritten to support all 1.21 ~ 1.21.5 versions.
Most of the experimental and complicated features have been removed.
If you need them, please submit an issue on github or contact me on Discord.
Reden 0.10.1 for 1.21.4
The project has been rewritten to support all 1.21 ~ 1.21.5 versions.
Most of the experimental and complicated features have been removed.
If you need them, please submit an issue on github or contact me on Discord.
Reden 0.10.1 for 1.21.5
The project has been rewritten to support all 1.21 ~ 1.21.5 versions.
Most of the experimental and complicated features have been removed.
If you need them, please submit an issue on github or contact me on Discord.
Reden 0.10.1 for 1.21.1
The project has been rewritten to support all 1.21 ~ 1.21.5 versions.
Most of the experimental and complicated features have been removed.
If you need them, please submit an issue on github or contact me on Discord.
Reden 0.10.0+1.21.5
Reden 0.10.0 for 1.21.1
The project has been rewritten to support all 1.21 ~ 1.21.5 versions.
Most of the experimental and complicated features have been removed.
If you need them, please submit an issue on github or contact me on Discord.
Reden 0.10.0 for 1.21.4
The project has been rewritten to support all 1.21 ~ 1.21.5 versions.
Most of the experimental and complicated features have been removed.
If you need them, please submit an issue on github or contact me on Discord.
Reden 0.10.0 for 1.21.4
The project has been rewritten to support all 1.21 ~ 1.21.5 versions.
Most of the experimental and complicated features have been removed.
If you need them, please submit an issue on github or contact me on Discord.
Reden 0.3.718-dev+1.21.44a7b51
Reden 0.3.702-dev+1.21.31326ee
Fixes:
- Some incorrect updates while doing undo.
- Some mixins for dedicated servers.
Reden Pre-Release 0.3.696-beta+1.21.f3f9d63.gh-ci-632
Reden Pre-Release 0.2.692-beta+1.21.73c05af.gh-ci-628
Reden 0.1.2+1.20.1-hotfix
提示:Reden在MC 1.20.1已停止开发,请使用1.20.4版本。
Reden Pre-Release 0.2.625-beta+1.20.4.c8857d2.gh-ci-609
修复中文加载不出来的bug
Reden Pre-Release 0.2.611+aede6d0.github.ci.576
Reden Pre-Release 0.2.593+bf198b6.github.ci.575
Reden Pre-Release 0.2.556+32de1ff.github.ci.529
Reden Pre-Release 0.2.519+cbc0559.github.ci.498
Reden Pre-Release 0.2.514+1ec135a.github.ci.495
Reden 0.1.2+1.20.1-stable
- Fabric Loader 0.15+ is now compatible and required.
Reden Pre-Release 0.2.445+0a4505f.github.ci.415
Please download owo beta versions lib at their maven:
https://maven.wispforest.io/#/releases/io/wispforest/owo-lib/0.12.0-pre.6+1.20.3
Reden 0.1.1+1.20.1-stable
+ Disabled easter eggs by default. You can re-enable it in `easterEggRate` of malilib config screen.
Please also install malilib as dependency.
Reden 0.1+1.20.1-stable
Please also install malilib as a dependency.
Reden 0.1-rc.2+1.20.1-stable
Reden Pre-Release 0.1.341+4c3f24d.github.ci.304
Reden Pre-Release 0.1.332+cd686ce.github.ci.296
Reden Pre-Release 0.1.330+8bdb19c.github.ci.295
Reden Pre-Release 0.1.329+665f6a7.github.ci.294
Reden Pre-Release 0.1.304+d75d165.github.ci.268
Reden Pre-Release 0.1.283+65d9c4b.github.ci.241
Reden Pre-Release 0.1.282+3ab9c95.github.ci.240
Reden Pre-Release 0.1.275+22e3465.github.ci.233
Reden Pre-Release 0.1.238+2ebd994.github.ci.206
Reden Pre-Release 0.1.232+615e6f9.github.ci.200
Reden Pre-Release 0.1.211+7759be0.github.ci.182
Reden Pre-Release 0.1.209+f5810ce.github.ci.180
Reden Pre-Release 0.1.206+27db3ac.github.ci.177
Reden Pre-Release 0.1.151+f239761.github.ci.132
Reden Pre-Release 0.1.148+65a0786.github.ci.128
Reden Pre-Release 0.1.145+50596a0.github.ci.126
Reden Pre-Release 0.1.142+d289a9d.github.ci.122
Reden Pre-Release 0.1.140+83e10b8.github.ci.120
Reden Pre-Release 0.1.135+4dcfe8b.github.ci.114
Reden Pre-Release 0.1.114+3af3e87.github.ci.87
Reden Pre-Release 0.1.108+c715b95.github.ci.81
Reden Pre-Release 0.1.94+25264b8.github.ci.44
Reden Pre-Release 0.1.90+1ca9e1e.github.ci.35
Reden Pre-Release 0.1.1+995b86e.github.ci.25
Reden Pre-Release 0.1.1+cc41ac2.github.ci.23
Reden Pre-Release 0.1.1+6f85925.github.ci.17
Reden Pre-Release 0.1.1+9dd00ca.github.ci.13
reden 0.1+08160912
收录