Bassebombecraft

Bassebombecraft

18.5k Downloads

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

Closed this issue ยท 2 comments

commented

BassebombeCraft.java:43: error: cannot find symbol
import net.minecraftforge.fml.common.Mod.EventHandler;

commented

Solution is to introduce usage of listener methods (setup and doclientStuff) for initialization.

commented

Closed with commit d4150de.