jusipat / astikor-carts-redux

A Forge mod for Minecraft: Java Edition which adds carts for travel, shipping and farming - now for 1.20!
https://legacy.curseforge.com/minecraft/mc-mods/astikor-carts-redux
MIT License
0 stars 3 forks source link

AstikorCarts Redux

GitHub

AstikorCarts is a Minecraft mod which you can travel, transport goods, and plow fields with using horse drawn carts!

Maven

A maven artifact of this project can now be found on 'mvn.mennomax.de' - first, add the maven repository to your build.gradle:

// Do NOT paste this into the 'buildscript' block.
repositories {
    maven { url = 'https://mvn.mennomax.de' }
}

Then, add the artifact to your build.gradles dependencies:

dependencies {
    // compile 'de.mennomax:astikorcarts-<Minecraft-Version>:<AstikorCarts-Version>'
    // For Minecraft 1.15.2 and AstikorCarts 1.0.2, you would have to add:
    compile 'de.mennomax:astikorcarts-1.15.2:1.0.2'

}