Open kaz-mighty opened 6 months ago
Not really a bug, more of how Gradle resolves dependencies.
If you see an error like
trying to load net.fabricmc.loader.impl.FabricLoaderImpl from target class loader
, it means you have two copies of Fabric Loader on your runtime classpath. Try adding{ exclude group: 'net.fabricmc', module: 'fabric-loader' }
after the affecting dependencies
(Also occurs in 1.19.2)
If you specify the dependencies as per the wiki, the following error will occur when running Minecraft Client in IntelliJ IDEA.
This doesn't seem to happen if I set the dependencies as below:
Or change modApi to modImplementation.
This did not happen with 1.18.1 + cloth-config v6.1.48 and 1.19.4 + 10.1.117.