Hemomancy
ModCC-BY-4.0

Hemomancy

Blood Magic reimagined for new adventures

86
Downloads
7
Followers
2 months ago
Updated
📦
5
Versions

📖About Hemomancy

What this

Hemomancy is a large-scale and cinematic reimagining of the legendary Blood Magic mod, author WayOfTime, ported to modern versions of Minecraft. This is not just an update, but a full-fledged rebirth of the iconic fashion, reinterpreted and significantly expanded by the author easynull.

Plunge into the dark world of hematomancy, the magic of blood, where strength is measured at a sacrificial price, and power is gained through risk and austerity. Explore a complex and deep system of rituals, alchemy, and the creation of magical artifacts that has become a benchmark for an entire generation of mods.

Downloads

The mod can be installed both on the CurseForge page and on the Modrinth page

To use this mod, you need to download the author's API - NullCore

Features

- A redesign and update of the Blood Orbs you might be used to seeing here. They contain sparks of memories.

Blood Orbs

- Redesign and update of the Slate collection, our new name is Glyphs.

Glyphs

- Sigils have been redesigned with all possible compatibility and balance. Experience their potential anew!

Sigils

- A new and important element of the Hemomancy mod: Crimson Steel. Infuse metal with crimson blood!

Crimson Steel

Licensing

The license uses the terms of the Blood Magic licenses(CC-BY-4.0) and is fully obligated to comply with them.

For developers

To connect your project's dependency to Hemomancy you need to write this code in your build.gradle

repositories {
  //from Modrinth:
  maven {
       name = "Modrinth"
       url = "https://api.modrinth.com/maven"
   }
  //from CurseForge:
  maven { url "https://cursemaven.com"}
}

dependencies {
  //from Modrinth:
  implementation "maven.modrinth:hemomancy:${hemomancy_version}"
  //from CurseForge:
  implementation "curse.maven:hemomancy-1340370:${hemomancy_file_id}"
}