An extension for Ars Nouveau with diverse sources of inspiration. It features a great many glyphs, some new and some repacked from older Addons that slow to update (but will work with NEG and their versions will have priority, it's not a full replacement). Quite possibly too many of them, but still not enough of them.
Every push to this repository is built and published to the BlameJared maven, to use these builds in your project, simply add the following code in your build.gradle
repositories {
maven { url 'https://maven.blamejared.com' }
}
dependencies {
implementation ("com.alexthw.not_enough_glyphs:not_enough_glyphs-[MC_VERSION]:[VERSION]") {transitive=false}
}(remove the v)