This repository was archived by the owner on Jul 18, 2023. It is now read-only.
Releases: TeamGalacticraft/GalacticraftAPI
Releases · TeamGalacticraft/GalacticraftAPI
v0.2.7-alpha
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
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
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
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
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
Something broke when publishing 0.2.1-alpha
that prevented the actual api from getting compiled. :/
v0.2.1-alpha
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
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
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
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