BBSMC Logo
模组整合包光影资源包软件汉化插件数据包地图
登录
模组插件数据包光影资源包整合包软件汉化地图
登录
设置
Cyclops Core
Cyclops Core

Cyclops Core

邪恶工艺、集成动力等的依赖模组。

前置
70a year ago
Cyclops Core

Cyclops Core

邪恶工艺、集成动力等的依赖模组。

7
0
前置

基本信息

我的世界Java版本

26.1.x
1.21.10–1.21.11
1.21.6–1.21.8
1.21.4
1.21–1.21.1
1.20.4
1.20.1
1.19.2–1.19.4
1.19
1.18.1–1.18.2
1.16.4–1.16.5
1.15.2
1.14.4
1.12.2

平台

\n \n \n Fabric
\n \n \n Forge
NeoForge
\n \n \n \n \n \n \n \n \n Quilt

分类

前置

其他链接

反馈问题 查看源码 访问 wiki
CurseForge地址

搬运团队

BBSMC 官方搬运(3)
BBSMC 官方搬运(3)团队

搬运资源声明

对于可进行 JAR 文件搬运的许可证,我们提供站内下载服务;其他资源会跳转到原帖下载。资源更新可能不及时,建议前往资源内提供的原帖链接下载最新版本。

详情信息

许可证 MIT
发布于 2025-02-23
更新于 2026-05-22
简介渲染图更新日志版本百科反馈讨论

全部版本

1
2
42

cyclopscore-26.1.2-neoforge-1.29.9.jar

on 2026 May 22
下载

Minecraft 26.1.2 版本更新日志

本项目的所有重要变更均记录于此文件中。

26.1.2-1.29.9 - 2026-05-22 11:20:34

新增

  • 通过 Crowdin 添加翻译支持(#230)

变更

  • 将 IngredientStorageHelpers 中的逻辑由模拟式改为事务式

修复

  • 在类型转换前执行类实例检查(#231) 此举可避免抛出 ClassCastException,从而提升性能

26.1.2-1.29.8 - 2026-05-03 06:50:28 +0200

修复

  • 修复流体辅助工具在空流体处理器资源上崩溃的问题

26.1.2-1.29.7 - 2026-04-29 19:45:35 +0200

修复

  • 修复 Fabric 平台上注册 GUI 时发生的崩溃问题(关闭 CyclopsMC/ColossalChests#200)

26.1.2-1.29.6 - 2026-04-28 19:44:31 +0200

修复

  • 修复禁用状态下的 WidgetNumberFields 组件中箭头仍处于激活状态的问题

[26.1.2-1.29.5] - 2026-04-20 19:57:09 +0200

26.1.2 版本首次发布

cyclopscore-26.1.2-forge-1.29.9.jar

on 2026 May 22
下载

# Minecraft 26.1.2 版本更新日志
本项目所有重要变更均记录于此文件中。

<a name="26.1.2-1.29.9"></a>
## [26.1.2-1.29.9](https://github.com/CyclopsMC/CyclopsCore/compare/26.1.2-1.29.8...26.1.2-1.29.9) - 2026-05-22 11:20:34

### 新增
* 通过 Crowdin 添加多语言翻译(#230)

### 更改
* 将 IngredientStorageHelpers 中的逻辑从模拟逻辑迁移至事务逻辑

### 修复
* 在转换能力接口前先执行类实例检查(#231)
  此举可避免抛出 ClassCastException,从而提升性能

<a name="26.1.2-1.29.8"></a>
## [26.1.2-1.29.8](https://github.com/CyclopsMC/CyclopsCore/compare/26.1.2-1.29.7...26.1.2-1.29.8) - 2026-05-03 06:50:28 +0200

### 修复
* 修复流体辅助工具在空流体处理资源上崩溃的问题

<a name="26.1.2-1.29.7"></a>
## [26.1.2-1.29.7](https://github.com/CyclopsMC/CyclopsCore/compare/26.1.2-1.29.6...26.1.2-1.29.7) - 2026-04-29 19:45:35 +0200

### 修复
* 修复 Fabric 平台上注册 GUI 时导致的崩溃问题,关闭 CyclopsMC/ColossalChests#200

<a name="26.1.2-1.29.6"></a>
## [26.1.2-1.29.6](https://github.com/CyclopsMC/CyclopsCore/compare/26.1.2-1.29.5...26.1.2-1.29.6) - 2026-04-28 19:44:31 +0200

### 修复
* 修复禁用状态下的 WidgetNumberFields 组件中箭头仍处于激活状态的问题

<a name="26.1.2-1.29.5"></a>
## [26.1.2-1.29.5] - 2026-04-20 19:57:09 +0200

26.1.2 版本首次发布

cyclopscore-26.1.2-fabric-1.29.9.jar

on 2026 May 22
下载

# Minecraft 26.1.2 版本更新日志
本项目的所有重要变更均记录于此文件中。

<a name="26.1.2-1.29.9"></a>
## [26.1.2-1.29.9](https://github.com/CyclopsMC/CyclopsCore/compare/26.1.2-1.29.8...26.1.2-1.29.9) - 2026年5月22日 11:20:34

### 新增
* 通过 Crowdin 添加多语言翻译(#230)

### 更改
* 将 IngredientStorageHelpers 中的逻辑从模拟(simulation)迁移至事务(transaction)逻辑

### 修复
* 在能力(capability)类型转换前执行类实例检查(#231)
  此举可避免抛出 ClassCastException,从而提升性能

<a name="26.1.2-1.29.8"></a>
## [26.1.2-1.29.8](https://github.com/CyclopsMC/CyclopsCore/compare/26.1.2-1.29.7...26.1.2-1.29.8) - 2026年5月3日 06:50:28 +0200

### 修复
* 修复流体辅助工具在空流体处理器资源下崩溃的问题

<a name="26.1.2-1.29.7"></a>
## [26.1.2-1.29.7](https://github.com/CyclopsMC/CyclopsCore/compare/26.1.2-1.29.6...26.1.2-1.29.7) - 2026年4月29日 19:45:35 +0200

### 修复
* 修复 Fabric 平台上注册 GUI 时导致的崩溃问题,关闭 CyclopsMC/ColossalChests#200

<a name="26.1.2-1.29.6"></a>
## [26.1.2-1.29.6](https://github.com/CyclopsMC/CyclopsCore/compare/26.1.2-1.29.5...26.1.2-1.29.6) - 2026年4月28日 19:44:31 +0200

### 修复
* 修复禁用状态下的 WidgetNumberFields 组件仍显示激活箭头的问题

<a name="26.1.2-1.29.5"></a>
## [26.1.2-1.29.5] - 2026年4月20日 19:57:09 +0200

26.1.2 版本首次发布

cyclopscore-26.1.2-fabric-1.29.8-1028.jar

on 2026 May 14
下载

上一版本发布以来的更新内容:https://github.com/CyclopsMC/CyclopsCore/commits/master-26

cyclopscore-26.1.2-neoforge-1.29.8-1028.jar

on 2026 May 14
下载

上一版本发布以来的更改:https://github.com/CyclopsMC/CyclopsCore/commits/master-26

cyclopscore-26.1.2-forge-1.29.8-1028.jar

on 2026 May 14
下载

上一版本发布以来的更新内容:https://github.com/CyclopsMC/CyclopsCore/commits/master-26

cyclopscore-26.1.2-neoforge-1.29.8-1026.jar

on 2026 May 07
下载

上一版本发布以来的更新内容:https://github.com/CyclopsMC/CyclopsCore/commits/master-26

cyclopscore-26.1.2-fabric-1.29.8-1026.jar

on 2026 May 07
下载

cyclopscore-26.1.2-forge-1.29.8-1026.jar

on 2026 May 07
下载

上一版本发布以来的更新内容:https://github.com/CyclopsMC/CyclopsCore/commits/master-26

cyclopscore-26.1.2-neoforge-1.29.8.jar

on 2026 May 03
下载

Minecraft 26.1.2 更新日志

本项目的所有重要更改都将记录在此文件中。

26.1.2-1.29.8 - 2026-05-03 06:50:28

修复

  • 修复空流体处理器资源导致流体助手崩溃的问题

26.1.2-1.29.7 - 2026-04-29 19:45:35 +0200

修复

  • 修复在 Fabric 上注册 GUI 时的崩溃问题,已修复 CyclopsMC/ColossalChests#200

26.1.2-1.29.6 - 2026-04-28 19:44:31 +0200

修复

  • 修复禁用 WidgetNumberFields 时活动箭头显示异常

[26.1.2-1.29.5] - 2026-04-20 19:57:09 +0200

26.1.2 首次发布

cyclopscore-26.1.2-forge-1.29.8.jar

on 2026 May 03
下载

# Minecraft 26.1.2 变更日志
该项目所有值得注意的更改都将记录在此文件中。

<a name="26.1.2-1.29.8"></a>
## [26.1.2-1.29.8](https://github.com/CyclopsMC/CyclopsCore/compare/26.1.2-1.29.7...26.1.2-1.29.8) - 2026-05-03 06:50:28

### 已修复
* 修复空流体处理器资源导致的流体助手崩溃

<a name="26.1.2-1.29.7"></a>
## [26.1.2-1.29.7](https://github.com/CyclopsMC/CyclopsCore/compare/26.1.2-1.29.6...26.1.2-1.29.7) - 2026-04-29 19:45:35 +0200

### 已修复
* 修复在 Fabric 上注册 GUI 时崩溃的问题,关闭 CyclopsMC/ColossalChests#200

<a name="26.1.2-1.29.6"></a>
## [26.1.2-1.29.6](https://github.com/CyclopsMC/CyclopsCore/compare/26.1.2-1.29.5...26.1.2-1.29.6) - 2026-04-28 19:44:31 +0200

### 已修复
* 修复禁用 WidgetNumberFields 时活动箭头的问题

<a name="26.1.2-1.29.5"></a>
## [26.1.2-1.29.5] - 2026-04-20 19:57:09 +0200

26.1.2 首次发布

cyclopscore-26.1.2-fabric-1.29.8.jar

on 2026 May 03
下载

# Minecraft 26.1.2 更新日志
本项目所有重要变更都将记录在此文件中。

<a name="26.1.2-1.29.8"></a>
## [26.1.2-1.29.8](https://github.com/CyclopsMC/CyclopsCore/compare/26.1.2-1.29.7...26.1.2-1.29.8) - 2026-05-03 06:50:28

### 修复
* 修复在空流体处理器资源上因流体助手导致的崩溃问题

<a name="26.1.2-1.29.7"></a>
## [26.1.2-1.29.7](https://github.com/CyclopsMC/CyclopsCore/compare/26.1.2-1.29.6...26.1.2-1.29.7) - 2026-04-29 19:45:35 +0200

### 修复
* 修复在 Fabric 上注册 GUI 时崩溃的问题,并关闭 CyclopsMC/ColossalChests#200

<a name="26.1.2-1.29.6"></a>
## [26.1.2-1.29.6](https://github.com/CyclopsMC/CyclopsCore/compare/26.1.2-1.29.5...26.1.2-1.29.6) - 2026-04-28 19:44:31 +0200

### 修复
* 修复禁用 WidgetNumberFields 时活动箭头显示错误的问题

<a name="26.1.2-1.29.5"></a>
## [26.1.2-1.29.5] - 2026-04-20 19:57:09 +0200

26.1.2 首次发布

cyclopscore-26.1.2-fabric-1.29.7.jar

on 2026 Apr 29
下载

# Minecraft 26.1.2 更新日志
本文件将记录该项目所有值得注意的变更。

<a name="26.1.2-1.29.7"></a>
## [26.1.2-1.29.7](https://github.com/CyclopsMC/CyclopsCore/compare/26.1.2-1.29.6...26.1.2-1.29.7) - 2026-04-29 19:45:35

### 已修复
* 修复在 Fabric 上注册 GUI 时导致的崩溃,关闭 CyclopsMC/ColossalChests#200

<a name="26.1.2-1.29.6"></a>
## [26.1.2-1.29.6](https://github.com/CyclopsMC/CyclopsCore/compare/26.1.2-1.29.5...26.1.2-1.29.6) - 2026-04-28 19:44:31 +0200

### 已修复
* 修复禁用的 WidgetNumberFields 上箭头仍可操作的问题

<a name="26.1.2-1.29.5"></a>
## [26.1.2-1.29.5] - 2026-04-20 19:57:09 +0200

首次发布 26.1.2 版本

cyclopscore-26.1.2-neoforge-1.29.7.jar

on 2026 Apr 29
下载

Minecraft 26.1.2 更新日志

本项目所有重要变更都将记录在此文件中。

26.1.2-1.29.7 - 2026-04-29 19:45:35

修复

  • 修复在 Fabric 上注册 GUI 时崩溃的问题,关闭 CyclopsMC/ColossalChests#200

26.1.2-1.29.6 - 2026-04-28 19:44:31 +0200

修复

  • 修复禁用的 WidgetNumberFields 上箭头仍可点击的问题

[26.1.2-1.29.5] - 2026-04-20 19:57:09 +0200

26.1.2 初始版本发布

cyclopscore-26.1.2-forge-1.29.7.jar

on 2026 Apr 29
下载

# Minecraft 26.1.2 更新日志
本项目所有值得注意的变更都将记录在此文件中。

<a name="26.1.2-1.29.7"></a>
## [26.1.2-1.29.7](https://github.com/CyclopsMC/CyclopsCore/compare/26.1.2-1.29.6...26.1.2-1.29.7) - 2026-04-29 19:45:35

### 已修复
* 修复在 Fabric 上注册 GUI 时崩溃的问题,关闭 CyclopsMC/ColossalChests#200

<a name="26.1.2-1.29.6"></a>
## [26.1.2-1.29.6](https://github.com/CyclopsMC/CyclopsCore/compare/26.1.2-1.29.5...26.1.2-1.29.6) - 2026-04-28 19:44:31 +0200

### 已修复
* 修复禁用的 WidgetNumberFields 上仍显示活动箭头的问题

<a name="26.1.2-1.29.5"></a>
## [26.1.2-1.29.5] - 2026-04-20 19:57:09 +0200

初始 26.1.2 版本发布

cyclopscore-26.1.2-fabric-1.29.6.jar

on 2026 Apr 28
下载

# Minecraft 26.1.2 更新日志
本项目所有值得注意的更改都将记录在此文件中。

<a name="26.1.2-1.29.6"></a>
## [26.1.2-1.29.6](https://github.com/CyclopsMC/CyclopsCore/compare/26.1.2-1.29.5...26.1.2-1.29.6) - 2026-04-28 19:44:31

### 已修复
* 修复了已禁用的 WidgetNumberFields 上的激活箭头

<a name="26.1.2-1.29.5"></a>
## [26.1.2-1.29.5] - 2026-04-20 19:57:09 +0200

26.1.2 初始版本发布

cyclopscore-26.1.2-neoforge-1.29.6.jar

on 2026 Apr 28
下载

Minecraft 26.1.2 更新日志

本项目所有重要变更均记录于此文件中。

26.1.2-1.29.6 - 2026-04-28 19:44:31

修复

  • 修复了在禁用的 WidgetNumberFields 上仍显示激活箭头的问题

[26.1.2-1.29.5] - 2026-04-20 19:57:09 +0200

首次发布 26.1.2 版本

cyclopscore-26.1.2-forge-1.29.6.jar

on 2026 Apr 28
下载

# Minecraft 26.1.2 更新日志
本项目所有值得注意的更改都将记录在此文件中。

<a name="26.1.2-1.29.6"></a>
## [26.1.2-1.29.6](https://github.com/CyclopsMC/CyclopsCore/compare/26.1.2-1.29.5...26.1.2-1.29.6) - 2026-04-28 19:44:31

### 已修复
* 修复了在禁用的 WidgetNumberFields 上仍显示活动箭头的问题

<a name="26.1.2-1.29.5"></a>
## [26.1.2-1.29.5] - 2026-04-20 19:57:09 +0200

首次发布 26.1.2 版本

cyclopscore-1.21.1-fabric-1.29.1.jar

on 2026 Apr 28
下载

# Minecraft 1.21.1 更新日志
本项目所有值得注意的更改都将记录在此文件中。

<a name="1.21.1-1.29.1"></a>
## [1.21.1-1.29.1](https://github.com/CyclopsMC/CyclopsCore/compare/1.21.1-1.29.0...1.21.1-1.29.1) - 2026-04-28 19:39:06

### 已修复
* 修复了在禁用的 WidgetNumberFields 上箭头仍处于激活状态的问题

<a name="1.21.1-1.29.0"></a>
## [1.21.1-1.29.0](https://github.com/CyclopsMC/CyclopsCore/compare/1.21.1-1.28.0...1.21.1-1.29.0) - 2026-02-17 10:55:45 +0100

### 新增
* 为 NBT 路径添加 AND、OR 和 NOT 逻辑表达式支持
  现在可以执行诸如 `(@.a > 5 && @.a < 15) || @.a == 20` 或
  `$.items[?(@.min < 10 && @.min > 5)]` 这样的表达式。
  关闭 #210

### 更改
* 在设置 WidgetNumberField 的 minValue 时,如有需要则修改其值

<a name="1.21.1-1.28.0"></a>
## [1.21.1-1.28.0](https://github.com/CyclopsMC/CyclopsCore/compare/1.21.1-1.27.2...1.21.1-1.28.0) - 2025-12-22 13:54:29 +0100

### 新增
* 添加用于注册结构模板池的辅助方法
  CyclopsMC/EvilCraft#1146 所需
* 添加 PoiConfigCommon
* 通过 Crowdin 添加翻译 (#213)

<a name="1.21.1-1.27.2"></a>
## [1.21.1-1.27.2](https://github.com/CyclopsMC/CyclopsCore/compare/1.21.1-1.27.1...1.21.1-1.27.2) - 2025-11-11 13:52:44 +0100

### 已修复
* 修复数据包始终在主线程上处理的问题
  与 CyclopsMC/IntegratedCrafting#156 相关

<a name="1.21.1-1.27.1"></a>
## [1.21.1-1.27.1](https://github.com/CyclopsMC/CyclopsCore/compare/1.21.1-1.27.0...1.21.1-1.27.1) - 2025-10-22 16:29:43 +0200

### 已修复
* 修复生成空物品实体的问题
  关闭 CyclopsMC/IntegratedTunnels#348

<a name="1.21.1-1.27.0"></a>
## [1.21.1-1.27.0](https://github.com/CyclopsMC/CyclopsCore/compare/1.21.1-1.26.2...1.21.1-1.27.0) - 2025-10-07 07:43:29 +0200

### 新增
* 添加 IngredientComponentStorageComposite(Integrated Mekanism 所需)

<a name="1.21.1-1.26.2"></a>
## [1.21.1-1.26.2](https://github.com/CyclopsMC/CyclopsCore/compare/1.21.1-1.26.1...1.21.1-1.26.2) - 2025-08-08 20:10:42 +0200

### 更改
* 通过 Crowdin 添加翻译 (#208)
* 更新 PT_BR 本地化 (#206)

<a name="1.21.1-1.26.1"></a>
## [1.21.1-1.26.1](https://github.com/CyclopsMC/CyclopsCore/compare/1.21.1-1.26.0...1.21.1-1.26.1) - 2025-05-31 19:12:50 +0200

### 已修复
* 修复屏幕缩放时滚动条无法移动的问题
  关闭 CyclopsMC/IntegratedDynamics#1515

<a name="1.21.1-1.26.0"></a>
## [1.21.1-1.26.0](https://github.com/CyclopsMC/CyclopsCore/compare/1.21.1-1.25.9...1.21.1-1.26.0) - 2025-05-03 15:27:36 +0200

### 新增
* 允许将信息手册放置在讲台上
  CyclopsMC/IntegratedDynamics#1496 和 CyclopsMC/EvilCraft#1110 所需。

<a name="1.21.1-1.25.9"></a>
## [1.21.1-1.25.9](https://github.com/CyclopsMC/CyclopsCore/compare/1.21.1-1.25.8...1.21.1-1.25.9) - 2025-04-12 13:29:59 +0200

### 已修复
* 修复向某些槽位插入物品失败的问题
  关闭 CyclopsMC/IntegratedDynamics#1502

<a name="1.21.1-1.25.8"></a>
## [1.21.1-1.25.8](https://github.com/CyclopsMC/CyclopsCore/compare/1.21.1-1.25.7...1.21.1-1.25.8) - 2025-03-24 16:19:02 +0100

### 已修复
* 修复并非所有按键组合均能正常工作的问题

cyclopscore-1.21.1-neoforge-1.29.1.jar

on 2026 Apr 28
下载

Minecraft 1.21.1 更新日志

本项目所有值得关注的变更均记录于本文档中。

1.21.1-1.29.1 - 2026-04-28 19:39:06

修复

  • 修复了在禁用的 WidgetNumberFields 上仍显示激活箭头的问题

1.21.1-1.29.0 - 2026-02-17 10:55:45 +0100

新增

  • 为 NBT 路径添加 AND、OR 和 NOT 逻辑表达式支持
    现在可执行如 (@.a > 5 && @.a < 15) || @.a == 20 或
    $.items[?(@.min < 10 && @.min > 5)] 的表达式。
    关闭 #210

更改

  • 在设置 WidgetNumberField 的 minValue 时,必要情况下自动调整其值

1.21.1-1.28.0 - 2025-12-22 13:54:29 +0100

新增

  • 添加用于注册结构模板池的辅助方法
    为 CyclopsMC/EvilCraft#1146 所需
  • 添加 PoiConfigCommon
  • 通过 Crowdin 添加翻译 (#213)

1.21.1-1.27.2 - 2025-11-11 13:52:44 +0100

修复

  • 修复数据包始终在主线程处理的问题
    与 CyclopsMC/IntegratedCrafting#156 相关

1.21.1-1.27.1 - 2025-10-22 16:29:43 +0200

修复

  • 修复空物品实体被生成的问题
    关闭 CyclopsMC/IntegratedTunnels#348

1.21.1-1.27.0 - 2025-10-07 07:43:29 +0200

新增

  • 添加 IngredientComponentStorageComposite(为 Integrated Mekanism 所需)

1.21.1-1.26.2 - 2025-08-08 20:10:42 +0200

更改

  • 通过 Crowdin 添加翻译 (#208)
  • 更新 PT_BR 本地化 (#206)

1.21.1-1.26.1 - 2025-05-31 19:12:50 +0200

修复

  • 修复屏幕缩放时滚动条不移动的问题
    关闭 CyclopsMC/IntegratedDynamics#1515

1.21.1-1.26.0 - 2025-05-03 15:27:36 +0200

新增

  • 允许信息书放置于讲台
    为 CyclopsMC/IntegratedDynamics#1496 和 CyclopsMC/EvilCraft#1110 所需。

1.21.1-1.25.9 - 2025-04-12 13:29:59 +0200

修复

  • 修复向某些槽位插入物品失败的问题
    关闭 CyclopsMC/IntegratedDynamics#1502

1.21.1-1.25.8 - 2025-03-24 16:19:02 +0100

修复

  • 修复部分按键组合在键位绑定中无效的问题
    关闭 CyclopsMC/IntegratedTerminals#166

1.21.1-1.25.7 - 2025-02-24 16:19:08 +0100

修复

  • 修复 EvilCraft 实体与部分生物交互时崩溃的问题,关闭 CyclopsMC/EvilCraft#1102

1.21.1-1.25.6 - 2025-02-03 20:06:56 +0100

新增

  • 添加 ja_jp 翻译
  • 添加 nl_nl 翻译

修复

  • 修复含空流体容器的物品存储方式不一致的问题
    此前含空流体容器的物品可能以两种不同方式存储。
    此更改确保仅存在一种标准存储方式。
    这可能导致 EvilCraft 物品在尝试自动合成或被系统识别时出现问题。
    关闭 CyclopsMC/EvilCraft#1089

1.21.1-1.25.5 - 2024-12-0

1
2
42
BBSMC Logo

中国最活跃的 Minecraft 中文资源社区

QQ 群:1078515449

资源

模组整合包光影资源包地图

社区

汉化软件插件数据包

帮助

服务条款隐私政策社区规则开源代码
设置

"Minecraft"以及"我的世界"为美国微软公司的商标,本站与微软公司没有从属关系。 本站与 Modrinth 无从属关系,网站遵循 LGPL 协议开源。

© 2019-2026 青岛柒兮网络科技有限公司 | 鲁B2-20210590 | 鲁ICP备2021009459号-12 | 公安备案 鲁公网安备37021002001586号