You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Architectury Loom is up-to-data with #258 already merged.
Now setting up data generation for NeoForge using clientData() generates the following error:
Exception in thread "main" java.lang.module.ResolutionException: Module neoforge contains package net.neoforged.neoforge.internal.versions.neoform, module neoforge._21._4._86.beta.minecraft.merged.a422b5828a exports package net.neoforged.neoforge.internal.versions.neoform to neoforge
at java.base/java.lang.module.Resolver.resolveFail(Resolver.java:900)
at java.base/java.lang.module.Resolver.failTwoSuppliers(Resolver.java:806)
at java.base/java.lang.module.Resolver.checkExportSuppliers(Resolver.java:735)
at java.base/java.lang.module.Resolver.finish(Resolver.java:380)
at java.base/java.lang.module.Configuration.<init>(Configuration.java:139)
at java.base/java.lang.module.Configuration.resolveAndBind(Configuration.java:493)
at MC-BOOTSTRAP/[email protected]/cpw.mods.modlauncher.ModuleLayerHandler.buildLayer(ModuleLayerHandler.java:75)
at MC-BOOTSTRAP/[email protected]/cpw.mods.modlauncher.TransformationServicesHandler.buildTransformingClassLoader(TransformationServicesHandler.java:54)
at MC-BOOTSTRAP/[email protected]/cpw.mods.modlauncher.Launcher.run(Launcher.java:101)
at MC-BOOTSTRAP/[email protected]/cpw.mods.modlauncher.Launcher.main(Launcher.java:74)
at MC-BOOTSTRAP/[email protected]/cpw.mods.modlauncher.BootstrapLaunchConsumer.accept(BootstrapLaunchConsumer.java:26)
at MC-BOOTSTRAP/[email protected]/cpw.mods.modlauncher.BootstrapLaunchConsumer.accept(BootstrapLaunchConsumer.java:23)
at cpw.mods.bootstraplauncher.BootstrapLauncher.run(BootstrapLauncher.java:210)
at cpw.mods.bootstraplauncher.BootstrapLauncher.main(BootstrapLauncher.java:69)
at net.fabricmc.devlaunchinjector.Main.main(Main.java:86)
at dev.architectury.transformer.TransformerRuntime.main(TransformerRuntime.java:220)
Both modules and package mentioned in the error are different on almost every launch.
Architect Plugin: 3.4.161
Architectury Loom: 1.9.426
Minecraft: 1.21.4
NeoForge: 21.4.86-beta
Architectury Loom is up-to-data with #258 already merged.
Now setting up data generation for NeoForge using
clientData()
generates the following error:Both modules and package mentioned in the error are different on almost every launch.
The error was produced using Architectury Templates updated for Minecraft 1.21.4.
A repository containing the exact setup is available here: https://github.com/Fuzss/architectury-example-mod
The text was updated successfully, but these errors were encountered: