}'%± Rp&      armadillo.entity.json                                                                                                                                                                                                                                      ž  wolf.entity.json                                                                                                                                                                                                                                       ž  J  {"format_version":"1.10.0","minecraft:client_entity":{"description":{"identifier":"minecraft:armadillo","materials":{"default":"armadillo"},"geometry":{"default":"geometry.armadillo"},"textures":{"default":"textures/entity/armadillo"},"render_controllers":["controller.render.armadillo"],"scripts":{"pre_animation":["variable.x_head_rotation = math.clamp(query.target_x_rotation, -32.5, 32.5);","variable.y_head_rotation = math.clamp(query.target_y_rotation, -22.5, 25);","variable.is_rolled_up = query.property('minecraft:armadillo_state') != 'unrolled';","variable.rolled_up_time = variable.is_rolled_up ? ((variable.rolled_up_time ?? 0.0) + query.delta_time) : 0.0;","variable.is_peeking = query.property('minecraft:armadillo_state') == 'rolled_up_peeking';","variable.is_unrolling = query.property('minecraft:armadillo_state') == 'rolled_up_unrolling';","variable.unrolling_time = variable.is_unrolling ? ((variable.unrolling_time ?? 0.0) + query.delta_time) : 0.0;","variable.use_rolled_up_model = variable.rolled_up_time >= 0.2083 && (variable.unrolling_time == 0.0 || variable.unrolling_time <= 1.25 );","variable.walking = query.modified_move_speed > 0.01 && !variable.is_rolled_up;","variable.walk_anim_time_update = query.anim_time + math.min(3.0, math.lerp(2.0, 5.0, query.modified_move_speed)) * query.delta_time;"],"animate":["look_at_target_controller","walk_controller","roll_up_controller"],"should_update_effects_offscreen":"1.0"},"animations":{"look_at_target":"animation.armadillo.look_at_target","look_at_target_controller":"controller.animation.armadillo.look_at_target","walk":"animation.armadillo.walk","walk_controller":"controller.animation.armadillo.walk","roll_up":"animation.armadillo.roll_up","rolled_up":"animation.armadillo.rolled_up","peek":"animation.armadillo.peek","unroll":"animation.armadillo.unroll","unroll_fast":"animation.armadillo.unroll_fast","roll_up_controller":"controller.animation.armadillo.roll_up"},"sound_effects":{"roll":"mob.armadillo.roll","land":"mob.armadillo.land","peek":"mob.armadillo.peek","unroll_start":"mob.armadillo.unroll_start","unroll_finish":"mob.armadillo.unroll_finish"},"spawn_egg":{"base_color":"#ad716d","overlay_color":"#824848"}}}}{"format_version":"1.8.0","minecraft:client_entity":{"description":{"identifier":"minecraft:wolf","materials":{"default":"wolf"},"textures":{"pale_default":"textures/entity/wolf/wolf","pale_angry":"textures/entity/wolf/wolf_angry","pale_tame":"textures/entity/wolf/wolf_tame","ashen_default":"textures/entity/wolf/wolf_ashen","ashen_angry":"textures/entity/wolf/wolf_ashen_angry","ashen_tame":"textures/entity/wolf/wolf_ashen_tame","black_default":"textures/entity/wolf/wolf_black","black_angry":"textures/entity/wolf/wolf_black_angry","black_tame":"textures/entity/wolf/wolf_black_tame","chestnut_default":"textures/entity/wolf/wolf_chestnut","chestnut_angry":"textures/entity/wolf/wolf_chestnut_angry","chestnut_tame":"textures/entity/wolf/wolf_chestnut_tame","rusty_default":"textures/entity/wolf/wolf_rusty","rusty_angry":"textures/entity/wolf/wolf_rusty_angry","rusty_tame":"textures/entity/wolf/wolf_rusty_tame","snowy_default":"textures/entity/wolf/wolf_snowy","snowy_angry":"textures/entity/wolf/wolf_snowy_angry","snowy_tame":"textures/entity/wolf/wolf_snowy_tame","spotted_default":"textures/entity/wolf/wolf_spotted","spotted_angry":"textures/entity/wolf/wolf_spotted_angry","spotted_tame":"textures/entity/wolf/wolf_spotted_tame","striped_default":"textures/entity/wolf/wolf_striped","striped_angry":"textures/entity/wolf/wolf_striped_angry","striped_tame":"textures/entity/wolf/wolf_striped_tame","woods_default":"textures/entity/wolf/wolf_woods","woods_angry":"textures/entity/wolf/wolf_woods_angry","woods_tame":"textures/entity/wolf/wolf_woods_tame"},"geometry":{"default":"geometry.wolf"},"scripts":{"pre_animation":["variable.body_shake_angle = 0.05 * query.frame_alpha + query.shake_angle;","variable.body_roll_progress = Math.clamp((variable.body_shake_angle - 0.16) / 1.8, 0, 1);","variable.body_rot_z = Math.sin(variable.body_roll_progress * 180) * Math.sin(variable.body_roll_progress * 1980) * 27;","variable.upper_body_roll_progress = Math.clamp((variable.body_shake_angle - 0.08) / 1.8, 0, 1);","variable.upper_body_rot_z = (Math.sin(variable.upper_body_roll_progress * 180) * Math.sin(variable.upper_body_roll_progress * 1980) * 27) - variable.body_rot_z;","variable.tail_roll_progress = Math.clamp((variable.body_shake_angle - 0.2) / 1.8, 0, 1);","variable.tail_rot_z = (Math.sin(variable.tail_roll_progress * 180) * Math.sin(variable.tail_roll_progress * 1980) * 27) - variable.body_rot_z;","variable.head_roll_progress = Math.clamp(variable.body_shake_angle / 1.8, 0, 1);","variable.head_rot_z = (Math.sin(variable.head_roll_progress * 180) * Math.sin(variable.head_roll_progress * 1980) * 27) - variable.body_rot_z;"]},"animations":{"wolf_setup":"animation.wolf.setup","wolf_baby_scaling":"animation.wolf.baby_scaling","wolf_look_at":"animation.common.look_at_target","wolf_head_rot_z":"animation.wolf.head_rot_z","wolf_tail_default":"animation.wolf.tail_default","wolf_angry":"animation.wolf.angry","wolf_sitting":"animation.wolf.sitting","wolf_shaking":"animation.wolf.shaking","wolf_leg_default":"animation.wolf.leg_default"},"animation_controllers":[{"wolf_setup":"controller.animation.wolf.setup"},{"wolf_look_at":"controller.animation.wolf.look_at"},{"wolf_baby_scaling":"controller.animation.wolf.baby_scaling"},{"wolf_head_rot_z":"controller.animation.wolf.head_rot_z"},{"wolf_tail_default":"controller.animation.wolf.tail_default"},{"wolf_angry":"controller.animation.wolf.angry"},{"wolf_sitting":"controller.animation.wolf.sitting"},{"wolf_shaking":"controller.animation.wolf.shaking"}],"render_controllers":["controller.render.wolf"],"enable_attachables":true,"spawn_egg":{"texture":"spawn_egg","texture_index":4}}}}