/bluecraft-fabric-discordrpc

Bluecraft rpc

Primary LanguageJavaMIT LicenseMIT

Amitoj's Minecraft RPC

This is a simple Minecraft Fabric mod that shows what you're doing in game as a Discord Rich Presence

How To Install

Install Using Precompiled JARs

  • You can download the prebuilt jar from any of the Releases Above
  • Copy the JAR into your Minecraft Mods folder
  • Ensure Fabric-Api is in mods folder
  • Run the game using the Fabric Loader!

Compile it yourself from source

  • Install git and JDK 8+
  • git clone https://github.com/amitojsingh366/Amitojs-Minecraft-RPC-Fabric
  • cd Amitojs-Minecraft-RPC-Fabric
  • ./gradlew build or on windows gradlew build
  • Get the jar from build/libs with the name amitojs-minecraft-rpc-fabric-%VERSION%.jar
  • Copy The JAR to your Minecraft Mods folder
  • Ensure Fabric-Api is in mods folder
  • Run the game using the Fabric Loader!

License

Amitojs-Minecraft-RPC-Fabric is licensed under the MIT License.

Contributing

Find something that is lacking? Fork the project and pull request!