Topic category: Help with Minecraft modding (Java Edition)
i'm making a mod in java 1.16.5, mcreator version 2021.3 and activating certain plugins makes mcreator refuse to run client because it can't find a folder in gradle caches.
Plugin: MoreAPIs / APIs Reborn (Geckolib and Patchouli enabled)
Console log below with failure:
FAILURE: Build failed with an exception.
* What went wrong:
Could not resolve all files for configuration ':runtimeClasspathCopy'.
> Could not find vazkii.patchouli:Patchouli:1.16.4-50_mapped_snapshot_20201028-1.16.3.
Searched in the following locations:
- file:/C:/Users/<myuser>/.mcreator/gradle/caches/forge_gradle/bundeled_repo/vazkii/patchouli/Patchouli/1.16.4-50_mapped_snapshot_20201028-1.16.3/Patchouli-1.16.4-50_mapped_snapshot_20201028-1.16.3.pom
- file:/C:/Users/<myuser>/.mcreator/gradle/caches/forge_gradle/bundeled_repo/vazkii/patchouli/Patchouli/1.16.4-50_mapped_snapshot_20201028-1.16.3/Patchouli-1.16.4-50_mapped_snapshot_20201028-1.16.3.jar
Required by:
project :
> Could not find software.bernie.geckolib:geckolib-forge-1.16.5:3.0.17_mapped_snapshot_20201028-1.16.3.
Searched in the following locations:
- file:/C:/Users/<myuser>/.mcreator/gradle/caches/forge_gradle/bundeled_repo/software/bernie/geckolib/geckolib-forge-1.16.5/3.0.17_mapped_snapshot_20201028-1.16.3/geckolib-forge-1.16.5-3.0.17_mapped_snapshot_20201028-1.16.3.pom
- file:/C:/Users/<myuser>/.mcreator/gradle/caches/forge_gradle/bundeled_repo/software/bernie/geckolib/geckolib-forge-1.16.5/3.0.17_mapped_snapshot_20201028-1.16.3/geckolib-forge-1.16.5-3.0.17_mapped_snapshot_20201028-1.16.3.jar
Required by:
project :
* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
* Get more help at https://help.gradle.org
BUILD FAILED in 8s
BUILD FAILED
Task completed in 10 seconds
Hello??
I am having the same problem did you manage to fix it ?
I've not managed to fix it.
did you manage to fix it?
It looks like it's plugin error, with that I'd go to plugin's creator.
the api links are wrong in the plugins files
@NerdyPuzzle where do i find the correct api links?