All versions
1.13.1
Release
Villager Recruits 1.13.1 [Forge - 1.20.1]2 years ago 14.8K
Compatibility
Minecraft: Java Edition
1.20.1
Platform
Forge
Supported environments
Client and server
Changes
Important: Config will get DELETEDwhen updating to this version!
+ fixed Recruits not Targeting due to async patch
+ fixed Recruits that die still count as team member
+ fixed Messenger screen crash and functionality
+ fixed multiple crashes
+ fixed potential crashes with code that should not run on clients
+ fixed compat. issues with rpgz-mod
+ fixed crashes in faction screens
+ fixed faction name box closing when pressing "E"
+ fixed faction name box allows 24 chars, now its 32
+ fixed faction button in command screen not working
+ fixed entry name alignment on list screens
+ fixed chunks are still loaded when captain/messenger/commander dies
+ fixed hire screen does not open
+ fixed hire button still works when limit has reached
+ renamed Team to Faction
+ added more admin commands: /recruits admin
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:WOg9lm4u:nCj3U5EU"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:WOg9lm4u:nCj3U5EU"
}

