ModInfo.json

In order for Some Clicker 2 to see your mod, You need to give it some info in the form of a JSON File.

The format is very simple, containing only two keys:

{
    "name": "Tutorial Mod",
    "mainClass": "imdaveead.tutorialmod.TutorialMod"
}

name is the name of your mod.
mainClass points to the class that extends Mod.

This file should be placed in the root folder of your mod's JAR export named ModInfo.json.