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

View File

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

View File

@@ -1,56 +0,0 @@
{
"$id": "blockception.minecraft.behavior.entities.filters.1.8.0.base_test",
"title": "Filters Test 1.8.0",
"type": "string",
"description": "The test operation",
"enum": [
"clock_time",
"distance_to_nearest_player",
"has_ability",
"has_biome_tag",
"has_component",
"has_damage",
"has_equipment",
"has_mob_effect",
"has_tag",
"has_trade_supply",
"hourly_clock_time",
"in_caravan",
"in_clouds",
"in_lava",
"in_water",
"in_water_or_rain",
"is_altitude",
"is_avoiding_mobs",
"is_biome",
"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_mark_variant",
"is_moving",
"is_owner",
"is_riding",
"is_skin_id",
"is_sneaking",
"is_snow_covered",
"is_target",
"is_temperature_type",
"is_temperature_value",
"is_underground",
"is_underwater",
"is_variant",
"is_visible",
"moon_intensity",
"moon_phase",
"on_ground",
"on_ladder"
]
}