Skip to content
Snippets Groups Projects
Commit ee0155f0 authored by Miniontoby's avatar Miniontoby :writing_hand_tone1:
Browse files

Added init

parent 01bf845b
No related branches found
No related tags found
No related merge requests found
......@@ -23,4 +23,11 @@ public class MindustrIRC extends Mod {
public void loadContent(){
Log.info("Loading some example content.");
}
@Override
public void init(){
if(Vars.headless){
Log.info("Mod loaded");
}
}
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment