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

Releases: TeamGalacticraft/GalacticraftEnergy

Galacticraft Energy 0.3.0

16 Sep 03:16
06acf6d
Compare
Choose a tag to compare
  • Fixes WTHIT/HWYLA compatibility
  • Fixes TR compatibility
  • Internal refactoring
repositories {
    maven {
        url "https://maven.galacticraft.dev/"
        content {
            includeGroup("dev.galacticraft")
        }
    }
}

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

Galacticraft Energy 0.2.1

06 Jun 01:24
bd1f16d
Compare
Choose a tag to compare
repositories {
    maven {
        url "https://maven.galacticraft.dev/"
        content {
            includeGroup("dev.galacticraft")
        }
    }
}

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

Code is identical to 0.2.0 - fixes a publishing error.

Galacticraft Energy 0.2.0

05 Jun 17:16
456e8a5
Compare
Choose a tag to compare
repositories {
    maven {
        url "https://maven.galacticraft.dev"
        content {
            includeGroup("dev.galacticraft")
        }
    }
}

dependencies {
    include modImplementation("dev.galacticraft:GalacticraftEnergy:${VERSION}")
}
  • chore: change mod id to galacticraftenergy
  • chore: internal refactor of things
  • chore: make Constants singular
  • chore: rename methods to match LBA
  • chore: add default methods to match LBA
  • chore: bump version to 0.2.0

tryInsert and tryExtract renamed to attemptInsertion and attemptExtraction to match LBA.

asPureExtractable and asPureInsertable renamed to getPureExtractable and getPureInsertable to match LBA.

Implemented asPureExtractable and asPureInsertable in the pure extractable/insertable anonymous classes so that if we already know something is pure, we don't bother to create another object.

Created default method couldExtractAnything in EnergyExtractable to match LBA.
Created default method wouldAccept in EnergyInserable to match LBA.

Galacticraft Energy 0.1.3

10 Apr 20:57
a3e6777
Compare
Choose a tag to compare

Changelog:

  • fix: TR energy compatibility stack overflow
  • feat: WAILA Integration
repositories {
    maven {
        url "https://cdn.hrzn.studio/maven/"
        contents {
            includeGroup "com.hrznstudio"
        }
    }
}

dependencies {
    include modImplementation("com.hrznstudio:Galacticraft-Energy:0.1.3")
}

Galacticraft Energy 0.1.2

28 Feb 15:54
16b5282
Compare
Choose a tag to compare

Changelog:

  • fix: capacitor listeners are now invoked
repositories {
    maven {
        url "https://cdn.hrzn.studio/maven/"
        contents {
            includeGroup "com.hrznstudio"
        }
    }
}

dependencies {
    include modImplementation("com.hrznstudio:Galacticraft-Energy:0.1.2")
}

Galacticraft Energy 0.1.1

26 Feb 02:15
1d95d1c
Compare
Choose a tag to compare

Changelog:

  • fix: TR compatibility no longer infinitely loops
  • fix: TR compatibility now respects block faces
repositories {
    maven {
        url "https://cdn.hrzn.studio/maven/"
        contents {
            includeGroup "com.hrznstudio"
        }
    }
}

dependencies {
    include modImplementation("com.hrznstudio:Galacticraft-Energy:0.1.1")
}

Galacticraft Energy 0.1.0

21 Feb 00:44
44b5872
Compare
Choose a tag to compare

Changelog:

  • Initial release
repositories {
    maven {
        url "https://cdn.hrzn.studio/maven/"
        contents {
            includeGroup "com.hrznstudio"
        }
    }
}

dependencies {
    include modImplementation("com.hrznstudio:Galacticraft-Energy:0.1.0")
}