-
Notifications
You must be signed in to change notification settings - Fork 2
Home
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.
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>"
}