Skip to content
Meredith Espinosa edited this page May 29, 2019 · 4 revisions

Welcome to the cotton-energy wiki! Cotton Energy is library to make simple, extensible power system. It uses LibBlockAttributes to interact between blocks, items, or entities. This wiki documents some of the core characteristics of Cotton Energy and how to develop with it, along with notes on intended use of the API.

Importing

Cotton Energy is available on the Cotton repo. To import:

repositories {
maven { url = "http://server.bbkr.space:8081/artifactory/libs-snapshot" }
}
dependencies {
modCompile "io.github.cottonmc:cotton-energy:<version>"
}

Maven metadata URL

Clone this wiki locally