}'%± Rp&      copper_golem.entity.json                                                                                                                                                                                                                                   |  horse_v3.entity.json                                                                                                                                                                                                                                   |  P
  {"format_version":"1.10.0","minecraft:client_entity":{"description":{"identifier":"minecraft:copper_golem","min_engine_version":"1.12.0","materials":{"default":"copper_golem","eyes":"copper_golem_eyes","flower":"copper_golem_flower"},"textures":{"default":"textures/entity/copper_golem/copper_golem","exposed":"textures/entity/copper_golem/copper_golem_exposed","weathered":"textures/entity/copper_golem/copper_golem_weathered","oxidized":"textures/entity/copper_golem/copper_golem_oxidized","eyes_default":"textures/entity/copper_golem/copper_golem_eyes","eyes_exposed":"textures/entity/copper_golem/copper_golem_eyes_exposed","eyes_weathered":"textures/entity/copper_golem/copper_golem_eyes_weathered","eyes_oxidized":"textures/entity/copper_golem/copper_golem_eyes_oxidized","flower":"textures/entity/copper_golem/copper_golem_flower"},"geometry":{"default":"geometry.copper_golem","flower":"geometry.copper_golem.flower","standing":"geometry.copper_golem","sitting":"geometry.copper_golem.sitting","running":"geometry.copper_golem.running","star":"geometry.copper_golem.star"},"animations":{"look_at_target":"animation.common.look_at_target","walk":"animation.copper_golem.walk","walk_holding_item":"animation.copper_golem.walk_holding_item","spin":"animation.copper_golem.spin","spin_weathered":"animation.copper_golem.spin.weathered","spin_oxidized":"animation.copper_golem.spin.oxidized","walk_controller":"controller.animation.copper_golem.walk","hold_item":"animation.copper_golem.hold_item","idle_controller":"controller.animation.copper_golem.idle","chest_interaction_controller":"controller.animation.copper_golem.chest_interaction","chest_interaction.put_item":"animation.copper_golem.chest_interaction.put_item","chest_interaction.put_item_fail":"animation.copper_golem.chest_interaction.put_item_fail","chest_interaction.take_item":"animation.copper_golem.chest_interaction.take_item","chest_interaction.take_item_fail":"animation.copper_golem.chest_interaction.take_item_fail"},"scripts":{"pre_animation":["v.oxidation = query.property('minecraft:oxidation_level');","v.index = (v.oxidation == 'unoxidized') ? 0 : ((v.oxidation == 'exposed') ? 1 : ((v.oxidation == 'weathered') ? 2 : 3 ));","v.walking = query.modified_move_speed > 0.01;","v.chest_interaction = query.property('minecraft:chest_interaction');"],"animate":["look_at_target",{"walk_controller":"query.property('minecraft:chest_interaction') == 'none'"},{"idle_controller":"query.property('minecraft:chest_interaction') == 'none'"},"chest_interaction_controller"],"should_update_effects_offscreen":"1.0"},"sound_effects":{"spin":"mob.copper_golem.spin","spin_weathered":"mob.copper_golem.weathered.spin","spin_oxidized":"mob.copper_golem.oxidized.spin","put_item":"mob.copper_golem.chest_interaction.put_item","put_item_fail":"mob.copper_golem.chest_interaction.put_item_fail","take_item":"mob.copper_golem.chest_interaction.take_item","take_item_fail":"mob.copper_golem.chest_interaction.take_item_fail"},"render_controllers":["controller.render.copper_golem_flower","controller.render.copper_golem","controller.render.copper_golem_eyes"],"spawn_egg":{"texture":"spawn_egg_copper_golem"},"enable_attachables":true}}}{"format_version":"1.10.0","minecraft:client_entity":{"description":{"identifier":"minecraft:horse","min_engine_version":"1.17.10","materials":{"default":"horse_leather_armor"},"textures":{"base_brown":"textures/entity/horse2/horse_brown","base_white":"textures/entity/horse2/horse_white","base_creamy":"textures/entity/horse2/horse_creamy","base_chestnut":"textures/entity/horse2/horse_chestnut","base_black":"textures/entity/horse2/horse_black","base_gray":"textures/entity/horse2/horse_gray","base_darkbrown":"textures/entity/horse2/horse_darkbrown","markings_none":"textures/entity/horse2/horse_markings_none","markings_white":"textures/entity/horse2/horse_markings_white","markings_whitefield":"textures/entity/horse2/horse_markings_whitefield","markings_whitedots":"textures/entity/horse2/horse_markings_whitedots","markings_blackdots":"textures/entity/horse2/horse_markings_blackdots","armor_none":"textures/entity/horse2/armor/horse_armor_none","armor_leather":"textures/entity/horse2/armor/horse_armor_leather","armor_iron":"textures/entity/horse2/armor/horse_armor_iron","armor_gold":"textures/entity/horse2/armor/horse_armor_gold","armor_diamond":"textures/entity/horse2/armor/horse_armor_diamond","armor_copper":"textures/entity/horse2/armor/horse_armor_copper"},"geometry":{"default":"geometry.horse.v3"},"animations":{"baby_transform":"animation.horse.v3.baby_transform","walk":"animation.horse.v3.walk","eat":"animation.horse.v3.eat","rear":"animation.horse.v3.rear","tail":"animation.horse.v3.tail","look_at_player":"animation.horse.v3.look_at_player"},"scripts":{"initialize":["variable.eat_anim = 0.0;"],"pre_animation":["variable.armor_texture_slot = query.armor_texture_slot(4);","variable.eat_anim = math.clamp(variable.eat_anim + (query.is_grazing ? ((1.0 - variable.eat_anim) * 0.4 + 0.05) : -variable.eat_anim * 0.4 - 0.05) * query.delta_time * 20.0, 0.0, 1.0);","variable.head_x_rot = query.target_x_rotation + (query.modified_move_speed > 0.2 ? (math.cos(query.modified_distance_moved * 11.46) * 11.46 * query.modified_move_speed + query.modified_move_speed * 11.46) : 0.0);","variable.inverse_max_stand_eat = (1.0 - math.max(variable.stand_anim, variable.eat_anim));","variable.leg_stand_factor = math.cos((query.modified_distance_moved * 38.38) + 180.0);","variable.leg_x_rot_anim = variable.leg_stand_factor * 45.8 * query.modified_move_speed;"],"animate":[{"baby_transform":"query.is_baby"},"walk","look_at_player",{"rear":"variable.stand_anim > 0.0"},{"eat":"!query.is_standing"},{"tail":"variable.shake_tail"}]},"render_controllers":["controller.render.horse.v3"],"spawn_egg":{"texture":"spawn_egg_horse"}}}}