Updated
This commit is contained in:
@@ -37,8 +37,8 @@
|
||||
"max_cured_discount": {
|
||||
"type": "array",
|
||||
"default": [-25, -63],
|
||||
"description": "The max the discount can be modified by when the player has cured the Zombie Villager. Can be specified as a pair of numbers (low-tier trade discount and high-tier trade discount)",
|
||||
"title": "Max Cured Discount",
|
||||
"description": "The Maximum the discount can be modified by when the player has cured the Zombie Villager. Can be specified as a pair of numbers (low-tier trade discount and high-tier trade discount)",
|
||||
"title": "Maximum Cured Discount",
|
||||
"items": [
|
||||
{ "type": "integer", "title": "A", "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED" },
|
||||
{ "type": "integer", "title": "B", "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED" }
|
||||
@@ -47,8 +47,8 @@
|
||||
"max_nearby_cured_discount": {
|
||||
"type": "integer",
|
||||
"default": -200,
|
||||
"description": "The max the discount can be modified by when the player has cured a nearby Zombie Villager",
|
||||
"title": "Max Nearby Cured Discount"
|
||||
"description": "The Maximum the discount can be modified by when the player has cured a nearby Zombie Villager",
|
||||
"title": "Maximum Nearby Cured Discount"
|
||||
},
|
||||
"nearby_cured_discount": {
|
||||
"type": "integer",
|
||||
|
||||
Reference in New Issue
Block a user