All versions
4.6.1
Release
not_enough_glyphs-1.21.1-4.6.1last month 2,577
Compatibility
Minecraft: Java Edition
1.21–1.21.1
Platform
NeoForge
Supported environments
Client and server
Changes
Not Enough Glyphs 1.21.1 - 4.6.0
- Updated Sauce to 0.0.42 for Ars Nouveau 5.12+
- Migration of namespaces of book covers from ars nouveau namespace to not enough glyphs namespace, migration should be lossless but a backup is always advised.
Not Enough Glyphs 1.21.1 - 4.5.1
- Adds config for stuffed-crush damage boost and foodXplosion
- Adds an entity blacklist for ride
- Moved the "Random" filter to Ars Controle namespace and fully replicated its functionalities
Not Enough Glyphs 1.21.1 - 4.5.0
- Band-Aid to prevent world breaking from upgrading the spellbinder (which is unintended to be possible)
- Added Ride and Feed glyphs
- "Random" Filter
Not Enough Glyphs 1.21.1 - 4.4.0
- Renamed Book Threads into Book Covers.
- Spellbinders now open the Glyph Unlock Screen instead of being placed on the Scribing Table on interaction.
- Fixed missing lang for empty spellbinder.
- Renamed Reverse Direction into Redirect Placement to better reflect the functionality.
- Redirect Placement is now more consistent with Rotate, supporting Sensitive and Amplify to allow for more precise control over the redirection.
Supplementary resources
| File | Type | Size | |
|---|---|---|---|
| not_enough_glyphs-1.21.1-4.6.1-sources.jar | Unknown | 275.39 KiB |
Projects on Modrinth are automatically available through a Maven repository for use with JVM build tools such as Gradle. To learn more about the Modrinth Maven API, click here.
Note: When available, you should use the creator's maven repo instead as it will have transitive dependency information that the Modrinth Maven API does not. You may also end up with duplicate dependencies if you use a mix of Modrinth and non-Modrinth Maven repositories for your dependencies, because the group identifier will be different when served through the Modrinth Maven API.
Maven coordinates:
Version ID:
build.gradle:
repositories {
exclusiveContent {
forRepository {
maven {
name = "Modrinth"
url = "https://api.modrinth.com/maven"
}
}
// forRepositories(fg.repository) // Uncomment when using ForgeGradle
filter {
includeGroup "maven.modrinth"
}
}
}
// Standard Gradle dependency
dependencies {
implementation "maven.modrinth:WgAFDDv0:OItR2D7T"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:WgAFDDv0:OItR2D7T"
}

