All versions
1.1.0
Release
Villager Comfort Continued 1.1.05 months ago 2,153
Compatibility
Minecraft: Java Edition
1.21.1
Platform
NeoForge
Supported environments
Client and server
Changes
NOTE: PLEASE DELETE OLD CONFIGS BEFORE UPDATING!
New Features
- Added a brand new menu for viewing villager comfort levels! This replaces the previous "print to chat" method. You can view each villager's comfort and any specific problems they may have. Future updates will further enhance this feature, but it's much nicer than the 1.0 release already :)
- The mod now supports translations! Currently includes en_us and de_de support.
- Changed the config to be server side, as all the values are server-specific.
- Config values can now be edited in-game via Neoforge's built in config screen.
Fixes
- Fixed an issue causing config values to generate lower than intended.
- Fixed an issue where viewing a villager's stats would cause trade prices to briefly fluctuate afterwards.
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:71WSad7F:gntBWs1F"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:71WSad7F:gntBWs1F"
}

