KiriKaz / Ad-Astra

Ad Astra is a Minecraft space tech and exploration mod!

Home Page:https://modrinth.com/mod/ad-astra

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Ad Astra

To add this library to your project, do the following:

Kotlin DSL:

repositories {
    maven(url = "https://maven.teamresourceful.com/repository/maven-public/")
}

dependencies {
    "modImplementation"(group = "earth.terrarium.adastra", name = "adastra-$modLoader-$minecraftVersion", version = adAstraVersion)
}

Groovy DSL:

repositories {
    maven {
        url "https://maven.teamresourceful.com/repository/maven-public/"
    }
}

dependencies {
    "modImplementation" group: "earth.terrarium.adastra", name: "adastra-$modLoader-$minecraftVersion", version: adAstraVersion
}

About

Ad Astra is a Minecraft space tech and exploration mod!

https://modrinth.com/mod/ad-astra

License:Other


Languages

Language:Java 100.0%