Bassebombecraft

Bassebombecraft

18.5k Downloads

1.14.3 build fails with error: cannot find symbol import net.minecraftforge.fml.common.Mod.Instance

Closed this issue ยท 1 comments

commented
BassebombeCraft.java:45: error: cannot find symbol
import net.minecraftforge.fml.common.Mod.Instance;
commented

Solution is to remove annotation from instance variable.
But to retain instance variable and initialize it in the constructor.

Closed with commit 47259f1.