Tags
Creators
Details
v0.52.0+neoforge-1.21.1
Compatibility
Changes
0.52.0
New Discord supporter name
Another community member from the Discord joins the name pool, in five forms: sstasske, Staske, Stas, Stanislav, and Stanislav The Russian.
0.51.0
Supporter name spelling fix: TJYongHeng
Corrected a Discord supporter's name in the community name pool — TJYoungHeng is now spelled TJYongHeng. Generated names that credit them (forged by, mob names, weapon titles) now get it right.
- discord_people pool: TJYoungHeng renamed to TJYongHeng
0.50.0
Testificate joins the Minecraft lore names
Added "Testificate" to the Minecraft lore name pool — the name Notch accidentally left on villagers in the Beta 1.9 pre-releases. It can now show up anywhere the mc_lore pool feeds in: mob names, "forged by", weapon titles and more.
- New mc_lore entry: Testificate
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:9zHe3lkK:l1CNqiqZ"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:9zHe3lkK:l1CNqiqZ"
}

