diff --git a/README.md b/README.md index 3d4a4dfd..a4a304b7 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,9 @@ # Mine Little Pony [![Build Status](https://travis-ci.org/MineLittlePony/MineLittlePony.svg?branch=master)](https://travis-ci.org/MineLittlePony/MineLittlePony) +![Downloads](https://img.shields.io/github/downloads/MineLittlePony/MineLittlePony/total.svg?color=yellowgreen) +[![Discord Server](https://img.shields.io/discord/182490536119107584.svg?color=blueviolet)](https://discord.gg/HbJSFyu) +![](https://img.shields.io/badge/api-fabric-orange.svg) Turns players and mobs into ponies. @@ -17,3 +20,16 @@ gradlew build ``` 3. After some time, the built mod will be in `/build/libs`. + +## Installation (Users): + +Starting in 1.13 Mine Little Pony uses _Fabric_ for it's modding APIs. Refer to their installation instructions here + +Once you have fabric installed, simply download the -version.jar below and place it in your mods folder. +**Remember to use the fabric launcher profile when starting the game!** + + +## Installation (Modders): + +Maven: `http://repo.minelittlepony-mod.com/maven/snapshot` +Dependency: `com.minelittlepony:MineLittlePony:1.14.2-3.+`