1.2
Compatibility
Required content
Changes
Patch Notes - LCVillagerTycoon v1.2 🚀 What's New Version Bump: The mod has been officially updated to v1.2. 🐛 Bug Fixes Offline NPC Flood Fix: Resolved a critical issue where "Shopper Villagers" would continue to spawn near vending machines even if the chunk was unloaded (player offline). This previously caused hundreds of NPCs to accumulate in a single spot, leading to massive lag and "entity floods" when the area was eventually loaded. Technical Change: The spawning engine now validates that a trader's chunk is in an entity-ticking state before attempting to spawn a visitor. 🛠️ Internal Changes Updated ShopperManager.java with simulation-distance aware filtering. Synchronized versioning across mods.toml, build.gradle, and project documentation.
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:L6ZpEVcm:HvKYRkzL"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:L6ZpEVcm:HvKYRkzL"
}


