Links
Tags
Creators
Details
Licensed LGPL-3.0-or-later
Published 2 months ago
Updated last month
All versions
1.2.2
Release
Ae2 CraftCore 1.2.2last month 43
Compatibility
Minecraft: Java Edition
1.21.1
Platform
NeoForge
Supported environments
Client and server
Required content
Any compatible version
Changes
🌟 New Features & Compatibility
- Support for 3rd-party ME Drives & Chests:
- Recipe Storage Cells are now properly recognized and supported across any modded storage drives/chests.
⚡ Performance & Optimization
- Reworked Recipe Cache Service:
- Removed the constant server-side ticking check, significantly reducing background CPU overhead.
- Recipe hashing and network grid signature calculation are now much faster and more lightweight.
- Network Protocol Optimizations:
- Streamlined and modernized packet codecs across all mod packets for faster, safer, and more efficient network communication.
🛠 Fixes & Quality of Life
- Recipe Terminal:
- Improved and polished logic for saving, deleting, and loading recipes (Crafting, Processing, Stonecutting, and Smithing Table recipes).
- Fixed rare issues when deleting/updating recipes located in custom or modified drive slots.
- Improved syncing for machine groups and recipe lists when opening the terminal.
- ME Machine Interface:
- Added distance and chunk-load checks when renaming machine interfaces to prevent desyncs and exploit potential.
- Visuals & Client:
- Cleaned up and fixed model registration for all Recipe Storage Cell tiers (1k, 4k, 16k, 64k, 256k) inside ME Drives.
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:koO20Z1s:fvg440ZD"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:koO20Z1s:fvg440ZD"
}

