Processed updated docuemtnation from minecraft

This commit is contained in:
DaanV2
2022-04-20 15:54:51 +02:00
parent 174e6a552e
commit 34bdb84ad0
63 changed files with 1195 additions and 996 deletions

View File

@@ -6,12 +6,8 @@
"description": "Allows a mob with the hide component to attempt to move to - and hide at - an owned or nearby POI.",
"required": [],
"properties": {
"priority": {
"$ref": "types/priority.json"
},
"speed_multiplier": {
"$ref": "types/speed_multiplier.json"
},
"priority": { "$ref": "types/priority.json" },
"speed_multiplier": { "$ref": "types/speed_multiplier.json" },
"duration": {
"type": "number",
"default": 1,
@@ -23,9 +19,7 @@
"default": "",
"description": "Defines what POI type to hide at.",
"title": "Point Of Interest Type",
"examples": [
"bed"
]
"examples": ["bed"]
},
"timeout_cooldown": {
"type": "number",
@@ -41,4 +35,4 @@
"timeout_cooldown": 8
}
]
}
}