Fixed ref

This commit is contained in:
DaanV2
2021-01-27 00:52:47 +01:00
parent 30cb106178
commit ea2eb0c0ff
88 changed files with 138 additions and 138 deletions

View File

@@ -7,7 +7,7 @@
"additionalProperties": false,
"properties": {
"priority": {
"ref": "types/base_priority.json"
"$ref": "types/base_priority.json"
},
"admire_item_sound": {
"type": "string",

View File

@@ -7,7 +7,7 @@
"additionalProperties": false,
"properties": {
"priority": {
"ref": "types/base_priority.json"
"$ref": "types/base_priority.json"
},
"tick_interval": {
"type": "integer",

View File

@@ -7,7 +7,7 @@
"additionalProperties": false,
"properties": {
"priority": {
"ref": "types/base_priority.json"
"$ref": "types/base_priority.json"
}
}
}

View File

@@ -7,7 +7,7 @@
"additionalProperties": false,
"properties": {
"priority": {
"ref": "types/base_priority.json"
"$ref": "types/base_priority.json"
},
"celebration_sound": {
"type": "string",

View File

@@ -7,7 +7,7 @@
"additionalProperties": false,
"properties": {
"priority": {
"ref": "types/base_priority.json"
"$ref": "types/base_priority.json"
},
"aggro_sound": {
"type": "string",

View File

@@ -6,8 +6,8 @@
"title": "Behavior.drop_item_for 1.16.0",
"type": "object",
"properties": {
"priority": { "ref": "types/base_priority.json" },
"speed_multiplier": { "ref": "types/base_speed_multiplier.json" },
"priority": { "$ref": "types/base_priority.json" },
"speed_multiplier": { "$ref": "types/base_speed_multiplier.json" },
"cooldown": {
"title": "Cooldown",
"description": "UNDOCUMENTATED",

View File

@@ -7,7 +7,7 @@
"additionalProperties": false,
"properties": {
"priority": {
"ref": "types/base_priority.json"
"$ref": "types/base_priority.json"
},
"delay_before_eating": {
"type": "number",

View File

@@ -7,7 +7,7 @@
"additionalProperties": false,
"properties": {
"priority": {
"ref": "types/base_priority.json"
"$ref": "types/base_priority.json"
}
}
}

View File

@@ -6,8 +6,8 @@
"description": "Allows the mob to seek shade.",
"additionalProperties": false,
"properties": {
"priority": { "ref": "types/base_priority.json" },
"speed_multiplier": { "ref": "types/base_speed_multiplier.json" },
"priority": { "$ref": "types/base_priority.json" },
"speed_multiplier": { "$ref": "types/base_speed_multiplier.json" },
"cooldown_time": {
"type": "number",
"default": 0,

View File

@@ -7,7 +7,7 @@
"type": "object",
"properties": {
"priority": {
"ref": "types/base_priority.json"
"$ref": "types/base_priority.json"
},
"avoid_water": {
"type": "boolean",

View File

@@ -31,8 +31,8 @@
}
},
"properties": {
"priority": { "ref": "types/base_priority.json" },
"speed_multiplier": { "ref": "types/base_speed_multiplier.json" },
"priority": { "$ref": "types/base_priority.json" },
"speed_multiplier": { "$ref": "types/base_speed_multiplier.json" },
"goal_radius": {
"type": "number",
"default": 0.5,

View File

@@ -7,7 +7,7 @@
"additionalProperties": false,
"properties": {
"priority": {
"ref": "types/base_priority.json"
"$ref": "types/base_priority.json"
},
"broadcast": {
"type": "boolean",

View File

@@ -6,8 +6,8 @@
"description": "Allows the mob to move back into lava when on land.",
"additionalProperties": false,
"properties": {
"priority": { "ref": "types/base_priority.json" },
"speed_multiplier": { "ref": "types/base_speed_multiplier.json" },
"priority": { "$ref": "types/base_priority.json" },
"speed_multiplier": { "$ref": "types/base_speed_multiplier.json" },
"goal_radius": {
"type": "number",
"default": 0.5,

View File

@@ -6,7 +6,7 @@
"description": "UNDOCUMENTATED",
"additionalProperties": false,
"properties": {
"priority": { "ref": "types/base_priority.json" },
"speed_multiplier": { "ref": "types/base_speed_multiplier.json" }
"priority": { "$ref": "types/base_priority.json" },
"speed_multiplier": { "$ref": "types/base_speed_multiplier.json" }
}
}

View File

@@ -6,8 +6,8 @@
"description": "Allows the mob to move back into lava when on land.",
"additionalProperties": false,
"properties": {
"priority": { "ref": "types/base_priority.json" },
"speed_multiplier": { "ref": "types/base_speed_multiplier.json" },
"priority": { "$ref": "types/base_priority.json" },
"speed_multiplier": { "$ref": "types/base_speed_multiplier.json" },
"cooldown_max": {
"type": "number",
"default": 0,

View File

@@ -7,8 +7,8 @@
"additionalProperties": false,
"required": [],
"properties": {
"priority": { "ref": "types/base_priority.json" },
"speed_multiplier": { "ref": "types/base_speed_multiplier.json" },
"priority": { "$ref": "types/base_priority.json" },
"speed_multiplier": { "$ref": "types/base_speed_multiplier.json" },
"goal_radius": {
"type": "number",
"default": 0.5,

View File

@@ -6,8 +6,8 @@
"type": "object",
"title": "Behavior.pickup_items 1.16.0",
"properties": {
"priority": { "ref": "types/base_priority.json" },
"speed_multiplier": { "ref": "types/base_speed_multiplier.json" },
"priority": { "$ref": "types/base_priority.json" },
"speed_multiplier": { "$ref": "types/base_speed_multiplier.json" },
"can_pickup_any_item": {
"type": "boolean",
"default": false,

View File

@@ -7,8 +7,8 @@
"additionalProperties": false,
"required": [],
"properties": {
"priority": { "ref": "types/base_priority.json" },
"speed_multiplier": { "ref": "types/base_speed_multiplier.json" },
"priority": { "$ref": "types/base_priority.json" },
"speed_multiplier": { "$ref": "types/base_speed_multiplier.json" },
"avoid_damage_blocks": {
"type": "boolean",
"description": "UNDOCUMENTATED",

View File

@@ -7,8 +7,8 @@
"additionalProperties": false,
"required": [],
"properties": {
"priority": { "ref": "types/base_priority.json" },
"speed_multiplier": { "ref": "types/base_speed_multiplier.json" },
"priority": { "$ref": "types/base_priority.json" },
"speed_multiplier": { "$ref": "types/base_speed_multiplier.json" },
"hover_height": {
"type": "array",
"description": "UNDOCUMENTATED",

View File

@@ -8,7 +8,7 @@
"required": [],
"properties": {
"priority": {
"ref": "types/base_priority.json"
"$ref": "types/base_priority.json"
},
"max_look_count": {
"type": "integer",

View File

@@ -8,7 +8,7 @@
"required": [],
"properties": {
"priority": {
"ref": "types/base_priority.json"
"$ref": "types/base_priority.json"
},
"liquid_y_offset": {
"type": "number",

View File

@@ -8,7 +8,7 @@
"required": [],
"properties": {
"priority": {
"ref": "types/base_priority.json"
"$ref": "types/base_priority.json"
},
"interest_time": {
"type": "number",

View File

@@ -8,7 +8,7 @@
"required": [],
"properties": {
"priority": {
"ref": "types/base_priority.json"
"$ref": "types/base_priority.json"
},
"cooldown_time": {
"type": "number",

View File

@@ -8,7 +8,7 @@
"required": [],
"properties": {
"priority": {
"ref": "types/base_priority.json"
"$ref": "types/base_priority.json"
},
"idle_time": {
"type": "number",

View File

@@ -7,8 +7,8 @@
"additionalProperties": false,
"required": [],
"properties": {
"priority": { "ref": "types/base_priority.json" },
"speed_multiplier": { "ref": "types/base_speed_multiplier.json" },
"priority": { "$ref": "types/base_priority.json" },
"speed_multiplier": { "$ref": "types/base_speed_multiplier.json" },
"can_get_scared": {
"type": "boolean",
"default": false,