Skip to content

Releases: CyclopsMC/IntegratedDynamics

1.21.1-1.32.2

20 Mar 19:05
1.21.1-1.32.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.32.2 - 2026-03-20 20:04:49

Fixed

  • Fix Mono & Omni Directional connectors not consuming energy (#1631), Closes #1630

1.21.1-1.32.1 - 2026-03-09 16:15:13 +0100

Fixed

  • Fix ClassCastException in BlockCable when sapling grows nearby (#1623), Closes #1622
  • Fix tool_for_obsidian advancement triggering too often (#1620), Related to #1606
  • Fix VariablePredicate skipping getValue() when no value predicate is set (#1619)
    Required for fixing game tests in CyclopsMC/IntegratedTunnels#354
  • Add game tests for all advancement criteria and fix broken advancements (#1617)

1.21.1-1.32.0 - 2026-02-22 14:09:45 +0100

Added

  • Add config option to force unloaded network elements to tick, Related to #1605, #1571, #1567
  • Add command for generating synthetic networks
  • Add command to measure network tick time

Fixed

  • Fix parts sometimes becoming invalid, Closes #1605

1.21.1-1.31.0 - 2026-02-17 10:58:49 +0100

Added

1.21.1-1.30.5 - 2026-01-24 15:18:33 +0100

Added

  • Add translations through Crowdin

Fixed

  • Fix missing capability invalidation on modified parts, #1594

1.21.1-1.30.4 - 2026-01-17 14:10:56 +0100

Added

  • Add Almost Unified integration
  • Add generic number casting operators
    Closes CyclopsMC/IntegratedScripting#55
    These new operators make it more convenient to work with return types of
    Integrated Scripting, where numbers could be integers, doubles, or
    longs.

Changed

  • Add safety check for infinite lists in list equals and itemstack count
    Closes #1583
    Related to #1582

Fixed

  • Fix part states not being revalidated, Closes #1588
  • Fix oldest/newest mixup on delayer history in book, Closes #1592
  • Fix cable shape cache having cache collisions when there are two entries that have the same part on two different sides while having the same cable connections

1.21.1-1.30.3 - 2026-01-02 10:52:15 +0100

Added

  • Add translations through Crowdin (#1581)

Changed

1.21.1-1.30.2 - 2025-12-31 14:35:18 +0100

Changed

1.21.1-1.30.1 - 2025-12-28 09:18:50 +0100

Fixed

  • Add safety checks to disable some operators on infinite lists
    Concretely, contains, reduce, and uniq are disabled on infinite lists.
    Closes #1582
  • Fix documentation on NBT Path field selector array indexing (#1580)
    Closes #1579

1.21.1-1.30.0 - 2025-12-23 09:44:17 +0100

Added

  • Add squeezer recipes for clearing facades

1.21.1-1.29.7 - 2025-12-19 20:04:37 +0100

Fixed

  • Catch exceptions when deserializing invalid recipes

This could occur in Integrated Crafting after removing a mod for which a
recipe was stored.

Closes CyclopsMC/CommonCapabilities#46

1.21.1-1.29.6 - 2025-11-25 17:01:08 +0100

Fixed

  • Restore network element chunk unloading again, Closes #1571

1.21.1-1.29.5 - 2025-11-24 16:59:00 +0100

Fixed

  • Temporarily disable chunk unload check again

It is causing issues with delayers after chunk reloaded.
Once a proper fix is available, this will be re-enabled.

Related to #1571

1.21.1-1.29.4 - 2025-11-22 11:29:48 +0100

Fixed

  • Restore network element chunk unloading
    This was temporarily disabled as it broke delayers and proxies on
    world/chunk reload, which this commit fixes.
    Closes #1571

1.21.1-1.29.3 - 2025-11-18 18:47:28 +0100

Fixed

  • Temporarily disable chunk unload check
    It is causing issues with delayers when worlds/chunks are reloaded.
    Once a proper fix is available, this will be re-enabled.
    Related to #1571

1.21.1-1.29.2 - 2025-11-18 05:33:01 +0100

Added

  • Add translations through Crowdin (#1568)

Fixed

  • Fix read fluids not always updating in display panel, Closes #1570

1.21.1-1.29.1 - 2025-11-16 14:33:41 +0100

Added

  • Add translations through Crowdin (#1566)

Fixed

  • Fix ticking network elements preventing chunk unloading, Closes #1567

1.21.1-1.29.0 - 2025-11-11 14:11:35 +0100

Added

  • Add translations through Crowdin (#1554)
  • Add fluid by name operator, Closes #1522

Changed

  • Ensure consistent order of ingredient types in LP, Closes #1539

Fixed

  • Fix Grass Block Facades not having biome tints, Closes #1564
  • Fix transparent facades having incorrect alpha value, Closes #1563
  • Fix incorrect item (de)serialization when count is > 99, Closes #1558
  • Fix lists materialization not applying to elements
    This could cause issues when displaying lists of items from inventory
    readers over Functional Storage Drawers.
    Closes #1557

1.21.1-1.28.1 - 2025-10-11 11:39:17 +0200

Changed

  • Improve offset gui error tooltip

Fixed

  • Fix memory leak when reloading offset variables, Closes #1549
  • Handle overflows in fluid reader total aspects, Closes #1547

1.21.1-1.28.0 - 2025-10-07 07:47:47 +0200

Added

  • Add Squeezer recipes for Wind Charges
  • Add config option to disable cable collisions(#1538)

Fixed

  • Properly handle long overflows in channel quantities

Internal changes: (required for Integrated Mekanism)

  • Support regexes in operators_output appendix
  • Abstract parts of recipe LP element
  • Make CommandTest more extensible
  • Make API less dependent on ModBase

1.21.1-1.27.9 - 2025-08-08 21:39:51 +0200

Fixed

1.21.1-1.27.8 - 2025-07-29 17:58:36 +0200

Added

  • Add translations through Crowdin (#1533)

Fixed

  • Fix display panel being dark when on facade and under block, Closes #1531

1.21.1-1.27.7 - 2025-07-18 20:37:39 +0200

Changed

  • Add PT_BR localization (#1535)

Fixed

  • Fix crash on load operator variable in LP, Closes #1537

1.21.1-1.27.6 - 2025-07-05 06:55:50 +0200

Added

  • Add translations through Crowdin (#1528)

Fixed

  • Fix LP crash when loading with empty category card, Closes #1527

1.21.1-1.27.5 - 2025-06-21 13:28:17 +0200

Changed

  • Return item to player instead of dropping on Labeler exit, Closes #1526

Fixed

  • Fix fluidstack operator crash on empty items, Closes #1525

1.21.1-1.27.4 - 2025-06-12 16:38:10 +0200

Added

  • Add translations through Crowdin (#1517)

Fixed

  • Fix cables not being breakable with wrench, Closes #1523

[1.21.1-1...

Read more

1.20.1-1.30.1

20 Mar 19:07
1.20.1-1.30.1

Choose a tag to compare

Release 1.20.1-1.30.1

1.21.1-1.32.1

09 Mar 15:15
1.21.1-1.32.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.32.1 - 2026-03-09 16:15:13

Fixed

  • Fix ClassCastException in BlockCable when sapling grows nearby (#1623), Closes #1622
  • Fix tool_for_obsidian advancement triggering too often (#1620), Related to #1606
  • Fix VariablePredicate skipping getValue() when no value predicate is set (#1619)
    Required for fixing game tests in CyclopsMC/IntegratedTunnels#354
  • Add game tests for all advancement criteria and fix broken advancements (#1617)

1.21.1-1.32.0 - 2026-02-22 14:09:45 +0100

Added

  • Add config option to force unloaded network elements to tick, Related to #1605, #1571, #1567
  • Add command for generating synthetic networks
  • Add command to measure network tick time

Fixed

  • Fix parts sometimes becoming invalid, Closes #1605

1.21.1-1.31.0 - 2026-02-17 10:58:49 +0100

Added

1.21.1-1.30.5 - 2026-01-24 15:18:33 +0100

Added

  • Add translations through Crowdin

Fixed

  • Fix missing capability invalidation on modified parts, #1594

1.21.1-1.30.4 - 2026-01-17 14:10:56 +0100

Added

  • Add Almost Unified integration
  • Add generic number casting operators
    Closes CyclopsMC/IntegratedScripting#55
    These new operators make it more convenient to work with return types of
    Integrated Scripting, where numbers could be integers, doubles, or
    longs.

Changed

  • Add safety check for infinite lists in list equals and itemstack count
    Closes #1583
    Related to #1582

Fixed

  • Fix part states not being revalidated, Closes #1588
  • Fix oldest/newest mixup on delayer history in book, Closes #1592
  • Fix cable shape cache having cache collisions when there are two entries that have the same part on two different sides while having the same cable connections

1.21.1-1.30.3 - 2026-01-02 10:52:15 +0100

Added

  • Add translations through Crowdin (#1581)

Changed

1.21.1-1.30.2 - 2025-12-31 14:35:18 +0100

Changed

1.21.1-1.30.1 - 2025-12-28 09:18:50 +0100

Fixed

  • Add safety checks to disable some operators on infinite lists
    Concretely, contains, reduce, and uniq are disabled on infinite lists.
    Closes #1582
  • Fix documentation on NBT Path field selector array indexing (#1580)
    Closes #1579

1.21.1-1.30.0 - 2025-12-23 09:44:17 +0100

Added

  • Add squeezer recipes for clearing facades

1.21.1-1.29.7 - 2025-12-19 20:04:37 +0100

Fixed

  • Catch exceptions when deserializing invalid recipes

This could occur in Integrated Crafting after removing a mod for which a
recipe was stored.

Closes CyclopsMC/CommonCapabilities#46

1.21.1-1.29.6 - 2025-11-25 17:01:08 +0100

Fixed

  • Restore network element chunk unloading again, Closes #1571

1.21.1-1.29.5 - 2025-11-24 16:59:00 +0100

Fixed

  • Temporarily disable chunk unload check again

It is causing issues with delayers after chunk reloaded.
Once a proper fix is available, this will be re-enabled.

Related to #1571

1.21.1-1.29.4 - 2025-11-22 11:29:48 +0100

Fixed

  • Restore network element chunk unloading
    This was temporarily disabled as it broke delayers and proxies on
    world/chunk reload, which this commit fixes.
    Closes #1571

1.21.1-1.29.3 - 2025-11-18 18:47:28 +0100

Fixed

  • Temporarily disable chunk unload check
    It is causing issues with delayers when worlds/chunks are reloaded.
    Once a proper fix is available, this will be re-enabled.
    Related to #1571

1.21.1-1.29.2 - 2025-11-18 05:33:01 +0100

Added

  • Add translations through Crowdin (#1568)

Fixed

  • Fix read fluids not always updating in display panel, Closes #1570

1.21.1-1.29.1 - 2025-11-16 14:33:41 +0100

Added

  • Add translations through Crowdin (#1566)

Fixed

  • Fix ticking network elements preventing chunk unloading, Closes #1567

1.21.1-1.29.0 - 2025-11-11 14:11:35 +0100

Added

  • Add translations through Crowdin (#1554)
  • Add fluid by name operator, Closes #1522

Changed

  • Ensure consistent order of ingredient types in LP, Closes #1539

Fixed

  • Fix Grass Block Facades not having biome tints, Closes #1564
  • Fix transparent facades having incorrect alpha value, Closes #1563
  • Fix incorrect item (de)serialization when count is > 99, Closes #1558
  • Fix lists materialization not applying to elements
    This could cause issues when displaying lists of items from inventory
    readers over Functional Storage Drawers.
    Closes #1557

1.21.1-1.28.1 - 2025-10-11 11:39:17 +0200

Changed

  • Improve offset gui error tooltip

Fixed

  • Fix memory leak when reloading offset variables, Closes #1549
  • Handle overflows in fluid reader total aspects, Closes #1547

1.21.1-1.28.0 - 2025-10-07 07:47:47 +0200

Added

  • Add Squeezer recipes for Wind Charges
  • Add config option to disable cable collisions(#1538)

Fixed

  • Properly handle long overflows in channel quantities

Internal changes: (required for Integrated Mekanism)

  • Support regexes in operators_output appendix
  • Abstract parts of recipe LP element
  • Make CommandTest more extensible
  • Make API less dependent on ModBase

1.21.1-1.27.9 - 2025-08-08 21:39:51 +0200

Fixed

1.21.1-1.27.8 - 2025-07-29 17:58:36 +0200

Added

  • Add translations through Crowdin (#1533)

Fixed

  • Fix display panel being dark when on facade and under block, Closes #1531

1.21.1-1.27.7 - 2025-07-18 20:37:39 +0200

Changed

  • Add PT_BR localization (#1535)

Fixed

  • Fix crash on load operator variable in LP, Closes #1537

1.21.1-1.27.6 - 2025-07-05 06:55:50 +0200

Added

  • Add translations through Crowdin (#1528)

Fixed

  • Fix LP crash when loading with empty category card, Closes #1527

1.21.1-1.27.5 - 2025-06-21 13:28:17 +0200

Changed

  • Return item to player instead of dropping on Labeler exit, Closes #1526

Fixed

  • Fix fluidstack operator crash on empty items, Closes #1525

1.21.1-1.27.4 - 2025-06-12 16:38:10 +0200

Added

  • Add translations through Crowdin (#1517)

Fixed

  • Fix cables not being breakable with wrench, Closes #1523

1.21.1-1.27.3 - 2025-06-07 18:05:36 +0200

Changed

  • Only switch Wrench mode when aiming at air
    Closes #1518
    Closes #1390

Fixed

  • Fix overlapping tooltips in LP write...
Read more

1.21.1-1.32.0

22 Feb 13:10
1.21.1-1.32.0

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.32.0 - 2026-02-22 14:09:45

Added

  • Add config option to force unloaded network elements to tick, Related to #1605, #1571, #1567
  • Add command for generating synthetic networks
  • Add command to measure network tick time

Fixed

  • Fix parts sometimes becoming invalid, Closes #1605

1.21.1-1.31.0 - 2026-02-17 10:58:49 +0100

Added

1.21.1-1.30.5 - 2026-01-24 15:18:33 +0100

Added

  • Add translations through Crowdin

Fixed

  • Fix missing capability invalidation on modified parts, #1594

1.21.1-1.30.4 - 2026-01-17 14:10:56 +0100

Added

  • Add Almost Unified integration
  • Add generic number casting operators
    Closes CyclopsMC/IntegratedScripting#55
    These new operators make it more convenient to work with return types of
    Integrated Scripting, where numbers could be integers, doubles, or
    longs.

Changed

  • Add safety check for infinite lists in list equals and itemstack count
    Closes #1583
    Related to #1582

Fixed

  • Fix part states not being revalidated, Closes #1588
  • Fix oldest/newest mixup on delayer history in book, Closes #1592
  • Fix cable shape cache having cache collisions when there are two entries that have the same part on two different sides while having the same cable connections

1.21.1-1.30.3 - 2026-01-02 10:52:15 +0100

Added

  • Add translations through Crowdin (#1581)

Changed

1.21.1-1.30.2 - 2025-12-31 14:35:18 +0100

Changed

1.21.1-1.30.1 - 2025-12-28 09:18:50 +0100

Fixed

  • Add safety checks to disable some operators on infinite lists
    Concretely, contains, reduce, and uniq are disabled on infinite lists.
    Closes #1582
  • Fix documentation on NBT Path field selector array indexing (#1580)
    Closes #1579

1.21.1-1.30.0 - 2025-12-23 09:44:17 +0100

Added

  • Add squeezer recipes for clearing facades

1.21.1-1.29.7 - 2025-12-19 20:04:37 +0100

Fixed

  • Catch exceptions when deserializing invalid recipes

This could occur in Integrated Crafting after removing a mod for which a
recipe was stored.

Closes CyclopsMC/CommonCapabilities#46

1.21.1-1.29.6 - 2025-11-25 17:01:08 +0100

Fixed

  • Restore network element chunk unloading again, Closes #1571

1.21.1-1.29.5 - 2025-11-24 16:59:00 +0100

Fixed

  • Temporarily disable chunk unload check again

It is causing issues with delayers after chunk reloaded.
Once a proper fix is available, this will be re-enabled.

Related to #1571

1.21.1-1.29.4 - 2025-11-22 11:29:48 +0100

Fixed

  • Restore network element chunk unloading
    This was temporarily disabled as it broke delayers and proxies on
    world/chunk reload, which this commit fixes.
    Closes #1571

1.21.1-1.29.3 - 2025-11-18 18:47:28 +0100

Fixed

  • Temporarily disable chunk unload check
    It is causing issues with delayers when worlds/chunks are reloaded.
    Once a proper fix is available, this will be re-enabled.
    Related to #1571

1.21.1-1.29.2 - 2025-11-18 05:33:01 +0100

Added

  • Add translations through Crowdin (#1568)

Fixed

  • Fix read fluids not always updating in display panel, Closes #1570

1.21.1-1.29.1 - 2025-11-16 14:33:41 +0100

Added

  • Add translations through Crowdin (#1566)

Fixed

  • Fix ticking network elements preventing chunk unloading, Closes #1567

1.21.1-1.29.0 - 2025-11-11 14:11:35 +0100

Added

  • Add translations through Crowdin (#1554)
  • Add fluid by name operator, Closes #1522

Changed

  • Ensure consistent order of ingredient types in LP, Closes #1539

Fixed

  • Fix Grass Block Facades not having biome tints, Closes #1564
  • Fix transparent facades having incorrect alpha value, Closes #1563
  • Fix incorrect item (de)serialization when count is > 99, Closes #1558
  • Fix lists materialization not applying to elements
    This could cause issues when displaying lists of items from inventory
    readers over Functional Storage Drawers.
    Closes #1557

1.21.1-1.28.1 - 2025-10-11 11:39:17 +0200

Changed

  • Improve offset gui error tooltip

Fixed

  • Fix memory leak when reloading offset variables, Closes #1549
  • Handle overflows in fluid reader total aspects, Closes #1547

1.21.1-1.28.0 - 2025-10-07 07:47:47 +0200

Added

  • Add Squeezer recipes for Wind Charges
  • Add config option to disable cable collisions(#1538)

Fixed

  • Properly handle long overflows in channel quantities

Internal changes: (required for Integrated Mekanism)

  • Support regexes in operators_output appendix
  • Abstract parts of recipe LP element
  • Make CommandTest more extensible
  • Make API less dependent on ModBase

1.21.1-1.27.9 - 2025-08-08 21:39:51 +0200

Fixed

1.21.1-1.27.8 - 2025-07-29 17:58:36 +0200

Added

  • Add translations through Crowdin (#1533)

Fixed

  • Fix display panel being dark when on facade and under block, Closes #1531

1.21.1-1.27.7 - 2025-07-18 20:37:39 +0200

Changed

  • Add PT_BR localization (#1535)

Fixed

  • Fix crash on load operator variable in LP, Closes #1537

1.21.1-1.27.6 - 2025-07-05 06:55:50 +0200

Added

  • Add translations through Crowdin (#1528)

Fixed

  • Fix LP crash when loading with empty category card, Closes #1527

1.21.1-1.27.5 - 2025-06-21 13:28:17 +0200

Changed

  • Return item to player instead of dropping on Labeler exit, Closes #1526

Fixed

  • Fix fluidstack operator crash on empty items, Closes #1525

1.21.1-1.27.4 - 2025-06-12 16:38:10 +0200

Added

  • Add translations through Crowdin (#1517)

Fixed

  • Fix cables not being breakable with wrench, Closes #1523

1.21.1-1.27.3 - 2025-06-07 18:05:36 +0200

Changed

  • Only switch Wrench mode when aiming at air
    Closes #1518
    Closes #1390

Fixed

  • Fix overlapping tooltips in LP write slot, Closes #1519
  • Fix typos in language file

1.21.1-1.27.2 - 2025-05-31 21:32:50 +0200

Fixed

  • Reorder events to fix addon mod icons not loading

1.21.1-1.27.1 - 2025-05-31 20:29:24 +0200

Fixed

  • Fix missing variable by id aspect texture

[1.21.1-1.27.0](https://github.com/CyclopsMC/Inte...

Read more

1.21.1-1.31.0

17 Feb 09:59
1.21.1-1.31.0

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.31.0 - 2026-02-17 10:58:49

Added

1.21.1-1.30.5 - 2026-01-24 15:18:33 +0100

Added

  • Add translations through Crowdin

Fixed

  • Fix missing capability invalidation on modified parts, #1594

1.21.1-1.30.4 - 2026-01-17 14:10:56 +0100

Added

  • Add Almost Unified integration
  • Add generic number casting operators
    Closes CyclopsMC/IntegratedScripting#55
    These new operators make it more convenient to work with return types of
    Integrated Scripting, where numbers could be integers, doubles, or
    longs.

Changed

  • Add safety check for infinite lists in list equals and itemstack count
    Closes #1583
    Related to #1582

Fixed

  • Fix part states not being revalidated, Closes #1588
  • Fix oldest/newest mixup on delayer history in book, Closes #1592
  • Fix cable shape cache having cache collisions when there are two entries that have the same part on two different sides while having the same cable connections

1.21.1-1.30.3 - 2026-01-02 10:52:15 +0100

Added

  • Add translations through Crowdin (#1581)

Changed

1.21.1-1.30.2 - 2025-12-31 14:35:18 +0100

Changed

1.21.1-1.30.1 - 2025-12-28 09:18:50 +0100

Fixed

  • Add safety checks to disable some operators on infinite lists
    Concretely, contains, reduce, and uniq are disabled on infinite lists.
    Closes #1582
  • Fix documentation on NBT Path field selector array indexing (#1580)
    Closes #1579

1.21.1-1.30.0 - 2025-12-23 09:44:17 +0100

Added

  • Add squeezer recipes for clearing facades

1.21.1-1.29.7 - 2025-12-19 20:04:37 +0100

Fixed

  • Catch exceptions when deserializing invalid recipes

This could occur in Integrated Crafting after removing a mod for which a
recipe was stored.

Closes CyclopsMC/CommonCapabilities#46

1.21.1-1.29.6 - 2025-11-25 17:01:08 +0100

Fixed

  • Restore network element chunk unloading again, Closes #1571

1.21.1-1.29.5 - 2025-11-24 16:59:00 +0100

Fixed

  • Temporarily disable chunk unload check again

It is causing issues with delayers after chunk reloaded.
Once a proper fix is available, this will be re-enabled.

Related to #1571

1.21.1-1.29.4 - 2025-11-22 11:29:48 +0100

Fixed

  • Restore network element chunk unloading
    This was temporarily disabled as it broke delayers and proxies on
    world/chunk reload, which this commit fixes.
    Closes #1571

1.21.1-1.29.3 - 2025-11-18 18:47:28 +0100

Fixed

  • Temporarily disable chunk unload check
    It is causing issues with delayers when worlds/chunks are reloaded.
    Once a proper fix is available, this will be re-enabled.
    Related to #1571

1.21.1-1.29.2 - 2025-11-18 05:33:01 +0100

Added

  • Add translations through Crowdin (#1568)

Fixed

  • Fix read fluids not always updating in display panel, Closes #1570

1.21.1-1.29.1 - 2025-11-16 14:33:41 +0100

Added

  • Add translations through Crowdin (#1566)

Fixed

  • Fix ticking network elements preventing chunk unloading, Closes #1567

1.21.1-1.29.0 - 2025-11-11 14:11:35 +0100

Added

  • Add translations through Crowdin (#1554)
  • Add fluid by name operator, Closes #1522

Changed

  • Ensure consistent order of ingredient types in LP, Closes #1539

Fixed

  • Fix Grass Block Facades not having biome tints, Closes #1564
  • Fix transparent facades having incorrect alpha value, Closes #1563
  • Fix incorrect item (de)serialization when count is > 99, Closes #1558
  • Fix lists materialization not applying to elements
    This could cause issues when displaying lists of items from inventory
    readers over Functional Storage Drawers.
    Closes #1557

1.21.1-1.28.1 - 2025-10-11 11:39:17 +0200

Changed

  • Improve offset gui error tooltip

Fixed

  • Fix memory leak when reloading offset variables, Closes #1549
  • Handle overflows in fluid reader total aspects, Closes #1547

1.21.1-1.28.0 - 2025-10-07 07:47:47 +0200

Added

  • Add Squeezer recipes for Wind Charges
  • Add config option to disable cable collisions(#1538)

Fixed

  • Properly handle long overflows in channel quantities

Internal changes: (required for Integrated Mekanism)

  • Support regexes in operators_output appendix
  • Abstract parts of recipe LP element
  • Make CommandTest more extensible
  • Make API less dependent on ModBase

1.21.1-1.27.9 - 2025-08-08 21:39:51 +0200

Fixed

1.21.1-1.27.8 - 2025-07-29 17:58:36 +0200

Added

  • Add translations through Crowdin (#1533)

Fixed

  • Fix display panel being dark when on facade and under block, Closes #1531

1.21.1-1.27.7 - 2025-07-18 20:37:39 +0200

Changed

  • Add PT_BR localization (#1535)

Fixed

  • Fix crash on load operator variable in LP, Closes #1537

1.21.1-1.27.6 - 2025-07-05 06:55:50 +0200

Added

  • Add translations through Crowdin (#1528)

Fixed

  • Fix LP crash when loading with empty category card, Closes #1527

1.21.1-1.27.5 - 2025-06-21 13:28:17 +0200

Changed

  • Return item to player instead of dropping on Labeler exit, Closes #1526

Fixed

  • Fix fluidstack operator crash on empty items, Closes #1525

1.21.1-1.27.4 - 2025-06-12 16:38:10 +0200

Added

  • Add translations through Crowdin (#1517)

Fixed

  • Fix cables not being breakable with wrench, Closes #1523

1.21.1-1.27.3 - 2025-06-07 18:05:36 +0200

Changed

  • Only switch Wrench mode when aiming at air
    Closes #1518
    Closes #1390

Fixed

  • Fix overlapping tooltips in LP write slot, Closes #1519
  • Fix typos in language file

1.21.1-1.27.2 - 2025-05-31 21:32:50 +0200

Fixed

  • Reorder events to fix addon mod icons not loading

1.21.1-1.27.1 - 2025-05-31 20:29:24 +0200

Fixed

  • Fix missing variable by id aspect texture

1.21.1-1.27.0 - 2025-05-31 19:58:49 +0200

Added

  • Allow editing existing variables in Logic Programmer, Closes #357
  • Add Variable Value By ID operator aspect to network reader, Closes #1346
  • Add button to reset selected LP element

Changed

  • Don't drop item in world when closing LP
  • Improve LP element arrow

Fixed

  • Fix operator text field in LP sometimes being red

...

Read more

1.20.1-1.30.0

17 Feb 10:02
1.20.1-1.30.0

Choose a tag to compare

Release 1.20.1-1.30.0

1.19.2-1.30.0

17 Feb 10:01
1.19.2-1.30.0

Choose a tag to compare

Release 1.19.2-1.30.0

1.21.1-1.30.5

24 Jan 14:18
1.21.1-1.30.5

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.30.5 - 2026-01-24 15:18:33

Added

  • Add translations through Crowdin

Fixed

  • Fix missing capability invalidation on modified parts, #1594

1.21.1-1.30.4 - 2026-01-17 14:10:56 +0100

Added

  • Add Almost Unified integration
  • Add generic number casting operators
    Closes CyclopsMC/IntegratedScripting#55
    These new operators make it more convenient to work with return types of
    Integrated Scripting, where numbers could be integers, doubles, or
    longs.

Changed

  • Add safety check for infinite lists in list equals and itemstack count
    Closes #1583
    Related to #1582

Fixed

  • Fix part states not being revalidated, Closes #1588
  • Fix oldest/newest mixup on delayer history in book, Closes #1592
  • Fix cable shape cache having cache collisions when there are two entries that have the same part on two different sides while having the same cable connections

1.21.1-1.30.3 - 2026-01-02 10:52:15 +0100

Added

  • Add translations through Crowdin (#1581)

Changed

1.21.1-1.30.2 - 2025-12-31 14:35:18 +0100

Changed

1.21.1-1.30.1 - 2025-12-28 09:18:50 +0100

Fixed

  • Add safety checks to disable some operators on infinite lists
    Concretely, contains, reduce, and uniq are disabled on infinite lists.
    Closes #1582
  • Fix documentation on NBT Path field selector array indexing (#1580)
    Closes #1579

1.21.1-1.30.0 - 2025-12-23 09:44:17 +0100

Added

  • Add squeezer recipes for clearing facades

1.21.1-1.29.7 - 2025-12-19 20:04:37 +0100

Fixed

  • Catch exceptions when deserializing invalid recipes

This could occur in Integrated Crafting after removing a mod for which a
recipe was stored.

Closes CyclopsMC/CommonCapabilities#46

1.21.1-1.29.6 - 2025-11-25 17:01:08 +0100

Fixed

  • Restore network element chunk unloading again, Closes #1571

1.21.1-1.29.5 - 2025-11-24 16:59:00 +0100

Fixed

  • Temporarily disable chunk unload check again

It is causing issues with delayers after chunk reloaded.
Once a proper fix is available, this will be re-enabled.

Related to #1571

1.21.1-1.29.4 - 2025-11-22 11:29:48 +0100

Fixed

  • Restore network element chunk unloading
    This was temporarily disabled as it broke delayers and proxies on
    world/chunk reload, which this commit fixes.
    Closes #1571

1.21.1-1.29.3 - 2025-11-18 18:47:28 +0100

Fixed

  • Temporarily disable chunk unload check
    It is causing issues with delayers when worlds/chunks are reloaded.
    Once a proper fix is available, this will be re-enabled.
    Related to #1571

1.21.1-1.29.2 - 2025-11-18 05:33:01 +0100

Added

  • Add translations through Crowdin (#1568)

Fixed

  • Fix read fluids not always updating in display panel, Closes #1570

1.21.1-1.29.1 - 2025-11-16 14:33:41 +0100

Added

  • Add translations through Crowdin (#1566)

Fixed

  • Fix ticking network elements preventing chunk unloading, Closes #1567

1.21.1-1.29.0 - 2025-11-11 14:11:35 +0100

Added

  • Add translations through Crowdin (#1554)
  • Add fluid by name operator, Closes #1522

Changed

  • Ensure consistent order of ingredient types in LP, Closes #1539

Fixed

  • Fix Grass Block Facades not having biome tints, Closes #1564
  • Fix transparent facades having incorrect alpha value, Closes #1563
  • Fix incorrect item (de)serialization when count is > 99, Closes #1558
  • Fix lists materialization not applying to elements
    This could cause issues when displaying lists of items from inventory
    readers over Functional Storage Drawers.
    Closes #1557

1.21.1-1.28.1 - 2025-10-11 11:39:17 +0200

Changed

  • Improve offset gui error tooltip

Fixed

  • Fix memory leak when reloading offset variables, Closes #1549
  • Handle overflows in fluid reader total aspects, Closes #1547

1.21.1-1.28.0 - 2025-10-07 07:47:47 +0200

Added

  • Add Squeezer recipes for Wind Charges
  • Add config option to disable cable collisions(#1538)

Fixed

  • Properly handle long overflows in channel quantities

Internal changes: (required for Integrated Mekanism)

  • Support regexes in operators_output appendix
  • Abstract parts of recipe LP element
  • Make CommandTest more extensible
  • Make API less dependent on ModBase

1.21.1-1.27.9 - 2025-08-08 21:39:51 +0200

Fixed

1.21.1-1.27.8 - 2025-07-29 17:58:36 +0200

Added

  • Add translations through Crowdin (#1533)

Fixed

  • Fix display panel being dark when on facade and under block, Closes #1531

1.21.1-1.27.7 - 2025-07-18 20:37:39 +0200

Changed

  • Add PT_BR localization (#1535)

Fixed

  • Fix crash on load operator variable in LP, Closes #1537

1.21.1-1.27.6 - 2025-07-05 06:55:50 +0200

Added

  • Add translations through Crowdin (#1528)

Fixed

  • Fix LP crash when loading with empty category card, Closes #1527

1.21.1-1.27.5 - 2025-06-21 13:28:17 +0200

Changed

  • Return item to player instead of dropping on Labeler exit, Closes #1526

Fixed

  • Fix fluidstack operator crash on empty items, Closes #1525

1.21.1-1.27.4 - 2025-06-12 16:38:10 +0200

Added

  • Add translations through Crowdin (#1517)

Fixed

  • Fix cables not being breakable with wrench, Closes #1523

1.21.1-1.27.3 - 2025-06-07 18:05:36 +0200

Changed

  • Only switch Wrench mode when aiming at air
    Closes #1518
    Closes #1390

Fixed

  • Fix overlapping tooltips in LP write slot, Closes #1519
  • Fix typos in language file

1.21.1-1.27.2 - 2025-05-31 21:32:50 +0200

Fixed

  • Reorder events to fix addon mod icons not loading

1.21.1-1.27.1 - 2025-05-31 20:29:24 +0200

Fixed

  • Fix missing variable by id aspect texture

1.21.1-1.27.0 - 2025-05-31 19:58:49 +0200

Added

  • Allow editing existing variables in Logic Programmer, Closes #357
  • Add Variable Value By ID operator aspect to network reader, Closes #1346
  • Add button to reset selected LP element

Changed

  • Don't drop item in world when closing LP
  • Improve LP element arrow

Fixed

  • Fix operator text field in LP sometimes being red

1.21.1-1.26.2 - 2025-05-25 07:01:45 +0200

Added

  • Add translations through Crowdin

Fixed

  • Fix cursor centering on gui switching, Closes #1514

1.21.1-1.26.1 - 2025-05-20 17:32:38 +0200

Added

  • Add translations through Crowdin

Fixed

  • Fix...
Read more

1.21.1-1.30.4

17 Jan 13:11
1.21.1-1.30.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.30.4 - 2026-01-17 14:10:56

Added

  • Add Almost Unified integration
  • Add generic number casting operators
    Closes CyclopsMC/IntegratedScripting#55
    These new operators make it more convenient to work with return types of
    Integrated Scripting, where numbers could be integers, doubles, or
    longs.

Changed

  • Add safety check for infinite lists in list equals and itemstack count
    Closes #1583
    Related to #1582

Fixed

  • Fix part states not being revalidated, Closes #1588
  • Fix oldest/newest mixup on delayer history in book, Closes #1592
  • Fix cable shape cache having cache collisions when there are two entries that have the same part on two different sides while having the same cable connections

1.21.1-1.30.3 - 2026-01-02 10:52:15 +0100

Added

  • Add translations through Crowdin (#1581)

Changed

1.21.1-1.30.2 - 2025-12-31 14:35:18 +0100

Changed

1.21.1-1.30.1 - 2025-12-28 09:18:50 +0100

Fixed

  • Add safety checks to disable some operators on infinite lists
    Concretely, contains, reduce, and uniq are disabled on infinite lists.
    Closes #1582
  • Fix documentation on NBT Path field selector array indexing (#1580)
    Closes #1579

1.21.1-1.30.0 - 2025-12-23 09:44:17 +0100

Added

  • Add squeezer recipes for clearing facades

1.21.1-1.29.7 - 2025-12-19 20:04:37 +0100

Fixed

  • Catch exceptions when deserializing invalid recipes

This could occur in Integrated Crafting after removing a mod for which a
recipe was stored.

Closes CyclopsMC/CommonCapabilities#46

1.21.1-1.29.6 - 2025-11-25 17:01:08 +0100

Fixed

  • Restore network element chunk unloading again, Closes #1571

1.21.1-1.29.5 - 2025-11-24 16:59:00 +0100

Fixed

  • Temporarily disable chunk unload check again

It is causing issues with delayers after chunk reloaded.
Once a proper fix is available, this will be re-enabled.

Related to #1571

1.21.1-1.29.4 - 2025-11-22 11:29:48 +0100

Fixed

  • Restore network element chunk unloading
    This was temporarily disabled as it broke delayers and proxies on
    world/chunk reload, which this commit fixes.
    Closes #1571

1.21.1-1.29.3 - 2025-11-18 18:47:28 +0100

Fixed

  • Temporarily disable chunk unload check
    It is causing issues with delayers when worlds/chunks are reloaded.
    Once a proper fix is available, this will be re-enabled.
    Related to #1571

1.21.1-1.29.2 - 2025-11-18 05:33:01 +0100

Added

  • Add translations through Crowdin (#1568)

Fixed

  • Fix read fluids not always updating in display panel, Closes #1570

1.21.1-1.29.1 - 2025-11-16 14:33:41 +0100

Added

  • Add translations through Crowdin (#1566)

Fixed

  • Fix ticking network elements preventing chunk unloading, Closes #1567

1.21.1-1.29.0 - 2025-11-11 14:11:35 +0100

Added

  • Add translations through Crowdin (#1554)
  • Add fluid by name operator, Closes #1522

Changed

  • Ensure consistent order of ingredient types in LP, Closes #1539

Fixed

  • Fix Grass Block Facades not having biome tints, Closes #1564
  • Fix transparent facades having incorrect alpha value, Closes #1563
  • Fix incorrect item (de)serialization when count is > 99, Closes #1558
  • Fix lists materialization not applying to elements
    This could cause issues when displaying lists of items from inventory
    readers over Functional Storage Drawers.
    Closes #1557

1.21.1-1.28.1 - 2025-10-11 11:39:17 +0200

Changed

  • Improve offset gui error tooltip

Fixed

  • Fix memory leak when reloading offset variables, Closes #1549
  • Handle overflows in fluid reader total aspects, Closes #1547

1.21.1-1.28.0 - 2025-10-07 07:47:47 +0200

Added

  • Add Squeezer recipes for Wind Charges
  • Add config option to disable cable collisions(#1538)

Fixed

  • Properly handle long overflows in channel quantities

Internal changes: (required for Integrated Mekanism)

  • Support regexes in operators_output appendix
  • Abstract parts of recipe LP element
  • Make CommandTest more extensible
  • Make API less dependent on ModBase

1.21.1-1.27.9 - 2025-08-08 21:39:51 +0200

Fixed

1.21.1-1.27.8 - 2025-07-29 17:58:36 +0200

Added

  • Add translations through Crowdin (#1533)

Fixed

  • Fix display panel being dark when on facade and under block, Closes #1531

1.21.1-1.27.7 - 2025-07-18 20:37:39 +0200

Changed

  • Add PT_BR localization (#1535)

Fixed

  • Fix crash on load operator variable in LP, Closes #1537

1.21.1-1.27.6 - 2025-07-05 06:55:50 +0200

Added

  • Add translations through Crowdin (#1528)

Fixed

  • Fix LP crash when loading with empty category card, Closes #1527

1.21.1-1.27.5 - 2025-06-21 13:28:17 +0200

Changed

  • Return item to player instead of dropping on Labeler exit, Closes #1526

Fixed

  • Fix fluidstack operator crash on empty items, Closes #1525

1.21.1-1.27.4 - 2025-06-12 16:38:10 +0200

Added

  • Add translations through Crowdin (#1517)

Fixed

  • Fix cables not being breakable with wrench, Closes #1523

1.21.1-1.27.3 - 2025-06-07 18:05:36 +0200

Changed

  • Only switch Wrench mode when aiming at air
    Closes #1518
    Closes #1390

Fixed

  • Fix overlapping tooltips in LP write slot, Closes #1519
  • Fix typos in language file

1.21.1-1.27.2 - 2025-05-31 21:32:50 +0200

Fixed

  • Reorder events to fix addon mod icons not loading

1.21.1-1.27.1 - 2025-05-31 20:29:24 +0200

Fixed

  • Fix missing variable by id aspect texture

1.21.1-1.27.0 - 2025-05-31 19:58:49 +0200

Added

  • Allow editing existing variables in Logic Programmer, Closes #357
  • Add Variable Value By ID operator aspect to network reader, Closes #1346
  • Add button to reset selected LP element

Changed

  • Don't drop item in world when closing LP
  • Improve LP element arrow

Fixed

  • Fix operator text field in LP sometimes being red

1.21.1-1.26.2 - 2025-05-25 07:01:45 +0200

Added

  • Add translations through Crowdin

Fixed

  • Fix cursor centering on gui switching, Closes #1514

1.21.1-1.26.1 - 2025-05-20 17:32:38 +0200

Added

  • Add translations through Crowdin

Fixed

1.21.1-1.26.0 - 2025-05-03 16:32:19 +0200

Added

  • Add list set...
Read more

1.20.1-1.29.11

17 Jan 13:10
1.20.1-1.29.11

Choose a tag to compare

Release 1.20.1-1.29.11