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

Releases: TeamGalacticraft/GalacticraftAPI

v0.1.6-alpha

21 Feb 02:12

Choose a tag to compare

Changelog:

  • Fixed crash when loading worlds.
  • Updated authors in Fabric mod meta.
repositories {
    maven { url 'https://cdn.hrzn.studio/maven' }
}

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

Supported MC versions: 1.14.4, 1.15.2

v0.1.5-alpha

08 Feb 02:26

Choose a tag to compare

Changelog:

  • Added Teams + Client <-> Server Sync.
  • Added separate initializer method for compatibility even if Galacticraft isn't running.
repositories {
    maven { url 'https://cdn.hrzn.studio/maven' }
}

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

Supported MC versions: 1.14.4, 1.15.2

v0.1.4-alpha

20 Jan 07:20

Choose a tag to compare

Changelog:

  • Added Gravity modifier mixin.
  • Added Atmospheric Gas only allows one register of each type, returns previously registered gas of the same type.
  • Added AtmosphericGas.getSymbolForDisplay that changes numbers to subscript Unicode characters.
repositories {
    maven { url 'https://cdn.hrzn.studio/maven' }
}

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

Supported MC versions: 1.14.4, 1.15.1

v0.1.3-alpha

12 Jan 00:02

Choose a tag to compare

Bug fixes.

Fix #1
Fix #2
Fix #3
Fix #4

repositories {
    maven { url 'https://cdn.hrzn.studio/maven' }
}

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

Supported Minecraft versions: 1.14.4, 1.15.1.

Note: Intended for compatibility rather than direct addon development.

v0.1.2-alpha

11 Jan 01:23

Choose a tag to compare

First semi-stable release of the Addon API.

repositories {
    maven { url 'https://cdn.hrzn.studio/maven' }
}

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

Currently supported Minecraft versions: 1.14.4, 1.15.1.

0.1.1-alpha

11 Jan 00:54

Choose a tag to compare

:bookmark: Bump version

0.1.0-alpha

11 Jan 00:40

Choose a tag to compare

:green_heart: Fix publish action again again