MammalTheBest4 Posted August 9, 2022 Share Posted August 9, 2022 When Gradle is building, the second repository block (Where mod compatibility is handled) in the build.gradle file is skipped and goes to the second dependencies block directly. This causes a "DefaultMultiCauseException: could not resolve (mod dependency)" and stops the build which doesn't add the mod. I have tried to recreate the repository block but nothing. I even went to the original mdk and pasted the build.gradle file, changed everything there and nothing. You can find the build.gradle here: https://gist.github.com/frowcallaway/1f44f1293d6a44a6af2a99025c10f2f9 If you find a solution, please reply Quote Link to comment Share on other sites More sharing options...
MammalTheBest4 Posted August 10, 2022 Author Share Posted August 10, 2022 (edited) Thank you for replying to me. Here is the error message: Caused by: org.gradle.internal.exceptions.DefaultMultiCauseException: Could not resolve mezz.jei:jei 1.18.2:9.7.1.232. The repository is here: https://github.com/frowcallaway/Better-Void-Forge I hope this will help. Edited August 10, 2022 by MammalTheBest4 Quote Link to comment Share on other sites More sharing options...
MammalTheBest4 Posted August 10, 2022 Author Share Posted August 10, 2022 Sorry but I think I sent the wrong commit Here is the updated commit: https://github.com/frowcallaway/Better-Void-Forge Quote Link to comment Share on other sites More sharing options...
warjort Posted August 10, 2022 Share Posted August 10, 2022 I don't see any problem with JEI. I do see you trying to use JEI for 1.18.2 and trying to use 1.18.2 minecraft methods while you have specified minecraft 1.18.1 in your build. Changing it to use 1.18.2 and net.minecraftforge:forge:1.18.2-40.1.0 allows me to compile and run the game with JEI available. You do have errors in your assets/data json files. 1 Quote Boilerplate: If you don't post your logs/debug.log we can't help you. For curseforge you need to enable the forge debug.log in its minecraft settings. You should also post your crash report if you have one. If there is no error in the log file and you don't have a crash report then post the launcher_log.txt from the minecraft folder. Again for curseforge this will be in your curseforge/minecraft/Install Large files should be posted to a file sharing site like https://gist.github.com You should also read the support forum sticky post. Link to comment Share on other sites More sharing options...
MammalTheBest4 Posted August 10, 2022 Author Share Posted August 10, 2022 (edited) I found the error! Gradle was set to offline mode and now it compiles well! Thank you @warjort and @diesieben07 for helping me. About the json files: My data generator is having an issue but I dont want to talk about that. Edited August 10, 2022 by MammalTheBest4 About the json files Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.