This commit is contained in:
DaanV2
2021-03-21 15:18:38 +01:00
parent d3298267bc
commit 698ee42623
960 changed files with 5960 additions and 22946 deletions

View File

@@ -13,49 +13,29 @@
"type": "boolean",
"default": false,
"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"
"title": "Can Get Scared"
},
"can_tempt_while_ridden": { "type": "boolean", "title": "Can Tempt While Ridden", "description": "UNDOCUMENTATED" },
"items": {
"type": "array",
"description": "List of items this mob is tempted by",
"items": {
"type": "string",
"title": "Item",
"description": "An item identifier"
},
"items": { "type": "string", "title": "Item", "description": "An item identifier" },
"title": "Items"
},
"within_radius": {
"type": "number",
"default": 0,
"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"
"title": "Within Radius"
},
"tempt_sound": { "type": "string", "description": "UNDOCUMENTATED", "title": "Tempt Sound" },
"sound_interval": {
"type": "object",
"description": "UNDOCUMENTATED",
"title": "Sound interval",
"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": "UNDOCUMENTATED", "title": "Range Min" },
"range_max": { "type": "number", "description": "UNDOCUMENTATED", "title": "Range Max" }
},
"additionalProperties": false
}