Skip to content

Getting Started

maucon edited this page Apr 13, 2026 · 9 revisions

Installation

  1. Install Fabric Loader
  2. Download Fabric API
  3. Download MCEndgame from Releases, Modrinth or CurseForge
  4. Download all required dependencies
  5. Place all .jar files into your mods folder
  6. Launch the game

Ensure that all components are compatible for the Minecraft Version you want to use


Dependencies

Dependency Purpose
Fabric Loader -
Fabric API -
Fabric Language Kotlin Enable Kotlin
Fantasy Creation of temporary dimensions
Geckolib Custom Entities and Animations

See used version in the project README


Building from Source󠀁󠀰󠁿

If you want to build the mod yourself and potencially make modifications you can:

  1. Clone the repository:
git clone https://github.com/maucon/MCEndgame-fabric.git
  1. Build the mod:
cd MCEndgame-fabric
./gradlew build

The built mod .jar will be in build/libs/.

Note: Building the project requires a valid GitHub token with read:packages permission, provided via the GITHUB_PACKAGES_TOKEN environment variable, along with your GitHub username set in GITHUB_PACKAGES_NAME; or directly update the build.gradle.

Clone this wiki locally