Skip to content

pie-flavor/mcmoji

Repository files navigation

MCMoji

This is the source repository for the MCMoji Sponge plugin. The releases and the plugin readme can be found on Ore.

The resource pack used by the plugin can be found in the pack folder. The pack is created using Twemoji.

Maven

MCMoji is hosted on Bintray JCenter. To depend on it, add the following to your build.gradle.kts:

repositories {
    jcenter()
}

dependencies {
    implementation("flavor.pie:mcmoji:1.2.0:all")
}

Building

To build MCMoji from source:

git clone 'https://github.com/pie-flavor/mcmoji.git'
cd mcmoji
.\gradlew build