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
Rarely when restarting the game instance without fully closing it first, the API is not in the compile classpath which mainly causes entrypoint annotations to fail with
> Task :1.20.6:compileJava
...
error: package io.shcm.shsupercm.fabric.fletchingtable.api does not exist
import io.shcm.shsupercm.fabric.fletchingtable.api.Entrypoint;
^
...
error: cannot find symbol
@Entrypoint(Entrypoint.CLIENT) public static void registerAssetsReload() {
^
symbol: variable Entrypoint
...
> Task :1.20.6:compileJava FAILED
The text was updated successfully, but these errors were encountered:
Rarely when restarting the game instance without fully closing it first, the API is not in the compile classpath which mainly causes entrypoint annotations to fail with
The text was updated successfully, but these errors were encountered: