Support for jar mods on desktop
This commit is contained in:
@@ -15,6 +15,11 @@ public class Mod{
|
||||
|
||||
}
|
||||
|
||||
/** Called on clientside mods. Load content here. */
|
||||
public void loadContent(){
|
||||
|
||||
}
|
||||
|
||||
/** Register any commands to be used on the server side, e.g. from the console. */
|
||||
public void registerServerCommands(CommandHandler handler){
|
||||
|
||||
|
||||
Reference in New Issue
Block a user