Skip to content
Meredith Espinosa edited this page Jan 9, 2019 · 9 revisions

Welcome to the cotton wiki!

This is a wiki intended for mod developers that intend to use the cotton API in their mod. If you are a user make sure to check out our guide for players instead.

Setting up your dev environment

We're working on setting up a proper Maven. For now:

  1. download the source(s) for the Cotton mods you need.
  2. In each, run gradle publishToMavenLocal.
  3. Loom already depends on mavenLocal(), so just add the identifier for the version you just published locally.

Getting Started

We recommend that you start by looking at the Config Manager and the Mod Logger. Feel free to join our discord if you have any questions.

Clone this wiki locally