
Integrated Scripting
Create scripts for handling complex operations in Integrated Dynamics
Обновлён 22 июня 2026 г. · опубликован 17 июля 2023 г.

This mod allows you to create scripts for handling complex operations in Integrated Dynamics networks.
Using scripts, certain operations that are very complicated to achieve in vanilla Integrated Dynamics become very easy with this mod, such as:
- Calculating statistics such as median and standard deviation.
- Easily creating predicate filters for Integrated Tunnels exporters and importers.
- Calculating the average stack size of all items in a chest that match a certain tag.
- Showing the average power consumption during the last minute.
- Getting the break speed of the block you are looking at using the tool you are holding.
- Easily sharing your scripts with others by copy-pasting inside and outside of the game.
- ...
This mod provides in-game documentation and tutorials through the 'On the Dynamics of Integration' book from Integrated Dynamics.

The Scripting Terminal is the main addition of this mod. It allows you to create scripts in the JavaScript language, which then can be stored in Variable Cards for usage in the rest of your Integrated Dynamics network.

Scripting Drives are items that allow script data to be stored on them. These can be inserted into Scripting Drives, which makes them accessible for usage and editing in your network.

The Scripting Terminal offers an editor for writing scripts. Script members (such as variables and functions) can be bound to variables. These variables can be used anywhere in the connected Integrated Dynamics network just like any other variable. If you have direct access to your world files, script files can also edited externally through your favorite IDE!

You can keep track of certain values across multiple function executions, such as for calculating sums and averages. This may be useful for calculating things such as your average energy consumption across a certain period of time.

If you need to debug complex operations, you can log messages for later inspection.
Scripts are executed by the highly performant Graal.JS JavaScript engine, which runs on the Graal VM by Oracle. Performance and security were the primary focus when developing this mod. By default, JavaScript is executed with the strictest Graal settings. These strict security options can be made more loose by server admins, if players for example want to perform IO, for reading from or writing to external files. The maximum execution size of scripts can also be configured to avoid performance issues.
Support the development of this mod by using the referral code cyclops when renting a Minecraft server at Bisect Hosting,
and get 25% off your first month as a bonus!

Support us via the referral code cyclops when renting a Bisect Hosting server, and get 25% off!
If you like this mod, consider supporting me on Patreon!
Версии
| Версия | Канал | Игра | Загрузчики | Дата | Скачать |
|---|---|---|---|---|---|
| 26.2-1.0.22-378 | Бета | 26.2 | neoforge | 22 июня 2026 г. | Скачать (36.7 МБ) |
| 1.21.1-1.0.22-373 | Бета | 1.21.1 | neoforge | 20 июня 2026 г. | Скачать (36.7 МБ) |
| 1.21.1-1.0.22 | Релиз | 1.21.1 | neoforge | 16 мая 2026 г. | Скачать (36.7 МБ) |
| 26.1.2-1.0.22 | Релиз | 26.1.2 | neoforge | 16 мая 2026 г. | Скачать (36.7 МБ) |
| 1.20.1-1.0.17 | Релиз | 1.20.1 | forge | 16 мая 2026 г. | Скачать (36.9 МБ) |
| 26.1.2-1.0.21 | Релиз | 26.1.2 | neoforge | 25 апреля 2026 г. | Скачать (36.7 МБ) |
| 26.1.1-1.0.21-354 | Бета | 26.1.1 | neoforge | 19 апреля 2026 г. | Скачать (36.7 МБ) |
| 26.1.1-1.0.21 | Релиз | 26.1.1 | neoforge | 10 апреля 2026 г. | Скачать (36.7 МБ) |
| 26.1.1-1.0.21-351 | Бета | 26.1.1 | neoforge | 10 апреля 2026 г. | Скачать (36.7 МБ) |
| 26.1.1-1.0.9-350 | Бета | 26.1.1 | neoforge | 10 апреля 2026 г. | Скачать (36.7 МБ) |
| 26.1.1-1.0.9-349 | Бета | 26.1.1 | neoforge | 7 апреля 2026 г. | Скачать (36.7 МБ) |
| 1.21.11-1.0.9-348 | Бета | 1.21.11 | neoforge | 28 марта 2026 г. | Скачать (36.7 МБ) |
| 1.21.11-1.0.9-347 | Бета | 1.21.11 | neoforge | 13 марта 2026 г. | Скачать (36.7 МБ) |
| 1.21.11-1.0.9-340 | Бета | 1.21.11 | neoforge | 9 марта 2026 г. | Скачать (36.7 МБ) |
| 1.21.1-1.0.21-339 | Бета | 1.21.1 | neoforge | 9 марта 2026 г. | Скачать (36.7 МБ) |
Показаны последние 15 из 107 версий.
Ченджлог
26.2-1.0.22-378Бета26.2 · 22 июня 2026 г.
Changes since last release: https://github.com/CyclopsMC/IntegratedScripting/commits/master-26
1.21.1-1.0.22-373Бета1.21.1 · 20 июня 2026 г.
1.21.1-1.0.22Релиз1.21.1 · 16 мая 2026 г.
Changelog for Minecraft 1.21.1
All notable changes to this project will be documented in this file.
1.21.1-1.0.22 - 2026-05-16 10:18:59
Fixed
- Fix external script edits not syncing when directory is created before disk (#62), Closes #61
1.21.1-1.0.21 - 2025-12-24 13:43:13 +0100
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
- Fix some spelling and grammar typos in lang (#47)
- Fix spelling and grammar typos in lang (#45)
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
26.1.2-1.0.22Релиз26.1.2 · 16 мая 2026 г.
Changelog for Minecraft 26.1.2
All notable changes to this project will be documented in this file.
26.1.2-1.0.22 - 2026-05-16 10:22:16
Fixed
- Fix external script edits not syncing when directory is created before disk (#62), Closes #61
[26.1.2-1.0.21] - 2026-04-25 16:13:53 +0200
Initial 26.1.2 release
1.20.1-1.0.17Релиз1.20.1 · 16 мая 2026 г.
As always, don't forget to backup your world before updating! Requires CyclopsCore version 1.19.0 or higher.
Fixes:
- Fix external script edits not syncing when directory is created before disk (#62), Closes #61
26.1.2-1.0.21Релиз26.1.2 · 25 апреля 2026 г.
26.1.1-1.0.21-354Бета26.1.1 · 19 апреля 2026 г.
Changes since last release: https://github.com/CyclopsMC/IntegratedScripting/commits/master-26
Комментарии
Загружаем…