Skip to content

Releases: KenRouKoro/C3H6N6O6

1.0.0-beta9 For Minecraft 1.19.2

01 Sep 16:23
Compare
Choose a tag to compare

更新内容

  1. 独立分支1.19.2版本
  2. 更新对c2me兼容方案

1.0.0-beta9 For Minecraft 1.18.2

01 Sep 15:16
Compare
Choose a tag to compare

更新内容

  1. 与1.19分支分离
  2. 更换与c2me兼容策略

1.0.0-beta10 For Minecraft 1.18.2/1.19.2

01 Sep 18:05
Compare
Choose a tag to compare

更新内容

  1. 修复一个因为取MinecraftServer实例而引发的空指针异常

Full Changelog: 1.0.0-beta9...1.0.0-beta10-1.18.2/1.19.2

1.0.0-beta8 For Minecraft 1.18.2/1.19/1.19.1

20 Jul 05:42
Compare
Choose a tag to compare

更新内容

  1. 小bug修复
  2. 初步修复 #1
  3. 异常处理优化

Updates

  1. minor bug fixes
  2. Initial fixes #1
  3. Exception handling optimization

1.0.0-beta7 For Minecraft 1.18.2

19 Jul 04:25
Compare
Choose a tag to compare

更新内容

  1. 小bug修复
  2. 初步修复 #1

Updates

  1. minor bug fixes
  2. Initial fixes #1

1.0.0-beta6 For Minecraft 1.18.2

17 Jul 12:05
Compare
Choose a tag to compare

更新内容:

  1. 删除屏蔽容器并发限制,因为导致Bug的是玩家实体的问题
  2. 在同步方块时加锁,使得刷地毯机等红石机械能短时间运行(长时间会损坏机械)
  3. 完整的中文JavaDoc

Updates:

  1. remove the shielded container concurrency limit, as it was the player entity that was causing the bug
  2. add locks when synchronizing blocks to allow redstone mechanics such as carpet brushes to run for short periods of time (long periods can damage mechanics)
  3. complete Chinese JavaDoc

1.0.0-beta5 For Minecraft 1.18.2

15 Jul 19:21
Compare
Choose a tag to compare

更新内容

  1. 移植MCMTCE的对于Tech与AE2的兼容代码并进行优化。
  2. 完全支持单人游戏
  3. 修复部分方块实体无法Tick的问题(屏蔽容器方块实体的Tick)。
  4. 动态配置文件支持,可以随时修改配置文件以禁用并行化功能。
  5. Tech修复代码将无界阻塞队列换为大小为2000的有界阻塞队列
  6. 一些小bug修复

Updates

  1. ported MCMTCE's for Tech and AE2 compatibility code and optimized.
  2. Full support for single player
  3. Fix the problem that some cube entities cannot be ticked (blocking container block entities from ticking).
  4. dynamic profile support, can modify profile to disable parallelization at any time
  5. Tech fix code to replace the unbounded blocking queue with a bounded blocking queue of size 2000
  6. some minor bug fixes

1.0.0-bate3 For Minecraft 1.18.2

08 Jul 17:29
Compare
Choose a tag to compare

更新内容

  1. 更换了DecoderHandlerMixin的实现方式,理论上不会再与Polymer冲突 #3
  2. 增加KoroWorld-Lib前置的强制检查 #1

1.0.0-bate2 For Minecraft 1.18.2

08 Jul 07:39
Compare
Choose a tag to compare

更新内容

  1. 大概率是修复了与Polymer的冲突 #3
  2. 增加与KoroWorld-Lib的依赖说明。

1.0.0-bate1 For Minecraft 1.18.2

05 Jul 18:58
Compare
Choose a tag to compare

更新内容

  1. 重新设计了运行逻辑,理论上这能增强其兼容性