Integrated Tunnels

Transfer other stuff over Integrated Dynamics networks

File Details

integratedtunnels-1.21.1-neoforge-1.9.2.jar

  • R
  • Nov 21, 2025
  • 656.14 KB
  • 721.7K
  • 1.21.1
  • NeoForge

File Name

integratedtunnels-1.21.1-neoforge-1.9.2.jar

Supported Versions

  • 1.21.1

Curse Maven Snippet

NeoForge

implementation "curse.maven:integrated-tunnels-251389:7245873"

Learn more about Curse Maven

Changelog for Minecraft 1.21.1

All notable changes to this project will be documented in this file.

1.21.1-1.9.2 - 2025-11-21 15:53:26

Added

    • Add translations through Crowdin (#350)

Changed

  • Optimize predicate-based transfer using slotless index

By default, predicate-based aspects used the slot-based index to be able to handle cases such as #271. Since slot-based transfer can be a lot slower than slotless transfer, this is not great. Since the use case of #271 is quite exotic, the slot-based behaviour has been hidden behind an aspect property, while the predicate-based aspects will now always use the more performant slotless index by default.

Closes CyclopsMC/ColossalChests#192

1.21.1-1.9.1 - 2025-11-11 14:44:12 +0100

Fixed

  • Disallow taming from Player Simulator, Closes CyclopsMC/IntegratedDynamics#1562
  • Fix broken Player Simulator item-based aspects
  • Fix Player Simulator locking villager trades, Closes #1561
  • Fix slot option not working for entities in World Item Exporter/Importer Closes CyclopsMC/IntegratedDynamics#1559

1.21.1-1.9.0 - 2025-10-07 07:49:11 +0200

Added

  • Add missing PASSIVE_IO property

Fixed

  • Fix passive fluid interaction consuming too much

Internal changes: (required for Integrated Mekanism)

  • Make PositionedOperatorIngredientIndex better extensible

1.21.1-1.8.44 - 2025-08-08 22:06:22 +0200

Fixed

  • Fix logical flaw in IEnergyTarget

1.21.1-1.8.43 - 2025-08-08 21:47:42 +0200

Fixed

  • Fix fluid transfer with Cauldrons not working, Closes #346

1.21.1-1.8.42 - 2025-07-30 16:51:04 +0200

Added

  • Add translations through Crowdin (#343)
  • Add PT_BR localization (#345)

Fixed

  • Fix Player Simulator dupe with Inventory Pets, Closes #339
  • Fix some spelling and grammar typos in lang

1.21.1-1.8.41 - 2025-06-16 18:47:03 +0200

Fixed

  • Fix Player Simulator duping placed items, regression due to #339 fix
  • Fix player simulator not consuming PASSed items, Closes #339

1.21.1-1.8.40 - 2025-05-31 21:39:36 +0200

Fixed

  • Fix aspect icons in Network Reader not loading

1.21.1-1.8.39 - 2025-05-31 21:06:31 +0200

Fixed

  • Fix aspect icons in Network Reader not loading

1.21.1-1.8.38 - 2025-05-25 07:02:00 +0200

Fixed

  • Fix cursor centering on gui switching, Closes CyclopsMC/IntegratedDynamics#1514

1.21.1-1.8.37 - 2025-03-29 14:26:41 +0100

Added

  • Update ru_ru.json (#327)

Fixed

  • Fix fluid lists not always matching correctly, Closes #333
  • Fix data components being lost with World Block Exporter, Closes #328

1.21.1-1.8.36 - 2025-03-10 07:23:54 +0100

Fixed

  • Fix data components being lost with World Block Exporter, Closes #328

1.21.1-1.8.35 - 2025-02-22 17:13:01 +0100

Fixed

  • Fix world block exporter not passing item to use context This could lead to issues with certain modded blocks. Closes CyclopsMC/IntegratedDynamics#1467

1.21.1-1.8.34 - 2025-02-15 10:20:34 +0100

Added

  • Add tr_tr translations through Crowdin (#325)

Fixed

  • Fix broken advancement icons

1.21.1-1.8.33 - 2025-02-03 17:02:09 +0100

Fixed

  • Fix Player Simulator not using Brush correctly, Closes #324
  • Fix world fluid exporter voiding non-placable fluids, Closes #323
  • Fix world offset not being configurable to zero, Closes #322

1.21.1-1.8.32 - 2025-01-08 17:28:01 +0100

Fixed

  • Fix chained world block exporter/exporter not able to work every tick This is done by making the exporter/importer sleep optimization only take effect if these parts were unable to move anything for at least three ticks. Closes #319
  • Disallow Player Simulator from sleeping in beds, Closes CyclopsMC/IntegratedDynamics/issues/1454
  • Fix player simulator not ticking fast enough with snowballs, #319

1.21.1-1.8.31 - 2025-01-05 15:45:41 +0100

Fixed

  • Fix broken Export Enchantable Items advancement Closes CyclopsMC/IntegratedDynamics#1453

1.21.1-1.8.30 - 2024-11-22 07:13:29 +0100

Fixed

  • Fix unable to clear part IDs, Closes CyclopsMC/IntegratedTunnels#309

1.21.1-1.8.29 - 2024-11-19 15:30:59 +0100

Fixed

  • Fix passive import/export ignoring active aspect channel, Closes #308

[1.21.1-1.8.28] - 2024-08-09 21:09:30 +0200

Fixed

  • Fix list aspects considering apples instead of empty, Closes #301