Sunconure11 / astikor-carts

A Forge mod for Minecraft: Java Edition which adds carts for travel, shipping and farming.

Home Page:https://www.curseforge.com/minecraft/mc-mods/astikorcarts

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

AstikorCarts

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'
    
}

About

A Forge mod for Minecraft: Java Edition which adds carts for travel, shipping and farming.

https://www.curseforge.com/minecraft/mc-mods/astikorcarts

License:MIT License


Languages

Language:Java 100.0%