Necronomicon
A utility API for my mods.
It features 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 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")
}