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

Releases: TeamGalacticraft/GalacticraftAPI

v0.4.0-prealpha9

16 Jul 17:20
7c983df

Choose a tag to compare

v0.4.0-prealpha9 Pre-release
Pre-release
  • Adds """documentation"""
  • Cleans up satellite code
  • Adds more registry helpers
  • Removes non-dynamic-registry helpers
repositories {
    maven {
        url "https://maven.galacticraft.dev"
        contents {
            includeGroup "dev.galacticraft"
        }
    }
}

dependencies {
    include modImplementation("dev.galacticraft:GalacticraftAPI:0.4.0-prealpha9+1.17.1")
}

v0.4.0-prealpha10

16 Jul 17:38
da49ed7

Choose a tag to compare

v0.4.0-prealpha10 Pre-release
Pre-release
  • Fixes a crash
repositories {
    maven {
        url "https://maven.galacticraft.dev"
        contents {
            includeGroup "dev.galacticraft"
        }
    }
}

dependencies {
    include modImplementation("dev.galacticraft:GalacticraftAPI:0.4.0-prealpha10+1.17.1")
}

v0.4.0-prealpha.11

16 Jul 20:26
b318713

Choose a tag to compare

v0.4.0-prealpha.11 Pre-release
Pre-release
  • Replaces RocketPart getter/setter methods with variants that use Identifiers for parts instead
    • This fixes a bunch of datapack/DRM bugs
repositories {
    maven {
        url "https://maven.galacticraft.dev"
        contents {
            includeGroup "dev.galacticraft"
        }
    }
}

dependencies {
    include modImplementation("dev.galacticraft:GalacticraftAPI:0.4.0-prealpha.11+1.17.1")
}

v0.4.0-prealpha8

15 Jul 00:24
cdfd2dc

Choose a tag to compare

v0.4.0-prealpha8 Pre-release
Pre-release
  • Fixes the gui rendering of BakedModelRocketPartRenderer
repositories {
    maven {
        url "https://maven.galacticraft.dev"
        contents {
            includeGroup "dev.galacticraft"
        }
    }
}

dependencies {
    include modImplementation("dev.galacticraft:GalacticraftAPI:0.4.0-prealpha8+1.17.1")
}

v0.4.0-prealpha7

20 Jun 17:33
620e8a5

Choose a tag to compare

v0.4.0-prealpha7 Pre-release
Pre-release
  • world time is now passed as a long
  • added phase_shift to orbital position config
repositories {
    maven {
        url "https://maven.galacticraft.dev"
        contents {
            includeGroup "dev.galacticraft"
        }
    }
}

dependencies {
    include modImplementation("dev.galacticraft:GalacticraftAPI:0.4.0-prealpha7+1.17")
}

v0.4.0-prealpha6

19 Jun 03:01
ddee8ba

Choose a tag to compare

v0.4.0-prealpha6 Pre-release
Pre-release
  • Satellite recipes now use Ingredients rather than ItemStacks (allows for tags)
  • Move client classes into client folders
  • Reference fewer internal classes in api
repositories {
    maven {
        url "https://maven.galacticraft.dev"
        contents { includeGroup "dev.galacticraft" }
    }
}

dependencies {
    include modImplementation("dev.galacticraft:GalacticraftAPI:0.4.0-prealpha6+1.17")
}

v0.4.0-prealpha5

13 Jun 16:32
bfe7da2

Choose a tag to compare

v0.4.0-prealpha5 Pre-release
Pre-release
  • Scale U/V values to texture
repositories {
    maven {
        url "https://maven.galacticraft.dev"
        contents { includeGroup "dev.galacticraft" }
    }
}

dependencies {
    include modImplementation("dev.galacticraft:GalacticraftAPI:0.4.0-prealpha5+1.17")
}

v0.4.0-prealpha4

13 Jun 06:41
cc0fb4f

Choose a tag to compare

v0.4.0-prealpha4 Pre-release
Pre-release
  • change scale parameter to size
  • bind shaders in icon display type
  • provide shader consumer to force isometric-ness for displays
  • fix texture locations for builtin celestial bodies
repositories {
    maven {
        url "https://maven.galacticraft.dev"
        contents { includeGroup "dev.galacticraft" }
    }
}

dependencies {
    include modImplementation("dev.galacticraft:GalacticraftAPI:0.4.0-prealpha4+1.17")
}

v0.4.0-prealpha3

09 Jun 01:44
f425330

Choose a tag to compare

v0.4.0-prealpha3 Pre-release
Pre-release
  • add convenience methods to CelestialDisplay
  • add scale parameter to CelestialDisplayType
  • get the proper axis from CelestialPosition
  • adds circle radius method in CelestialPositionType
repositories {
    maven {
        url "https://maven.galacticraft.dev"
        contents { includeGroup "dev.galacticraft" }
    }
}

dependencies {
    include modImplementation("dev.galacticraft:GalacticraftAPI:0.4.0-prealpha3+1.17")
}

0.4.0-prealpha2

08 Jun 23:29
1375459

Choose a tag to compare

0.4.0-prealpha2 Pre-release
Pre-release
  • Update to Minecraft 1.17
  • Add breathable method to AtmosphericInfo as that is like the only use of it right now
  • fromTag -> fromNbt to match yarn
  • Drop get/set prefix on a few methods
repositories {
    maven {
        url "https://maven.galacticraft.dev"
        contents { includeGroup "dev.galacticraft" }
    }
}

dependencies {
    include modImplementation("dev.galacticraft:GalacticraftAPI:0.4.0-prealpha2+1.17")
}