Перейти к содержимому
Mineforgian

GregTech 7.5.3 Performance Fixes

Fixes performance with pattern buffers, me stocking input buses/hatches, and fixes wacky machine controllers, for gtm 7.5.3 only.

Загрузки
75
Подписчики
0
Обновлён
15 августа 2026 г.
Лицензия
LGPL-3.0-only

Опубликован 30 июля 2026 г.

GregTech Optimizations

Performance optimizations for GregTech Modern 7.5.3.

What it changes

Recipe lookup

In short, it adds a cache that speeds some things up in passive setups.

  • Machines track a version counter for their input handlers. If a recipe search found nothing and no input changed since, the search is skipped.
  • RecipeRunner caches the grouped handler lists per machine and rebuilds them only when the machine's handler topology changes.
  • Empty handlers are skipped earlier, and recipes with no contents return early.

Machine Controller Cover

The cover polls its redstone input every 40 ticks to fix that sometimes the cover could malfunction and stop machine without signal or the other way around.

ME Stocking Bus/Hatch

ME stocking buses and hatches no longer poll the network. They get notified about changes from AE2 instead.

ME Pattern Buffers

They now run one worker per proxy + 1 for the buffer itself, and have shared internal slots instead of one slot per pattern. This way machine has fewer busses to scan for recipes. They work the same from the players perspective because the slots allow the same pattern to be pushed and are distinct.

Power failing

There is one option in the config. The default (false) keeps vanilla GregTech machine cover and power failing behavior. If you turn this on, all machines act like they have a machine cover with "disable power failing" turned on, until you place a cover and disable it yourself.

Ченджлог

0.1.4Релиз1.20.4, 1.20.5, 1.20.6 · 15 августа 2026 г.

fix a bug in stocking hatches

0.1.3Релиз1.20.4, 1.20.5, 1.20.6 · 7 августа 2026 г.

fix fluid rigs not restarting when their hatch got full

0.1.2Релиз1.20.4, 1.20.5, 1.20.6 · 7 августа 2026 г.

fixed expanded buffers from GregTech Modern Utilities having 27 working slots after installing gtopt

0.1.1Релиз1.20.4, 1.20.5, 1.20.6 · 31 июля 2026 г.

fixed sometimes not reacting to changing inputs me stocking input parts, and buffers not working with monifactory microverses

0.1.0Релиз1.20.4, 1.20.5, 1.20.6 · 30 июля 2026 г.

initial release

Комментарии

Загружаем…