Tags
Creators
Details
Licensed MIT
Published last year
Updated 3 weeks ago
All versions
1.21.1-2.5.1
Release
Zero Point Systems 1.21.1-2.5.13 weeks ago 261
Compatibility
Minecraft: Java Edition
1.21.1
Platform
NeoForge
Supported environments
Client and server
Changes
Additions
- Expression Aliases (Script Terminal feature for writing tidier scripts)
- Shaped 5x5 recipes for the Assembler (not used to craft anything yet, but exists for modpacks)
- New ponder tags: "Cable Components" and "Data Cable Components"
Changes
- Improved Text Display rendering
- Enabled Jei "move items" button for the Assembler screen
- Rebuilt ponder tag screen to prevent entries from overflowing the bounds
- "Script-Capable Blocks" ponder tag screen shows getters and executors per block
- Serial Bus now exposes two Display Link sources:
Raw Input DataandStored Display Text - Improved logging from script terminals - now disabled by default to prevent logspam (configurable)
- Shift+use now takes the book out of a Data Lectern, instead of opening it
- Updated the Script Terminal manual button icon
Bugfixes
- Fix crash when scrolling long lines in the Script Terminal
- Fix commands from different blocks shadowing each other when they share a name
- Fix Loudspeaker audio not playing inside Sable sublevels
- Fix script-capable blocks missing from their ponder tag
Optional dependencies
Any compatible version
Any compatible version
Projects on Modrinth are automatically available through a Maven repository for use with JVM build tools such as Gradle. To learn more about the Modrinth Maven API, click here.
Note: When available, you should use the creator's maven repo instead as it will have transitive dependency information that the Modrinth Maven API does not. You may also end up with duplicate dependencies if you use a mix of Modrinth and non-Modrinth Maven repositories for your dependencies, because the group identifier will be different when served through the Modrinth Maven API.
Maven coordinates:
Version ID:
build.gradle:
repositories {
exclusiveContent {
forRepository {
maven {
name = "Modrinth"
url = "https://api.modrinth.com/maven"
}
}
// forRepositories(fg.repository) // Uncomment when using ForgeGradle
filter {
includeGroup "maven.modrinth"
}
}
}
// Standard Gradle dependency
dependencies {
implementation "maven.modrinth:6sObdFxl:KthqUYjU"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:6sObdFxl:KthqUYjU"
}

