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

v0.4.0-prealpha.14

Pre-release
Pre-release
Compare
Choose a tag to compare
@marcus8448 marcus8448 released this 23 Jul 21:07
· 53 commits to dev/0.4 since this release
2ac9344
  • Adds a chunk oxygen system
  • LivingEntity gear inventory system
  • Schematic + accessory items
repositories {
    maven {
        url "https://maven.galacticraft.dev"
        contents {
            includeGroup "dev.galacticraft"
        }
    }
}

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