Links
Tags
Creators
Details
1.3.0
Compatibility
Required content
Changes
This update is a mostly total backport of the official AE2 Plugin to 1.20.1
A lot of code had to be adapted and rewritten because of it.
Some old features might have regressed, of note "viewing craftables" is one of them. I don't know if anyone used it, even if that was a feature which was advertised on the modrinth gallery.
I believe that what got added more then makes up for it, If you used this please send a feature request on the issue tracker and I'll try to re-implement it.
Fixes
Recipes
- Register Custom Attunement Recipes by shartte¹
- Change recipe rendering to be more in line with official plugin by alikindsys
Aditions
General
- Add Search Bar Syncing by leo60228¹
- Add drag and drop support to all screens by T0pN1ck
- Requesting existing crafting patterns with Ctrl + Click by alikindsys
- Add blue highlight for Items/Patterns already present on the ME system by alikindsys
Recipes
Mod Integration
- Update AE2WTLIB plugin to use the same logic as AE2 terminals by alikindsys
- Disable extra-mod-integrations's AE2 plugin (removes duplicate recipes) by alikindsys
¹- Not their direct contribution, code used is attributed to them
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:eVAp8Nkw:NT8BCliT"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:eVAp8Nkw:NT8BCliT"
}

