DeliciousBread481
fd057f3afb
fix: 修复 OpenCraftFromJeiC2SPacket 在服务端引用客户端类导致崩溃的问题
2026-04-10 18:52:28 +08:00
GaLi
6d530b8f96
修复使用标签无线收发器时偶现退出游戏无法保存问题
2026-03-27 23:38:47 +08:00
GaLi
7a586fc87d
1.5.3
2026-03-26 18:23:36 +08:00
GaLi
53cb588675
优化频道卡连接逻辑
2026-03-26 18:12:44 +08:00
GaLi
38b06eb484
优化appflux升级槽兼容
2026-03-26 11:05:00 +08:00
GaLi
7d621af169
适配JEI新版的历史记录
2026-03-25 16:04:42 +08:00
GaLi
8d6dc8ef9c
供应器搜索结果唯一时直接上传样板
2026-03-25 14:18:58 +08:00
GaLi
6877145bbb
适配扩展样板供应器
2026-03-23 15:26:57 +08:00
GaLi
af9f75082e
镜像样板供应器
2026-03-23 14:02:09 +08:00
GaLi
1ee757e84c
清理编译警告
2026-03-19 17:23:10 +08:00
GaLi
4fef441e8d
超级合成核心修复影子库存问题
2026-03-19 17:13:51 +08:00
GaLi
8fd56ce4ef
超级样板核心修复影子库存问题
2026-03-19 16:40:29 +08:00
GaLi
4669029490
新材质
2026-03-16 16:08:12 +08:00
GaLi
ece92fa795
1.5.2-fix2
2026-03-03 21:38:56 +08:00
GaLi
7bbbd8af8c
修正处理配方书签的空白样板消耗以及返还逻辑
2026-03-03 21:36:37 +08:00
GaLi
75262341ac
消耗样板逻辑顺序调整
2026-03-03 20:09:28 +08:00
GaLi
7e65588f0c
CtrlQ上传处理样板写入搜索名称修正
2026-03-03 19:56:19 +08:00
GaLi
9fe3336107
JEI写样板对于配方书签上传失败时回退到玩家背包
2026-03-03 11:28:29 +08:00
GaLi
45fdf749b1
JEI写样板支持shift控制启用物品替换,alt启用流体替换
2026-03-03 10:53:05 +08:00
GaLi
a389b7ba5e
1.5.2
2026-03-02 13:42:20 +08:00
GaLi
dcecbba2de
上传样板供应器选择界面新增右键置顶供应器条目
2026-03-02 11:53:41 +08:00
GaLi
12441c80ba
F键搜索改成按键注册
2026-03-02 11:25:45 +08:00
GaLi
9b4212dda8
移除实体加速器配方
2026-03-01 16:31:36 +08:00
GaLi
8f4a735e43
处理书签分支完成
2026-03-01 16:23:56 +08:00
GaLi
b87b74929e
处理书签分支完成
2026-02-28 17:59:40 +08:00
GaLi
ab7664e4a6
合成书签分支完成
2026-02-28 16:58:40 +08:00
GaLi
974c09be78
配方书签分支
2026-02-28 16:40:23 +08:00
GaLi
48235b2c08
配方书签分支
2026-02-28 16:32:46 +08:00
GaLi
9b8d712c94
适配流体配方
2026-02-28 16:01:43 +08:00
GaLi
ce09d26fe1
RecipeFinderUtil改用JEI提供的API
2026-02-28 15:34:18 +08:00
GaLi
c517d799a8
优化按键设置及操作
2026-02-26 18:17:05 +08:00
GaLi
e7d9e02043
优化样板生成逻辑
2026-02-26 18:08:03 +08:00
GaLi
5b6642bbe4
jei编写样板添加编写人tooltips,优化样板消耗逻辑
2026-02-26 17:43:52 +08:00
GaLicn
334da679ce
Merge pull request #51 from 2390616704/feat/ctrl-q-pattern-creation
...
实现一个新的快捷键 Ctrl+Q,允许玩家从 JEI 中快速创建样板。feat: Add Ctrl+Q quick pattern creation from JEI.
2026-02-26 15:57:02 +08:00
GaLicn
61fa496367
Merge pull request #47 from shasha0227/master
...
Update zh-TW localization
2026-02-26 14:03:56 +08:00
范翰德202509
7c2286cd68
feat: Add Ctrl+Q quick pattern creation from JEI
...
Implement a new keybind (Ctrl+Q) to quickly create AE2 patterns from JEI items.
Features:
- Press Ctrl+Q while hovering over any item in JEI to create patterns instantly
- Intelligent recipe selection (prioritizes crafting recipes)
- Support Shift+Ctrl+Q to search recipes where item is used as input
- JEI bookmark priority system for ingredient selection
- Smart pattern placement (crafting patterns drop, processing patterns to inventory)
- Consumes blank pattern from player inventory with auto-refund on failure
Configuration:
- ctrlQConsumeBlankPattern: Toggle blank pattern consumption (default: true)
- ctrlQExtractFromNetwork: Extract patterns from AE network (default: true, WIP)
Technical changes:
- Add CtrlQPatternKeyHandler for client-side key handling
- Add CreateCtrlQPatternC2SPacket for C2S network communication
- Add RecipeFinderUtil with priority sorting
- Add ModKeybindings for keybind registration
- Update ModConfig with new options
- Register network packet in ModNetwork
- Add English translations
Code quality:
- Cleaned up debug logs
- Removed local development configuration
2026-02-22 11:28:52 +08:00
shasha_0227
b5ea8c4bc4
Update zh-TW localization
...
## Proposed Changes
Add zh-TW (Traditional Chinese) localization files.
2026-02-11 13:29:43 +08:00
GaLicn
5dde36b3df
Merge remote-tracking branch 'origin/master'
2026-01-30 19:08:21 +08:00
GaLi
adfcb2ab19
删除prioritizeDiskEnergy配置上多余的注解
2026-01-22 14:00:33 +08:00
GaLicn
c7b0d4ae38
虚拟合成卡完成适配量子计算机,中键下单失败写入名称适配饰品槽
2025-12-15 10:12:18 +08:00
GaLicn
b513f45832
1.5.1
2025-12-12 20:27:36 +08:00
GaLicn
248a043631
GUIDE
2025-12-12 16:07:47 +08:00
GaLicn
7de602c373
配方&data表
2025-12-12 15:35:14 +08:00
GaLicn
b1c6e02289
添加无线收发器能耗配置,能耗默认改为100
2025-12-12 15:10:11 +08:00
GaLicn
24d8a465a4
Merge remote-tracking branch 'origin/master'
2025-12-12 14:36:06 +08:00
GaLicn
879e60d126
更新gitignore
2025-12-12 14:35:36 +08:00
GaLicn
63a2f7b1b9
添加在线数信息展示行
2025-12-12 14:33:45 +08:00
GaLicn
2a865f74d5
规整注释
2025-12-12 12:12:42 +08:00
GaLicn
a82876824d
正确初始化&ui绘制分割线
2025-12-12 11:35:01 +08:00
GaLicn
cba7b9a36a
按钮动态效果
2025-12-12 10:36:55 +08:00