Started by
Suogame
on
Topic category: Help with MCreator software
I've tried to intall Geckolib so i've follow a tutotial.
I've put the plugin in the right foldre and it have been correctly load by MCreator (it's appear in the Manage plugins menu with the statut "loaded:yes")
But when i go in the Workspace Setting and in the "External APIs" section, Geckolib don't appear and can't be activated
Did you know how to fix this problem ?
Having the same problem :(
geckolib is for 2020.5
I think the real question was how to use the Settings for External APIs | Additional Required Mods field where you specify the dependency there. It says comma separated, but I have yet to find any example here showing what syntax to use and just adding the modid still causes the build to fail even in 2021.2.
I'm trying to something very similar by adding a required mod (using MCreator 2021.2), but just using the modid fails to load it and throws a NoSuchMethodError exception even though it found the correct class (and file) of the mod.
I can run single player mode with the mod and have no issues with it. Also tried manually adding dependency & requiredMods to the mcmod.info file without the Settings External API mod reference and see the same behavior. Seems something is missing and I'm not finding any documents with a good example of one working.