Compatibility
Minecraft: Java Edition
26.3
26.2
26.1.x
1.21.x
Platforms
Supported environments
Server-side
Singleplayer
Links
Tags
Creators
Details
Licensed Apache-2.0
Published 9 months ago
Updated 2 days ago
LobotomyInc
Lobotomise and optimise your villager with nametags. Default name is "Lobotomized" You can configure names in config file or use ModMenu and Yet Another Config Library
P.S. YACL support currently is for 26.1 and 26.3 only
Default Config file:
{
"lobotomize_villagers_enabled": true,
"free_nametag": false,
"exact_names": [
"lobotomized"
],
"advanced_matching": {
"match_contains": false,
"contains_list": [
"@"
],
"match_prefix": false,
"prefix_list": [
"!"
],
"match_suffix": false,
"suffix_list": [
"#"
],
"match_surround": false,
"surround_list": [
"$"
]
}
}
- "free_nametag" - Naming villager with name(s) in config does not consume the nametag
- "match_contains" - Villager name contains specific symbol(s)
- "match_prefix" - Specific symbol(s) is prefix(start) of villager name
- "match_suffix" - Specific symbol is suffix(end) of villager name
- "match_surround" - Villager name is surrounded by specific symbol(s)
In the config file write names/symbols like this ["name1", "name2" ...]
How it works
Optimised villager have their pathfinding fully disabled so it's best to use mod for optimizing tradehalls while having villager in 1x1 box near job block. Their brain is turned off until trades need to be restock.


