Skip to content
This repository was archived by the owner on Jul 18, 2023. It is now read-only.

Releases: TeamGalacticraft/GalacticraftAPI

0.4.0-prealpha1

05 Jun 19:45
7f9e292

Choose a tag to compare

0.4.0-prealpha1 Pre-release
Pre-release
  • Update to Minecraft 1.17
  • Rewrite of CelestialBody system
  • 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 api folder
  • 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

14 Apr 03:19
f49c9d9

Choose a tag to compare

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

13 Apr 02:55

Choose a tag to compare

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

10 Nov 02:01
a2924f0

Choose a tag to compare

v0.2.14-alpha Pre-release
Pre-release
chore: change version

v0.2.13-alpha

14 Oct 04:53
8d26b62

Choose a tag to compare

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

14 Oct 02:48
6c027c5

Choose a tag to compare

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

12 Oct 23:53
7691406

Choose a tag to compare

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

27 Aug 18:31
902aa26

Choose a tag to compare

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

28 Jun 02:30

Choose a tag to compare

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

26 Jun 21:03
26a4e96

Choose a tag to compare

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