1
0
mirror of https://github.com/Mojang/bedrock-samples.git synced 2025-10-22 14:44:25 +00:00
Files
bedrock-samples/resource_pack/entity/mooshroom.entity.json
2025-02-19 09:06:29 -08:00

42 lines
1.1 KiB
JSON

{
"format_version": "1.8.0",
"minecraft:client_entity": {
"description": {
"identifier": "minecraft:mooshroom",
"min_engine_version": "1.8.0",
"materials": {
"default": "mooshroom"
},
"textures": {
"default": "textures/entity/cow/mooshroom_v2",
"brown": "textures/entity/cow/brown_mooshroom_v2"
},
"geometry": {
"default": "geometry.mooshroom.v2"
},
"animations": {
"setup": "animation.mooshroom.setup",
"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_mooshroom"
}
}
}
}