All versions
1.4.4.0
Release
1.4.4.02 years ago 129
Compatibility
Minecraft: Java Edition
1.2.5
Platform
Forge
Supported environments
Client and server
Changes
For: Minecraft v1.2.5
Required: Risugami's ModLoader v1.2.5, and Minecraft Forge v3.1.2.90
Recommended: (Client only) Risugami's Audiomod v1.2.5 (for EE2 custom sounds)
- Misc: Re-implemented SMP for EE2 using Forge ModLoader
- Bugfix: Mercurial Eye's target slot will now only accept items with defined EMC values
- Bugfix: Shift-clicking items into the Transmutation Table no longer crashes the game
- Bugfix: EE2 machines (Collectors, Relays, Condenser, Furnaces) now face their proper directions in SMP
- Bugfix: Pedestals not displaying the current item in SMP
- Bugfix: Transmutation Table will now always display the targeted item in the top output slot if you have enough EMC to retrieve it
- Change: EMC value for the Dragon Egg changed (Was: equal to 1 Diamond Block, Now: equal to 1 Dark Matter)
- Added: EMC values for Iron Shears (equal to 2 Iron Ingots), Saddles (equal to 3 Leather), and Music Discs (equal to 1 Gold Ingot)
Supplementary resources
| File | Type | Size | |
|---|---|---|---|
| EE2ServerV1.4.4.0.jar | Unknown | 468.75 KiB |
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:B7nASDS6:UHFBvkg6"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:B7nASDS6:UHFBvkg6"
}
