Releases: CyclopsMC/IntegratedDynamics
1.21.1-1.30.3
Changelog for Minecraft 1.21.1
All notable changes to this project will be documented in this file.
1.21.1-1.30.3 - 2026-01-02 10:52:15
Added
- Add translations through Crowdin (#1581)
Changed
- Add IIngredientChannelInsertPreConsumer
Required for CyclopsMC/IntegratedCrafting#170
1.21.1-1.30.2 - 2025-12-31 14:35:18 +0100
Changed
- Keep insertion order of network change observers
Required for CyclopsMC/IntegratedCrafting#112
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
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
- Fix block capabilities without block entity not being fetched
Related to CyclopsMC/IntegratedTunnels#346
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
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 search hotkey also typing in hotkey in search box
Closes CyclopsMC/IntegratedTerminals#168
1.21.1-1.26.0 - 2025-05-03 16:32:19 +0200
Added
- Add list set and multiset equality operators, Closes #1347
- Add Fluid with tag operator, Closes #797
- Add block and fluid tag operators, Closes #1394
- Add Sqrt and Pow operators, Closes #1372
- Add lectern and bookshelf support for infobook, Closes #1496
Fixed
- Fix non-fluid items being insertable into LP, Closes #1507
1.21.1-1.25.12 - 2025-04-20 15:32:52 +0200
Added
- Add skull-based note support to audio reader and writer
Fixed
- Fix wrench not removing cables after using off-hand item, Closes #1504
- Fix proxies placed by non-players not having an id
1.21.1-1.25.11 - 2025-04-04 17:12:35 +0...
1.20.1-1.29.10
Release 1.20.1-1.29.10
1.21.1-1.30.2
Changelog for Minecraft 1.21.1
All notable changes to this project will be documented in this file.
1.21.1-1.30.2 - 2025-12-31 14:35:18
Changed
- Keep insertion order of network change observers
Required for CyclopsMC/IntegratedCrafting#112
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
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
- Fix block capabilities without block entity not being fetched
Related to CyclopsMC/IntegratedTunnels#346
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
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 search hotkey also typing in hotkey in search box
Closes CyclopsMC/IntegratedTerminals#168
1.21.1-1.26.0 - 2025-05-03 16:32:19 +0200
Added
- Add list set and multiset equality operators, Closes #1347
- Add Fluid with tag operator, Closes #797
- Add block and fluid tag operators, Closes #1394
- Add Sqrt and Pow operators, Closes #1372
- Add lectern and bookshelf support for infobook, Closes #1496
Fixed
- Fix non-fluid items being insertable into LP, Closes #1507
1.21.1-1.25.12 - 2025-04-20 15:32:52 +0200
Added
- Add skull-based note support to audio reader and writer
Fixed
- Fix wrench not removing cables after using off-hand item, Closes #1504
- Fix proxies placed by non-players not having an id
1.21.1-1.25.11 - 2025-04-04 17:12:35 +0200
Added
1.21.1-1.25.10 - 2025-03-22 15:14:29 +0100
Added
- Add ja_jp translations through Crowdin (#14...
1.20.1-1.29.9
Release 1.20.1-1.29.9
1.21.1-1.30.1
Changelog for Minecraft 1.21.1
All notable changes to this project will be documented in this file.
1.21.1-1.30.1 - 2025-12-28 09:18:50
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
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
- Fix block capabilities without block entity not being fetched
Related to CyclopsMC/IntegratedTunnels#346
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
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 search hotkey also typing in hotkey in search box
Closes CyclopsMC/IntegratedTerminals#168
1.21.1-1.26.0 - 2025-05-03 16:32:19 +0200
Added
- Add list set and multiset equality operators, Closes #1347
- Add Fluid with tag operator, Closes #797
- Add block and fluid tag operators, Closes #1394
- Add Sqrt and Pow operators, Closes #1372
- Add lectern and bookshelf support for infobook, Closes #1496
Fixed
- Fix non-fluid items being insertable into LP, Closes #1507
1.21.1-1.25.12 - 2025-04-20 15:32:52 +0200
Added
- Add skull-based note support to audio reader and writer
Fixed
- Fix wrench not removing cables after using off-hand item, Closes #1504
- Fix proxies placed by non-players not having an id
1.21.1-1.25.11 - 2025-04-04 17:12:35 +0200
Added
1.21.1-1.25.10 - 2025-03-22 15:14:29 +0100
Added
- Add ja_jp translations through Crowdin (#1492)
Fixed
- Fix NBT from int list not working for any lists
Closes CyclopsMC/IntegratedScripting#37 - Fix typos in manual
- Fixed number typo
- Fixed variable description
- Fixed typo in reader introduction
[1.21.1-1.25.9](https://github...
1.20.1-1.29.8
Release 1.20.1-1.29.8
1.19.2-1.29.2
Release 1.19.2-1.29.2
1.21.1-1.30.0
Changelog for Minecraft 1.21.1
All notable changes to this project will be documented in this file.
1.21.1-1.30.0 - 2025-12-23 09:44:17
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
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
- Fix block capabilities without block entity not being fetched
Related to CyclopsMC/IntegratedTunnels#346
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
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 search hotkey also typing in hotkey in search box
Closes CyclopsMC/IntegratedTerminals#168
1.21.1-1.26.0 - 2025-05-03 16:32:19 +0200
Added
- Add list set and multiset equality operators, Closes #1347
- Add Fluid with tag operator, Closes #797
- Add block and fluid tag operators, Closes #1394
- Add Sqrt and Pow operators, Closes #1372
- Add lectern and bookshelf support for infobook, Closes #1496
Fixed
- Fix non-fluid items being insertable into LP, Closes #1507
1.21.1-1.25.12 - 2025-04-20 15:32:52 +0200
Added
- Add skull-based note support to audio reader and writer
Fixed
- Fix wrench not removing cables after using off-hand item, Closes #1504
- Fix proxies placed by non-players not having an id
1.21.1-1.25.11 - 2025-04-04 17:12:35 +0200
Added
1.21.1-1.25.10 - 2025-03-22 15:14:29 +0100
Added
- Add ja_jp translations through Crowdin (#1492)
Fixed
- Fix NBT from int list not working for any lists
Closes CyclopsMC/IntegratedScripting#37 - Fix typos in manual
- Fixed number typo
- Fixed variable description
- Fixed typo in reader introduction
1.21.1-1.25.9 - 2025-03-12 14:41:33 +0100
Added:
- Add translations through Crowdin (#1475)
Co-authored-by: Crowdin Bot support+bot@crowdin.com
Fixed
- Fix crash for items in variables with stacksize > 99
1.21.1-1.25.8 - ...
1.20.1-1.29.7
Release 1.20.1-1.29.7
1.19.2-1.29.1
Release 1.19.2-1.29.1