Removed old filters
This commit is contained in:
@@ -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"]
|
||||
}
|
||||
@@ -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"]
|
||||
}
|
||||
@@ -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"
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user