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

An energy API using LibBlockAttributes

License

MIT, MIT licenses found

Licenses found

MIT
LICENSE
MIT
LICENSE_HEADER.txt
Notifications You must be signed in to change notification settings

TeamGalacticraft/GalacticraftEnergy

Repository files navigation

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}")
}