Posted August 9, 20223 yr 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
August 10, 20223 yr Author 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, 20223 yr by MammalTheBest4
August 10, 20223 yr Author Sorry but I think I sent the wrong commit Here is the updated commit: https://github.com/frowcallaway/Better-Void-Forge
August 10, 20223 yr 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. 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.
August 10, 20223 yr Author 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, 20223 yr by MammalTheBest4 About the json files
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.