Jump to content

Susakushi

Members
  • Posts

    4
  • Joined

  • Last visited

Susakushi's Achievements

Tree Puncher

Tree Puncher (2/8)

0

Reputation

  1. Hi, I'm making a necklace that stores relics with Curios mod integration. Right-clicking on a diamond currently opens the GUI, but I don't know how to store the items within it. Can anyone help me with this? (minecraft 1.20.1) -> My mod Gith https://github.com/Susakushii/SusakushiMods
  2. 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?
  3. Yes, the file is exactly in that path, this is the config I have inside it https://mclo.gs/p77s5Vo
  4. 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. ❤️
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.