- Fixed logging problem in 1.12.2
- Fixed crash with mixin in 1.12.2
- Added buttons for boat
- 修复 1.12.2 的日志问题
- 修复 1.12.2 与 mixin 的冲突
- 添加划船按钮
- Fixed line breaks in 1.12.2
- Fixed compatibility with Kotlin For Forge and Forgelin
- Fixed problems with item metadata in 1.12.2 (will break
config.json
for all versions) - Fixed rendering of touch crosshair in 1.12.2
- 修复了 1.12.2 文本换行问题
- 修复了与 Kotlin For Forge 和 Forgelin 的兼容性问题
- 修复了 1.12.2 物品数据值相关问题(会破坏所有版本的
config.json
配置文件) - 修复了 1.12.2 的触摸准心渲染
- Added support for Fabric 1.20.1 1.21.1 1.21.4 and Forge 1.12.2 1.20.1
- Remove dependency to YetAnotherConfigLib
- Redone the options screen
- Redone the item options now supporting subclasses, data compoents, blacklist and searching in item list
- Redone the custom layout screen
- Supported copy & paste in the custom layout screen
- Added presets system and layers system
- Supported to change triggers of sneak button
- Added sprint button
- Add the function to change style of some buttons
- Fixed some problems when riding
- Changed all existing widgets to make them work better in layers system
- Added two contributors in the mod metadata
- 添加了对 Fabric 1.20.1 1.21.1 1.21.4 以及 Forge 1.12.2 1.20.1 的支持
- 去除了对 YetAnotherConfigLib 的依赖
- 重做了设置界面
- 重做了物品设置界面,支持子类与组件,添加黑名单功能,并支持在物品列表中搜索
- 重做了自定义布局界面及其操作逻辑
- 添加了复制粘贴控件的功能
- 添加了图层系统以及预设系统
- 添加了修改潜行按钮触发方式的功能
- 添加了疾跑按钮
- 添加了为部分按钮调节样式的功能
- 修复了部分骑乘相关的问题
- 调整了目前现有的控件,使其更好在图层系统下使用
- 添加了两位贡献者到 mod 元数据中
- Implemented the functionality to swap items on hands when double-clicking the hotbar
- Made the size of the extra button of DPad configurable
- Enabled auto-jumping when the configuration directory don't exists
- Changed the description of "Disable hotbar buttons" option
- Made ascend button and descend button able to be triggered by swiping
- Made the new sneak button triggerable by clicking once
- Added an option to trigger sprint when using the touch joystick
- Added an option to increase the opacity when the touch joystick is active
- Fixed the problem of unable to control minecart and boat
- Added options of touch crosshair
- 实现双击物品栏快速交换主副手
- 实现调整 DPad 附加按键大小的功能
- 当配置目录不存在时自动开启自动跳跃
- 修改“禁用快捷栏按键”选项的说明
- 让上升和下降按钮可以滑动触发
- 让新版潜行按钮可以单击触发
- 让 Joystick 可以触发疾跑(需要在设置中配置)
- 让 Joystick 激活时提高不透明度(需要在设置中配置)
- 修复了船和矿车不能操作的问题
- 添加触摸准心相关的设置
- Implemented block breaking haptic feedback on Android, and requires a update of modified launcher
- Added options to disable hotbar button
- Fixed speed when player sneak
- 实现 Android 端破坏方块的的震动反馈,需要使用新的修改版启动器
- 加入了禁用快捷栏按钮的选项
- 修复潜行向左前右前行走时速度与步行相同的问题
- Added support for Windows ARM64
- Changed the description text of option "Disable crosshair rendering"
- Changed the tooltip of "Undo" button in options screen
- 添加 Windows ARM64 支持
- 优化“禁用准心绘制”设置项描述
- 优化设置中的“撤销”按钮悬浮提示文本
Fixed problems of config reading and writing
修复了配置读取和保存的问题