mirror of
https://github.com/MineLittlePony/MineLittlePony.git
synced 2024-11-21 20:18:01 +01:00
42 lines
2.2 KiB
Markdown
42 lines
2.2 KiB
Markdown
# Mine Little Pony
|
|
|
|
[![Current Version](https://img.shields.io/github/v/release/MineLittlePony/MineLittlePony)](https://github.com/MineLittlePony/MineLittlePony/releases/latest)
|
|
[![Build Status](https://github.com/MineLittlePony/MineLittlePony/actions/workflows/gradle-build.yml/badge.svg)](https://github.com/MineLittlePony/MineLittlePony/actions/workflows/gradle-build.yml)
|
|
![Downloads](https://img.shields.io/github/downloads/MineLittlePony/MineLittlePony/total.svg?color=yellowgreen)
|
|
[![Modrinth](https://img.shields.io/badge/dynamic/json?url=https%3A%2F%2Fapi.modrinth.com%2Fv2%2Fproject%2Fmine-little-pony%2Fversion&query=%24%5B0%5D.version_number&label=modrinth)](https://modrinth.com/mod/mine-little-pony)
|
|
[![Discord Server](https://img.shields.io/discord/182490536119107584.svg?color=blueviolet)](https://discord.gg/HbJSFyu)
|
|
![License](https://img.shields.io/github/license/MineLittlePony/MineLittlePony)
|
|
[![Crowdin](https://badges.crowdin.net/mine-little-pony/localized.svg)](https://crowdin.com/project/mine-little-pony)
|
|
![](https://img.shields.io/badge/api-fabric-orange.svg)
|
|
|
|
Turns players and mobs into ponies.
|
|
|
|
https://minelittlepony-mod.com
|
|
|
|
## Building
|
|
|
|
1. JDK 17 is required. Install it using https://adoptium.net/?variant=openjdk17&jvmVariant=hotspot
|
|
|
|
2. Open a terminal window in the same directory as the sources (git clone or extracted from zip). Run the following command (windows).
|
|
|
|
```
|
|
gradlew build
|
|
```
|
|
|
|
3. After some time, the built mod will be in `/build/libs`.
|
|
|
|
## Installation
|
|
|
|
Fabric (And FabricAPI) are required. Please refer to their installation instructions <a href="https://fabricmc.net">here</a> and come back once you have Fabric functioning.
|
|
|
|
Once you have fabric installed, simply download the MineLittlePony-version.jar for your particular version from [the releases page](https://github.com/MineLittlePony/MineLittlePony/releases) and place it into your mods folder next to the fabric-api jar and (optionally) the hdskins jar.
|
|
|
|
**Remember to use the fabric launcher profile when starting the game!**
|
|
|
|
## Maven
|
|
|
|
Stable Releases Channel: `https://repo.minelittlepony-mod.com/maven/release`
|
|
|
|
Unstable Snapshot Channel: `https://repo.minelittlepony-mod.com/maven/snapshot`
|
|
|
|
Dependency: `com.minelittlepony:minelittlepony:<version>`
|