1
[1.7.10] Java Modding
Why do I get a random error from this
@EventHandler
public void postInit(FMLPostInitializationEvent event) {
} <<<<--------- that right there is a error
I have the correct java version and i just finished making copper tools.
@EventHandler
public void postInit(FMLPostInitializationEvent event) {
} <<<<--------- that right there is a error
I have the correct java version and i just finished making copper tools.
1
Do you have the second } under that?
