Skip to content
This repository was archived by the owner on Apr 15, 2022. It is now read-only.

Latest commit

 

History

History
21 lines (18 loc) · 1.09 KB

README.md

File metadata and controls

21 lines (18 loc) · 1.09 KB

Maven metadata URL Team Galacticraft Discord Issues GalacticraftDev Twitch

Galacticraft Energy

An energy API that utilizes LibBlockAttributes.

Installing

repositories {
    maven {
        url "https://maven.galacticraft.dev"
        content { includeGroup("dev.galacticraft") }
    }
}

dependencies {
    include modImplementation("dev.galacticraft:GalacticraftEnergy:${VERSION}")
}