Modding Overview

Some Clicker 2 was designed so it could be modded. You can change almost any aspect of the game through a mod.

Important Information

You cannot use System.out for anything. All logging should be done through your Mod's Logger (Shown Later).

Prerequisites

You need to know how to program some "advanced" Java. Using an IDE Such as Eclipse, NetBeans, or Intellij Idea.

  1. Setting Up the Workspace
  2. The Mod Class
  3. ModInfo.json
  4. Sprites
  5. Shop
  6. States
  7. Building
  8. Installing