Susakushi Posted April 1, 2024 Posted April 1, 2024 I make a mod addon for Iron Spells mod. I exported the mod from Intelij and created the jar file, but when I add the mod and the dependencies on mods folder, Minecraft simply start the laucher and close. There is no crash log, it just stops working and appears "exit code 1". But if I start Minecraft by running it on Intelij it opens normally, In this link I put my most recent log https://mclo.gs/x7Snsm1 . If anyone has been through this and can help me I would really appreciate it. ❤️ Quote
perromercenary00 Posted April 1, 2024 Posted April 1, 2024 the log says your "is missing mods.toml file" check your toml file on "/src/main/resources/META-INF/mods.toml" Quote
Susakushi Posted April 2, 2024 Author Posted April 2, 2024 Yes, the file is exactly in that path, this is the config I have inside it https://mclo.gs/p77s5Vo Quote
Susakushi Posted April 3, 2024 Author Posted April 3, 2024 Exception in thread "main" java.lang.module.ResolutionException: Module JarJarMetadata reads more than one module named cpw.mods.securejarhandler at java.base/java.lang.module.Resolver.resolveFail(Resolver.java:901) at java.base/java.lang.module.Resolver.checkExportSuppliers(Resolver.java:722) at java.base/java.lang.module.Resolver.finish(Resolver.java:380) at java.base/java.lang.module.Configuration.<init>(Configuration.java:140) at java.base/java.lang.module.Configuration.resolveAndBind(Configuration.java:494) at java.base/java.lang.module.Configuration.resolveAndBind(Configuration.java:298) at [email protected]/cpw.mods.bootstraplauncher.BootstrapLauncher.main(BootstrapLauncher.java:129) this is causing the exit 1 in my mod. Does anyone know how I can solve this problem? Quote
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.