This repository was archived by the owner on Apr 15, 2022. It is now read-only.
Releases: TeamGalacticraft/GalacticraftEnergy
Releases · TeamGalacticraft/GalacticraftEnergy
Galacticraft Energy 0.3.0
- 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
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
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
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
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
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
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")
}