Links
Tags
Creators
Details
Licensed ARR
Published 2 years ago
Updated last month
All versions
1.7+mod
Release
Xtabay's Villager Generator 1.7 for 1.21.11 - 26.2last month 192
Compatibility
Minecraft: Java Edition
26.2
26.1.x
1.21.11
Platforms
Fabric
Forge
NeoForge
Quilt
Supported environments
Server-side
Singleplayer
Changes
NEW FEATURES
- NO MORE COMMAND CONFIRMATION DIALOGS. The menu has been reworked to work with triggers so no dialogs popup when using it.
- Added SCALE option to menu. It modifies the villager's scale/size by 0.1 or 1.
- Added [DELETE VILLAGER] option to menu. It kills the villager being edited. This is a workaround to Kill Stick's ocasional innacuracy.
- Option [Set new name] in [Change Name] now retrieves the villager's name inside the book.
- Added [Delete original name] option to [Change Name] menu. It deletes the villager's name. Useful for a nameless villager or for when you want to delete a complex name that can't be modified by the datapack.
BUG FIXES
- Properties Stick and Kill Stick work again for 26.2.
- Kill Stick kills the villager you're looking at instead of the nearest one. It can still be innacurate if there's multiple villagers next to each other or when you situate yourself too close to another villager.
- Silent Menu option now works as expected.
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:E7pon4Aj:Fa4tVGBX"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:E7pon4Aj:Fa4tVGBX"
}

