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.
- Host: GitHub
- URL: https://github.com/williambl/haema
- Owner: williambl
- License: mit
- Created: 2019-08-24T12:42:42.000Z (over 6 years ago)
- Default Branch: 1.19.3
- Last Pushed: 2024-04-30T15:53:42.000Z (about 2 years ago)
- Last Synced: 2024-04-30T17:00:53.240Z (about 2 years ago)
- Topics: fabric, hacktoberfest, minecraft, mod, vampire
- Language: Kotlin
- Homepage:
- Size: 2.39 MB
- Stars: 14
- Watchers: 3
- Forks: 16
- Open Issues: 35
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
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}")
}
```