Tags
Creators
Details
1.0.9
Compatibility
Changes
Version 1.0.9
Changes / Additions
-
Wedding rings rework by @Modge
-
New grave model by @Modge
-
Skindex URL to change skin is working now
-
Added custom skin to the birth screen
-
Family Tree changes: descendants of villagers from different families keep an organized large family tree - ancestors don't show families they are not related to
-
Same sex couples with Family Charm
-
Skin Selection in the .toml or Config (you can disable the skin selection screen)
-
Added command to change the skin type at any time: /villagersreborn skin_type modern and /villagersreborn skin_type fantasy
-
Illager raids have been fixed - mounted illagers on ravagers are fixed too
-
Illagers now use vanilla loot - totem of undying, ominous bottle, weapons, emeralds, etc
-
Config option to disable families and children spawns (for multiplayer change in villagersreborn-server.toml)
-
Config option to disable having children through dialogue or with Family Charm (for multiplayer change in villagersreborn-server.toml)
-
Now you don't have to type .png to change a skin
-
Removed Human Trader spawn - kept Human Merchant with vanilla despawn
-
If a villager's grave can't be placed it moves to the player's inventory
-
Fixed villagers getting unwanted marriages
-
Villagers now return to their home if they stop following you and have a set home if they are in loaded chunks
-
Set home has priority over a job block
-
Added scrollbar to customize villager screen
-
Added scrollbar to birth screen
-
Reinforced TP system from the Ledger Book
-
Updated witch skin
-
Added spouse cooking
-
Fixed grave info
-
Fixed spawn eggs colors
-
Added illagers custom sounds (ONLY 1.20.1)
-
Dialogue buttons can now be translated
-
Spanish translation (Spain and Latin America)
-
Portuguese translation by @FelipeCampos
-
Updated commands:
/villagersreborn debug relationship set <value>
/villagersreborn debug golden set <value>
/villagersreborn debug family expecting ready
/villagersreborn debug family expecting set <ticksRemaining>
/villagersreborn debug family expecting clear
/villagersreborn debug family age ready
/villagersreborn debug family age set <lifestage>
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:cS9I57mu:tCvIl5bD"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:cS9I57mu:tCvIl5bD"
}

