promotional bannermobile promotional banner

Integrated Terminals

Terminals for managing and overviewing Integrated Dynamics networks

File Details

IntegratedTerminals-1.20.1-1.5.0-sources.jar

  • R
  • Jul 31, 2024
  • 200.75 KB
  • 2
  • 1.20.1
  • Forge

File Name

IntegratedTerminals-1.20.1-1.5.0-sources.jar

Supported Versions

  • 1.20.1

Curse Maven Snippet

Forge

implementation fg.deobf("curse.maven:integrated-terminals-295910:5583760")
Curse Maven does not yet support mods that have disabled 3rd party sharing

Learn more about Curse Maven

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