Tags
Creators
Details
Licensed LGPL-3.0-only
Published 4 years ago
Updated 2 years ago
All versions
4.4.6-1.7
Release
Village Names 4.4.6 for JE 1.7.103 years ago 40.6K
Compatibility
Minecraft: Java Edition
1.7.10
Platform
Forge
Supported environments
Client and server
Changes
- Added config options for disabling Lunarin blocks, Prismarine blocks and items, and custom Sponges
- Added new mod option: "Mod Priority: Crafting Table" with support for the mod Cement
- Added support for Cement's bookshelves. Add
cementto "Mod Priority: Bookshelf" to access them. - Bugfix: Villages should no longer stack grass paths vertically when constructing roads
- "Snowy" type villages now require the "WASTELAND" tag in the biome. This matches the requirements for the "snow" material, ensuring that, unless you change the configs, Snowy villages should only use the Snow material, and vice-versa
- In cases where Snowy-style buildings are constructed with material other than snow, Blue Ice now swaps out into Stone Brick
- Slightly tweaked path algorithms to prevent a crash in very rare circumstances
- Bugfix: Mod banner should now display in the mod list
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:ea7aacaC:LLHAJC3x"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:ea7aacaC:LLHAJC3x"
}
