過去の検索履歴
2025/12/09 22:40:31 正規表現[{ "format_version": "1.10.0", "minecraft:client_entity": { "description": { "identifier": "minecraft:player", "materials": { "default": "entity_alphatest", "cape": "entity_alphatest", "animated": "player_animated", "spectator": "player_spectator" }, "textures": { "default": "textures/entity/steve", "cape": "textures/entity/cape_invisible", "none": "textures/none", "character_itadori": "textures/models/character/character_itadori", "character_sukuna": "textures/models/character/character_sukuna", "test2": "textures/models/test/test2", "geo_ui": "textures/geo_ui/geo_ui" }, "geometry": { "default": "geometry.humanoid.custom", "locator_players": "geometry.locator_players", "cape": "geometry.cape", "character_itadori": "geometry.character_itadori", "character_sukuna": "geometry.character_sukuna", "geo_ui": "geometry.geo_ui" }, "scripts": { "scale": "0.9375", "initialize": [ "variable.is_holding_right = 0.0;", "variable.is_blinking = 0.0;", "variable.last_blink_time = 0.0;", "variable.hand_bob = 0.0;" ], "pre_animation": [ "variable.helmet_layer_visible = !query.has_head_gear;", "variable.leg_layer_visible = 1.0;", "variable.boot_layer_visible = 1.0;", "variable.chest_layer_visible = 1.0;", "variable.attack_body_rot_y = Math.sin(360*Math.sqrt(variable.attack_time)) * 5.0;", "variable.tcos0 = (math.cos(query.modified_distance_moved * 38.17) * query.modified_move_speed / variable.gliding_speed_value) * 57.3;", "variable.first_person_rotation_factor = math.sin((1 - variable.attack_time) * 180.0);", "variable.hand_bob = query.life_time < 0.01 ? 0.0 : variable.hand_bob + ((query.is_on_ground && query.is_alive ? math.clamp(math.sqrt(math.pow(query.position_delta(0), 2.0) + math.pow(query.position_delta(2), 2.0)), 0.0, 0.1) : 0.0) - variable.hand_bob) * 0.02;", "variable.map_angle = math.clamp(1 - variable.player_x_rotation / 45.1, 0.0, 1.0);", "variable.item_use_normalized = query.main_hand_item_use_duration / query.main_hand_item_max_duration;", "variable.riding_y_offset = query.is_riding_any_entity_of_type(minecraft:minecart, minecraft:boat, minecraft:chest_boat, minecraft:strider) ? -3.0 : 0.0;" ], "animate": [ "root" ] }, "animations": { "root": "controller.animation.player.root", "base_controller": "controller.animation.player.base", "hudplayer": "controller.animation.player.hudplayer", "humanoid_base_pose": "animation.humanoid.base_pose", "look_at_target": "controller.animation.humanoid.look_at_target", "look_at_target_ui": "animation.player.look_at_target.ui", "look_at_target_default": "animation.humanoid.look_at_target.default", "look_at_target_gliding": "animation.humanoid.look_at_target.gliding", "look_at_target_swimming": "animation.humanoid.look_at_target.swimming", "look_at_target_inverted": "animation.player.look_at_target.inverted", "cape": "animation.player.cape", "move.arms": "animation.player.move.arms", "move.legs": "animation.player.move.legs", "swimming": "animation.player.swim", "swimming.legs": "animation.player.swim.legs", "riding.arms": "animation.player.riding.arms", "riding.legs": "animation.player.riding.legs", "holding": "animation.player.holding", "brandish_spear": "animation.humanoid.brandish_spear", "charging": "animation.humanoid.charging", "attack.positions": "animation.player.attack.positions", "attack.rotations": "animation.player.attack.rotations", "sneaking": "animation.player.sneaking", "bob": "animation.player.bob", "damage_nearby_mobs": "animation.humanoid.damage_nearby_mobs", "bow_and_arrow": "animation.humanoid.bow_and_arrow", "use_item_progress": "animation.humanoid.use_item_progress", "skeleton_attack": "animation.skeleton.attack", "sleeping": "animation.player.sleeping", "first_person_base_pose": "animation.player.first_person.base_pose", "first_person_empty_hand": "animation.player.first_person.empty_hand", "first_person_swap_item": "animation.player.first_person.swap_item", "first_person_attack_controller": "controller.animation.player.first_person_attack", "first_person_attack_rotation": "animation.player.first_person.attack_rotation", "first_person_attack_rotation_item": "animation.player.first_person.attack_rotation_item", "first_person_vr_attack_rotation": "animation.player.first_person.vr_attack_rotation", "first_person_walk": "animation.player.first_person.walk", "first_person_map_controller": "controller.animation.player.first_person_map", "first_person_map_hold": "animation.player.first_person.map_hold", "first_person_map_hold_attack": "animation.player.first_person.map_hold_attack", "first_person_map_hold_off_hand": "animation.player.first_person.map_hold_off_hand", "first_person_map_hold_main_hand": "animation.player.first_person.map_hold_main_hand", "first_person_crossbow_equipped": "animation.player.first_person.crossbow_equipped", "first_person_crossbow_hold": "animation.player.first_person.crossbow_hold", "first_person_breathing_bob": "animation.player.first_person.breathing_bob", "third_person_crossbow_equipped": "animation.player.crossbow_equipped", "third_person_bow_equipped": "animation.player.bow_equipped", "crossbow_hold": "animation.player.crossbow_hold", "crossbow_controller": "controller.animation.player.crossbow", "shield_block_main_hand": "animation.player.shield_block_main_hand", "shield_block_off_hand": "animation.player.shield_block_off_hand", "blink": "controller.animation.persona.blink", "fishing_rod": "animation.humanoid.fishing_rod", "holding_spyglass": "animation.humanoid.holding_spyglass", "first_person_shield_block": "animation.player.first_person.shield_block", "tooting_goat_horn": "animation.humanoid.tooting_goat_horn", "holding_brush": "animation.humanoid.holding_brush", "brushing": "animation.humanoid.brushing", "crawling": "animation.player.crawl", "crawling.legs": "animation.player.crawl.legs", "holding_heavy_core": "animation.player.holding_heavy_core", "riding.root": "animation.player.riding.root" }, "particle_effects": { "circle_1": "neko:circle_1", "circle_2": "neko:circle_2", "smoke_small": "neko:smoke_small", "smoke_medium": "neko:smoke_medium", "smoke_big": "neko:smoke_big", "smoke_super_small_disc_1": "neko:smoke_super_small_disc_1", "impact_1": "neko:impact_1", "impact_2": "neko:impact_2", "impact_juryoku_1": "neko:impact_juryoku_1", "star_1": "neko:star_1", "teleport_1": "neko:teleport_1", "teleport_2": "neko:teleport_2" }, "sound_effects": { "sword_swing_random": "sword_swing_random", "spear": "spear" }, "render_controllers": [ { "controller.render.player.first_person_spectator": "variable.is_first_person && query.is_spectator" }, { "controller.render.player.third_person_spectator": "!variable.is_first_person && !variable.map_face_icon && query.is_spectator" }, { "controller.render.player.first_person": "variable.is_first_person && !query.is_spectator" }, { "controller.render.player.third_person": "!variable.is_first_person && !variable.map_face_icon && !query.is_spectator" }, { "controller.render.player.map": "variable.map_face_icon" }, "controller.render.geo_ui", { "controller.render.character_none": "query.property(neko:character) == none" }, { "controller.render.character_itadori": "query.property(neko:character) == itadori" }, { "controller.render.character_sukuna": "query.property(neko:character) == sukuna" }, "controller.render.locator_players" ], "enable_attachables": true } }}]のjson文法をチェックしました2025/12/09 22:35:34 正規表現[{ "format_version": "1.10.0", "minecraft:client_entity": { "description": { "identifier": "minecraft:player", "materials": { "default": "entity_alphatest", "cape": "entity_alphatest", "animated": "player_animated", "spectator": "player_spectator" }, "textures": { "default": "textures/entity/steve", "cape": "textures/entity/cape_invisible", "none": "textures/none", "character_itadori": "textures/models/character/character_itadori", "character_sukuna": "textures/models/character/character_sukuna", "test2": "textures/models/test/test2", "geo_ui": "textures/geo_ui/geo_ui" }, "geometry": { "default": "geometry.humanoid.custom", "locator_players": "geometry.locator_players", "cape": "geometry.cape", "character_itadori": "geometry.character_itadori", "character_sukuna": "geometry.character_sukuna", "geo_ui": "geometry.geo_ui" }, "scripts": { "scale": "0.9375", "initialize": [ "variable.is_holding_right = 0.0;", "variable.is_blinking = 0.0;", "variable.last_blink_time = 0.0;", "variable.hand_bob = 0.0;" ], "pre_animation": [ "variable.helmet_layer_visible = !query.has_head_gear;", "variable.leg_layer_visible = 1.0;", "variable.boot_layer_visible = 1.0;", "variable.chest_layer_visible = 1.0;", "variable.attack_body_rot_y = Math.sin(360*Math.sqrt(variable.attack_time)) * 5.0;", "variable.tcos0 = (math.cos(query.modified_distance_moved * 38.17) * query.modified_move_speed / variable.gliding_speed_value) * 57.3;", "variable.first_person_rotation_factor = math.sin((1 - variable.attack_time) * 180.0);", "variable.hand_bob = query.life_time < 0.01 ? 0.0 : variable.hand_bob + ((query.is_on_ground && query.is_alive ? math.clamp(math.sqrt(math.pow(query.position_delta(0), 2.0) + math.pow(query.position_delta(2), 2.0)), 0.0, 0.1) : 0.0) - variable.hand_bob) * 0.02;", "variable.map_angle = math.clamp(1 - variable.player_x_rotation / 45.1, 0.0, 1.0);", "variable.item_use_normalized = query.main_hand_item_use_duration / query.main_hand_item_max_duration;", "variable.riding_y_offset = query.is_riding_any_entity_of_type(minecraft:minecart, minecraft:boat, minecraft:chest_boat, minecraft:strider) ? -3.0 : 0.0;" ], "animate": [ "root" ] }, "animations": { "root": "controller.animation.player.root", "base_controller": "controller.animation.player.base", "hudplayer": "controller.animation.player.hudplayer", "humanoid_base_pose": "animation.humanoid.base_pose", "look_at_target": "controller.animation.humanoid.look_at_target", "look_at_target_ui": "animation.player.look_at_target.ui", "look_at_target_default": "animation.humanoid.look_at_target.default", "look_at_target_gliding": "animation.humanoid.look_at_target.gliding", "look_at_target_swimming": "animation.humanoid.look_at_target.swimming", "look_at_target_inverted": "animation.player.look_at_target.inverted", "cape": "animation.player.cape", "move.arms": "animation.player.move.arms", "move.legs": "animation.player.move.legs", "swimming": "animation.player.swim", "swimming.legs": "animation.player.swim.legs", "riding.arms": "animation.player.riding.arms", "riding.legs": "animation.player.riding.legs", "holding": "animation.player.holding", "brandish_spear": "animation.humanoid.brandish_spear", "charging": "animation.humanoid.charging", "attack.positions": "animation.player.attack.positions", "attack.rotations": "animation.player.attack.rotations", "sneaking": "animation.player.sneaking", "bob": "animation.player.bob", "damage_nearby_mobs": "animation.humanoid.damage_nearby_mobs", "bow_and_arrow": "animation.humanoid.bow_and_arrow", "use_item_progress": "animation.humanoid.use_item_progress", "skeleton_attack": "animation.skeleton.attack", "sleeping": "animation.player.sleeping", "first_person_base_pose": "animation.player.first_person.base_pose", "first_person_empty_hand": "animation.player.first_person.empty_hand", "first_person_swap_item": "animation.player.first_person.swap_item", "first_person_attack_controller": "controller.animation.player.first_person_attack", "first_person_attack_rotation": "animation.player.first_person.attack_rotation", "first_person_attack_rotation_item": "animation.player.first_person.attack_rotation_item", "first_person_vr_attack_rotation": "animation.player.first_person.vr_attack_rotation", "first_person_walk": "animation.player.first_person.walk", "first_person_map_controller": "controller.animation.player.first_person_map", "first_person_map_hold": "animation.player.first_person.map_hold", "first_person_map_hold_attack": "animation.player.first_person.map_hold_attack", "first_person_map_hold_off_hand": "animation.player.first_person.map_hold_off_hand", "first_person_map_hold_main_hand": "animation.player.first_person.map_hold_main_hand", "first_person_crossbow_equipped": "animation.player.first_person.crossbow_equipped", "first_person_crossbow_hold": "animation.player.first_person.crossbow_hold", "first_person_breathing_bob": "animation.player.first_person.breathing_bob", "third_person_crossbow_equipped": "animation.player.crossbow_equipped", "third_person_bow_equipped": "animation.player.bow_equipped", "crossbow_hold": "animation.player.crossbow_hold", "crossbow_controller": "controller.animation.player.crossbow", "shield_block_main_hand": "animation.player.shield_block_main_hand", "shield_block_off_hand": "animation.player.shield_block_off_hand", "blink": "controller.animation.persona.blink", "fishing_rod": "animation.humanoid.fishing_rod", "holding_spyglass": "animation.humanoid.holding_spyglass", "first_person_shield_block": "animation.player.first_person.shield_block", "tooting_goat_horn": "animation.humanoid.tooting_goat_horn", "holding_brush": "animation.humanoid.holding_brush", "brushing": "animation.humanoid.brushing", "crawling": "animation.player.crawl", "crawling.legs": "animation.player.crawl.legs", "holding_heavy_core": "animation.player.holding_heavy_core", "riding.root": "animation.player.riding.root" }, "particle_effects": { "circle_1": "neko:circle_1", "circle_2": "neko:circle_2", "smoke_small": "neko:smoke_small", "smoke_medium": "neko:smoke_medium", "smoke_big": "neko:smoke_big", "smoke_super_small_disc_1": "neko:smoke_super_small_disc_1", "impact_1": "neko:impact_1", "impact_2": "neko:impact_2", "impact_juryoku_1": "neko:impact_juryoku_1", "star_1": "neko:star_1", "teleport_1": "neko:teleport_1", "teleport_2": "neko:teleport_2" }, "sound_effects": { "sword_swing_random": "sword_swing_random", "spear": "spear" }, "render_controllers": [ { "controller.render.player.first_person_spectator": "variable.is_first_person && query.is_spectator" }, { "controller.render.player.third_person_spectator": "!variable.is_first_person && !variable.map_face_icon && query.is_spectator" }, { "controller.render.player.first_person": "variable.is_first_person && !query.is_spectator" }, { "controller.render.player.third_person": "!variable.is_first_person && !variable.map_face_icon && !query.is_spectator" }, { "controller.render.player.map": "variable.map_face_icon" }, "controller.render.geo_ui", { "controller.render.character_none": "query.property(neko:character) == none" }, { "controller.render.character_itadori": "query.property(neko:character) == itadori" }, { "controller.render.character_sukuna": "query.property(neko:character) == sukuna" }, "controller.render.locator_players" ], "enable_attachables": true } }}]のjson文法をチェックしました2025/12/09 19:03:47 正規表現[{ "format_version": "1.14.0", "sound_definitions": { "random.punch": { "category": "mob", "sounds": [ { "name": "sounds/punch/punch1", "volume": 1, "stream": false }, { "name": "sounds/punch/punch2", "volume": 1, "stream": false } ] }, "random.sweep.attack": { "category": "mob", "sounds": [ { "name": "sounds/sweep_attack/sweep_attack1", "volume": 1, "stream": false }, { "name": "sounds/sweep_attack/sweep_attack2", "volume": 1, "stream": false }, { "name": "sounds/sweep_attack/sweep_attack3", "volume": 1, "stream": false }, { "name": "sounds/sweep_attack/sweep_attack4", "volume": 1, "stream": false }, { "name": "sounds/sweep_attack/sweep_attack5", "volume": 1, "stream": false }, { "name": "sounds/sweep_attack/sweep_attack6", "volume": 1, "stream": false }, { "name": "sounds/sweep_attack/sweep_attack7", "volume": 1, "stream": false } ] }, "music.stun": { "category": "bgm", "sounds": [ { "name": "sounds/stun", "volume": 0.5, "stream": true } ] }, "music.challenge.complete": { "category": "bgm", "sounds": [ { "name": "sounds/challenge_complete", "volume": 1, "stream": true } ] }, "random.sword.swing": { "category": "mob", "sounds": [ { "name": "sounds/sword_swing/sword_swing1", "volume": 1, "stream": false }, { "name": "sounds/sword_swing/sword_swing2", "volume": 1, "stream": false }, { "name": "sounds/sword_swing/sword_swing3", "volume": 1, "stream": false }, { "name": "sounds/sword_swing/sword_swing4", "volume": 1, "stream": false }, { "name": "sounds/sword_swing/sword_swing5", "volume": 1, "stream": false } ] }, "mob.sword": { "category": "mob", "sounds": [ { "name": "sounds/sword/sword", "volume": 1, "stream": true } ] }, "mob.slash1": { "category": "mob", "sounds": [ { "name": "sounds/slash/slash1", "volume": 1, "stream": true } ] }, "mob.slash2": { "category": "mob", "sounds": [ { "name": "sounds/slash/slash2", "volume": 1, "stream": true } ] }, "mob.bass1": { "category": "mob", "sounds": [ { "name": "sounds/bass/bass1", "volume": 1, "stream": true } ] }, "mob.bass2": { "category": "mob", "sounds": [ { "name": "sounds/bass/bass2", "volume": 1, "stream": true } ] }, "mob.bass3": { "category": "mob", "sounds": [ { "name": "sounds/bass/bass3", "volume": 1, "stream": true } ] }, "mob.bass4": { "category": "mob", "sounds": [ { "name": "sounds/bass/bass4", "volume": 1, "stream": true } ] }, "mob.bass5": { "category": "mob", "sounds": [ { "name": "sounds/bass/bass5", "volume": 1, "stream": true } ] }, "music.buildup": { "category": "bgm", "sounds": [ { "name": "sounds/buildup", "volume": 1, "stream": true } ] } }}]のjson文法をチェックしました
2025年12月
| 日 |
月 |
火 |
水 |
木 |
金 |
土 |
| |
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 |
|
|
|
| |
|
|
|
|
|
|