Tags
Creators
Details
All versions
15.3.5
Release
AE2 15.3.5 [NEOFORGE]last year 1,456
Compatibility
Minecraft: Java Edition
1.20.1
Platforms
Forge
NeoForge
Supported environments
Client and server
Changes
Backported the following:
- Fix crafting status sometimes crashing when repeatedly opened/closed (#8390)
- Avoid Object2LongMap.Entry allocations (#8362)
- Do not allow items to be inserted into the Matter Condenser when the output slot is full (#8335)
- Allow filtering config stack slots with containers holding 0 of a stack (#8324)
- Update collision mesh on cable recoloring (#8317)
- Do not void items not already stored on a cell using an Overflow Destruction card (#8336)
- Rewrite extraction from IItemHandlers: streamline and fix (#8478)
- Add translation for the spatial storage dimension (#8483)
- Fix villager point of interest not being moved by a spatial transition (#8468)
- Fix spatial cell tooltip by using client-side data (#8469)
Full Changelog: https://github.com/AppliedEnergistics/Applied-Energistics-2/compare/forge/v15.3.4...forge/v15.3.5
Optional dependencies
Known incompatibilities
Any 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:XxWD5pD3:ygKM5req"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:XxWD5pD3:ygKM5req"
}






