logo

 過去の検索履歴


2025/10/04 20:33:17 正規表現[{ "events": { "neko:movement_stop": { "set_property": { "neko:movement": "stop" } }, "neko:movement_walk": { "set_property": { "neko:movement": "walk" } }, "neko:movement_dash": { "set_property": { "neko:movement": "dash" } }, "neko:movement_jump": { "set_property": { "neko:movement": "jump" } }, "neko:movement_falling": { "set_property": { "neko:movement": "falling" } }, "neko:score_add_pr_none": { "set_property": { "neko:score_add_pr": "none" } }, "neko:character_none": { "set_property": { "neko:character": "none" }, "add": { "component_groups": [ "neko:character_none_cg" ] } }, "neko:character_itadori": { "set_property": { "neko:character": "itadori" }, "add": { "component_groups": [ "neko:character_itadori_cg" ] } }, "neko:kai_level1_spawn": { "add": { "component_groups": [ "neko:kai_level1_spawn" ] } }, "minecraft:gain_raid_omen": { "add": { "component_groups": [ "minecraft:add_raid_omen" ] } }, "minecraft:clear_add_raid_omen": { "remove": { "component_groups": [ "minecraft:add_raid_omen" ] }, "add": { "component_groups": [ "minecraft:clear_raid_omen_spell_effect" ] } }, "minecraft:trigger_raid": { "add": { "component_groups": [ "minecraft:raid_trigger" ] } }, "minecraft:remove_raid_trigger": { "remove": { "component_groups": [ "minecraft:raid_trigger" ] } } }}]のjson文法をチェックしました
2025/10/04 20:32:01 正規表現[{ "components": { "minecraft:npc": { "npc_data": { "portrait_offsets": { "translate": [ 0, 0, 0 ], "scale": [ 0, 0, 0 ] }, "picker_offsets": { "translate": [ 0, 0, 0 ], "scale": [ 0, 0, 0 ] } } }, "minecraft:experience_reward": { "on_death": "Math.Min(query.player_level * 7, 100)" }, "minecraft:type_family": { "family": [ "player" ] }, "minecraft:is_hidden_when_invisible": {}, "minecraft:loot": { "table": "loot_tables/empty.json" }, "minecraft:collision_box": { "width": 0.6, "height": 1.8 }, "minecraft:can_climb": {}, "minecraft:movement": { "value": 0.1 }, "minecraft:hurt_on_condition": { "damage_conditions": [ { "filters": { "test": "in_lava", "subject": "self", "operator": "==", "value": true }, "cause": "lava", "damage_per_tick": 4 } ] }, "minecraft:attack": { "damage": 1 }, "minecraft:exhaustion_values": { "heal": 6, "jump": 0.05, "sprint_jump": 0.2, "mine": 0.005, "attack": 0.1, "damage": 0.1, "walk": 0, "sprint": 0.1, "swim": 0.01 }, "minecraft:player.saturation": { "value": 5, "max": 20 }, "minecraft:player.exhaustion": { "value": 0, "max": 20 }, "minecraft:player.level": { "value": 0, "max": 24791 }, "minecraft:player.experience": { "value": 0, "max": 1 }, "minecraft:breathable": { "total_supply": 15, "suffocate_time": -1, "inhale_time": 3.75, "generates_bubbles": false }, "minecraft:nameable": { "always_show": true, "allow_name_tag_renaming": false }, "minecraft:physics": { "push_towards_closest_space": true }, "minecraft:pushable": { "is_pushable": false, "is_pushable_by_piston": true }, "minecraft:insomnia": { "days_until_insomnia": 3 }, "minecraft:conditional_bandwidth_optimization": {}, "minecraft:block_climber": {}, "minecraft:environment_sensor": { "triggers": { "filters": { "all_of": [ { "test": "has_mob_effect", "subject": "self", "value": "bad_omen" }, { "test": "is_in_village", "subject": "self", "value": true } ] }, "event": "minecraft:gain_raid_omen" } } }}]のjson文法をチェックしました
2025/10/04 20:31:15 正規表現[{ "component_groups": { "neko:character_none_cg": { "minecraft:movement": { "value": 0.1 }, "minecraft:attack": { "damage": 1 }, "minecraft:health": { "value": 20, "max": 20 } }, "neko:character_itadori_cg": { "minecraft:health": { "value": 400, "max": 400 } }, "neko:kai_level1_spawn": { "minecraft:spawn_entity": { "entities": [ { "min_wait_time": 0, "max_wait_time": 0, "single_use": true, "num_to_spawn": 1, "spawn_entity": "neko:kai_level1", "spawn_event": "neko:pro_on" } ] } }, "minecraft:add_raid_omen": { "minecraft:spell_effects": { "add_effects": [ { "effect": "raid_omen", "duration": 30, "display_on_screen_animation": true } ], "remove_effects": "bad_omen" }, "minecraft:timer": { "time": [ 0, 0 ], "looping": false, "time_down_event": { "event": "minecraft:clear_add_raid_omen", "target": "self" } } }, "minecraft:clear_raid_omen_spell_effect": { "minecraft:spell_effects": {} }, "minecraft:raid_trigger": { "minecraft:raid_trigger": { "triggered_event": { "event": "minecraft:remove_raid_trigger", "target": "self" } } } }}]のjson文法をチェックしました
2025/10/04 20:30:15 正規表現[{ "properties": { "neko:score_add_pr": { "type": "enum", "values": [ "onekai", "none" ], "default": "onekai", "client_sync": true }, "neko:character": { "type": "enum", "values": [ "none", "itadori" ], "default": "none", "client_sync": true }, "neko:movement": { "type": "enum", "values": [ "stop", "walk", "dash", "jump", "falling" ], "default": "stop", "client_sync": true } }}]のjson文法をチェックしました
2025/10/04 20:22:56 正規表現[{ "format_version": "1.21.0", "minecraft:entity": { "description": { "identifier": "minecraft:player", "spawn_category": "creature", "is_spawnable": false, "is_summonable": false, "scripts": { "animate": [ "score_add", "test100", "character_selected_open", "movement", "not_spring_walk" ] }, "animations": { "score_add": "controller.animation.score_add", "not_spring_walk": "controller.animation.not_spring_walk", "movement": "controller.animation.movement", "character_selected_open": "controller.animation.character_selected_open", "test100": "controller.animation.test100" }, "properties": { "neko:score_add_pr": { "type": "enum", "values": [ "onekai", "none" ], "default": "onekai", "client_sync": true }, "neko:character": { "type": "enum", "values": [ "none", "itadori" ], "default": "none", "client_sync": true }, "neko:movement": { "type": "enum", "values": [ "stop", "walk", "dash", "jump", "falling" ], "default": "stop", "client_sync": true } }, "component_groups": { "neko:character_none_cg": { "minecraft:movement": { "value": 0.1 }, "minecraft:attack": { "damage": 1 }, "minecraft:health": { "value": 20, "max": 20 } }, "neko:character_itadori_cg": { "minecraft:health": { "value": 400, "max": 400 } }, "neko:kai_level1_spawn": { "minecraft:spawn_entity": { "entities": [ { "min_wait_time": 0, "max_wait_time": 0, "single_use": true, "num_to_spawn": 1, "spawn_entity": "neko:kai_level1", "spawn_event": "neko:pro_on" } ] } }, "minecraft:add_raidomen": { "minecraft:spell_effects": { "add_effects": [ { "effect": "raid_omen", "duration": 30, "display_on_screen_animation": true } ], "remove_effects": "bad_omen" }, "minecraft:timer": { "time": [ 0, 0 ], "looping": false, "time_down_event": { "event": "minecraft:clear_add_raid_omen", "target": "self" } } }, "minecraft:clear_raid_omen_spell_effect": { "minecraft:spell_effects": {} }, "minecraft:raid_trigger": { "minecraft:raid_trigger": { "triggered_event": { "event": "minecraft:remove_raid_trigger", "target": "self" } } } }, "components": { "minecraft:npc": { "npc_data": { "portrait_offsets": { "translate": [ 0, 0, 0 ], "scale": [ 0, 0, 0 ] }, "picker_offsets": { "translate": [ 0, 0, 0 ], "scale": [ 0, 0, 0 ] } } }, "minecraft:experience_reward": { "on_death": "Math.Min(query.player_level * 7, 100)" }, "minecraft:type_family": { "family": [ "player" ] }, "minecraft:is_hidden_when_invisible": {}, "minecraft:loot": { "table": "loot_tables/empty.json" }, "minecraft:collision_box": { "width": 0.6, "height": 1.8 }, "minecraft:can_climb": {}, "minecraft:movement": { "value": 0.1 }, "minecraft:hurt_on_condition": { "damage_conditions": [ { "filters": { "test": "in_lava", "subject": "self", "operator": "==", "value": true }, "cause": "lava", "damage_per_tick": 4 } ] }, "minecraft:attack": { "damage": 1 }, "minecraft:exhaustion_values": { "heal": 6, "jump": 0.05, "sprint_jump": 0.2, "mine": 0.005, "attack": 0.1, "damage": 0.1, "walk": 0, "sprint": 0.1, "swim": 0.01 }, "minecraft:player.saturation": { "value": 5, "max": 20 }, "minecraft:player.exhaustion": { "value": 0, "max": 20 }, "minecraft:player.level": { "value": 0, "max": 24791 }, "minecraft:player.experience": { "value": 0, "max": 1 }, "minecraft:breathable": { "total_supply": 15, "suffocate_time": -1, "inhale_time": 3.75, "generates_bubbles": false }, "minecraft:nameable": { "always_show": true, "allow_name_tag_renaming": false }, "minecraft:physics": { "push_towards_closest_space": true }, "minecraft:pushable": { "is_pushable": false, "is_pushable_by_piston": true }, "minecraft:insomnia": { "days_until_insomnia": 3 }, "minecraft:conditional_bandwidth_optimization": {}, "minecraft:block_climber": {}, "minecraft:environment_sensor": { "triggers": { "filters": { "all_of": [ { "test": "has_mob_effect", "subject": "self", "value": "bad_omen" }, { "test": "is_in_village", "subject": "self", "value": true } ] }, "event": "minecraft:gain_raid_omen" } } }, "events": { "neko:movement_stop": { "set_property": { "neko:movement": "stop" } }, "neko:movement_walk": { "set_property": { "neko:movement": "walk" } }, "neko:movement_dash": { "set_property": { "neko:movement": "dash" } }, "neko:movement_jump": { "set_property": { "neko:movement": "jump" } }, "neko:movement_falling": { "set_property": { "neko:movement": "falling" } }, "neko:score_add_pr_none": { "set_property": { "neko:score_add_pr": "none" } }, "neko:character_none": { "set_property": { "neko:character": "none" }, "add": { "component_groups": [ "neko:character_none_cg" ] } }, "neko:character_itadori": { "set_property": { "neko:character": "itadori" }, "add": { "component_groups": [ "neko:character_itadori_cg" ] } }, "neko:kai_level1_spawn": { "add": { "component_groups": [ "neko:kai_level1_spawn" ] } }, "minecraft:gain_raid_omen": { "add": { "component_groups": [ "minecraft:add_raid_omen" ] } }, "minecraft:clear_add_raid_omen": { "remove": { "component_groups": [ "minecraft:add_raid_omen" ] }, "add": { "component_groups": [ "minecraft:clear_raid_omen_spell_effect" ] } }, "minecraft:trigger_raid": { "add": { "component_groups": [ "minecraft:raid_trigger" ] } }, "minecraft:remove_raid_trigger": { "remove": { "component_groups": [ "minecraft:raid_trigger" ] } } } } }}]のjson文法をチェックしました
2025/10/04 20:21:28 正規表現[{ "scripts": { "animate": [ "score_add", "test100", "character_selected_open", "movement", "not_spring_walk" ] }, "animations": { "score_add": "controller.animation.score_add", "not_spring_walk": "controller.animation.not_spring_walk", "movement": "controller.animation.movement", "character_selected_open": "controller.animation.character_selected_open", "test100": "controller.animation.test100" }}]のjson文法をチェックしました
2025/10/04 20:20:27 正規表現[{ "properties": { "neko:score_add_pr": { "type": "enum", "values": [ "onekai", "none" ], "default": "onekai", "client_sync": true }, "neko:character": { "type": "enum", "values": [ "none", "itadori" ], "default": "none", "client_sync": true }, "neko:movement": { "type": "enum", "values": [ "stop", "walk", "dash", "jump", "falling" ], "default": "stop", "client_sync": true } }}]のjson文法をチェックしました
2025/10/04 20:19:44 正規表現[{ "events": { "neko:movement_stop": { "set_property": { "neko:movement": "stop" } }, "neko:movement_walk": { "set_property": { "neko:movement": "walk" } }, "neko:movement_dash": { "set_property": { "neko:movement": "dash" } }, "neko:movement_jump": { "set_property": { "neko:movement": "jump" } }, "neko:movement_falling": { "set_property": { "neko:movement": "falling" } }, "neko:score_add_pr_none": { "set_property": { "neko:score_add_pr": "none" } }, "neko:character_none": { "set_property": { "neko:character": "none" }, "add": { "component_groups": [ "neko:character_none_cg" ] } }, "neko:character_itadori": { "set_property": { "neko:character": "itadori" }, "add": { "component_groups": [ "neko:character_itadori_cg" ] } }, "neko:kai_level1_spawn": { "add": { "component_groups": [ "neko:kai_level1_spawn" ] } }, "minecraft:gain_raid_omen": { "add": { "component_groups": [ "minecraft:add_raid_omen" ] } }, "minecraft:clear_add_raid_omen": { "remove": { "component_groups": [ "minecraft:add_raid_omen" ] }, "add": { "component_groups": [ "minecraft:clear_raid_omen_spell_effect" ] } }, "minecraft:trigger_raid": { "add": { "component_groups": [ "minecraft:raid_trigger" ] } }, "minecraft:remove_raid_trigger": { "remove": { "component_groups": [ "minecraft:raid_trigger" ] } } }}]のjson文法をチェックしました
2025/10/04 20:18:30 正規表現[{ "components": { "minecraft:npc": { "npc_data": { "portrait_offsets": { "translate": [ 0, 0, 0 ], "scale": [ 0, 0, 0 ] }, "picker_offsets": { "translate": [ 0, 0, 0 ], "scale": [ 0, 0, 0 ] } } }, "minecraft:experience_reward": { "on_death": "Math.Min(query.player_level * 7, 100)" }, "minecraft:type_family": { "family": [ "player" ] }, "minecraft:is_hidden_when_invisible": {}, "minecraft:loot": { "table": "loot_tables/empty.json" }, "minecraft:collision_box": { "width": 0.6, "height": 1.8 }, "minecraft:can_climb": {}, "minecraft:movement": { "value": 0.1 }, "minecraft:hurt_on_condition": { "damage_conditions": [ { "filters": { "test": "in_lava", "subject": "self", "operator": "==", "value": true }, "cause": "lava", "damage_per_tick": 4 } ] }, "minecraft:attack": { "damage": 1 }, "minecraft:exhaustion_values": { "heal": 6, "jump": 0.05, "sprint_jump": 0.2, "mine": 0.005, "attack": 0.1, "damage": 0.1, "walk": 0, "sprint": 0.1, "swim": 0.01 }, "minecraft:player.saturation": { "value": 5, "max": 20 }, "minecraft:player.exhaustion": { "value": 0, "max": 20 }, "minecraft:player.level": { "value": 0, "max": 24791 }, "minecraft:player.experience": { "value": 0, "max": 1 }, "minecraft:breathable": { "total_supply": 15, "suffocate_time": -1, "inhale_time": 3.75, "generates_bubbles": false }, "minecraft:nameable": { "always_show": true, "allow_name_tag_renaming": false }, "minecraft:physics": { "push_towards_closest_space": true }, "minecraft:pushable": { "is_pushable": false, "is_pushable_by_piston": true }, "minecraft:insomnia": { "days_until_insomnia": 3 }, "minecraft:conditional_bandwidth_optimization": {}, "minecraft:block_climber": {}, "minecraft:environment_sensor": { "triggers": { "filters": { "all_of": [ { "test": "has_mob_effect", "subject": "self", "value": "bad_omen" }, { "test": "is_in_village", "subject": "self", "value": true } ] }, "event": "minecraft:gain_raid_omen" } } }}]のjson文法をチェックしました
2025/10/04 20:17:49 正規表現[{ "component_groups": { "neko:character_none_cg": { "minecraft:movement": { "value": 0.1 }, "minecraft:attack": { "damage": 1 }, "minecraft:health": { "value": 20, "max": 20 } }, "neko:character_itadori_cg": { "minecraft:health": { "value": 400, "max": 400 } }, "neko:kai_level1_spawn": { "minecraft:spawn_entity": { "entities": [ { "min_wait_time": 0, "max_wait_time": 0, "single_use": true, "num_to_spawn": 1, "spawn_entity": "neko:kai_level1", "spawn_event": "neko:pro_on" } ] } }, "minecraft:add_raid_omen": { "minecraft:spell_effects": { "add_effects": [ { "effect": "raid_omen", "duration": 30, "display_on_screen_animation": true } ], "remove_effects": "bad_omen" }, "minecraft:timer": { "time": [ 0, 0 ], "looping": false, "time_down_event": { "event": "minecraft:clear_add_raid_omen", "target": "self" } } }, "minecraft:clear_raid_omen_spell_effect": { "minecraft:spell_effects": {} }, "minecraft:raid_trigger": { "minecraft:raid_trigger": { "triggered_event": { "event": "minecraft:remove_raid_trigger", "target": "self" } } } }}]のjson文法をチェックしました
2025/10/04 18:44:38 正規表現[{ "format_version": "1.21.0", "minecraft:entity": { "description": { "identifier": "minecraft:player", "spawn_category": "creature", "is_spawnable": false, "is_summonable": false, "scripts": { "animate": [ "score_add", "test100", "character_selected_open", "movement", "not_spring_walk" ] }, "animations": { "score_add": "controller.animation.score_add", "not_spring_walk": "controller.animation.not_spring_walk", "movement": "controller.animation.movement", "character_selected_open": "controller.animation.character_selected_open", "test100": "controller.animation.test100", "character_selected_open_ani": "animation.character_selected_open" }, "properties": { "neko:score_add_pr": { "type": "enum", "values": [ "1kai", "none" ], "default": "1kai", "client_sync": true }, "neko:character": { "type": "enum", "values": [ "none", "itadori" ], "default": "none", "client_sync": true }, "neko:movement": { "type": "enum", "values": [ "stop", "walk", "dash", "jump", "falling" ], "default": "stop", "client_sync": true } }, "component_groups": { "neko:character_none_cg": { "minecraft:movement": { "value": 0.1 }, "minecraft:attack": { "damage": 1 }, "minecraft:health": { "value": 20, "max": 20 } }, "neko:character_itadori_cg": { "minecraft:health": { "value": 400, "max": 400 } }, "neko:kai_level1_spawn": { "minecraft:spawn_entity": { "entities": [ { "min_wait_time": 0, "max_wait_time": 0, "single_use": true, "num_to_spawn": 1, "spawn_entity": "neko:kai_level1", "spawn_event": "neko:pro_on" } ] } }, "minecraft:add_raid_omen": { "minecraft:spell_effects": { "add_effects": [ { "effect": "raid_omen", "duration": 30, "display_on_screen_animation": true } ], "remove_effects": "bad_omen" }, "minecraft:timer": { "time": [ 0, 0 ], "looping": false, "time_down_event": { "event": "minecraft:clear_add_raid_omen", "target": "self" } } }, "minecraft:clear_raid_omen_spell_effect": { "minecraft:spell_effects": {} }, "minecraft:raid_trigger": { "minecraft:raid_trigger": { "triggered_event": { "event": "minecraft:remove_raid_trigger", "target": "self" } } } }, "components": { "minecraft:npc": { "npc_data": { "portrait_offsets": { "translate": [ 0, 0, 0 ], "scale": [ 0, 0, 0 ] }, "picker_offsets": { "translate": [ 0, 0, 0 ], "scale": [ 0, 0, 0 ] } } }, "minecraft:experience_reward": { "on_death": "Math.Min(query.player_level * 7, 100)" }, "minecraft:type_family": { "family": [ "player" ] }, "minecraft:is_hidden_when_invisible": {}, "minecraft:loot": { "table": "loot_tables/empty.json" }, "minecraft:collision_box": { "width": 0.6, "height": 1.8 }, "minecraft:can_climb": {}, "minecraft:movement": { "value": 0.1 }, "minecraft:hurt_on_condition": { "damage_conditions": [ { "filters": { "test": "in_lava", "subject": "self", "operator": "==", "value": true }, "cause": "lava", "damage_per_tick": 4 } ] }, "minecraft:attack": { "damage": 1 }, "minecraft:exhaustion_values": { "heal": 6, "jump": 0.05, "sprint_jump": 0.2, "mine": 0.005, "attack": 0.1, "damage": 0.1, "walk": 0, "sprint": 0.1, "swim": 0.01 }, "minecraft:player.saturation": { "value": 5, "max": 20 }, "minecraft:player.exhaustion": { "value": 0, "max": 20 }, "minecraft:player.level": { "value": 0, "max": 24791 }, "minecraft:player.experience": { "value": 0, "max": 1 }, "minecraft:breathable": { "total_supply": 15, "suffocate_time": -1, "inhale_time": 3.75, "generates_bubbles": false }, "minecraft:nameable": { "always_show": true, "allow_name_tag_renaming": false }, "minecraft:physics": { "push_towards_closest_space": true }, "minecraft:pushable": { "is_pushable": false, "is_pushable_by_piston": true }, "minecraft:insomnia": { "days_until_insomnia": 3 }, "minecraft:conditional_bandwidth_optimization": {}, "minecraft:block_climber": {}, "minecraft:environment_sensor": { "triggers": { "filters": { "all_of": [ { "test": "has_mob_effect", "subject": "self", "value": "bad_omen" }, { "test": "is_in_village", "subject": "self", "value": true } ] }, "event": "minecraft:gain_raid_omen" } } }, "events": { "neko:movement_stop": { "set_property": { "neko:movement": "stop" } }, "neko:movement_walk": { "set_property": { "neko:movement": "walk" } }, "neko:movement_dash": { "set_property": { "neko:movement": "dash" } }, "neko:movement_jump": { "set_property": { "neko:movement": "jump" } }, "neko:movement_falling": { "set_property": { "neko:movement": "falling" } }, "neko:score_add_pr_none": { "set_property": { "neko:score_add_pr": "none" } }, "neko:character_none": { "set_property": { "neko:character": "none" }, "add": { "component_groups": [ "neko:character_none_cg" ] } }, "neko:character_itadori": { "set_property": { "neko:character": "itadori" }, "add": { "component_groups": [ "neko:character_itadori_cg" ] } }, "neko:kai_level1_spawn": { "add": { "component_groups": [ "neko:kai_level1_spawn" ] } }, "minecraft:gain_raid_omen": { "add": { "component_groups": [ "minecraft:add_raid_omen" ] } }, "minecraft:clear_add_raid_omen": { "remove": { "component_groups": [ "minecraft:add_raid_omen" ] }, "add": { "component_groups": [ "minecraft:clear_raid_omen_spell_effect" ] } }, "minecraft:trigger_raid": { "add": { "component_groups": [ "minecraft:raid_trigger" ] } }, "minecraft:remove_raid_trigger": { "remove": { "component_groups": [ "minecraft:raid_trigger" ] } } } } }}]のjson文法をチェックしました
2025/10/04 17:51:47 正規表現[{ "format_version": "1.10.0", "animation_controllers": { "controller.animation.movement": { "states": { "default": { "transitions": [ { "stop": "!query.is_moving && !query.is_sprinting && query.scoreboard(not_spring_wark) == 0" }, { "walk": "query.is_moving && !query.is_sprinting && query.scoreboard(not_spring_wark) == 0" }, { "dash": "query.is_moving && query.is_sprinting && query.scoreboard(not_spring_wark) == 1" }, { "jump": "query_is_jumping && query_is_on_ground && !query.is_moving && !query.is_sprinting && query.scoreboard(not_spring_wark) == 0" }, { "falling": "!query_is_on_ground" } ] }, "stop": { "on_entry": [ "/event entity @s neko:movement_stop" ], "transitions": [ { "walk": "query.is_moving && !query.is_sprinting && query.scoreboard(not_spring_wark) == 0" }, { "dash": "query.is_moving && query.is_sprinting && query.scoreboard(not_spring_wark) == 1" }, { "jump": "query_is_jumping && query_is_on_ground && !query.is_moving && !query.is_sprinting && query.scoreboard(not_spring_wark) == 0" }, { "falling": "!query_is_on_ground" } ] }, "walk": { "on_entry": [ "/event entity @s neko:movement_walk" ], "transitions": [ { "stop": "!query.is_moving && !query.is_sprinting && query.scoreboard(not_spring_wark) == 0" }, { "dash": "query.is_moving && query.is_sprinting && query.scoreboard(not_spring_wark) == 1" }, { "jump": "query_is_jumping && query_is_on_ground && !query.is_moving && !query.is_sprinting && query.scoreboard(not_spring_wark) == 0" }, { "falling": "!query_is_on_ground" } ] }, "dash": { "on_entry": [ "/event entity @s neko:movement_dash" ], "transitions": [ { "stop": "!query.is_moving && !query.is_sprinting && query.scoreboard(not_spring_wark) == 0" }, { "walk": "query.is_moving && !query.is_sprinting && query.scoreboard(not_spring_wark) == 0" }, { "jump": "query_is_jumping && query_is_on_ground && !query.is_moving && !query.is_sprinting && query.scoreboard(not_spring_wark) == 0" }, { "falling": "!query_is_on_ground" } ] }, "jump": { "on_entry": [ "/event entity @s neko:movement_jump" ], "transitions": [ { "stop": "!query.is_moving && !query.is_sprinting && query.scoreboard(not_spring_wark) == 0" }, { "walk": "query.is_moving && !query.is_sprinting && query.scoreboard(not_spring_wark) == 0" }, { "dash": "query.is_moving && query.is_sprinting && query.scoreboard(not_spring_wark) == 1" }, { "falling": "!query_is_on_ground" } ] }, "falling": { "on_entry": [ "/event entity @s neko:movement_falling" ], "transitions": [ { "stop": "!query.is_moving && !query.is_sprinting && query.scoreboard(not_spring_wark) == 0" }, { "walk": "query.is_moving && !query.is_sprinting && query.scoreboard(not_spring_wark) == 0" }, { "dash": "query.is_moving && query.is_sprinting && query.scoreboard(not_spring_wark) == 1" }, { "jump": "query_is_jumping && query_is_on_ground && !query.is_moving && !query.is_sprinting && query.scoreboard(not_spring_wark) == 0" } ] } } } }}]のjson文法をチェックしました




2025年10月
1 2 3 4
5 6 7 8 9 10 11
12 13 14 15 16 17 18
19 20 21 22 23 24 25
26 27 28 29 30 31

2025年9月
1 2 3 4 5 6
7 8 9 10 11 12 13
14 15 16 17 18 19 20
21 22 23 24 25 26 27
28 29 30