This commit is contained in:
DaanV2
2021-07-02 14:31:31 +02:00
parent 39b93adb2a
commit fc488bcd62
16 changed files with 202 additions and 144 deletions

View File

@@ -10,7 +10,12 @@
"items": {
"type": "array",
"description": "List of items that this mob likes",
"items": { "type": "string", "description": "UNDOCUMENTED: properties", "title": "Properties" },
"items": {
"type": "string",
"description": "List of items that this mob likes",
"title": "Properties",
"$ref": "../../../../general/item/identifier.json"
},
"title": "Properties"
},
"look_distance": { "type": "number", "default": 8, "description": "Distance in blocks the mob will beg from", "title": "Look Distance" },