An open API service indexing awesome lists of open source software.

https://github.com/williambl/haema

🧛 Play as a vampire! A mod for fabric/quilt.
https://github.com/williambl/haema

fabric hacktoberfest minecraft mod vampire

Last synced: 4 months ago
JSON representation

🧛 Play as a vampire! A mod for fabric/quilt.

Awesome Lists containing this project

README

          

# Haema

Want to download Haema? It's here:

https://www.curseforge.com/minecraft/mc-mods/haema
https://modrinth.com/mod/haema

Please see CONTRIBUTING.md if you'd like to contribute :)

Want to build against Haema? Bring it in as a dependency like this:

```groovy
repositories {
maven {
name "Will BL Releases"
url "https://maven.willbl.dev/releases"
}
}

dependencies {
// use modImplementation instead if required
modApi ("com.williambl.haema:haema:${haema_version}")
}
```