AstikorCarts is a Minecraft mod which you can travel, transport goods, and plow fields with using horse drawn carts!
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'
}