This commit is contained in:
DaanV2
2021-07-02 20:58:26 +02:00
parent 5dcaca6ca3
commit 05752e73c1
17 changed files with 23 additions and 418 deletions

View File

@@ -31,6 +31,18 @@
"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": "UNDOCUMENTED", "$comment": "UNDOCUMENTED", "title": "Tempt Sound" },
"sound_interval": {
"type": "object",
"description": "UNDOCUMENTED",
"$comment": "UNDOCUMENTED",
"title": "Sound Interval",
"properties": {
"range_min": { "type": "number", "description": "Minimum", "title": "Minimum" },
"range_max": { "type": "number", "description": "Maximum", "title": "Maximum" }
},
"additionalProperties": false
}
}
}