Skip to content

Releases: CyclopsMC/IntegratedTunnels

26.1.2-1.9.5

25 Apr 13:53
26.1.2-1.9.5

Choose a tag to compare

Changelog for Minecraft 26.1.2

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

26.1.2-1.9.5 - 2026-04-25 15:48:04

Added

  • Add translations through Crowdin (#362)

Fixed

  • Fix crash due to null heldItemTransformedTo during exports, Closes #363

[26.1.2-1.9.4] - 2026-04-21 20:01:27 +0200

Initial 26.1.2 release

26.1.2-1.9.4

21 Apr 18:01
26.1.2-1.9.4

Choose a tag to compare

Changelog for Minecraft 26.1.2

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

[26.1.2-1.9.4] - 2026-04-21 20:01:27

Initial 26.1.2 release

26.1.1-1.9.4

10 Apr 12:46
26.1.1-1.9.4

Choose a tag to compare

Changelog for Minecraft 26.1.1

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

[26.1.1-1.9.4] - 2026-04-10 14:38:39

Initial 26.1.1 release

1.21.1-1.9.4

09 Mar 15:16
1.21.1-1.9.4

Choose a tag to compare

Changelog for Minecraft 1.21.1

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

1.21.1-1.9.4 - 2026-03-09 16:16:19

Fixed

1.21.1-1.9.3 - 2026-02-17 11:04:39 +0100

Added

  • Add block importer blacklist config option, Closes #189
  • Add translations through Crowdin (#351)

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

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

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

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

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

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

Fixed

  • Fix unable to clear part IDs, Closes #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

1.21.1-1.9.3

17 Feb 10:04
1.21.1-1.9.3

Choose a tag to compare

Changelog for Minecraft 1.21.1

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

1.21.1-1.9.3 - 2026-02-17 11:04:39

Added

  • Add block importer blacklist config option, Closes #189
  • Add translations through Crowdin (#351)

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

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

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

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

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

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

Fixed

  • Fix unable to clear part IDs, Closes #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

1.21.1-1.9.2

21 Nov 14:53
1.21.1-1.9.2

Choose a tag to compare

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

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

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

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

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

Fixed

  • Fix unable to clear part IDs, Closes #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

1.20.1-1.9.3

21 Nov 14:28
1.20.1-1.9.3

Choose a tag to compare

Release 1.20.1-1.9.3

1.19.2-1.8.43

21 Nov 14:27
1.19.2-1.8.43

Choose a tag to compare

Release 1.19.2-1.8.43

1.21.1-1.9.1

11 Nov 13:44
1.21.1-1.9.1

Choose a tag to compare

Changelog for Minecraft 1.21.1

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

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

Fixed

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

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

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

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

Fixed

  • Fix unable to clear part IDs, Closes #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

1.20.1-1.9.2

11 Nov 13:46
1.20.1-1.9.2

Choose a tag to compare

Release 1.20.1-1.9.2