Updated
This commit is contained in:
@@ -64,7 +64,7 @@
|
||||
"size": { "type": "number", "default": 1, "description": "The base size of the entity" },
|
||||
"sound_event": { "type": "string", "description": "The sound event to play for this step" },
|
||||
"summon_cap": { "type": "integer", "default": 0, "description": "Maximum number of summoned entities at any given time" },
|
||||
"summon_cap_radius": { "type": "number", "default": 0, "description": "" },
|
||||
"summon_cap_radius": { "type": "number", "default": 0, "description": "UNDOCUMENTATED" },
|
||||
"target": {
|
||||
"type": "string",
|
||||
"default": "self",
|
||||
|
||||
@@ -18,8 +18,8 @@
|
||||
"description": "How much should the discount 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": "Cured Discount",
|
||||
"items": [
|
||||
{ "type": "integer", "title": "A", "description": "" },
|
||||
{ "type": "integer", "title": "B", "description": "" }
|
||||
{ "type": "integer", "title": "A", "description": "UNDOCUMENTATED" },
|
||||
{ "type": "integer", "title": "B", "description": "UNDOCUMENTATED" }
|
||||
]
|
||||
},
|
||||
"display_name": {
|
||||
@@ -40,8 +40,8 @@
|
||||
"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",
|
||||
"items": [
|
||||
{ "type": "integer", "title": "A", "description": "" },
|
||||
{ "type": "integer", "title": "B", "description": "" }
|
||||
{ "type": "integer", "title": "A", "description": "UNDOCUMENTATED" },
|
||||
{ "type": "integer", "title": "B", "description": "UNDOCUMENTATED" }
|
||||
]
|
||||
},
|
||||
"max_nearby_cured_discount": {
|
||||
|
||||
Reference in New Issue
Block a user