Links
Tags
Creators
Details
Licensed MIT
Published 16 hours ago
Updated last week
All versions
1.21.1-0.0.8-neoforge
Release
KubeX 1.21.1 v0.0.8last week 5
Compatibility
Minecraft: Java Edition
1.21.1
Platform
NeoForge
Supported environments
Client-side
Client and server
Required content
Unavailable version
Any compatible version
Changes
- Improved async/await support and Promise chaining.
- Improved transformation reliability for complex expressions and nested asynchronous code.
- Added unhandled Promise rejection detection, with original source locations and surrounding code shown in the console.
- Improved SourceMap accuracy through AST-based tracking of asynchronous error locations.
- Added in-game error notifications for developers. Server notifications are restricted to operators and limited to once every five seconds.
- Added Node.js/npm execution through
flatpak-spawn --hostfor Linux Flatpak environments. - Reorganized compiler helpers and added regression tests.
Optional dependencies
Any compatible version
Supplementary resources
| File | Type | Size | |
|---|---|---|---|
| kubex-neoforge-1.21.1-0.0.8-sources.jar | Sources jar | 124.82 KiB |
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:G5aIE2J1:oLRMbLgS"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:G5aIE2J1:oLRMbLgS"
}

