Removed old filters

This commit is contained in:
DaanV2
2021-06-03 14:02:19 +02:00
parent b7ada2e6b2
commit f7d88464d1
127 changed files with 0 additions and 2963 deletions

View File

@@ -1,19 +0,0 @@
{
"$id": "blockception.minecraft.behavior.entities.1.13.0.filters.has_container_open",
"type": "object",
"title": "Filters Has Container Open 1.13.0",
"description": "Returns true when the subject Player entity has opened a container.",
"properties": {
"test": { "type": "string", "title": "Test", "description": "The test property" },
"operator": { "$ref": "./types/base_operator.json" },
"subject": { "$ref": "./types/base_subject.json" },
"value": {
"description": "True or false.",
"oneOf": [
{ "type": "boolean", "default": true },
{ "type": "string", "enum": ["true", "false"] }
],
"title": "Value"
}
}
}

View File

@@ -1,19 +0,0 @@
{
"$id": "blockception.minecraft.behavior.entities.1.13.0.filters.has_ranged_weapon",
"type": "object",
"title": "Filters Has Ranged Weapon 1.13.0",
"description": "Returns true when the subject entity is holding a ranged weapon like a bow or crossbow.",
"properties": {
"test": { "type": "string", "title": "Test", "description": "The test property" },
"operator": { "$ref": "./types/base_operator.json" },
"subject": { "$ref": "./types/base_subject.json" },
"value": {
"description": "True or false.",
"oneOf": [
{ "type": "boolean", "default": true },
{ "type": "string", "enum": ["true", "false"] }
],
"title": "Value"
}
}
}

View File

@@ -1,19 +0,0 @@
{
"$id": "blockception.minecraft.behavior.entities.1.13.0.filters.has_target",
"type": "object",
"title": "Filters Has Target 1.13.0",
"description": "Returns true if the subject entity has a valid target.",
"properties": {
"test": { "type": "string", "title": "Test", "description": "The test property" },
"operator": { "$ref": "./types/base_operator.json" },
"subject": { "$ref": "./types/base_subject.json" },
"value": {
"description": "True or false.",
"oneOf": [
{ "type": "boolean", "default": true },
{ "type": "string", "enum": ["true", "false"] }
],
"title": "Value"
}
}
}

View File

@@ -1,19 +0,0 @@
{
"$id": "blockception.minecraft.behavior.entities.1.13.0.filters.in_nether",
"type": "object",
"title": "Filters In Nether 1.13.0",
"description": "Returns true when the subject entity is in Nether.",
"properties": {
"test": { "type": "string", "title": "Test", "description": "The test property" },
"operator": { "$ref": "./types/base_operator.json" },
"subject": { "$ref": "./types/base_subject.json" },
"value": {
"description": "True or false.",
"oneOf": [
{ "type": "boolean", "default": true },
{ "type": "string", "enum": ["true", "false"] }
],
"title": "Value"
}
}
}

View File

@@ -1,13 +0,0 @@
{
"$id": "blockception.minecraft.behavior.entities.1.13.0.filters.inactivity_timer",
"type": "object",
"title": "Filters Inactivity Timer 1.13.0",
"description": "Tests if the specified duration in seconds of inactivity for despawning has been reached.",
"required": ["value"],
"properties": {
"test": { "type": "string", "title": "Test", "description": "The test property" },
"operator": { "$ref": "./types/base_operator.json" },
"subject": { "$ref": "./types/base_subject.json" },
"value": { "description": "The Family name to look for", "type": "integer", "title": "Value" }
}
}

View File

@@ -1,13 +0,0 @@
{
"$id": "blockception.minecraft.behavior.entities.1.13.0.filters.is_block",
"type": "object",
"title": "Filters Is Block 1.13.0",
"description": "Returns true when the block has the given name.",
"required": ["value"],
"properties": {
"test": { "type": "string", "title": "Test", "description": "The test property" },
"operator": { "$ref": "./types/base_operator.json" },
"subject": { "$ref": "./types/base_subject.json" },
"value": { "description": "The Family name to look for", "type": "string", "title": "Value" }
}
}

View File

@@ -1,19 +0,0 @@
{
"$id": "blockception.minecraft.behavior.entities.1.13.0.filters.is_leashed_to",
"type": "object",
"title": "Filters Is Leashed To 1.13.0",
"description": "Returns true if the subject entity leashed to the calling entity.",
"properties": {
"test": { "type": "string", "title": "Test", "description": "The test property" },
"operator": { "$ref": "./types/base_operator.json" },
"subject": { "$ref": "./types/base_subject.json" },
"value": {
"description": "True or false.",
"oneOf": [
{ "type": "boolean", "default": true },
{ "type": "string", "enum": ["true", "false"] }
],
"title": "Value"
}
}
}

View File

@@ -1,19 +0,0 @@
{
"$id": "blockception.minecraft.behavior.entities.1.13.0.filters.is_persistent",
"type": "object",
"title": "Filters Is Persistent 1.13.0",
"description": "Tests if the subject's persistence matches the bool value passed in.",
"properties": {
"test": { "type": "string", "title": "Test", "description": "The test property" },
"operator": { "$ref": "./types/base_operator.json" },
"subject": { "$ref": "./types/base_subject.json" },
"value": {
"description": "True or false.",
"oneOf": [
{ "type": "boolean", "default": true },
{ "type": "string", "enum": ["true", "false"] }
],
"title": "Value"
}
}
}

View File

@@ -1,19 +0,0 @@
{
"$id": "blockception.minecraft.behavior.entities.1.13.0.filters.is_sleeping",
"type": "object",
"title": "Filters Is Sleeping 1.13.0",
"description": "Tests whether the Subject is sleeping.",
"properties": {
"test": { "type": "string", "title": "Test", "description": "The test property" },
"operator": { "$ref": "./types/base_operator.json" },
"subject": { "$ref": "./types/base_subject.json" },
"value": {
"description": "True or false.",
"oneOf": [
{ "type": "boolean", "default": true },
{ "type": "string", "enum": ["true", "false"] }
],
"title": "Value"
}
}
}

View File

@@ -1,13 +0,0 @@
{
"$id": "blockception.minecraft.behavior.entities.1.13.0.filters.light_level",
"type": "object",
"title": "Filters Light Level 1.13.0",
"description": "Tests is the mob is outside of the specified light level range (0, 16).",
"required": ["value"],
"properties": {
"test": { "type": "string", "title": "Test", "description": "The test property" },
"operator": { "$ref": "./types/base_operator.json" },
"subject": { "$ref": "./types/base_subject.json" },
"value": { "description": "An integer value.", "type": "integer", "title": "Value", "minimum": 0, "maximum": 16 }
}
}

View File

@@ -1,13 +0,0 @@
{
"$id": "blockception.minecraft.behavior.entities.1.13.0.filters.random_chance",
"type": "object",
"title": "Filters Random Chance 1.13.0",
"description": "Returns true if the random chance rolls 0 out of a specified max range.",
"required": ["value"],
"properties": {
"test": { "type": "string", "title": "Test", "description": "The test property" },
"operator": { "$ref": "./types/base_operator.json" },
"subject": { "$ref": "./types/base_subject.json" },
"value": { "description": "An integer value.", "type": "integer", "title": "Value" }
}
}

View File

@@ -1,13 +0,0 @@
{
"$id": "blockception.minecraft.behavior.entities.1.13.0.filters.rider_count",
"type": "object",
"title": "Filters Rider Count 1.13.0",
"description": "Returns the number of riders on this entity.",
"required": ["value"],
"properties": {
"test": { "type": "string", "title": "Test", "description": "The test property" },
"operator": { "$ref": "./types/base_operator.json" },
"subject": { "$ref": "./types/base_subject.json" },
"value": { "description": "An integer value.", "type": "integer", "title": "Value" }
}
}

View File

@@ -1,19 +0,0 @@
{
"$id": "blockception.minecraft.behavior.entities.1.13.0.filters.surface_mob",
"type": "object",
"title": "Filters Surface Mob 1.13.0",
"description": "Tests if the subject is a surface mob.",
"properties": {
"test": { "type": "string", "title": "Test", "description": "The test property" },
"operator": { "$ref": "./types/base_operator.json" },
"subject": { "$ref": "./types/base_subject.json" },
"value": {
"description": "True or false.",
"oneOf": [
{ "type": "boolean", "default": true },
{ "type": "string", "enum": ["true", "false"] }
],
"title": "Value"
}
}
}

View File

@@ -1,19 +0,0 @@
{
"$id": "blockception.minecraft.behavior.entities.1.13.0.filters.trusts",
"type": "object",
"title": "Filters Trusts 1.13.0",
"description": "Returns true if the subject is trusted by entity.",
"properties": {
"test": { "type": "string", "title": "Test", "description": "The test property" },
"operator": { "$ref": "./types/base_operator.json" },
"subject": { "$ref": "./types/base_subject.json" },
"value": {
"description": "True or false.",
"oneOf": [
{ "type": "boolean", "default": true },
{ "type": "string", "enum": ["true", "false"] }
],
"title": "Value"
}
}
}

View File

@@ -1,8 +0,0 @@
{
"$id": "blockception.minecraft.behavior.entities.filters.1.13.0.base_operator",
"title": "Operator",
"type": "string",
"description": "The operator comparison to apply with 'value'.",
"default": "equals",
"enum": ["!=", "<", "<=", "<>", "=", "==", ">", ">=", "equals", "not"]
}

View File

@@ -1,8 +0,0 @@
{
"$id": "blockception.minecraft.behavior.entities.1.13.0.base_priority",
"additionalProperties": false,
"type": "integer",
"title": "Priority",
"minimum": 0,
"description": "Allows the mob to drink potions based on specified environment conditions."
}

View File

@@ -1,8 +0,0 @@
{
"$id": "blockception.minecraft.behavior.entities.1.13.0.speed_multiplier",
"additionalProperties": false,
"default": 1.0,
"description": "Movement speed multiplier of the mob when using this AI Goal.",
"type": "number",
"title": "Speed Multiplier"
}

View File

@@ -1,8 +0,0 @@
{
"$id": "blockception.minecraft.behavior.entities.filters.1.13.0.base_subject",
"title": "Subject 1.13.0",
"type": "string",
"description": "The subject of this filter test.",
"default": "self",
"enum": ["block", "damager", "other", "parent", "player", "self", "target"]
}

View File

@@ -1,73 +0,0 @@
{
"$id": "blockception.minecraft.behavior.entities.filters.1.13.0.base_test",
"title": "Test 1.13.0",
"type": "string",
"description": "The test operation for 1.13.0",
"enum": [
"clock_time",
"distance_to_nearest_player",
"has_ability",
"has_biome_tag",
"has_component",
"has_container_open",
"has_damage",
"has_equipment",
"has_mob_effect",
"has_ranged_weapon",
"has_tag",
"has_target",
"has_trade_supply",
"hourly_clock_time",
"in_caravan",
"in_clouds",
"in_lava",
"in_nether",
"in_water",
"in_water_or_rain",
"inactivity_timer",
"is_altitude",
"is_avoiding_mobs",
"is_biome",
"is_block",
"is_brightness",
"is_climbing",
"is_color",
"is_daytime",
"is_difficulty",
"is_family",
"is_game_rule",
"is_humid",
"is_immobile",
"is_in_village",
"is_leashed",
"is_leashed_to",
"is_mark_variant",
"is_moving",
"is_owner",
"is_persistent",
"is_riding",
"is_skin_id",
"is_sleeping",
"is_sneaking",
"is_snow_covered",
"is_target",
"is_temperature_type",
"is_temperature_value",
"is_underground",
"is_underwater",
"is_variant",
"is_visible",
"is_weather",
"light_level",
"moon_intensity",
"moon_phase",
"on_ground",
"on_ladder",
"random_chance",
"rider_count",
"surface_mob",
"trusts",
"weather",
"weather_at_position"
]
}

View File

@@ -1,13 +0,0 @@
{
"$id": "blockception.minecraft.behavior.entities.1.13.0.filters.weather",
"type": "object",
"title": "Filters Weather 1.13.0",
"description": "Tests the current weather in the dimension against a provided weather value.",
"required": ["value"],
"properties": {
"test": { "type": "string", "title": "Test", "description": "The test property" },
"operator": { "$ref": "./types/base_operator.json" },
"subject": { "$ref": "./types/base_subject.json" },
"value": { "description": "The Family name to look for", "type": "string", "title": "Value" }
}
}

View File

@@ -1,13 +0,0 @@
{
"$id": "blockception.minecraft.behavior.entities.1.13.0.filters.weather_at_position",
"type": "object",
"title": "Filters Weather At Position 1.13.0",
"description": "Tests the current weather, at the actor's position, against a provided weather value.",
"required": ["value"],
"properties": {
"test": { "type": "string", "title": "Test", "description": "The test property" },
"operator": { "$ref": "./types/base_operator.json" },
"subject": { "$ref": "./types/base_subject.json" },
"value": { "description": "The Family name to look for", "type": "string", "title": "Value" }
}
}

View File

@@ -1,8 +0,0 @@
{
"$id": "blockception.minecraft.behavior.entities.filters.1.13.0.base_operator",
"title": "Operator",
"type": "string",
"description": "The operator comparison to apply with 'value'.",
"default": "equals",
"enum": ["!=", "<", "<=", "<>", "=", "==", ">", ">=", "equals", "not"]
}

View File

@@ -1,8 +0,0 @@
{
"$id": "blockception.minecraft.behavior.entities.filters.1.13.0.base_subject",
"title": "Subject 1.13.0",
"type": "string",
"description": "The subject of this filter test.",
"default": "self",
"enum": ["block", "damager", "other", "parent", "player", "self", "target"]
}

View File

@@ -1,73 +0,0 @@
{
"$id": "blockception.minecraft.behavior.entities.filters.1.13.0.base_test",
"title": "Test 1.13.0",
"type": "string",
"description": "The test operation for 1.13.0",
"enum": [
"clock_time",
"distance_to_nearest_player",
"has_ability",
"has_biome_tag",
"has_component",
"has_container_open",
"has_damage",
"has_equipment",
"has_mob_effect",
"has_ranged_weapon",
"has_tag",
"has_target",
"has_trade_supply",
"hourly_clock_time",
"in_caravan",
"in_clouds",
"in_lava",
"in_nether",
"in_water",
"in_water_or_rain",
"inactivity_timer",
"is_altitude",
"is_avoiding_mobs",
"is_biome",
"is_block",
"is_brightness",
"is_climbing",
"is_color",
"is_daytime",
"is_difficulty",
"is_family",
"is_game_rule",
"is_humid",
"is_immobile",
"is_in_village",
"is_leashed",
"is_leashed_to",
"is_mark_variant",
"is_moving",
"is_owner",
"is_persistent",
"is_riding",
"is_skin_id",
"is_sleeping",
"is_sneaking",
"is_snow_covered",
"is_target",
"is_temperature_type",
"is_temperature_value",
"is_underground",
"is_underwater",
"is_variant",
"is_visible",
"is_weather",
"light_level",
"moon_intensity",
"moon_phase",
"on_ground",
"on_ladder",
"random_chance",
"rider_count",
"surface_mob",
"trusts",
"weather",
"weather_at_position"
]
}