Skip to content

Installation

Aldur13 edited this page Jun 25, 2026 · 1 revision

Installation

Requirements

Requirement Version
Minecraft Java Edition 26.2
Fabric Loader 0.19.3 or newer
Fabric API 0.152.2+26.2 or newer
Java 25 or newer

Steps

  1. Install Fabric Loader for Minecraft 26.2 from fabricmc.net

  2. Download Blood Magic — grab bloodmagic-0.1.0.jar from the Releases page

  3. Download Fabric API from Modrinth or CurseForge — make sure it matches version 26.2

  4. Place both .jar files into your .minecraft/mods/ folder:

    • Windows: %appdata%\.minecraft\mods\
    • macOS: ~/Library/Application Support/minecraft/mods/
    • Linux: ~/.minecraft/mods/
  5. Launch Minecraft using the Fabric profile in the launcher


Verifying the Install

When the game loads, check the bottom-left of the main menu — it should say "Minecraft 26.2 (Modded)". Load any world and press B — the Blood Magic menu should appear.


Building from Source

git clone https://github.com/Aldur13/Blood-magic.git
cd Blood-magic
./gradlew build

The compiled jar will be at build/libs/bloodmagic-0.1.0.jar.

Clone this wiki locally