Replaced undocumented
This commit is contained in:
@@ -14,7 +14,7 @@
|
||||
"description": "If true, the mob can stop being tempted if the player moves too fast while close to this mob",
|
||||
"title": "Can Get Scared"
|
||||
},
|
||||
"can_tempt_while_ridden": { "type": "boolean", "title": "Can Tempt While Ridden", "description": "UNDOCUMENTATED" },
|
||||
"can_tempt_while_ridden": { "type": "boolean", "title": "Can Tempt While Ridden", "description": "UNDOCUMENTED" },
|
||||
"items": {
|
||||
"type": "array",
|
||||
"description": "List of items this mob is tempted by",
|
||||
@@ -27,14 +27,14 @@
|
||||
"description": "Distance in blocks this mob can get tempted by a player holding an item they like",
|
||||
"title": "Within Radius"
|
||||
},
|
||||
"tempt_sound": { "type": "string", "description": "UNDOCUMENTATED", "title": "Tempt Sound" },
|
||||
"tempt_sound": { "type": "string", "description": "UNDOCUMENTED", "title": "Tempt Sound" },
|
||||
"sound_interval": {
|
||||
"type": "object",
|
||||
"description": "UNDOCUMENTATED",
|
||||
"description": "UNDOCUMENTED",
|
||||
"title": "Sound Interval",
|
||||
"properties": {
|
||||
"range_min": { "type": "number", "description": "UNDOCUMENTATED", "title": "Range Min" },
|
||||
"range_max": { "type": "number", "description": "UNDOCUMENTATED", "title": "Range Max" }
|
||||
"range_min": { "type": "number", "description": "UNDOCUMENTED", "title": "Range Min" },
|
||||
"range_max": { "type": "number", "description": "UNDOCUMENTED", "title": "Range Max" }
|
||||
},
|
||||
"additionalProperties": false
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user