Tags
Creators
Details
All versions
5.0.0
Release
JAOPCA Extras 5.0.0last month 110
Uploaded by
Compatibility
Minecraft: Java Edition
1.20.1
Platform
Forge
Supported environments
Client and server
Required content
Any compatible version
Changes
JAOPCA Extras 5.0.0
What's New
- Rewrote the codebase from the ground up.
- Minecraft 1.20.1, 1.21.1, and 26.1.2 are now maintained in a single codebase.
- Minecraft 1.20.1 has been switched back to the Forge MDK.
- Added support for Minecraft 26.1.2.
- Made some minor texture adjustments.
- AE2 circuit crafting recipes can now be processed using machines from AdvancedAE and ExtendedAE.
- 1.20.1: Circuit Cutter (ExtendedAE), Reaction Chamber (AdvancedAE)
- >=1.21.1: Circuit Cutter (ExtendedAE), Crystal Assembler (ExtendedAE)
新要素
- コードを全体的に書き直しました
- 1.20.1, 1.21.1, 26.1.2を1つのコードベースで管理しています
- 1.20.1はForgeのmdkに戻しました
- 26.1.2のサポートを追加しました
- テクスチャを少し調整しました
- AE2の回路作成レシピをAdvancedAE, ExtendedAEの機械から作成できるようにしました。
- 1.20.1: Circuit Cutter(ExtendedAE), Reaction Chamber(AdvancedAE)
- >=1.21.1: Circuit Cutter(ExtendedAE), Crystal Assembler(ExtendedAE)
Optional dependencies
Any compatible version
Any compatible version
Any compatible 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:lev3YGBh:xQszO70z"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:lev3YGBh:xQszO70z"
}

