Tags
Creators
Details
Licensed LGPL-3.0-only
Published 4 years ago
Updated 4 years ago
All versions
1.18.2-3.1.0
Release
LazierAE2-1.18.2-3.1.04 years ago 183
Compatibility
Minecraft: Java Edition
1.18.2
Platform
Forge
Supported environments
Client and server
Required content
Changes
Added
- new models and textures for all machines
- JEI info panels for the Universal Press and the Singularity
- brief explanation of how to obtain them
- can be disabled in the config
- compat recipe for MEGACells (#21)
- ability to shift-right-click upgrades into processing machines
- German translation
Changed
- improved texture of the Universal Press
- improved texture of the Resonating Seed
- improved texture of Requester checkboxes
- more clunky descriptions in tooltips are now only visible when holding shift
- reworked processing machine upgrade system
- when upgraded to half of the maximum upgrade count, machines will be twice as fast and consume twice as much energy
- each upgrade above will be exponentially faster but has worse energy efficiency
- Requester now requires a channel
- can be modified in the config
- default setting is true
- Requester no longer exposes front side for cable connections
Fixed
- fixed main node creation at wrong time
- fixes connections when a Security Terminal is set up in the network (#18)
- an AE2 API update was required, thus raising the AE2 version to 11.1.4
- fixed block tooltip hiding when no description is provided
Optional dependencies
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:7mmL0PW9:yBcEezWw"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:7mmL0PW9:yBcEezWw"
}



