This commit is contained in:
DaanV2
2021-06-06 13:00:25 +02:00
parent 4e62c0237c
commit b0d9e9146c
105 changed files with 33270 additions and 173 deletions

View File

@@ -397,7 +397,7 @@
"description": "If true, the projectile will be treated like a splash potion",
"title": "Splash Potion"
},
"splash_range": { "type": "number", "default": 4, "description": "Radius in blocks of the 'splash' effect", "title": "Splash Range" },
"splash_range": { "type": "number", "default": 4, "description": "Radius in blocks of the `splash` effect", "title": "Splash Range" },
"uncertainty_base": {
"type": "number",
"default": 0,

View File

@@ -9,17 +9,17 @@
"properties": {
"all_of": {
"title": "All Of",
"description": "All tests in an 'all_of' group must pass in order for the group to pass.",
"description": "All tests in an `all_of` group must pass in order for the group to pass.",
"$ref": "#/definitions/groups_spec"
},
"any_of": {
"title": "Any Of",
"description": "One or more tests in an 'any_of' group must pass in order for the group to pass.",
"description": "One or more tests in an `any_of` group must pass in order for the group to pass.",
"$ref": "#/definitions/groups_spec"
},
"none_of": {
"title": "None Of",
"description": "All tests in a 'none_of' group must fail in order for the group to pass.",
"description": "All tests in a `none_of` group must fail in order for the group to pass.",
"$ref": "#/definitions/groups_spec"
}
}
@@ -29,17 +29,17 @@
"properties": {
"all_of": {
"title": "All Of",
"description": "All tests in an 'all_of' group must pass in order for the group to pass.",
"description": "All tests in an `all_of` group must pass in order for the group to pass.",
"$ref": "#/definitions/groups_spec"
},
"any_of": {
"title": "Any Of",
"description": "One or more tests in an 'any_of' group must pass in order for the group to pass.",
"description": "One or more tests in an `any_of` group must pass in order for the group to pass.",
"$ref": "#/definitions/groups_spec"
},
"none_of": {
"title": "None Of",
"description": "All tests in a 'none_of' group must fail in order for the group to pass.",
"description": "All tests in a `none_of` group must fail in order for the group to pass.",
"$ref": "#/definitions/groups_spec"
}
},

View File

@@ -256,7 +256,7 @@
"description": "If true, the projectile will be treated like a splash potion",
"title": "Splash Potion"
},
"splash_range": { "type": "number", "default": 4, "description": "Radius in blocks of the 'splash' effect", "title": "Splash Range" },
"splash_range": { "type": "number", "default": 4, "description": "Radius in blocks of the `splash` effect", "title": "Splash Range" },
"stop_on_hurt": { "type": "boolean", "description": "UNDOCUMENTATED", "title": "UNDOCUMENTATED" },
"uncertainty_base": {
"type": "number",

View File

@@ -17,7 +17,7 @@
"title": "TODO Title"
},
"feed_items": {
"description": "List of items that can be fed to the entity. Includes 'item' for the item name and 'growth' to define how much time it grows up by",
"description": "List of items that can be fed to the entity. Includes `item` for the item name and `growth` to define how much time it grows up by",
"oneOf": [{ "type": "array", "items": { "type": "string" } }, { "type": "string" }],
"title": "TODO Title"
},

View File

@@ -33,7 +33,7 @@
"title": "Breed Cooldown"
},
"breed_items": {
"description": "The list of items that can be used to get the entity into the 'love' state",
"description": "The list of items that can be used to get the entity into the `love` state",
"title": "Breed Items",
"oneOf": [{ "type": "array", "items": { "type": "string" } }, { "type": "string" }]
},
@@ -50,7 +50,7 @@
"description": "Determines how likely the baby of parents with the same variant will deny that variant and take a random variant within the given range instead.",
"additionalProperties": false,
"properties": {
"chance": { "type": "number", "default": 0, "description": "The percentage chance of denying the parents' variant.", "title": "Chance" },
"chance": { "type": "number", "default": 0, "description": "The percentage chance of denying the parents` variant.", "title": "Chance" },
"max_variant": { "type": "integer", "default": 0, "description": "The inclusive maximum of the variant range.", "title": "Max Variant" },
"min_variant": { "type": "integer", "default": 0, "description": "The inclusive minimum of the variant range.", "title": "Min Variant" }
},
@@ -58,10 +58,10 @@
},
"environment_requirements": {
"type": "array",
"description": "The list of nearby block requirements to get the entity into the 'love' state.",
"description": "The list of nearby block requirements to get the entity into the `love` state.",
"items": {
"type": "object",
"description": "A nearby block requirements to get the entity into the 'love' state.",
"description": "A nearby block requirements to get the entity into the `love` state.",
"properties": {
"blocks": {
"type": "array",

View File

@@ -78,7 +78,7 @@
"swing": {
"type": "boolean",
"default": false,
"description": "If true, the player will do the 'swing' animation when interacting with this entity.",
"description": "If true, the player will do the `swing` animation when interacting with this entity.",
"title": "Swing"
},
"transform_to_item": {

View File

@@ -163,7 +163,7 @@
"description": "If true, the projectile will be treated like a splash potion",
"title": "Splash Potion"
},
"splash_range": { "type": "number", "default": 4, "description": "Radius in blocks of the 'splash' effect", "title": "Splash Range" },
"splash_range": { "type": "number", "default": 4, "description": "Radius in blocks of the `splash` effect", "title": "Splash Range" },
"uncertainty_base": {
"type": "number",
"default": 0,

View File

@@ -9,17 +9,17 @@
"properties": {
"all_of": {
"title": "All Of",
"description": "All tests in an 'all_of' group must pass in order for the group to pass.",
"description": "All tests in an `all_of` group must pass in order for the group to pass.",
"$ref": "#/definitions/groups_spec"
},
"any_of": {
"title": "Any Of",
"description": "One or more tests in an 'any_of' group must pass in order for the group to pass.",
"description": "One or more tests in an `any_of` group must pass in order for the group to pass.",
"$ref": "#/definitions/groups_spec"
},
"none_of": {
"title": "None Of",
"description": "All tests in a 'none_of' group must fail in order for the group to pass.",
"description": "All tests in a `none_of` group must fail in order for the group to pass.",
"$ref": "#/definitions/groups_spec"
}
}
@@ -29,17 +29,17 @@
"properties": {
"all_of": {
"title": "All Of",
"description": "All tests in an 'all_of' group must pass in order for the group to pass.",
"description": "All tests in an `all_of` group must pass in order for the group to pass.",
"$ref": "#/definitions/groups_spec"
},
"any_of": {
"title": "Any Of",
"description": "One or more tests in an 'any_of' group must pass in order for the group to pass.",
"description": "One or more tests in an `any_of` group must pass in order for the group to pass.",
"$ref": "#/definitions/groups_spec"
},
"none_of": {
"title": "None Of",
"description": "All tests in a 'none_of' group must fail in order for the group to pass.",
"description": "All tests in a `none_of` group must fail in order for the group to pass.",
"$ref": "#/definitions/groups_spec"
}
},

View File

@@ -9,17 +9,17 @@
"properties": {
"all_of": {
"title": "All Of",
"description": "All tests in an 'all_of' group must pass in order for the group to pass.",
"description": "All tests in an `all_of` group must pass in order for the group to pass.",
"$ref": "#/definitions/groups_spec"
},
"any_of": {
"title": "Any Of",
"description": "One or more tests in an 'any_of' group must pass in order for the group to pass.",
"description": "One or more tests in an `any_of` group must pass in order for the group to pass.",
"$ref": "#/definitions/groups_spec"
},
"none_of": {
"title": "None Of",
"description": "All tests in a 'none_of' group must fail in order for the group to pass.",
"description": "All tests in a `none_of` group must fail in order for the group to pass.",
"$ref": "#/definitions/groups_spec"
}
}
@@ -29,17 +29,17 @@
"properties": {
"all_of": {
"title": "All Of",
"description": "All tests in an 'all_of' group must pass in order for the group to pass.",
"description": "All tests in an `all_of` group must pass in order for the group to pass.",
"$ref": "#/definitions/groups_spec"
},
"any_of": {
"title": "Any Of",
"description": "One or more tests in an 'any_of' group must pass in order for the group to pass.",
"description": "One or more tests in an `any_of` group must pass in order for the group to pass.",
"$ref": "#/definitions/groups_spec"
},
"none_of": {
"title": "None Of",
"description": "All tests in a 'none_of' group must fail in order for the group to pass.",
"description": "All tests in a `none_of` group must fail in order for the group to pass.",
"$ref": "#/definitions/groups_spec"
}
},

View File

@@ -20,7 +20,7 @@
"title": "TODO Title"
},
"feed_items": {
"description": "List of items that can be fed to the entity. Includes 'item' for the item name and 'growth' to define how much time it grows up by",
"description": "List of items that can be fed to the entity. Includes `item` for the item name and `growth` to define how much time it grows up by",
"oneOf": [
{ "type": "array", "items": { "$ref": "../../../../general/item/identifier.json" } },
{

View File

@@ -36,7 +36,7 @@
},
"calm_event": {
"$ref": "../types/event.json",
"description": "Event to run after the number of seconds specified in duration expires (when the entity stops being 'angry')",
"description": "Event to run after the number of seconds specified in duration expires (when the entity stops being `angry')",
"title": "Calm Event"
},
"angry_sound": { "type": "string", "default": "", "description": "The sound event to play when the mob is angry", "title": "Angry Sound" },

View File

@@ -18,7 +18,7 @@
},
"enviroment_requirements": {
"type": "object",
"description": "A nearby block requirements to get the entity into the 'love' state.",
"description": "A nearby block requirements to get the entity into the `love` state.",
"properties": {
"blocks": {
"description": "The block types required nearby for the entity to breed.",
@@ -68,14 +68,14 @@
"title": "Breed Cooldown"
},
"breed_items": {
"description": "The list of items that can be used to get the entity into the 'love' state",
"description": "The list of items that can be used to get the entity into the `love` state",
"title": "Breed Items",
"oneOf": [
{
"type": "array",
"items": {
"type": "string",
"description": "An item that can be used to get the entity into the 'love' state",
"description": "An item that can be used to get the entity into the `love` state",
"$ref": "../../../../general/item/identifier.json",
"title": "TODO Title"
}
@@ -96,14 +96,14 @@
"description": "Determines how likely the baby of parents with the same variant will deny that variant and take a random variant within the given range instead.",
"additionalProperties": false,
"properties": {
"chance": { "type": "number", "default": 0, "description": "The percentage chance of denying the parents' variant.", "title": "Chance" },
"chance": { "type": "number", "default": 0, "description": "The percentage chance of denying the parents` variant.", "title": "Chance" },
"max_variant": { "type": "integer", "default": 0, "description": "The inclusive maximum of the variant range.", "title": "Max Variant" },
"min_variant": { "type": "integer", "default": 0, "description": "The inclusive minimum of the variant range.", "title": "Min Variant" }
},
"title": "Deny Parents Variant"
},
"environment_requirements": {
"description": "The list of nearby block requirements to get the entity into the 'love' state.",
"description": "The list of nearby block requirements to get the entity into the `love` state.",
"oneOf": [
{ "type": "object", "$ref": "#/definitions/enviroment_requirements" },
{ "type": "array", "items": { "$ref": "#/definitions/enviroment_requirements" } }

View File

@@ -26,7 +26,7 @@
"big_wave_speed": {
"type": "number",
"default": 10,
"description": "Multiplier for the speed to make a big wave. Triggered depending on 'big_wave_probability'.",
"description": "Multiplier for the speed to make a big wave. Triggered depending on `big_wave_probability'.",
"title": "Big Wave Speed"
},
"drag_down_on_buoyancy_removed": {

View File

@@ -78,7 +78,7 @@
"swing": {
"type": "boolean",
"default": false,
"description": "If true, the player will do the 'swing' animation when interacting with this entity.",
"description": "If true, the player will do the `swing` animation when interacting with this entity.",
"title": "Swing"
},
"transform_to_item": {

View File

@@ -23,7 +23,7 @@
"soft_distance": {
"type": "number",
"default": 4,
"description": "Distance in blocks at which the 'spring' effect starts acting to keep this entity close to the entity that leashed it.",
"description": "Distance in blocks at which the `spring` effect starts acting to keep this entity close to the entity that leashed it.",
"title": "Soft Distance"
}
}

View File

@@ -16,7 +16,7 @@
"look_cooldown": {
"$ref": "../types/range_number_type.json",
"default": [0.0, 0.0],
"description": "The range for the random amount of time during which the entity is 'cooling down' and won't get angered or look for a target",
"description": "The range for the random amount of time during which the entity is `cooling down` and won't get angered or look for a target",
"title": "TODO Title"
},
"look_event": {

View File

@@ -15,12 +15,12 @@
"name_filter": {
"type": "string",
"default": "",
"description": "List of special names that will cause the events defined in 'on_named' to fire",
"description": "List of special names that will cause the events defined in `on_named` to fire",
"title": "Name Filter"
},
"on_named": {
"$ref": "../types/event.json",
"description": "Event to be called when this entity acquires the name specified in 'name_filter'",
"description": "Event to be called when this entity acquires the name specified in `name_filter'",
"title": "On Named"
}
}

View File

@@ -221,7 +221,7 @@
"description": "If true, the projectile will be treated like a splash potion",
"title": "Splash Potion"
},
"splash_range": { "type": "number", "default": 4, "description": "Radius in blocks of the 'splash' effect", "title": "Splash Range" },
"splash_range": { "type": "number", "default": 4, "description": "Radius in blocks of the `splash` effect", "title": "Splash Range" },
"uncertainty_base": {
"type": "number",
"default": 0,

View File

@@ -14,7 +14,7 @@
"description": "The distance in which the mob will proceed past the village bounds",
"title": "Explore Dist"
},
"wait_time": { "type": "integer", "default": 0, "description": "The time the mob will stand around 'searching' for POIs", "title": "Wait Time" },
"wait_time": { "type": "integer", "default": 0, "description": "The time the mob will stand around `searching` for POIs", "title": "Wait Time" },
"next_xz": { "title": "UNDOCUMENTATED", "description": "UNDOCUMENATED", "type": "integer" },
"next_y": { "title": "UNDOCUMENTATED", "description": "UNDOCUMENATED", "type": "integer" },
"min_wait_time": { "title": "UNDOCUMENTATED", "description": "UNDOCUMENATED", "type": "number" },

View File

@@ -13,7 +13,7 @@
"title": "Duration"
},
"feedItems": {
"description": "List of items that can be fed to the entity. Includes 'item' for the item name and 'growth' to define how much time it grows up by",
"description": "List of items that can be fed to the entity. Includes `item` for the item name and `growth` to define how much time it grows up by",
"items": {
"oneOf": [
{

View File

@@ -31,7 +31,7 @@
},
"calm_event": {
"$ref": "../types/event.json",
"description": "Event to run after the number of seconds specified in duration expires (when the entity stops being 'angry')",
"description": "Event to run after the number of seconds specified in duration expires (when the entity stops being `angry')",
"title": "Calm Event"
},
"duration": {

View File

@@ -33,14 +33,14 @@
"title": "Breed Cooldown"
},
"breed_items": {
"description": "The list of items that can be used to get the entity into the 'love' state",
"description": "The list of items that can be used to get the entity into the `love` state",
"title": "Breed Items",
"oneOf": [
{
"type": "array",
"items": {
"type": "string",
"description": "An item that can be used to get the entity into the 'love' state",
"description": "An item that can be used to get the entity into the `love` state",
"$ref": "../../../../general/item/identifier.json",
"title": "TODO Title"
}
@@ -67,7 +67,7 @@
"description": "Determines how likely the baby of parents with the same variant will deny that variant and take a random variant within the given range instead.",
"additionalProperties": false,
"properties": {
"chance": { "type": "number", "default": 0, "description": "The percentage chance of denying the parents' variant.", "title": "Chance" },
"chance": { "type": "number", "default": 0, "description": "The percentage chance of denying the parents` variant.", "title": "Chance" },
"max_variant": { "type": "integer", "default": 0, "description": "The inclusive maximum of the variant range.", "title": "Max Variant" },
"min_variant": { "type": "integer", "default": 0, "description": "The inclusive minimum of the variant range.", "title": "Min Variant" }
},
@@ -75,10 +75,10 @@
},
"environment_requirements": {
"type": "array",
"description": "The list of nearby block requirements to get the entity into the 'love' state.",
"description": "The list of nearby block requirements to get the entity into the `love` state.",
"items": {
"type": "object",
"description": "A nearby block requirements to get the entity into the 'love' state.",
"description": "A nearby block requirements to get the entity into the `love` state.",
"properties": {
"blocks": {
"type": "array",

View File

@@ -26,7 +26,7 @@
"big_wave_speed": {
"type": "number",
"default": 10,
"description": "Multiplier for the speed to make a big wave. Triggered depending on 'big_wave_probability'.",
"description": "Multiplier for the speed to make a big wave. Triggered depending on `big_wave_probability'.",
"title": "Big Wave Speed"
},
"drag_down_on_buoyancy_removed": {

View File

@@ -48,7 +48,7 @@
"swing": {
"type": "boolean",
"default": false,
"description": "If true, the player will do the 'swing' animation when interacting with this entity"
"description": "If true, the player will do the `swing` animation when interacting with this entity"
},
"transform_to_item": {
"type": "string",

View File

@@ -24,7 +24,7 @@
"soft_distance": {
"type": "number",
"default": 4,
"description": "Distance in blocks at which the 'spring' effect starts acting to keep this entity close to the entity that leashed it",
"description": "Distance in blocks at which the `spring` effect starts acting to keep this entity close to the entity that leashed it",
"title": "TODO Title"
}
}

View File

@@ -10,7 +10,7 @@
"look_cooldown": {
"$ref": "../types/range_number_type.json",
"default": [0.0, 0.0],
"description": "The range for the random amount of time during which the entity is 'cooling down' and won't get angered or look for a target",
"description": "The range for the random amount of time during which the entity is `cooling down` and won't get angered or look for a target",
"title": "TODO Title"
},
"look_event": {

View File

@@ -10,8 +10,8 @@
"type": "object",
"description": "Describes the special names for this entity and the events to call when the entity acquires those names",
"properties": {
"on_named": { "type": "string", "description": "Event to be called when this entity acquires the name specified in 'name_filter'" },
"name_filter": { "type": "string", "description": "List of special names that will cause the events defined in 'on_named' to fire" }
"on_named": { "type": "string", "description": "Event to be called when this entity acquires the name specified in `name_filter'" },
"name_filter": { "type": "string", "description": "List of special names that will cause the events defined in `on_named` to fire" }
},
"title": "TODO Title",
"additionalProperties": false

View File

@@ -3,7 +3,7 @@
"type": "object",
"title": "Out Of Control",
"additionalProperties": false,
"description": "Defines the entity's 'out of control' state.",
"description": "Defines the entity's `out of control` state.",
"required": [],
"properties": {}
}

View File

@@ -1,6 +1,6 @@
{
"$id": "blockception.minecraft.behavior.entities.1.8.0.minecraft.peek",
"description": "Defines the entity's 'peek' behavior, defining the events that should be called during it",
"description": "Defines the entity's `peek` behavior, defining the events that should be called during it",
"type": "object",
"title": "Peek 1.8.0",
"additionalProperties": false,

View File

@@ -106,7 +106,7 @@
"description": "If true, the projectile will be treated like a splash potion",
"title": "TODO Title"
},
"splashRange": { "type": "number", "default": 4, "description": "Radius in blocks of the 'splash' effect", "title": "TODO Title" },
"splashRange": { "type": "number", "default": 4, "description": "Radius in blocks of the `splash` effect", "title": "TODO Title" },
"uncertaintyBase": {
"type": "number",
"default": 0,

View File

@@ -1,12 +1,12 @@
{
"$id": "blockception.minecraft.behavior.entities.1.8.0.minecraft.sittable",
"description": "Defines the entity's 'sit' state.",
"description": "Defines the entity's `sit` state.",
"type": "object",
"title": "Sittable 1.8.0",
"additionalProperties": false,
"required": [],
"properties": {
"sit_event": { "$ref": "../types/event.json", "description": "Event to run when the entity enters the 'sit' state", "title": "TODO Title" },
"stand_event": { "$ref": "../types/event.json", "description": "Event to run when the entity exits the 'sit' state", "title": "TODO Title" }
"sit_event": { "$ref": "../types/event.json", "description": "Event to run when the entity enters the `sit` state", "title": "TODO Title" },
"stand_event": { "$ref": "../types/event.json", "description": "Event to run when the entity exits the `sit` state", "title": "TODO Title" }
}
}

View File

@@ -9,34 +9,34 @@
"must_see": {
"type": "boolean",
"default": false,
"description": "Whether the other entity needs to be visible to trigger 'inside' events",
"description": "Whether the other entity needs to be visible to trigger `inside` events",
"title": "TODO Title"
},
"inside_range": {
"type": "number",
"default": 1,
"description": "Maximum distance in blocks that another entity will be considered in the 'inside' range",
"description": "Maximum distance in blocks that another entity will be considered in the `inside` range",
"title": "TODO Title"
},
"on_inside_range": {
"$ref": "../types/event.json",
"description": "Event to call when an entity gets in the inside range. Can specify 'event' for the name of the event and 'target' for the target of the event",
"description": "Event to call when an entity gets in the inside range. Can specify `event` for the name of the event and `target` for the target of the event",
"title": "On Inside Range"
},
"on_outside_range": {
"$ref": "../types/event.json",
"description": "Event to call when an entity gets in the outside range. Can specify 'event' for the name of the event and 'target' for the target of the event",
"description": "Event to call when an entity gets in the outside range. Can specify `event` for the name of the event and `target` for the target of the event",
"title": "On Outside Range"
},
"on_vision_lost_inside_range": {
"$ref": "../types/event.json",
"description": "Event to call when an entity exits visual range. Can specify 'event' for the name of the event and 'target' for the target of the event",
"description": "Event to call when an entity exits visual range. Can specify `event` for the name of the event and `target` for the target of the event",
"title": "On Vision Lost Inside Range"
},
"outside_range": {
"type": "number",
"default": 5,
"description": "Maximum distance in blocks that another entity will be considered in the 'outside' range",
"description": "Maximum distance in blocks that another entity will be considered in the `outside` range",
"title": "Outside Range"
}
}

View File

@@ -9,17 +9,17 @@
"properties": {
"all_of": {
"title": "All Of",
"description": "All tests in an 'all_of' group must pass in order for the group to pass.",
"description": "All tests in an `all_of` group must pass in order for the group to pass.",
"$ref": "#/definitions/groups_spec"
},
"any_of": {
"title": "Any Of",
"description": "One or more tests in an 'any_of' group must pass in order for the group to pass.",
"description": "One or more tests in an `any_of` group must pass in order for the group to pass.",
"$ref": "#/definitions/groups_spec"
},
"none_of": {
"title": "None Of",
"description": "All tests in a 'none_of' group must fail in order for the group to pass.",
"description": "All tests in a `none_of` group must fail in order for the group to pass.",
"$ref": "#/definitions/groups_spec"
}
}
@@ -29,17 +29,17 @@
"properties": {
"all_of": {
"title": "All Of",
"description": "All tests in an 'all_of' group must pass in order for the group to pass.",
"description": "All tests in an `all_of` group must pass in order for the group to pass.",
"$ref": "#/definitions/groups_spec"
},
"any_of": {
"title": "Any Of",
"description": "One or more tests in an 'any_of' group must pass in order for the group to pass.",
"description": "One or more tests in an `any_of` group must pass in order for the group to pass.",
"$ref": "#/definitions/groups_spec"
},
"none_of": {
"title": "None Of",
"description": "All tests in a 'none_of' group must fail in order for the group to pass.",
"description": "All tests in a `none_of` group must fail in order for the group to pass.",
"$ref": "#/definitions/groups_spec"
}
},

View File

@@ -12,7 +12,7 @@
},
"operator": {
"$ref": "./types/operator.json",
"description": "(Optional) The comparison to apply with 'value'.",
"description": "(Optional) The comparison to apply with `value'.",
"default": "equals",
"title": "Operator"
},

View File

@@ -6,7 +6,7 @@
"required": ["value"],
"properties": {
"test": { "type": "string", "title": "Test Property", "description": "Compares the distance to the nearest Player with a float value." },
"operator": { "$ref": "./types/operator.json", "description": "(Optional) The comparison to apply with 'value'.", "title": "Operator" },
"operator": { "$ref": "./types/operator.json", "description": "(Optional) The comparison to apply with `value'.", "title": "Operator" },
"subject": { "$ref": "./types/subject.json", "description": "(Optional) The subject of this filter test.", "title": "Subject" },
"value": { "type": "number", "description": "(Required) A floating point value.", "title": "Value" }
}

View File

@@ -11,7 +11,7 @@
},
"operator": {
"$ref": "./types/operator.json",
"description": "(Optional) The comparison to apply with 'value'.",
"description": "(Optional) The comparison to apply with `value'.",
"default": "equals",
"title": "Operator"
},

View File

@@ -2,7 +2,7 @@
"$id": "blockception.minecraft.behavior.entities.filters.operator",
"title": "Filters Operator",
"type": "string",
"description": "The comparison to apply with 'value'.",
"description": "The comparison to apply with `value'.",
"default": "equals",
"enum": ["!=", "<", "<=", "<>", "=", "==", ">", ">=", "equals", "not"]
}