Links
Tags
Creators
Details
All versions
26.1.2-neoforge-0.2.0
Alpha
Compukters 26.1.2-neoforge-0.2.04 days ago 18
Uploaded by
Compatibility
Minecraft: Java Edition
26.1.2
Platform
NeoForge
Supported environments
Client and server
Changes
Compukters 0.2.0
This release significantly expands the in-game development workflow and improves terminal usability.
In-game IDE
- Added complete build, verify, deploy, and run support for attached computers.
- Added an interactive target terminal directly inside the IDE.
- Added a right-side tool stripe for opening and closing the terminal.
- Added a read-only computer filesystem explorer.
- Files and directory trees can now be previewed and imported into IDE projects.
- Completion now displays overloads and function signatures.
- Completion lists automatically scroll with the selected entry.
- Kotlin tooling initializes outside the render thread, making the IDE open faster.
- The codespace receives keyboard focus immediately after opening.
- Semantic highlighting is preserved while typing.
Terminal and UI
- Added an IDE button with the
Ctrl+Ishortcut to the computer terminal. - Compukters UI scaling is now independent of Minecraft GUI scale.
- Improved bitmap-font rendering at fractional and reduced scales.
- Added a more compact IDE terminal layout for smaller screens.
- Fixed terminal input and command submission sometimes waiting for another key press.
- Fixed terminal ownership and state handoff when opening the IDE.
- Fixed dialogs appearing behind the terminal overlay.
- Fixed UI controls moving incorrectly when changing terminal fonts.
Computers
- Restored the blue workbench-style computer appearance.
- Improved communication between computers, the IDE, and the server-side VM.
- Added secure, revision-aware executable deployment.
Runtime and distribution
- Updated to Compukter Runtime 0.5.1.
- Runtime bundles are now pinned and verified during release builds.
- Added support for validated Linux and Windows native Runtime bundles.
- Consolidated Kotlin tooling workers into a shared deterministic Runtime bundle.
- Improved production JAR assembly and release verification.
Fixes
- Removed duplicate IDE status and completion entries.
- Fixed IDE opening from active computer screens.
- Fixed caret and glyph alignment in the codespace.
- Fixed canonical terminal input not waking immediately.
- Improved terminal rendering and input behavior across different UI scales.
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:xriOD3eh:4kAf0P2F"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:xriOD3eh:4kAf0P2F"
}

