This repository was archived by the owner on Jul 18, 2023. It is now read-only.
Releases: TeamGalacticraft/GalacticraftAPI
Releases · TeamGalacticraft/GalacticraftAPI
0.4.0-prealpha1
- Update to Minecraft 1.17
- Rewrite of
CelestialBodysystem - Registered objects no longer have IDs attached to them - use registries instead!
- Satellite system rewritten
- Internal code and implementations of the api moved out of the
apifolder - Rewrite of rocket part system
- New planet access system - can be weight based or... anything really
- Atmospheric Info now holds gas ids rather than gas objects
- Teams are gone 🦀
- They will return soonTM
repositories {
maven {
url "https://maven.galacticraft.dev"
contents { includeGroup "dev.galacticraft" }
}
}
dependencies {
include modImplementation("dev.galacticraft:GalacticraftAPI:0.4.0-prealpha1+1.17-rc1")
}v0.3.1-alpha
This release changes our maven to https://maven.galacticraft.dev/, the groupId to dev.galacticraft and the package to dev.galacticraft.api.
repositories {
maven {
url "https://maven.galacticraft.dev"
contents { includeGroup "dev.galacticraft" }
}
}
dependencies {
include modImplementation("dev.galacticraft:GalacticraftAPI:0.3.1-alpha+1.16.5")
}v0.3.0-alpha
repositories {
maven {
url "https://cdn.hrzn.studio/maven/"
contents {
includeGroup "com.hrznstudio"
}
}
}
dependencies {
include modImplementation("com.hrznstudio:GalacticraftAPI:0.3.0-alpha+1.16.5")
}
v0.2.14-alpha
chore: change version
v0.2.13-alpha
Changelog:
- fix: actually run registry callbacks on the physical client
repositories {
maven {
url "https://cdn.hrzn.studio/maven/"
contents {
includeGroup "com.hrznstudio"
}
}
}
dependencies {
include modImplementation("com.hrznstudio:GalacticraftAPI:0.2.13-alpha+1.16.3")
}
v0.2.12-alpha
Changelog:
- chore: add more orbit info to CelestialBodyDisplayInfo
repositories {
maven { url 'https://cdn.hrzn.studio/maven' }
}
dependencies {
modImplementation("com.hrznstudio:GalacticraftAPI:0.2.12-alpha+1.16.3")
include "com.hrznstudio:GalacticraftAPI:0.2.12-alpha+1.16.3"
}
v0.2.11-alpha
Changelog:
- Updated to Minecraft 1.16.3
- fix: crash caused by mixin wrongfully marked as server side
- fix: Fixed addons being unable to register anything due to event timing.
- chore: add more data to CelestialBodyDisplayInfo
repositories {
maven { url 'https://cdn.hrzn.studio/maven' }
}
dependencies {
modImplementation("com.hrznstudio:GalacticraftAPI:0.2.11-alpha+1.16.3")
include "com.hrznstudio:GalacticraftAPI:0.2.11-alpha+1.16.3"
}
v0.2.10-alpha
Changelog:
- Updated to Minecraft 1.16.2
repositories {
maven { url 'https://cdn.hrzn.studio/maven' }
}
dependencies {
modImplementation("com.hrznstudio:GalacticraftAPI:0.2.10-alpha+1.16.2")
include "com.hrznstudio:GalacticraftAPI:0.2.10-alpha+1.16.2"
}
v0.2.9-alpha
Changelog:
- Fix: A crash when fall damage is applied on dimensions without an attached celestial body
- Feat: Make gravity affect particles
repositories {
maven { url 'https://cdn.hrzn.studio/maven' }
}
dependencies {
modImplementation("com.hrznstudio:GalacticraftAPI:0.2.9-alpha+1.16.1")
include "com.hrznstudio:GalacticraftAPI:0.2.9-alpha+1.16.1"
}
v0.2.8-alpha
Changelog:
- Fix fall damage on dimensions with non-standard gravity
- Update to Minecraft 1.16.1
repositories {
maven { url 'https://cdn.hrzn.studio/maven' }
}
dependencies {
modImplementation("com.hrznstudio:GalacticraftAPI:0.2.8-alpha+1.16.1")
include "com.hrznstudio:GalacticraftAPI:0.2.8-alpha+1.16.1"
}