Tags
Creators
Details
All versions
0.0.2+dev-7912a7e2
Beta
0.0.2+dev-7912a7e24 days ago 12
Compatibility
Minecraft: Java Edition
26.1.2
Platform
NeoForge
Supported environments
Client and server
Changes
Release 0.0.2+dev-7912a7e2
Highlights
- Added AE2 input/output interfaces and port registration, including network resource storage view and stocking input port/interface support.
- Added dynamic output reservations and shared resource reservation identity for AE2 output planning.
- Added Jade connectivity display for AE2 input interfaces and simplified the AE2 stocking interface UI.
- Added a blueprint structure preview screen, accessible from air use and reused in JEI.
- Added Mekanism pots tooltip.
Fixes
- Stabilized and hardened AE2 output transactions, filters, and GameTests.
- Fixed AE2 stocking capability IO isolation and restored AE2 input interface host behavior.
- Deferred AE2 network extraction until commit and honored AE2 inventory direction permissions.
- Fixed AE2/Jade integration and Jade chemical icons.
- Fixed blueprint preview scaling, mouse dragging, render host neutrality, async mesh compiler/blueprint button, and general render issues.
- Fixed Mekanism port tier tracking and localization issues.
Performance
- Improved stocking input interface performance.
Maintenance
- Expanded AE2 GameTests and runtime coverage for input/output interfaces, reservations, and network storage edge cases.
- Updated public API and KubeJS bindings; moved
ReadableNumberto util and cleaned up deprecated/unused internals. - Updated issue templates.
Optional dependencies
Any compatible version
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:bUctkb7B:3lmdgClo"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:bUctkb7B:3lmdgClo"
}

