1.39
Compatibility
Changes
Note - This was a backport update from EE2 v1.4.0.3 for Minecraft 1.1
For: Minecraft v1.1
Required: Risugami's ModLoader v1.1, Flan's ModLoaderMP 1.1 v2.1, and Minecraft Forge v1.3.3.12
Recommended: (Client only) Risugami's Audiomod v1.1 (for EE2 custom sounds)
- Bugfix: Updated the version number to the correct version
- Bugfix: Removed the stubbed in "EE Portal Device" so that it would no longer display in NEI/TMI/Creative Mode
- Bugfix: Fixed Collector target slot dupe exploit
- Bugfix: Fixed Collector Mk2's unable to accumulate more than 3,000 latent EMC
- Bugfix: Fixed crash bug where players place an EE block at y=1
- Bugfix: Fixed a Null Pointer Exception when using Buildcraft to extract items from a Condenser
- Change: Relay Mk1 recipe changed (replace the Collector Mk1 with a Diamond Block)
- Change: New Red Matter recipe (Was: 1 Dark Matter + 8 Aeternalis Fuel, Now: 3 Dark Matter + 6 Aeternalis Fuel)
- Change: Collector Mk3's speed buffed to reflect the new EMC of Red Matter
- Change: Relay Mk3's speed and relay bonus buffed to reflect the new EMC of Red Matter
- Change: Updated the Philosopher's Stone ability to transmute mobs to include the new mobs from MC v1.0 onwards
- Change: Switched from the BC 2.x API to the BC 3.x API
- Change: Modified loading of addon modules to be more efficient
- Added: EMC values for Nether Brick Fence, Nether Brick Stairs, Ferns, Grass, End Stone
Supplementary resources
| File | Type | Size | |
|---|---|---|---|
| EE2ServerV1.39.zip | Unknown | 446.84 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:N9b7cFG3"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:B7nASDS6:N9b7cFG3"
}
