Topic category: Help with Minecraft modding (Java Edition)
i left the console command down below i do not know anything about coding i searched the topic but couldn't find the same problem
> Task :compileJava
C:\Users\OEM\MCreatorWorkspaces\unity_mod\src\main\java\net\mcreator\unitymod\entity\AlfidiumGolemEntity.java:64: error: cannot find symbol private AnimationFactory factory = GeckoLibUtil.createFactory(this);
^
symbol: method createFactory(AlfidiumGolemEntity)
location: class GeckoLibUtil
C:\Users\OEM\MCreatorWorkspaces\unity_mod\src\main\java\net\mcreator\unitymod\entity\AlfidiumGolemEntity.java:212: error: incompatible types: EDefaultLoopTypes cannot be converted to Boolean event.getController().setAnimation(new AnimationBuilder().addAnimation("animation.gollem.walking", EDefaultLoopTypes.LOOP));
and 6 other like this i looked at the publishing guidelines but i didn't get the logs and errors one i hope i got it right because english isn't my native language
Different solutions:
1 -- Use Nerdy's GeckoLib
2 -- Go to the Workspace Settings and click external APIs and enable Geckolib
3 -- Make sure you used the plugin in blockbench
i am using it already and enabled it
If disabling and enabling the API doesn't fix it, that means another plugin is conflicting with the versions due to naming their API the same. Remove and plugins you have that add APIs and try reenabling geckolib again.
thanks i did it
The model element compileJava is having an error
Is their an easy way to fix it?