From 08091aa7cefeb059b502e4d1d01a8a7fc09fcfb3 Mon Sep 17 00:00:00 2001 From: DaanV2 Date: Sat, 19 Jun 2021 13:56:02 +0200 Subject: [PATCH] Updating filters --- source/behavior/entities/1.10.0/filters.json | 2 +- source/behavior/entities/1.13.0/filters.json | 2 +- source/behavior/entities/1.14.0/filters.json | 2 +- .../entities/filters/filters/clock_time.json | 15 +++++++++++---- .../filters/distance_to_nearest_player.json | 2 +- .../entities/filters/filters/has_ability.json | 2 +- .../entities/filters/filters/has_biome_tag.json | 2 +- .../entities/filters/filters/has_component.json | 2 +- .../filters/filters/has_container_open.json | 2 +- .../entities/filters/filters/has_damage.json | 2 +- .../entities/filters/filters/has_equipment.json | 2 +- .../entities/filters/filters/has_mob_effect.json | 2 +- .../filters/filters/has_ranged_weapon.json | 2 +- .../entities/filters/filters/has_tag.json | 2 +- .../entities/filters/filters/has_target.json | 2 +- .../filters/filters/has_trade_supply.json | 2 +- .../filters/filters/hourly_clock_time.json | 2 +- .../entities/filters/filters/in_caravan.json | 2 +- .../entities/filters/filters/in_clouds.json | 2 +- .../entities/filters/filters/in_lava.json | 2 +- .../entities/filters/filters/in_nether.json | 2 +- .../entities/filters/filters/in_water.json | 2 +- .../filters/filters/in_water_or_rain.json | 2 +- .../filters/filters/inactivity_timer.json | 2 +- .../entities/filters/filters/is_altitude.json | 2 +- .../filters/filters/is_avoiding_mobs.json | 2 +- .../entities/filters/filters/is_biome.json | 2 +- .../entities/filters/filters/is_block.json | 2 +- .../entities/filters/filters/is_brightness.json | 2 +- .../entities/filters/filters/is_climbing.json | 2 +- .../entities/filters/filters/is_color.json | 2 +- .../entities/filters/filters/is_daytime.json | 2 +- .../entities/filters/filters/is_difficulty.json | 2 +- .../entities/filters/filters/is_family.json | 2 +- .../entities/filters/filters/is_game_rule.json | 2 +- .../entities/filters/filters/is_humid.json | 2 +- .../entities/filters/filters/is_immobile.json | 2 +- .../entities/filters/filters/is_in_village.json | 2 +- .../entities/filters/filters/is_leashed.json | 2 +- .../entities/filters/filters/is_leashed_to.json | 2 +- .../entities/filters/filters/is_mark_variant.json | 2 +- .../entities/filters/filters/is_moving.json | 2 +- .../entities/filters/filters/is_owner.json | 2 +- .../entities/filters/filters/is_persistent.json | 2 +- .../entities/filters/filters/is_riding.json | 2 +- .../entities/filters/filters/is_skin_id.json | 2 +- .../entities/filters/filters/is_sleeping.json | 2 +- .../entities/filters/filters/is_sneaking.json | 2 +- .../entities/filters/filters/is_snow_covered.json | 2 +- .../entities/filters/filters/is_target.json | 2 +- .../filters/filters/is_temperature_type.json | 2 +- .../filters/filters/is_temperature_value.json | 2 +- .../entities/filters/filters/is_underground.json | 2 +- .../entities/filters/filters/is_underwater.json | 2 +- .../entities/filters/filters/is_variant.json | 2 +- .../entities/filters/filters/is_visible.json | 2 +- .../entities/filters/filters/light_level.json | 2 +- .../entities/filters/filters/moon_intensity.json | 2 +- .../entities/filters/filters/moon_phase.json | 2 +- .../entities/filters/filters/on_ground.json | 2 +- .../entities/filters/filters/on_ladder.json | 2 +- .../entities/filters/filters/random_chance.json | 2 +- .../entities/filters/filters/rider_count.json | 2 +- .../entities/filters/filters/surface_mob.json | 2 +- .../behavior/entities/filters/filters/trusts.json | 2 +- .../entities/filters/filters/types/operator.json | 2 +- .../entities/filters/filters/types/subject.json | 2 +- .../entities/filters/filters/types/test.json | 2 +- .../entities/filters/filters/weather.json | 2 +- .../filters/filters/weather_at_position.json | 2 +- 70 files changed, 80 insertions(+), 73 deletions(-) diff --git a/source/behavior/entities/1.10.0/filters.json b/source/behavior/entities/1.10.0/filters.json index eafc78ef..608ac5a1 100644 --- a/source/behavior/entities/1.10.0/filters.json +++ b/source/behavior/entities/1.10.0/filters.json @@ -1,6 +1,6 @@ { "$id": "blockception.minecraft.behavior.entities.1.10.0.minecraft.filters", - "title": "Filters 1.10.0", + "title": "1.10.0", "definitions": { "filters_spec": { "oneOf": [ diff --git a/source/behavior/entities/1.13.0/filters.json b/source/behavior/entities/1.13.0/filters.json index e56eb2ce..7f5d6d32 100644 --- a/source/behavior/entities/1.13.0/filters.json +++ b/source/behavior/entities/1.13.0/filters.json @@ -1,6 +1,6 @@ { "$id": "blockception.minecraft.behavior.entities.1.13.0.minecraft.filters", - "title": "Filters 1.13.0", + "title": "1.13.0", "definitions": { "filters_spec": { "oneOf": [ diff --git a/source/behavior/entities/1.14.0/filters.json b/source/behavior/entities/1.14.0/filters.json index c3bd03a1..c9b1769b 100644 --- a/source/behavior/entities/1.14.0/filters.json +++ b/source/behavior/entities/1.14.0/filters.json @@ -1,6 +1,6 @@ { "$id": "blockception.minecraft.behavior.entities.1.14.0.minecraft.filters", - "title": "Filters 1.14.0", + "title": "1.14.0", "definitions": { "filters_spec": { "oneOf": [ diff --git a/source/behavior/entities/filters/filters/clock_time.json b/source/behavior/entities/filters/filters/clock_time.json index a84d314b..9609609b 100644 --- a/source/behavior/entities/filters/filters/clock_time.json +++ b/source/behavior/entities/filters/filters/clock_time.json @@ -1,14 +1,14 @@ { "$id": "blockception.minecraft.behavior.entities.filters.clock_time", "type": "object", - "title": "Filters Clock Time", - "description": "Compares the current 24 hour time with an int value in the range[0, 24000]", + "title": "Clock Time", + "description": "Compares the current time with a float value in the range (0.0, 1.0).\n0.0= Noon\n0.25= Sunset\n0.5= Midnight\n0.75= Sunrise", "required": ["value"], "properties": { "test": { "type": "string", "title": "Test Property", - "description": "Compares the current 24 hour time with an int value in the range[0, 24000]" + "description": "Compares the current time with a float value in the range (0.0, 1.0).\n0.0= Noon\n0.25= Sunset\n0.5= Midnight\n0.75= Sunrise" }, "operator": { "$ref": "./types/operator.json", @@ -22,6 +22,13 @@ "default": "self", "title": "Subject" }, - "value": { "type": "number", "minimum": 0, "maximum": 240000, "description": "(Required) An integer value.", "title": "Value" } + "value": { + "type": "number", + "minimum": 0, + "maximum": 240000, + "description": "(Required) A floating point value.", + "title": "Value", + "examples": [0, 0.025, 0.5, 0.75, 1] + } } } diff --git a/source/behavior/entities/filters/filters/distance_to_nearest_player.json b/source/behavior/entities/filters/filters/distance_to_nearest_player.json index e9d8935d..f2a6b53e 100644 --- a/source/behavior/entities/filters/filters/distance_to_nearest_player.json +++ b/source/behavior/entities/filters/filters/distance_to_nearest_player.json @@ -1,7 +1,7 @@ { "$id": "blockception.minecraft.behavior.entities.filters.distance_to_nearest_player", "type": "object", - "title": "Filters Distance To Nearest Player", + "title": "Distance To Nearest Player", "description": "Compares the distance to the nearest Player with a float value.", "required": ["value"], "properties": { diff --git a/source/behavior/entities/filters/filters/has_ability.json b/source/behavior/entities/filters/filters/has_ability.json index 4820be23..91a14a60 100644 --- a/source/behavior/entities/filters/filters/has_ability.json +++ b/source/behavior/entities/filters/filters/has_ability.json @@ -1,7 +1,7 @@ { "$id": "blockception.minecraft.behavior.entities.filters.has_ability", "type": "object", - "title": "Filters Has Ability", + "title": "Has Ability", "description": "Returns true when the subject entity has the named ability.", "required": ["value"], "properties": { diff --git a/source/behavior/entities/filters/filters/has_biome_tag.json b/source/behavior/entities/filters/filters/has_biome_tag.json index 3ba27336..ab984680 100644 --- a/source/behavior/entities/filters/filters/has_biome_tag.json +++ b/source/behavior/entities/filters/filters/has_biome_tag.json @@ -1,7 +1,7 @@ { "$id": "blockception.minecraft.behavior.entities.filters.has_biome_tag", "type": "object", - "title": "Filters Has Biome Tag", + "title": "Has Biome Tag", "description": "Tests whether the biome the subject is in has the specified tag.", "required": ["value"], "properties": { diff --git a/source/behavior/entities/filters/filters/has_component.json b/source/behavior/entities/filters/filters/has_component.json index 9db6eb98..9b628d85 100644 --- a/source/behavior/entities/filters/filters/has_component.json +++ b/source/behavior/entities/filters/filters/has_component.json @@ -1,7 +1,7 @@ { "$id": "blockception.minecraft.behavior.entities.filters.has_component", "type": "object", - "title": "Filters Has Component", + "title": "Has Component", "description": "Returns true when the subject entity contains the named component.", "required": ["value"], "properties": { diff --git a/source/behavior/entities/filters/filters/has_container_open.json b/source/behavior/entities/filters/filters/has_container_open.json index 09157a65..9a2c9b5a 100644 --- a/source/behavior/entities/filters/filters/has_container_open.json +++ b/source/behavior/entities/filters/filters/has_container_open.json @@ -1,7 +1,7 @@ { "$id": "blockception.minecraft.behavior.entities.filters.has_container_open", "type": "object", - "title": "Filters Has Container Open", + "title": "Has Container Open", "description": "Returns true when the subject Player entity has opened a container.", "properties": { "test": { "type": "string", "title": "Test", "description": "The test property" }, diff --git a/source/behavior/entities/filters/filters/has_damage.json b/source/behavior/entities/filters/filters/has_damage.json index b042450d..58b38ff6 100644 --- a/source/behavior/entities/filters/filters/has_damage.json +++ b/source/behavior/entities/filters/filters/has_damage.json @@ -1,7 +1,7 @@ { "$id": "blockception.minecraft.behavior.entities.filters.has_damage", "type": "object", - "title": "Filters Has Damage", + "title": "Has Damage", "description": "Returns true when the subject entity receives the named damage type.", "required": ["value"], "properties": { diff --git a/source/behavior/entities/filters/filters/has_equipment.json b/source/behavior/entities/filters/filters/has_equipment.json index 861c0a0e..730b98d5 100644 --- a/source/behavior/entities/filters/filters/has_equipment.json +++ b/source/behavior/entities/filters/filters/has_equipment.json @@ -1,7 +1,7 @@ { "$id": "blockception.minecraft.behavior.entities.filters.has_equipment", "type": "object", - "title": "Filters Has Equipment", + "title": "Has Equipment", "description": "Tests for the presence of a named item in the designated slot of the subject entity.", "required": ["value"], "properties": { diff --git a/source/behavior/entities/filters/filters/has_mob_effect.json b/source/behavior/entities/filters/filters/has_mob_effect.json index ccf93cc7..d493b270 100644 --- a/source/behavior/entities/filters/filters/has_mob_effect.json +++ b/source/behavior/entities/filters/filters/has_mob_effect.json @@ -1,7 +1,7 @@ { "$id": "blockception.minecraft.behavior.entities.filters.has_mob_effect", "type": "object", - "title": "Filters Has Mob Effect", + "title": "Has Mob Effect", "description": "Tests whether the Subject has the specified mob effect.", "required": ["value"], "properties": { diff --git a/source/behavior/entities/filters/filters/has_ranged_weapon.json b/source/behavior/entities/filters/filters/has_ranged_weapon.json index ea775033..5e82fa0d 100644 --- a/source/behavior/entities/filters/filters/has_ranged_weapon.json +++ b/source/behavior/entities/filters/filters/has_ranged_weapon.json @@ -1,7 +1,7 @@ { "$id": "blockception.minecraft.behavior.entities.filters.has_ranged_weapon", "type": "object", - "title": "Filters Has Ranged Weapon", + "title": "Has Ranged Weapon", "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" }, diff --git a/source/behavior/entities/filters/filters/has_tag.json b/source/behavior/entities/filters/filters/has_tag.json index 2dac6d2c..1e57e334 100644 --- a/source/behavior/entities/filters/filters/has_tag.json +++ b/source/behavior/entities/filters/filters/has_tag.json @@ -1,7 +1,7 @@ { "$id": "blockception.minecraft.behavior.entities.filters.has_tag", "type": "object", - "title": "Filters Has Tag", + "title": "Has Tag", "description": "Returns true if the subject entity has the tag provided.", "required": ["value"], "properties": { diff --git a/source/behavior/entities/filters/filters/has_target.json b/source/behavior/entities/filters/filters/has_target.json index 2875e91e..9dec7355 100644 --- a/source/behavior/entities/filters/filters/has_target.json +++ b/source/behavior/entities/filters/filters/has_target.json @@ -1,7 +1,7 @@ { "$id": "blockception.minecraft.behavior.entities.filters.has_target", "type": "object", - "title": "Filters Has Target", + "title": "Has Target", "description": "Returns true if the subject entity has a valid target.", "properties": { "test": { "type": "string", "title": "Test", "description": "The test property" }, diff --git a/source/behavior/entities/filters/filters/has_trade_supply.json b/source/behavior/entities/filters/filters/has_trade_supply.json index f9ae2551..d5798f1e 100644 --- a/source/behavior/entities/filters/filters/has_trade_supply.json +++ b/source/behavior/entities/filters/filters/has_trade_supply.json @@ -1,7 +1,7 @@ { "$id": "blockception.minecraft.behavior.entities.filters.has_trade_supply", "type": "object", - "title": "Filters Has Trade Supply", + "title": "Has Trade Supply", "description": "Tests whether the target has any trade supply left. Will return false if the target cannot be traded with.", "properties": { "test": { diff --git a/source/behavior/entities/filters/filters/hourly_clock_time.json b/source/behavior/entities/filters/filters/hourly_clock_time.json index 7baa5c17..79be2aec 100644 --- a/source/behavior/entities/filters/filters/hourly_clock_time.json +++ b/source/behavior/entities/filters/filters/hourly_clock_time.json @@ -1,7 +1,7 @@ { "$id": "blockception.minecraft.behavior.entities.filters.hourly_clock_time", "type": "object", - "title": "Filters Hourly Clock Time", + "title": "Hourly Clock Time", "description": "Compares the current 24 hour time with an int value in the range[0, 24000]", "required": ["value"], "properties": { diff --git a/source/behavior/entities/filters/filters/in_caravan.json b/source/behavior/entities/filters/filters/in_caravan.json index bf1919fe..1c5a506c 100644 --- a/source/behavior/entities/filters/filters/in_caravan.json +++ b/source/behavior/entities/filters/filters/in_caravan.json @@ -1,7 +1,7 @@ { "$id": "blockception.minecraft.behavior.entities.filters.in_caravan", "type": "object", - "title": "Filters In Caravan", + "title": "In Caravan", "description": "Returns true if the subject entity is in a caravan.", "properties": { "test": { "type": "string", "title": "Test Property", "description": "Returns true if the subject entity is in a caravan." }, diff --git a/source/behavior/entities/filters/filters/in_clouds.json b/source/behavior/entities/filters/filters/in_clouds.json index dd8a010e..f145fa87 100644 --- a/source/behavior/entities/filters/filters/in_clouds.json +++ b/source/behavior/entities/filters/filters/in_clouds.json @@ -1,7 +1,7 @@ { "$id": "blockception.minecraft.behavior.entities.filters.in_clouds", "type": "object", - "title": "Filters In Clouds", + "title": "In Clouds", "description": "Returns true when the subject entity is in the clouds.", "properties": { "test": { "type": "string", "title": "Test Property", "description": "Returns true when the subject entity is in the clouds." }, diff --git a/source/behavior/entities/filters/filters/in_lava.json b/source/behavior/entities/filters/filters/in_lava.json index 04ff840e..6ef12bd3 100644 --- a/source/behavior/entities/filters/filters/in_lava.json +++ b/source/behavior/entities/filters/filters/in_lava.json @@ -1,7 +1,7 @@ { "$id": "blockception.minecraft.behavior.entities.filters.in_lava", "type": "object", - "title": "Filters In Lava", + "title": "In Lava", "description": "Returns true when the subject entity is in lava.", "properties": { "test": { "type": "string", "title": "Test Property", "description": "Returns true when the subject entity is in lava." }, diff --git a/source/behavior/entities/filters/filters/in_nether.json b/source/behavior/entities/filters/filters/in_nether.json index 7afe863d..51c54fe0 100644 --- a/source/behavior/entities/filters/filters/in_nether.json +++ b/source/behavior/entities/filters/filters/in_nether.json @@ -1,7 +1,7 @@ { "$id": "blockception.minecraft.behavior.entities.filters.in_nether", "type": "object", - "title": "Filters In Nether", + "title": "In Nether", "description": "Returns true when the subject entity is in Nether.", "properties": { "test": { "type": "string", "title": "Test", "description": "The test property" }, diff --git a/source/behavior/entities/filters/filters/in_water.json b/source/behavior/entities/filters/filters/in_water.json index 20544cca..48f73334 100644 --- a/source/behavior/entities/filters/filters/in_water.json +++ b/source/behavior/entities/filters/filters/in_water.json @@ -1,7 +1,7 @@ { "$id": "blockception.minecraft.behavior.entities.filters.in_water", "type": "object", - "title": "Filters In Water", + "title": "In Water", "description": "Returns true when the subject entity is in water.", "properties": { "test": { "type": "string", "title": "Test Property", "description": "Returns true when the subject entity is in water." }, diff --git a/source/behavior/entities/filters/filters/in_water_or_rain.json b/source/behavior/entities/filters/filters/in_water_or_rain.json index 55494d99..3246d325 100644 --- a/source/behavior/entities/filters/filters/in_water_or_rain.json +++ b/source/behavior/entities/filters/filters/in_water_or_rain.json @@ -1,7 +1,7 @@ { "$id": "blockception.minecraft.behavior.entities.filters.in_water_or_rain", "type": "object", - "title": "Filters In Water Or Rain", + "title": "In Water Or Rain", "description": "Returns true when the subject entity is in water or rain.", "properties": { "test": { "type": "string", "title": "Test Property", "description": "Returns true when the subject entity is in water or rain." }, diff --git a/source/behavior/entities/filters/filters/inactivity_timer.json b/source/behavior/entities/filters/filters/inactivity_timer.json index ac5a0a26..598f95bb 100644 --- a/source/behavior/entities/filters/filters/inactivity_timer.json +++ b/source/behavior/entities/filters/filters/inactivity_timer.json @@ -1,7 +1,7 @@ { "$id": "blockception.minecraft.behavior.entities.filters.inactivity_timer", "type": "object", - "title": "Filters Inactivity Timer", + "title": "Inactivity Timer", "description": "Tests if the specified duration in seconds of inactivity for despawning has been reached.", "required": ["value"], "properties": { diff --git a/source/behavior/entities/filters/filters/is_altitude.json b/source/behavior/entities/filters/filters/is_altitude.json index 7875bf99..6a89fc34 100644 --- a/source/behavior/entities/filters/filters/is_altitude.json +++ b/source/behavior/entities/filters/filters/is_altitude.json @@ -1,7 +1,7 @@ { "$id": "blockception.minecraft.behavior.entities.filters.is_altitude", "type": "object", - "title": "Filters Is Altitude", + "title": "Is Altitude", "description": "Tests the current altitude against a provided value. 0= bedrock elevation.", "required": ["value"], "properties": { diff --git a/source/behavior/entities/filters/filters/is_avoiding_mobs.json b/source/behavior/entities/filters/filters/is_avoiding_mobs.json index 5e0c2ee6..d64fda52 100644 --- a/source/behavior/entities/filters/filters/is_avoiding_mobs.json +++ b/source/behavior/entities/filters/filters/is_avoiding_mobs.json @@ -1,7 +1,7 @@ { "$id": "blockception.minecraft.behavior.entities.filters.is_avoiding_mobs", "type": "object", - "title": "Filters Is Avoiding Mobs", + "title": "Is Avoiding Mobs", "description": "Returns true if the subject entity is fleeing from other mobs.", "properties": { "test": { "type": "string", "title": "Test Property", "description": "Returns true if the subject entity is fleeing from other mobs." }, diff --git a/source/behavior/entities/filters/filters/is_biome.json b/source/behavior/entities/filters/filters/is_biome.json index 3af3c334..477c9753 100644 --- a/source/behavior/entities/filters/filters/is_biome.json +++ b/source/behavior/entities/filters/filters/is_biome.json @@ -1,7 +1,7 @@ { "$id": "blockception.minecraft.behavior.entities.filters.is_biome", "type": "object", - "title": "Filters Is Biome", + "title": "Is Biome", "description": "Tests whether the Subject is currently in the named biome.", "required": ["value"], "properties": { diff --git a/source/behavior/entities/filters/filters/is_block.json b/source/behavior/entities/filters/filters/is_block.json index 7a109d3c..43e7230f 100644 --- a/source/behavior/entities/filters/filters/is_block.json +++ b/source/behavior/entities/filters/filters/is_block.json @@ -1,7 +1,7 @@ { "$id": "blockception.minecraft.behavior.entities.filters.is_block", "type": "object", - "title": "Filters Is Block", + "title": "Is Block", "description": "Returns true when the block has the given name.", "required": ["value"], "properties": { diff --git a/source/behavior/entities/filters/filters/is_brightness.json b/source/behavior/entities/filters/filters/is_brightness.json index 298c4e26..a76bf8f4 100644 --- a/source/behavior/entities/filters/filters/is_brightness.json +++ b/source/behavior/entities/filters/filters/is_brightness.json @@ -1,7 +1,7 @@ { "$id": "blockception.minecraft.behavior.entities.filters.is_brightness", "type": "object", - "title": "Filters Is Brightness", + "title": "Is Brightness", "description": "Tests the current brightness against a provided value in the range (0.0f, 1.0f).", "required": ["value"], "properties": { diff --git a/source/behavior/entities/filters/filters/is_climbing.json b/source/behavior/entities/filters/filters/is_climbing.json index ed1f0c8a..24bf29e4 100644 --- a/source/behavior/entities/filters/filters/is_climbing.json +++ b/source/behavior/entities/filters/filters/is_climbing.json @@ -1,7 +1,7 @@ { "$id": "blockception.minecraft.behavior.entities.filters.is_climbing", "type": "object", - "title": "Filters Is Climbing", + "title": "Is Climbing", "description": "Returns true if the subject entity is climbing.", "properties": { "test": { "type": "string", "title": "Test Property", "description": "Returns true if the subject entity is climbing." }, diff --git a/source/behavior/entities/filters/filters/is_color.json b/source/behavior/entities/filters/filters/is_color.json index ff6a8cae..b05b5b7e 100644 --- a/source/behavior/entities/filters/filters/is_color.json +++ b/source/behavior/entities/filters/filters/is_color.json @@ -1,7 +1,7 @@ { "$id": "blockception.minecraft.behavior.entities.filters.is_color", "type": "object", - "title": "Filters Is Color", + "title": "Is Color", "description": "Returns true if the subject entity is the named color.", "required": ["value"], "properties": { diff --git a/source/behavior/entities/filters/filters/is_daytime.json b/source/behavior/entities/filters/filters/is_daytime.json index 8186627d..6b7dbc31 100644 --- a/source/behavior/entities/filters/filters/is_daytime.json +++ b/source/behavior/entities/filters/filters/is_daytime.json @@ -1,7 +1,7 @@ { "$id": "blockception.minecraft.behavior.entities.filters.is_daytime", "type": "object", - "title": "Filters Is Daytime", + "title": "Is Daytime", "description": "Returns true during the daylight hours.", "properties": { "test": { "type": "string", "title": "Test Property", "description": "Returns true during the daylight hours." }, diff --git a/source/behavior/entities/filters/filters/is_difficulty.json b/source/behavior/entities/filters/filters/is_difficulty.json index 7f8b156c..de71fe7d 100644 --- a/source/behavior/entities/filters/filters/is_difficulty.json +++ b/source/behavior/entities/filters/filters/is_difficulty.json @@ -1,7 +1,7 @@ { "$id": "blockception.minecraft.behavior.entities.filters.is_difficulty", "type": "object", - "title": "Filters Is Difficulty", + "title": "Is Difficulty", "description": "Tests the current difficulty level of the game.", "required": ["value"], "properties": { diff --git a/source/behavior/entities/filters/filters/is_family.json b/source/behavior/entities/filters/filters/is_family.json index 15ce0675..cac557b1 100644 --- a/source/behavior/entities/filters/filters/is_family.json +++ b/source/behavior/entities/filters/filters/is_family.json @@ -1,7 +1,7 @@ { "$id": "blockception.minecraft.behavior.entities.filters.is_family", "type": "object", - "title": "Filters Is Family", + "title": "Is Family", "description": "Returns true when the subject entity is a member of the named family.", "required": ["value"], "properties": { diff --git a/source/behavior/entities/filters/filters/is_game_rule.json b/source/behavior/entities/filters/filters/is_game_rule.json index 7527a725..84c2f04b 100644 --- a/source/behavior/entities/filters/filters/is_game_rule.json +++ b/source/behavior/entities/filters/filters/is_game_rule.json @@ -1,7 +1,7 @@ { "$id": "blockception.minecraft.behavior.entities.filters.is_game_rule", "type": "object", - "title": "Filters Is Game Rule", + "title": "Is Game Rule", "description": "UNDOCUMENTATED:", "required": ["domain"], "properties": { diff --git a/source/behavior/entities/filters/filters/is_humid.json b/source/behavior/entities/filters/filters/is_humid.json index 167496a4..df759f7d 100644 --- a/source/behavior/entities/filters/filters/is_humid.json +++ b/source/behavior/entities/filters/filters/is_humid.json @@ -1,7 +1,7 @@ { "$id": "blockception.minecraft.behavior.entities.filters.is_humid", "type": "object", - "title": "Filters Is Humid", + "title": "Is Humid", "description": "Tests whether the Subject is in an area with humidity", "properties": { "test": { "type": "string", "title": "Test Property", "description": "Tests whether the Subject is in an area with humidity" }, diff --git a/source/behavior/entities/filters/filters/is_immobile.json b/source/behavior/entities/filters/filters/is_immobile.json index 8022e562..1f2ee797 100644 --- a/source/behavior/entities/filters/filters/is_immobile.json +++ b/source/behavior/entities/filters/filters/is_immobile.json @@ -1,7 +1,7 @@ { "$id": "blockception.minecraft.behavior.entities.filters.is_immobile", "type": "object", - "title": "Filters Is Immobile", + "title": "Is Immobile", "description": "Returns true if the subject entity is immobile. An entity is immobile if it lacks AI goals, has just changed dimensions or if it is a mob and has no health.", "properties": { "test": { "type": "string", "title": "Test Property", "description": "The test property" }, diff --git a/source/behavior/entities/filters/filters/is_in_village.json b/source/behavior/entities/filters/filters/is_in_village.json index c1982dc6..41f43667 100644 --- a/source/behavior/entities/filters/filters/is_in_village.json +++ b/source/behavior/entities/filters/filters/is_in_village.json @@ -1,7 +1,7 @@ { "$id": "blockception.minecraft.behavior.entities.filters.is_in_village", "type": "object", - "title": "Filters Is In Village", + "title": "Is In Village", "description": "Tests whether the Subject is inside the bounds of a village.", "properties": { "test": { "type": "string", "title": "Test Property", "description": "The test property" }, diff --git a/source/behavior/entities/filters/filters/is_leashed.json b/source/behavior/entities/filters/filters/is_leashed.json index 01a5ebc8..45944b4d 100644 --- a/source/behavior/entities/filters/filters/is_leashed.json +++ b/source/behavior/entities/filters/filters/is_leashed.json @@ -1,7 +1,7 @@ { "$id": "blockception.minecraft.behavior.entities.filters.is_leashed", "type": "object", - "title": "Filters Is Leashed", + "title": "Is Leashed", "description": "Returns true if the subject entity is leashed.", "properties": { "test": { "type": "string", "title": "Test Property", "description": "The test property" }, diff --git a/source/behavior/entities/filters/filters/is_leashed_to.json b/source/behavior/entities/filters/filters/is_leashed_to.json index 1814b620..45ab5579 100644 --- a/source/behavior/entities/filters/filters/is_leashed_to.json +++ b/source/behavior/entities/filters/filters/is_leashed_to.json @@ -1,7 +1,7 @@ { "$id": "blockception.minecraft.behavior.entities.filters.is_leashed_to", "type": "object", - "title": "Filters Is Leashed To", + "title": "Is Leashed To", "description": "Returns true if the subject entity leashed to the calling entity.", "properties": { "test": { "type": "string", "title": "Test", "description": "The test property" }, diff --git a/source/behavior/entities/filters/filters/is_mark_variant.json b/source/behavior/entities/filters/filters/is_mark_variant.json index 0bb85600..cb00ecb6 100644 --- a/source/behavior/entities/filters/filters/is_mark_variant.json +++ b/source/behavior/entities/filters/filters/is_mark_variant.json @@ -1,7 +1,7 @@ { "$id": "blockception.minecraft.behavior.entities.filters.is_mark_variant", "type": "object", - "title": "Filters Is Mark Variant", + "title": "Is Mark Variant", "description": "Returns true if the subject entity is the mark variant number provided.", "properties": { "test": { "type": "string", "title": "Test Property", "description": "The test property" }, diff --git a/source/behavior/entities/filters/filters/is_moving.json b/source/behavior/entities/filters/filters/is_moving.json index 6f85972c..4b6de612 100644 --- a/source/behavior/entities/filters/filters/is_moving.json +++ b/source/behavior/entities/filters/filters/is_moving.json @@ -1,7 +1,7 @@ { "$id": "blockception.minecraft.behavior.entities.filters.is_moving", "type": "object", - "title": "Filters Is Moving", + "title": "Is Moving", "description": "Returns true if the subject entity is moving.", "properties": { "test": { "type": "string", "title": "Test Property", "description": "The test property" }, diff --git a/source/behavior/entities/filters/filters/is_owner.json b/source/behavior/entities/filters/filters/is_owner.json index a2f147a9..aba7492e 100644 --- a/source/behavior/entities/filters/filters/is_owner.json +++ b/source/behavior/entities/filters/filters/is_owner.json @@ -1,7 +1,7 @@ { "$id": "blockception.minecraft.behavior.entities.filters.is_owner", "type": "object", - "title": "Filters Is Owner", + "title": "Is Owner", "description": "Returns true if the subject entity is the owner of the calling entity.", "properties": { "test": { "type": "string", "title": "Test Property", "description": "The test property" }, diff --git a/source/behavior/entities/filters/filters/is_persistent.json b/source/behavior/entities/filters/filters/is_persistent.json index 70d69a53..ddde54cd 100644 --- a/source/behavior/entities/filters/filters/is_persistent.json +++ b/source/behavior/entities/filters/filters/is_persistent.json @@ -1,7 +1,7 @@ { "$id": "blockception.minecraft.behavior.entities.filters.is_persistent", "type": "object", - "title": "Filters Is Persistent", + "title": "Is Persistent", "description": "Tests if the subject's persistence matches the bool value passed in.", "properties": { "test": { "type": "string", "title": "Test", "description": "The test property" }, diff --git a/source/behavior/entities/filters/filters/is_riding.json b/source/behavior/entities/filters/filters/is_riding.json index 65af7d43..6de174f9 100644 --- a/source/behavior/entities/filters/filters/is_riding.json +++ b/source/behavior/entities/filters/filters/is_riding.json @@ -1,7 +1,7 @@ { "$id": "blockception.minecraft.behavior.entities.filters.is_riding", "type": "object", - "title": "Filters Is Riding", + "title": "Is Riding", "description": "Returns true if the subject entity is riding on another entity.", "properties": { "test": { "type": "string", "title": "Test Property", "description": "The test property" }, diff --git a/source/behavior/entities/filters/filters/is_skin_id.json b/source/behavior/entities/filters/filters/is_skin_id.json index 62c31f53..73550f44 100644 --- a/source/behavior/entities/filters/filters/is_skin_id.json +++ b/source/behavior/entities/filters/filters/is_skin_id.json @@ -1,7 +1,7 @@ { "$id": "blockception.minecraft.behavior.entities.filters.is_skin_id", "type": "object", - "title": "Filters Is Skin Id", + "title": "Is Skin Id", "description": "Returns true if the subject entity is the skin id number provided.", "properties": { "test": { "type": "string", "title": "Test Property", "description": "The test property" }, diff --git a/source/behavior/entities/filters/filters/is_sleeping.json b/source/behavior/entities/filters/filters/is_sleeping.json index 62d5e6d4..d8da1349 100644 --- a/source/behavior/entities/filters/filters/is_sleeping.json +++ b/source/behavior/entities/filters/filters/is_sleeping.json @@ -1,7 +1,7 @@ { "$id": "blockception.minecraft.behavior.entities.filters.is_sleeping", "type": "object", - "title": "Filters Is Sleeping", + "title": "Is Sleeping", "description": "Tests whether the Subject is sleeping.", "properties": { "test": { "type": "string", "title": "Test", "description": "The test property" }, diff --git a/source/behavior/entities/filters/filters/is_sneaking.json b/source/behavior/entities/filters/filters/is_sneaking.json index 966ef69f..c5b99125 100644 --- a/source/behavior/entities/filters/filters/is_sneaking.json +++ b/source/behavior/entities/filters/filters/is_sneaking.json @@ -1,7 +1,7 @@ { "$id": "blockception.minecraft.behavior.entities.filters.is_sneaking", "type": "object", - "title": "Filters Is Sneaking", + "title": "Is Sneaking", "description": "Returns true if the subject entity is sneaking.", "properties": { "test": { "type": "string", "title": "Test Property", "description": "The test property" }, diff --git a/source/behavior/entities/filters/filters/is_snow_covered.json b/source/behavior/entities/filters/filters/is_snow_covered.json index fb89d3b3..35198892 100644 --- a/source/behavior/entities/filters/filters/is_snow_covered.json +++ b/source/behavior/entities/filters/filters/is_snow_covered.json @@ -1,7 +1,7 @@ { "$id": "blockception.minecraft.behavior.entities.filters.is_snow_covered", "type": "object", - "title": "Filters Is Snow Covered", + "title": "Is Snow Covered", "description": "Tests whether the Subject is in an area with snow cover", "properties": { "test": { "type": "string", "title": "Test Property", "description": "The test property" }, diff --git a/source/behavior/entities/filters/filters/is_target.json b/source/behavior/entities/filters/filters/is_target.json index bd246429..8f3daf62 100644 --- a/source/behavior/entities/filters/filters/is_target.json +++ b/source/behavior/entities/filters/filters/is_target.json @@ -1,7 +1,7 @@ { "$id": "blockception.minecraft.behavior.entities.filters.is_target", "type": "object", - "title": "Filters Is Target", + "title": "Is Target", "description": "Returns true if the subject entity is the target of the calling entity.", "properties": { "test": { "type": "string", "title": "Test Property", "description": "The test property" }, diff --git a/source/behavior/entities/filters/filters/is_temperature_type.json b/source/behavior/entities/filters/filters/is_temperature_type.json index 25ac82b6..190ff15d 100644 --- a/source/behavior/entities/filters/filters/is_temperature_type.json +++ b/source/behavior/entities/filters/filters/is_temperature_type.json @@ -1,7 +1,7 @@ { "$id": "blockception.minecraft.behavior.entities.filters.is_target", "type": "object", - "title": "Filters Is Target", + "title": "Is Target", "description": "Tests whether the current temperature is a given type.", "required": ["value"], "properties": { diff --git a/source/behavior/entities/filters/filters/is_temperature_value.json b/source/behavior/entities/filters/filters/is_temperature_value.json index 1bdbb1fa..d110c35b 100644 --- a/source/behavior/entities/filters/filters/is_temperature_value.json +++ b/source/behavior/entities/filters/filters/is_temperature_value.json @@ -1,7 +1,7 @@ { "$id": "blockception.minecraft.behavior.entities.filters.is_temperature_value", "type": "object", - "title": "Filters Is Temperature Value", + "title": "Is Temperature Value", "description": "Tests the current temperature against a provided value in the range (0.0, 1.0) where 0.0f is the coldest temp and 1.0f is the hottest.", "required": ["value"], "properties": { diff --git a/source/behavior/entities/filters/filters/is_underground.json b/source/behavior/entities/filters/filters/is_underground.json index d9f4156f..f27602e3 100644 --- a/source/behavior/entities/filters/filters/is_underground.json +++ b/source/behavior/entities/filters/filters/is_underground.json @@ -1,7 +1,7 @@ { "$id": "blockception.minecraft.behavior.entities.filters.is_underground", "type": "object", - "title": "Filters Is Underground", + "title": "Is Underground", "description": "Returns true when the subject entity is underground. An entity is considered underground if there are non-solid blocks above it.", "properties": { "test": { "type": "string", "title": "Test Property", "description": "The test property" }, diff --git a/source/behavior/entities/filters/filters/is_underwater.json b/source/behavior/entities/filters/filters/is_underwater.json index d2a957ad..c0b6d838 100644 --- a/source/behavior/entities/filters/filters/is_underwater.json +++ b/source/behavior/entities/filters/filters/is_underwater.json @@ -1,7 +1,7 @@ { "$id": "blockception.minecraft.behavior.entities.filters.is_underwater", "type": "object", - "title": "Filters Is Underwater", + "title": "Is Underwater", "description": "Returns true when the subject entity is under water. An entity is considered underwater if it is completely submerged in water blocks.", "properties": { "test": { "type": "string", "title": "Test Property", "description": "The test property" }, diff --git a/source/behavior/entities/filters/filters/is_variant.json b/source/behavior/entities/filters/filters/is_variant.json index fa8acc07..5be56686 100644 --- a/source/behavior/entities/filters/filters/is_variant.json +++ b/source/behavior/entities/filters/filters/is_variant.json @@ -1,7 +1,7 @@ { "$id": "blockception.minecraft.behavior.entities.filters.is_variant", "type": "object", - "title": "Filters Is Variant", + "title": "Is Variant", "description": "Returns true if the subject entity is the variant number provided.", "required": ["value"], "properties": { diff --git a/source/behavior/entities/filters/filters/is_visible.json b/source/behavior/entities/filters/filters/is_visible.json index 2b2cc482..59691d34 100644 --- a/source/behavior/entities/filters/filters/is_visible.json +++ b/source/behavior/entities/filters/filters/is_visible.json @@ -1,7 +1,7 @@ { "$id": "blockception.minecraft.behavior.entities.filters.is_visible", "type": "object", - "title": "Filters Is Visible", + "title": "Is Visible", "description": "Returns true if the subject entity is visible.", "properties": { "test": { "type": "string", "title": "Test Property", "description": "The test property" }, diff --git a/source/behavior/entities/filters/filters/light_level.json b/source/behavior/entities/filters/filters/light_level.json index 25e8ef4a..aebdbe06 100644 --- a/source/behavior/entities/filters/filters/light_level.json +++ b/source/behavior/entities/filters/filters/light_level.json @@ -1,7 +1,7 @@ { "$id": "blockception.minecraft.behavior.entities.filters.light_level", "type": "object", - "title": "Filters Light Level", + "title": "Light Level", "description": "Tests is the mob is outside of the specified light level range (0, 16).", "required": ["value"], "properties": { diff --git a/source/behavior/entities/filters/filters/moon_intensity.json b/source/behavior/entities/filters/filters/moon_intensity.json index 958619ad..48d31b3c 100644 --- a/source/behavior/entities/filters/filters/moon_intensity.json +++ b/source/behavior/entities/filters/filters/moon_intensity.json @@ -1,7 +1,7 @@ { "$id": "blockception.minecraft.behavior.entities.filters.moon_intensity", "type": "object", - "title": "Filters Moon Intensity", + "title": "Moon Intensity", "description": "Compares the current moon intensity with a float value in the range (0.0, 1.0)", "required": ["value"], "properties": { diff --git a/source/behavior/entities/filters/filters/moon_phase.json b/source/behavior/entities/filters/filters/moon_phase.json index 79b9198f..5d5ab238 100644 --- a/source/behavior/entities/filters/filters/moon_phase.json +++ b/source/behavior/entities/filters/filters/moon_phase.json @@ -1,7 +1,7 @@ { "$id": "blockception.minecraft.behavior.entities.filters.moon_phase", "type": "object", - "title": "Filters Moon Phase", + "title": "Moon Phase", "description": "Compares the current moon phase with an integer value in the range (0, 7).", "required": ["value"], "properties": { diff --git a/source/behavior/entities/filters/filters/on_ground.json b/source/behavior/entities/filters/filters/on_ground.json index 28a4f492..afd692ef 100644 --- a/source/behavior/entities/filters/filters/on_ground.json +++ b/source/behavior/entities/filters/filters/on_ground.json @@ -1,7 +1,7 @@ { "$id": "blockception.minecraft.behavior.entities.filters.on_ground", "type": "object", - "title": "Filters On Ground", + "title": "On Ground", "description": "Returns true when the subject entity is on ground.", "properties": { "test": { "type": "string", "title": "Test Property", "description": "The test property" }, diff --git a/source/behavior/entities/filters/filters/on_ladder.json b/source/behavior/entities/filters/filters/on_ladder.json index 2753adbf..8334be26 100644 --- a/source/behavior/entities/filters/filters/on_ladder.json +++ b/source/behavior/entities/filters/filters/on_ladder.json @@ -1,7 +1,7 @@ { "$id": "blockception.minecraft.behavior.entities.filters.on_ladder", "type": "object", - "title": "Filters On Ladder", + "title": "On Ladder", "description": "Returns true when the subject entity is on a ladder.", "properties": { "test": { "type": "string", "title": "Test Property", "description": "The test property" }, diff --git a/source/behavior/entities/filters/filters/random_chance.json b/source/behavior/entities/filters/filters/random_chance.json index d21e314e..220f5736 100644 --- a/source/behavior/entities/filters/filters/random_chance.json +++ b/source/behavior/entities/filters/filters/random_chance.json @@ -1,7 +1,7 @@ { "$id": "blockception.minecraft.behavior.entities.filters.random_chance", "type": "object", - "title": "Filters Random Chance", + "title": "Random Chance", "description": "Returns true if the random chance rolls 0 out of a specified max range.", "required": ["value"], "properties": { diff --git a/source/behavior/entities/filters/filters/rider_count.json b/source/behavior/entities/filters/filters/rider_count.json index c2ac3517..af8ab4fa 100644 --- a/source/behavior/entities/filters/filters/rider_count.json +++ b/source/behavior/entities/filters/filters/rider_count.json @@ -1,7 +1,7 @@ { "$id": "blockception.minecraft.behavior.entities.filters.rider_count", "type": "object", - "title": "Filters Rider Count", + "title": "Rider Count", "description": "Returns the number of riders on this entity.", "required": ["value"], "properties": { diff --git a/source/behavior/entities/filters/filters/surface_mob.json b/source/behavior/entities/filters/filters/surface_mob.json index 7accca84..6193cc6f 100644 --- a/source/behavior/entities/filters/filters/surface_mob.json +++ b/source/behavior/entities/filters/filters/surface_mob.json @@ -1,7 +1,7 @@ { "$id": "blockception.minecraft.behavior.entities.filters.surface_mob", "type": "object", - "title": "Filters Surface Mob", + "title": "Surface Mob", "description": "Tests if the subject is a surface mob.", "properties": { "test": { "type": "string", "title": "Test", "description": "The test property" }, diff --git a/source/behavior/entities/filters/filters/trusts.json b/source/behavior/entities/filters/filters/trusts.json index 494f005d..6da32430 100644 --- a/source/behavior/entities/filters/filters/trusts.json +++ b/source/behavior/entities/filters/filters/trusts.json @@ -1,7 +1,7 @@ { "$id": "blockception.minecraft.behavior.entities.filters.trusts", "type": "object", - "title": "Filters Trusts", + "title": "Trusts", "description": "Returns true if the subject is trusted by entity.", "properties": { "test": { "type": "string", "title": "Test", "description": "The test property" }, diff --git a/source/behavior/entities/filters/filters/types/operator.json b/source/behavior/entities/filters/filters/types/operator.json index 6581d24d..6a8e2423 100644 --- a/source/behavior/entities/filters/filters/types/operator.json +++ b/source/behavior/entities/filters/filters/types/operator.json @@ -1,6 +1,6 @@ { "$id": "blockception.minecraft.behavior.entities.filters.operator", - "title": "Filters Operator", + "title": "Operator", "type": "string", "description": "The comparison to apply with `value`.", "default": "equals", diff --git a/source/behavior/entities/filters/filters/types/subject.json b/source/behavior/entities/filters/filters/types/subject.json index 9025ce63..881fa3b2 100644 --- a/source/behavior/entities/filters/filters/types/subject.json +++ b/source/behavior/entities/filters/filters/types/subject.json @@ -1,6 +1,6 @@ { "$id": "blockception.minecraft.behavior.entities.filters.subject", - "title": "Filters Subject", + "title": "Subject", "type": "string", "description": "The subject of this filter test.", "default": "self", diff --git a/source/behavior/entities/filters/filters/types/test.json b/source/behavior/entities/filters/filters/types/test.json index 2f845822..0b0b8f35 100644 --- a/source/behavior/entities/filters/filters/types/test.json +++ b/source/behavior/entities/filters/filters/types/test.json @@ -1,6 +1,6 @@ { "$id": "blockception.minecraft.behavior.entities.filters.test", - "title": "Filters Test", + "title": "Test", "type": "string", "description": "The test operation", "enum": [ diff --git a/source/behavior/entities/filters/filters/weather.json b/source/behavior/entities/filters/filters/weather.json index 62016496..0e6f979b 100644 --- a/source/behavior/entities/filters/filters/weather.json +++ b/source/behavior/entities/filters/filters/weather.json @@ -1,7 +1,7 @@ { "$id": "blockception.minecraft.behavior.entities.filters.weather", "type": "object", - "title": "Filters Weather", + "title": "Weather", "description": "Tests the current weather in the dimension against a provided weather value.", "required": ["value"], "properties": { diff --git a/source/behavior/entities/filters/filters/weather_at_position.json b/source/behavior/entities/filters/filters/weather_at_position.json index 1f90a9e6..3ab88597 100644 --- a/source/behavior/entities/filters/filters/weather_at_position.json +++ b/source/behavior/entities/filters/filters/weather_at_position.json @@ -1,7 +1,7 @@ { "$id": "blockception.minecraft.behavior.entities.filters.weather_at_position", "type": "object", - "title": "Filters Weather At Position", + "title": "Weather At Position", "description": "Tests the current weather, at the actor's position, against a provided weather value.", "required": ["value"], "properties": {