Releases: CyclopsMC/IntegratedScripting
Releases · CyclopsMC/IntegratedScripting
1.21.1-1.0.21
Changelog for Minecraft 1.21.1
All notable changes to this project will be documented in this file.
1.21.1-1.0.21 - 2025-12-24 13:43:13
Fixed
- Fix Graal not being bumped to 25.0.1, Closes #54
1.21.1-1.0.20 - 2025-12-22 15:54:19 +0100
Added
- Add translations through Crowdin (#50)
Fixed
- Tweak relocation of GraalVM to fix incompatibilities
This fixes incompatibilities with Cobblemon and JsMacros.
This also includes an update to Graal 25.0.1.
Closes #34
Closes #53
Closes #39 - Fix crash after pasting text that reduces text area size, Closes #52
1.21.1-1.0.19 - 2025-10-07 07:50:49 +0200
Added
- Add ValueTranslatorRegisterEvent for mod compats (required for Integrated Mekanism)
- Add translations through Crowdin (#29)
- Add PT_BR localization (#48)
Fixed
1.21.1-1.0.18 - 2025-06-01 10:59:07 +0200
Fixed
- Fix some modded keybindings activating in scripting terminal, Closes #40
1.21.1-1.0.17 - 2025-02-21 16:08:49 +0100
Changed
- Restrict access to parts of the Java API
They can still be enabled if desired by the server admin.
1.21.1-1.0.16 - 2025-02-15 10:21:10 +0100
Fixed
- Fix broken advancement icons
1.21.1-1.0.15 - 2025-02-08 17:37:34 +0100
Fixed
- Use jar-in-jar instead of shadowing, Closes #34
1.21.1-1.0.14 - 2025-01-17 16:44:48 +0100
Fixed
- Re-enable shadow renames, except for com.oracle.truffle, Closes #32
This makes this mod work correctle on all JVMs, including GraalVM 21 and 23.
1.21.1-1.0.13 - 2025-01-11 10:07:39 +0100
Fixed
- Stop shadow renaming to fix breakage for graal 24+
1.21.1-1.0.12 - 2025-01-11 09:41:20 +0100
Fixed
- Update to graal 24.1.1, fixes issues for some JDK 23 users, Closes #30
1.21.1-1.0.11 - 2024-12-28 15:33:05 +0100
Fixed
- Fix infinite loop not being properly caught, Closes #28
1.21.1-1.0.10 - 2024-12-23 14:00:13 +0100
Fixed
- Fix display panel crash when translation undefined values, Closes #27
1.21.1-1.0.9 - 2024-12-17 11:09:16 +0100
Changed
- Cache scripts to improve performance
Required for CyclopsMC/IntegratedDynamics#1439
Fixed
- Fix variable card writing failing when reselecting text, Closes #25
1.21.1-1.0.8 - 2024-12-16 11:01:48 +0100
Fixed
- Fix null object values not being skipped to NBT, Closes #22
- Fix delete not being highlighted as keyword, Closes #23
- Fix NPE in ScriptingData if FileWatcher was not initialized
1.21.1-1.0.7 - 2024-11-22 07:14:05 +0100
Fixed
- Fix unable to clear part IDs, Closes CyclopsMC/IntegratedTunnels#309
[1.21.1-1.0.6] - 2024-10-22 16:20:24 +0200
Fixed
- Fix NPE in ScriptingData if FileWatcher was not initialized
1.21.1-1.0.20
Changelog for Minecraft 1.21.1
All notable changes to this project will be documented in this file.
1.21.1-1.0.20 - 2025-12-22 15:54:19
Added
- Add translations through Crowdin (#50)
Fixed
- Tweak relocation of GraalVM to fix incompatibilities
This fixes incompatibilities with Cobblemon and JsMacros.
This also includes an update to Graal 25.0.1.
Closes #34
Closes #53
Closes #39 - Fix crash after pasting text that reduces text area size, Closes #52
1.21.1-1.0.19 - 2025-10-07 07:50:49 +0200
Added
- Add ValueTranslatorRegisterEvent for mod compats (required for Integrated Mekanism)
- Add translations through Crowdin (#29)
- Add PT_BR localization (#48)
Fixed
1.21.1-1.0.18 - 2025-06-01 10:59:07 +0200
Fixed
- Fix some modded keybindings activating in scripting terminal, Closes #40
1.21.1-1.0.17 - 2025-02-21 16:08:49 +0100
Changed
- Restrict access to parts of the Java API
They can still be enabled if desired by the server admin.
1.21.1-1.0.16 - 2025-02-15 10:21:10 +0100
Fixed
- Fix broken advancement icons
1.21.1-1.0.15 - 2025-02-08 17:37:34 +0100
Fixed
- Use jar-in-jar instead of shadowing, Closes #34
1.21.1-1.0.14 - 2025-01-17 16:44:48 +0100
Fixed
- Re-enable shadow renames, except for com.oracle.truffle, Closes #32
This makes this mod work correctle on all JVMs, including GraalVM 21 and 23.
1.21.1-1.0.13 - 2025-01-11 10:07:39 +0100
Fixed
- Stop shadow renaming to fix breakage for graal 24+
1.21.1-1.0.12 - 2025-01-11 09:41:20 +0100
Fixed
- Update to graal 24.1.1, fixes issues for some JDK 23 users, Closes #30
1.21.1-1.0.11 - 2024-12-28 15:33:05 +0100
Fixed
- Fix infinite loop not being properly caught, Closes #28
1.21.1-1.0.10 - 2024-12-23 14:00:13 +0100
Fixed
- Fix display panel crash when translation undefined values, Closes #27
1.21.1-1.0.9 - 2024-12-17 11:09:16 +0100
Changed
- Cache scripts to improve performance
Required for CyclopsMC/IntegratedDynamics#1439
Fixed
- Fix variable card writing failing when reselecting text, Closes #25
1.21.1-1.0.8 - 2024-12-16 11:01:48 +0100
Fixed
- Fix null object values not being skipped to NBT, Closes #22
- Fix delete not being highlighted as keyword, Closes #23
- Fix NPE in ScriptingData if FileWatcher was not initialized
1.21.1-1.0.7 - 2024-11-22 07:14:05 +0100
Fixed
- Fix unable to clear part IDs, Closes CyclopsMC/IntegratedTunnels#309
[1.21.1-1.0.6] - 2024-10-22 16:20:24 +0200
Fixed
- Fix NPE in ScriptingData if FileWatcher was not initialized
1.20.1-1.0.16
Release 1.20.1-1.0.16
1.19.2-1.0.12
Release 1.19.2-1.0.12
1.21.1-1.0.19
Changelog for Minecraft 1.21.1
All notable changes to this project will be documented in this file.
1.21.1-1.0.19 - 2025-10-07 07:50:49
Added
- Add ValueTranslatorRegisterEvent for mod compats (required for Integrated Mekanism)
- Add translations through Crowdin (#29)
- Add PT_BR localization (#48)
Fixed
1.21.1-1.0.18 - 2025-06-01 10:59:07 +0200
Fixed
- Fix some modded keybindings activating in scripting terminal, Closes #40
1.21.1-1.0.17 - 2025-02-21 16:08:49 +0100
Changed
- Restrict access to parts of the Java API
They can still be enabled if desired by the server admin.
1.21.1-1.0.16 - 2025-02-15 10:21:10 +0100
Fixed
- Fix broken advancement icons
1.21.1-1.0.15 - 2025-02-08 17:37:34 +0100
Fixed
- Use jar-in-jar instead of shadowing, Closes #34
1.21.1-1.0.14 - 2025-01-17 16:44:48 +0100
Fixed
- Re-enable shadow renames, except for com.oracle.truffle, Closes #32
This makes this mod work correctle on all JVMs, including GraalVM 21 and 23.
1.21.1-1.0.13 - 2025-01-11 10:07:39 +0100
Fixed
- Stop shadow renaming to fix breakage for graal 24+
1.21.1-1.0.12 - 2025-01-11 09:41:20 +0100
Fixed
- Update to graal 24.1.1, fixes issues for some JDK 23 users, Closes #30
1.21.1-1.0.11 - 2024-12-28 15:33:05 +0100
Fixed
- Fix infinite loop not being properly caught, Closes #28
1.21.1-1.0.10 - 2024-12-23 14:00:13 +0100
Fixed
- Fix display panel crash when translation undefined values, Closes #27
1.21.1-1.0.9 - 2024-12-17 11:09:16 +0100
Changed
- Cache scripts to improve performance
Required for CyclopsMC/IntegratedDynamics#1439
Fixed
- Fix variable card writing failing when reselecting text, Closes #25
1.21.1-1.0.8 - 2024-12-16 11:01:48 +0100
Fixed
- Fix null object values not being skipped to NBT, Closes #22
- Fix delete not being highlighted as keyword, Closes #23
- Fix NPE in ScriptingData if FileWatcher was not initialized
1.21.1-1.0.7 - 2024-11-22 07:14:05 +0100
Fixed
- Fix unable to clear part IDs, Closes CyclopsMC/IntegratedTunnels#309
[1.21.1-1.0.6] - 2024-10-22 16:20:24 +0200
Fixed
- Fix NPE in ScriptingData if FileWatcher was not initialized
1.20.1-1.0.15
Release 1.20.1-1.0.15
1.21.1-1.0.18
Release 1.21.1-1.0.18
1.20.1-1.0.14
Release 1.20.1-1.0.14
1.19.2-1.0.11
Release 1.19.2-1.0.11
1.21.1-1.0.17
Release 1.21.1-1.0.17