-
-
Notifications
You must be signed in to change notification settings - Fork 526
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
AE2 dust recipes missing from Mekanism Crusher #6479
Comments
The recipes likely got commented out in 1.16 as AE hadn't updated yet |
You can solve it by adding the recipes with a datapack if you care. Until AE2 fixes their maven we are not going to add back our compat for it. |
diff --git a/build.gradle b/build.gradle
index f7fa44f3d..70c6275ae 100644
--- a/build.gradle
+++ b/build.gradle
@@ -290,6 +290,14 @@ repositories {
name 'HWYLA'
url "https://maven.tehnut.info"
}
+ maven {
+ name "AE2"
+ url "https://maven.pkg.github.com/AppliedEnergistics/Applied-Energistics-2"
+ credentials {
+ username = project.findProperty("gpr.user") ?: System.getenv("USERNAME")
+ password = project.findProperty("gpr.key") ?: System.getenv("TOKEN")
+ }
+ }
}
test {
@@ -325,6 +333,8 @@ dependencies {
datagenmainCompileOnly fg.deobf("curse.maven:biomes-o-plenty-api:${biomesoplenty_api_id}")
datagenmainRuntimeOnly fg.deobf("curse.maven:biomes-o-plenty:${biomesoplenty_id}")
//datagenmainCompile fg.deobf("curse.maven:i-like-wood:${ilikewood_id}")
+
+ compileOnly "appeng:appliedenergistics2:8.0.0-beta.1:api"
}
processResources { @pupnewfster |
I don't want to add a maven dep that requires a token to use |
This is exactly why I have not done so, especially after talking the other day with someone from AE2 who was saying there are plans for it to be mirrored on another maven that does not require a token to use. |
The not require a token maven is upload in modmaven. |
How do I implement this solution? Or do I just wait for the mods to be updated? |
Please use the search functionality before reporting an issue. Also take a look at the closed issues!
Closed issue: #4881
Issue description:
The certus, charged certus and fluix dust from Applied Energistics 2 can't produced in the crusher.
ModTweaker It seems that no one has maintained it for a long time and relying on another mod to solve the problem seems like a bad idea.
Steps to reproduce:
Version (make sure you are on the latest version before reporting):
Forge: 1.16.1-forge-32.0.108
Mekanism: Mekanism-1.16.1-10.0.8.431
Other relevant version: appliedenergistics2-8.0.0-alpha.3
The text was updated successfully, but these errors were encountered: