1
0
mirror of https://github.com/Mojang/bedrock-samples.git synced 2024-11-23 13:36:18 +00:00
bedrock-samples/resource_pack/entity/mooshroom.v1.0.entity.json
Mike Ammerlaan e304be6ab8 v1.20.80.5
2024-04-23 09:20:49 -07:00

42 lines
1.1 KiB
JSON

{
"format_version": "1.8.0",
"minecraft:client_entity": {
"description": {
"identifier": "minecraft:mooshroom",
"materials": {
"default": "mooshroom"
},
"textures": {
"default": "textures/entity/cow/mooshroom",
"brown": "textures/entity/cow/brown_mooshroom"
},
"geometry": {
"default": "geometry.mooshroom"
},
"animations": {
"setup": "animation.mooshroom.setup.v1.0",
"walk": "animation.quadruped.walk",
"look_at_target": "animation.common.look_at_target",
"baby_transform": "animation.mooshroom.baby_transform"
},
"animation_controllers": [
{
"setup": "controller.animation.mooshroom.setup"
},
{
"move": "controller.animation.mooshroom.move"
},
{
"baby": "controller.animation.mooshroom.baby"
}
],
"render_controllers": [
"controller.render.mooshroom"
],
"spawn_egg": {
"texture": "spawn_egg",
"texture_index": 5
}
}
}
}