Skip to content

MineLittlePony/BigPony

Repository files navigation

Big Pony

Current Version Build Status Downloads Discord Server License

Big Pony is a companion mod for MineLittlePony (though is not required). It allows you to customize the way you appear in the world, including model scaling and camera position. It is the spiritual successor to FillyCam by Hepolite.

Multiplayer Support

Server admins have the ability to enable or disable various parts of this mod that may be considered "cheaty". Things like camera position and hitbox are opt-in, and will require the server to have this mod installed to allow.

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
  1. After some time, the built mod will be in /build/libs.

Installation

Fabric (And FabricAPI) are required. Please refer to their installation instructions here and come back once you have Fabric functioning.

Once you have fabric installed, simply download the BigPony-version.jar for your particular version from the releases page and place it into your mods folder next to the fabric-api.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:BigPony:<version>

Check releases for the most recent release version or the gradle.properties for most recent snapshot version.