auto: Formatted json files
This commit is contained in:
@@ -1,35 +1,35 @@
|
||||
{
|
||||
"$id": "blockception.minecraft.behavior.entities.1.8.0.minecraft.behavior.nap",
|
||||
"type": "object",
|
||||
"title": "Nap 1.8.0",
|
||||
"description": "Allows the mob to move back into lava when on land.",
|
||||
"additionalProperties": false,
|
||||
"properties": {
|
||||
"priority": { "$ref": "types/priority.json" },
|
||||
"speed_multiplier": { "$ref": "types/speed_multiplier.json" },
|
||||
"cooldown_max": {
|
||||
"type": "number",
|
||||
"default": 0,
|
||||
"description": "Maximum time in seconds the mob has to wait before using the goal again",
|
||||
"title": "Cooldown Max"
|
||||
},
|
||||
"cooldown_min": {
|
||||
"type": "number",
|
||||
"default": 0,
|
||||
"description": "Minimum time in seconds the mob has to wait before using the goal again",
|
||||
"title": "Cooldown Min"
|
||||
},
|
||||
"mob_detect_dist": {
|
||||
"type": "number",
|
||||
"default": 6,
|
||||
"description": "The block distance in x and z that will be checked for mobs that this mob detects",
|
||||
"title": "Mob Detect Dist"
|
||||
},
|
||||
"mob_detect_height": {
|
||||
"type": "number",
|
||||
"default": 6,
|
||||
"description": "The block distance in y that will be checked for mobs that this mob detects",
|
||||
"title": "Mob Detect Height"
|
||||
}
|
||||
}
|
||||
}
|
||||
{
|
||||
"$id": "blockception.minecraft.behavior.entities.1.8.0.minecraft.behavior.nap",
|
||||
"type": "object",
|
||||
"title": "Nap 1.8.0",
|
||||
"description": "Allows the mob to move back into lava when on land.",
|
||||
"additionalProperties": false,
|
||||
"properties": {
|
||||
"priority": { "$ref": "types/priority.json" },
|
||||
"speed_multiplier": { "$ref": "types/speed_multiplier.json" },
|
||||
"cooldown_max": {
|
||||
"type": "number",
|
||||
"default": 0,
|
||||
"description": "Maximum time in seconds the mob has to wait before using the goal again",
|
||||
"title": "Cooldown Max"
|
||||
},
|
||||
"cooldown_min": {
|
||||
"type": "number",
|
||||
"default": 0,
|
||||
"description": "Minimum time in seconds the mob has to wait before using the goal again",
|
||||
"title": "Cooldown Min"
|
||||
},
|
||||
"mob_detect_dist": {
|
||||
"type": "number",
|
||||
"default": 6,
|
||||
"description": "The block distance in x and z that will be checked for mobs that this mob detects",
|
||||
"title": "Mob Detect Dist"
|
||||
},
|
||||
"mob_detect_height": {
|
||||
"type": "number",
|
||||
"default": 6,
|
||||
"description": "The block distance in y that will be checked for mobs that this mob detects",
|
||||
"title": "Mob Detect Height"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user