This commit is contained in:
2026-07-11 11:50:31 +02:00
commit 813c2fe468
382 changed files with 35534 additions and 0 deletions
+14
View File
@@ -0,0 +1,14 @@
{
"features": {
// The highest possible price percent discount a villager can give on it's default trade price (100 = vanilla, 0 = none)
"max_discount": 100,
// The highest possible price percent raise a villager can give on it's default trade price (100 = vanilla, 0 = none)
"max_raise": 100,
// Chance for a villager to convert to a villager-zombie (-1 = vanilla behaviour, 100 = 100%)
"conversion_chance": -1,
// Whether villagers trades will change, when their workstation is replaced (true = vanilla)
"trade_cycling": true,
// Whether villagers need to restock their trades (false = vanilla)
"infinite_trades": false
}
}