promotional bannermobile promotional banner

C3H6N6O6

This is a mod for multi-threaded operations on entities.

File Details

C3H6N6O6-1.0.0-beta5.jar

  • B
  • Jul 16, 2022
  • 115.40 KB
  • 32
  • 1.18.2
  • Fabric

File Name

C3H6N6O6-1.0.0-beta5.jar

Supported Versions

  • 1.18.2

Curse Maven Snippet

Fabric

modImplementation "curse.maven:c3h6n6o6-645221:3877751"
Curse Maven does not yet support mods that have disabled 3rd party sharing

Learn more about Curse Maven

更新内容

  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