新建2022-09-02
1.0.0-beta9 For Minecraft 1.19.2
  1. 独立分支1.19.2版本

  2. 更新对c2me兼容方案

你已经到达了世界的尽头..
新建2022-09-02
1.0.0-beta9 For Minecraft 1.18.2
  1. 与1.19分支分离

  2. 更换与c2me兼容策略

2022-07-17
1.0.0-beta6
  1. 删除屏蔽容器并发限制,因为导致Bug的是玩家实体的问题。

  2. 在同步方块时加锁,使得刷地毯机等红石机械能短时间运行(长时间会损坏机械)。

  3. 完整的中文JavaDoc。


  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.

2022-07-16
1.0.0-beta5
  1. 移植MCMTCE的对于Tech与AE2的兼容代码并进行优化。

  2. 完全支持单人游戏。

  3. 修复部分方块实体无法Tick的问题(屏蔽容器方块实体的Tick)。

  4. 动态配置文件支持,可以随时修改配置文件以禁用并行化功能。

  5. Tech修复代码将无界阻塞队列换为大小为2000的有界阻塞队列。

  6. 一些小bug修复。


  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 cube 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.

你已经到达了世界的尽头..
新建2022-09-02
1.0.0-beta10

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

你已经到达了世界的尽头..