As always, don't forget to backup your world before updating! Requires CyclopsCore version 1.19.4 or higher.
Additions:
-
Add compacted crafting plan viewing mode
This groups all missing and available ingredients per type, which is more convenient to view at a glance what the problems are for large and nested crafting jobs.
This is shown by default over the old tree-based view, but can be toggled in-game. This default can be changed using the
terminalStorageDefaultToCraftingPlanTree
config option.The tree-based view will be unavailable for very large crafting jobs as it causes packets to become too large. The threshold for this can be modified using the
terminalStorageMaxTreePlanSize
config option.Closes CyclopsMC/IntegratedTerminals#14 Closes CyclopsMC/IntegratedDynamics#1341
Changes:
- Remove unused crafting plan in HandlerWrappedTerminalCraftingPlan
As always, don't forget to backup your world before updating! Requires CyclopsCore version 1.19.4 or higher.
Additions:
-
Add compacted crafting plan viewing mode
This groups all missing and available ingredients per type, which is more convenient to view at a glance what the problems are for large and nested crafting jobs.
This is shown by default over the old tree-based view, but can be toggled in-game.
This default can be changed using the
terminalStorageDefaultToCraftingPlanTree
config option.The tree-based view will be unavailable for very large crafting jobs as it causes packets to become too large. The threshold for this can be modified using the
terminalStorageMaxTreePlanSize
config option.Closes CyclopsMC/IntegratedTerminals#14 Closes CyclopsMC/IntegratedDynamics#1341
Changes:
- Remove unused crafting plan in HandlerWrappedTerminalCraftingPlan
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