All notable changes to this project will be documented in this file.
1.20.1-1.22.0 - 2026-02-17 10:55:10
- Add AND, OR, and NOT logical expression support to NBT path
Expression such as
(@.a > 5 && @.a < 15) || @.a == 20or$.items[?(@.min < 10 && @.min > 5)]can not be executed. Closes #210
- Modify value if needed when setting minValue in WidgetNumberField
1.20.1-1.21.3 - 2025-11-11 13:50:02 +0100
- Fix commands not being available after reload command Closes CyclopsMC/IntegratedDynamics#1556
1.20.1-1.21.2 - 2025-10-22 16:25:44 +0200
- Fix empty item entities being spawned Closes CyclopsMC/IntegratedTunnels#348
1.20.1-1.21.1 - 2025-10-11 10:52:11 +0200
- Add client-side null player safety check to PacketHandler, Closes #211
1.20.1-1.21.0 - 2025-10-07 07:34:00 +0200
- Add IngredientComponentStorageComposite (required for Integrated Mekanism)
1.20.1-1.20.1 - 2025-05-31 19:12:38 +0200
- Fix scrollbar not moving on screen resize Closes CyclopsMC/IntegratedDynamics#1515
1.20.1-1.20.0 - 2025-05-03 15:08:33 +0200
- Allow infobooks to be placed in lecterns Required for CyclopsMC/IntegratedDynamics#1496 and CyclopsMC/EvilCraft#1110.
1.20.1-1.19.10 - 2025-04-12 13:03:35 +0200
- Improve client performance of large scrolling containers This fixes performance issues when having the gui open of a large Colossal Chest.
1.20.1-1.19.9 - 2025-03-24 16:09:38 +0100
- Fix not all key combinations working for key bindings Closes CyclopsMC/IntegratedTerminals#166
1.20.1-1.19.8 - 2025-03-11 07:01:52 +0100
- Fix crash when loading empty fluid containers from NBT
1.20.1-1.19.7 - 2025-02-16 14:43:50 +0100
- Fix broken EvilCraft tanks upgrades, Closes CyclopsMC/EvilCraft#1099
1.20.1-1.19.6 - 2025-02-03 19:47:06 +0100
- Fix items with empty fluid containers being stored inconsistently Items with empty fluid containers could be stored in two different ways. This change ensures that there is only a single canonical way to store them. This could cause issues with items from EvilCraft when attempting to autocraft them and getting them recognized by the system. Closes CyclopsMC/EvilCraft#1089
1.20.1-1.19.5 - 2024-07-31 13:13:24 +0200
- Fix getGuiTexture() not being used in ContainerScreenExtended
1.20.1-1.19.4 - 2024-07-23 13:42:11 +0200
- Add tr_tr.json Turkish localization
- Expose cache in IngredientCollectionDiffManager Required for CyclopsMC/IntegratedDynamics#1359
- Make RegistryExportableRegistry thread-safe This fixes rare crashes at startup Closes CyclopsMC/IntegratedDynamics#1360
1.20.1-1.19.3 - 2024-07-21 11:35:40 +0200
- Make RegistryExportableRegistry thread-safe This fixes rare crashes at startup Closes CyclopsMC/IntegratedDynamics#1360
1.20.1-1.19.2 - 2024-06-24 10:28:49 +0200
- Only enable dumpregistries command for OPs, Closes #180
1.20.1-1.19.1 - 2024-04-14 13:55:33 +0200
- Fix infobook sections from other mods linking to wrong URL Closes CyclopsMC/IntegratedDynamics#1338
1.20.1-1.19.0 - 2024-02-04 16:04:08 +0100
- Add textfield appendix type (required for Integrated Scripting)
- Allow first row to be set in scrollbar widget
1.20.1-1.18.14 - 2023-11-27 15:49:21 +0100
- Fix simple ingredient types returning wrong collapsed collections This fixes an Integrated Terminals issue where energy interactions would be visualized incorrectly. Closes CyclopsMC/IntegratedTerminals#111
1.20.1-1.18.13 - 2023-10-21 08:28:53 +0200
- Actually fix lack of background render events in infobooks Closes CyclopsMC/EvilCraft#1008
1.20.1-1.18.12 - 2023-10-19 16:51:55 +0200
- Fix lack of background render events in infobooks, Closes CyclopsMC/EvilCraft#1008
- Fix network errors not being caught by PacketHandler Required for debugging CyclopsMC/IntegratedTerminals#102
- Fix crash when interacting with empty arrowed list field
1.20.1-1.18.11 - 2023-10-13 17:21:01 +0200
- Fix duping exploit in phantom slots Closes CyclopsMC/IntegratedDynamics#1310
1.20.1-1.18.10 - 2023-08-27 11:41:47 +0200
- Improve error logging for packet codec failures Required for debugging CyclopsMC/IntegratedTerminals#102
- Fix text fields not losing focus when needed Closes CyclopsMC/IntegratedDynamics#1297
- Fix EMI overlapping with infobook GUI This caused issues in EvilCraft and Integrated Dynamics. Closes CyclopsMC/IntegratedDynamics#1296
1.20.1-1.18.9 - 2023-08-04 07:47:09 +0200
- Fix capabilities baking multiple times, #177
1.20.1-1.18.8 - 2023-07-31 14:57:30 +0200
- Fix creative tabs being registered incorrectly Closes CyclopsMC/IntegratedTerminals#107 Closes CyclopsMC/IntegratedDynamics#1288
1.20.1-1.18.7 - 2023-07-16 11:15:08 +0200
- Fix slot text not correctly scoping posestack This fixes various issues in Integrated Terminals related to the gui shifting. Closes CyclopsMC/IntegratedTerminals#105
1.20.1-1.18.6 - 2023-07-08 14:42:06 +0200
- Fix focus not being set on WidgetTextFieldExtended
1.20.1-1.18.5 - 2023-07-04 17:09:53 +0200
- Fix creative tab not being stored in mod class This fixes a bug in Everlasting Abilities where totems do not show up in the creative tab. Closes CyclopsMC/EverlastingAbilities#232
Initial 1.20.1 release