All versions
forge-11.7.4
Release
11.7.4 [FORGE]3 years ago 2,529
Uploaded by
Compatibility
Minecraft: Java Edition
1.18.2
Platform
Forge
Supported environments
Client and server
Changes
What's changed
- Fix spatial cells not properly checking the maximum size (#7061) by @soepie7
- Fix #6990: Crash when moving controller with SCS (#7067) by @Technici4n
- Fix #6725: Too many items in the system, prevents items from showing up (#7069) by @Technici4n
- Fix Wireless Terminal IEnergyHost implementation (fixes #7077) (#7081) by @jpenilla
- Fix #7105: Make export busses try to give overflow back (#7106) by @Technici4n
- Fix #7066: Lazily initalize AEKey display name cache (#7108) by @Technici4n
- Fix #6857: Clear pinned keys and pending jobs on game join (#7120) by @Technici4n
- Check stack size before comparing stacks in InternalInventory (#7149) by @Technici4n
Full Changelog: https://github.com/AppliedEnergistics/Applied-Energistics-2/compare/forge/v11.7.3...forge/v11.7.4
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:qf2Yz73T"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:XxWD5pD3:qf2Yz73T"
}

