-
Notifications
You must be signed in to change notification settings - Fork 2
Open
Labels
bugSomething isn't workingSomething isn't working
Description
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
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working