You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
download the source(s) for the Cotton mods you need.
In each, run gradle publishToMavenLocal.
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.