promotional bannermobile promotional banner

Necronomicon API

A personal utility library, making development in both platforms easier.

Necronomicon

A utility API for my mods.

 

It features my own config system, along utilities for datagen, worldgen, registries, multi-loader development, and other misc stuff.

Feel free to use it in your projects, it has a bit of javadoc documentation.

 

Integrating using Modrinth Maven

 

maven {
    url "https://api.modrinth.com/maven"
}

Fabric

dependencies {
    modImplementation "maven.modrinth:necronomicon:${project.necronomicon_version}-fabric"
}

Forge

dependencies {
   implementation fg.deobf("maven.modrinth:necronomicon:${project.necronomicon_version}-forge")
}

The Necronomicon API Team

profile avatar
  • 1.3K
    Followers
  • 76
    Projects
  • 594.8M
    Downloads
Donate

More from ElocinDevView all