As always, don't forget to backup your world before updating! Requires CyclopsCore version 1.19.4 or higher.
Fixes:
- Optimize server-side ticking when terminal is open This skips unnecessary filtering across the whole network of ingredients every tick for when no variable-based filters are active in the terminal. Closes CyclopsMC/IntegratedDynamics#1359
As always, don't forget to backup your world before updating! Requires CyclopsCore version 1.18.4 or higher.
Fixes:
- Fix rare sorted terminal crash, Closes #119
As always, don't forget to backup your world before updating! Requires CyclopsCore version 1.18.2 or higher.
Fixes:
- Fix rare sorted terminal crash, Closes #119
As always, don't forget to backup your world before updating! Requires CyclopsCore version 1.18.4 or higher.
Fixes:
- Fix JEI-related crash at startup, Closes #10
As always, don't forget to backup your world before updating! Requires CyclopsCore version 1.18.2 or higher.
Fixes:
- Fix JEI-related crash at startup, Closes #10
As always, don't forget to backup your world before updating! Requires CyclopsCore version 1.17.0 or higher.
Fixes:
- Fix JEI-related crash at startup, Closes #10
As always, don't forget to backup your world before updating! Requires CyclopsCore version 1.18.4 or higher.
Fixes:
- Fix JEI not syncing initially upon terminal re-open, Closes CyclopsMC/IntegratedDynamics#1340
As always, don't forget to backup your world before updating! Requires CyclopsCore version 1.18.2 or higher.
Fixes:
- Fix JEI not syncing initially upon terminal re-open, Closes CyclopsMC/IntegratedDynamics#1340
As always, don't forget to backup your world before updating! Requires CyclopsCore version 1.17.0 or higher.
Fixes:
- Fix JEI not syncing initially upon terminal re-open, Closes CyclopsMC/IntegratedDynamics#1340
As always, don't forget to backup your world before updating! Requires CyclopsCore version 1.18.4 or higher.
Fixes:
- Lower default number of storage instances per packet This fixes rare cases where the terminal would cause client disconnects on large networks due to too many (and large) storage instances would be sent per packet from server to client. Closes #112
As always, don't forget to backup your world before updating! Requires CyclopsCore version 1.18.2 or higher.
Fixes:
- Lower default number of storage instances per packet This fixes rare cases where the terminal would cause client disconnects on large networks due to too many (and large) storage instances would be sent per packet from server to client. Closes #112
As always, don't forget to backup your world before updating! Requires CyclopsCore version 1.17.0 or higher.
Fixes:
- Lower default number of storage instances per packet This fixes rare cases where the terminal would cause client disconnects on large networks due to too many (and large) storage instances would be sent per packet from server to client. Closes #112
As always, don't forget to backup your world before updating! Requires CyclopsCore version 1.18.4 or higher.
Fixes:
- Reduce client load when terminal storage is open The computational load is reduced 2-fold by reducing the number of times the full storage needs to be copied. Closes CyclopsMC/IntegratedDynamics#1303
As always, don't forget to backup your world before updating! Requires CyclopsCore version 1.18.2 or higher.
Changes:
- Reduce client load when terminal storage is open The computational load is reduced 2-fold by reducing the number of times the full storage needs to be copied. Closes CyclopsMC/IntegratedDynamics#1303
As always, don't forget to backup your world before updating! Requires CyclopsCore version 1.17.0 or higher.
Changes:
- Reduce client load when terminal storage is open The computational load is reduced 2-fold by reducing the number of times the full storage needs to be copied. Closes CyclopsMC/IntegratedDynamics#1303
As always, don't forget to backup your world before updating! Requires CyclopsCore version 1.18.4 or higher.
Changes:
- Improve quick move stack actions in the storage terminal This allows double-clicking on items to store all of them in the terminal. This also improves support for mods such as MouseTweaks. Closes #18.
Fixes:
- Fix specific items not being extractable from terminals This could occur for items that mutate their NBT tags during client-side rendering or tooltip creation. Closes #106