cmplstofB / Handcrafted

Turn your house into a home!

Home Page:https://modrinth.com/mod/handcrafted

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Handcrafted

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.handcrafted", name = "handcrafted-$modLoader-$minecraftVersion", version = handcraftedVersion)
}

Groovy DSL:

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

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

About

Turn your house into a home!

https://modrinth.com/mod/handcrafted

License:Other


Languages

Language:Java 100.0%