This commit is contained in:
DaanV2
2021-06-08 21:05:20 +02:00
parent 87f45e1505
commit f5ab3767ab
35 changed files with 1333 additions and 52 deletions

View File

@@ -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",

View File

@@ -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": {