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

Releases: TeamGalacticraft/GalacticraftAPI

v0.2.7-alpha

18 Jun 19:21
8567685
Compare
Choose a tag to compare

Changelog:

  • Change the sun's parent body to null to prevent infinite loops
repositories {
    maven { url 'https://cdn.hrzn.studio/maven' }
}

dependencies {
    modImplementation("com.hrznstudio:GalacticraftAPI:0.2.7-alpha+1.16-pre8")
    include "com.hrznstudio:GalacticraftAPI:0.2.7-alpha+1.16-pre8"
}

v0.2.6-alpha

18 Jun 00:36
bbf6e80
Compare
Choose a tag to compare

Changelog:

  • Update to Minecraft 1.16-pre8
repositories {
    maven { url 'https://cdn.hrzn.studio/maven' }
}

dependencies {
    modImplementation("com.hrznstudio:GalacticraftAPI:0.2.6-alpha+1.16-pre8")
    include "com.hrznstudio:GalacticraftAPI:0.2.6-alpha+1.16-pre8"
}

v0.2.5-alpha

13 Jun 05:57
Compare
Choose a tag to compare

Changelog:

  • Change CelestialBodyType from using DimensionType to RegistryKey
  • Update to Minecraft 1.16-pre5
repositories {
    maven { url 'https://cdn.hrzn.studio/maven' }
}

dependencies {
    modImplementation("com.hrznstudio:GalacticraftAPI:0.2.5-alpha+1.16-pre5")
    include "com.hrznstudio:GalacticraftAPI:0.2.5-alpha+1.16-pre5"
}

v0.2.4-alpha

12 Jun 23:20
Compare
Choose a tag to compare

Changelog:

  • Fix registry crash
repositories {
    maven { url 'https://cdn.hrzn.studio/maven' }
}

dependencies {
    modImplementation("com.hrznstudio:GalacticraftAPI:0.2.4-alpha+1.16-pre4")
    include "com.hrznstudio:GalacticraftAPI:0.2.4-alpha+1.16-pre4"
}

v0.2.3-alpha

12 Jun 08:16
Compare
Choose a tag to compare

Changelog:

  • Fix issues with mixin remapping
  • Updated to mc 1.16-pre4
repositories {
    maven { url 'https://cdn.hrzn.studio/maven' }
}

dependencies {
    modImplementation("com.hrznstudio:GalacticraftAPI:0.2.3-alpha+1.16-pre4")
    include "com.hrznstudio:GalacticraftAPI:0.2.3-alpha+1.16-pre4"
}

v0.2.2-alpha

11 Jun 10:27
Compare
Choose a tag to compare

Something broke when publishing 0.2.1-alpha that prevented the actual api from getting compiled. :/

v0.2.1-alpha

11 Jun 09:55
Compare
Choose a tag to compare

Changelog:

  • Updated to Minecraft 1.16-pre3 (1.16 Pre Release 3)
repositories {
    maven { url 'https://cdn.hrzn.studio/maven' }
}

dependencies {
    modImplementation("com.hrznstudio:GalacticraftAPI:0.2.1-alpha+1.16-pre3")
    include "com.hrznstudio:GalacticraftAPI:0.2.1-alpha+1.16-pre3"
}

v0.2-alpha

10 Jun 02:17
Compare
Choose a tag to compare

Changelog:

  • Changed to using Fabric events for registry (see readme for usage guide)
  • Updated to Minecraft 1.16-rc.2 (1.16 Pre Release 2)
repositories {
    maven { url 'https://cdn.hrzn.studio/maven' }
}

dependencies {
    modImplementation("com.hrznstudio:GalacticraftAPI:0.2-alpha+1.16-pre2")
    include "com.hrznstudio:GalacticraftAPI:0.2-alpha+1.16-pre2"
}

v0.1.8-alpha

15 May 00:12
38dc703
Compare
Choose a tag to compare

Changelog:

  • Updated to 20w20b
repositories {
    maven { url 'https://cdn.hrzn.studio/maven' }
}

dependencies {
    modImplementation("com.hrznstudio:GalacticraftAPI:0.1.8-alpha+{MC_VERSION}")
    include "com.hrznstudio:GalacticraftAPI:0.1.8-alpha+{MC_VERSION}"
}

Supported MC versions: 20w20b

v0.1.7-alpha

18 Apr 22:11
Compare
Choose a tag to compare

Changelog:

  • Dropped support for 1.14 and 1.15
  • Updated to 20w16a
  • Removed deprecated rocket api
repositories {
    maven { url 'https://cdn.hrzn.studio/maven' }
}

dependencies {
    modImplementation("com.hrznstudio:GalacticraftAPI:0.1.7-alpha+{MC_VERSION}")
    include "com.hrznstudio:GalacticraftAPI:0.1.7-alpha+{MC_VERSION}"
}

Supported MC versions: 20w16a