This repository was archived by the owner on Jul 18, 2023. It is now read-only.
  
  
  
  
Releases: TeamGalacticraft/GalacticraftAPI
Releases · TeamGalacticraft/GalacticraftAPI
v0.1.6-alpha
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
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
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
Bug fixes.
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
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
:bookmark: Bump version
0.1.0-alpha
:green_heart: Fix publish action again again