mirror of
https://github.com/Mojang/bedrock-samples.git
synced 2024-11-23 14:46:14 +00:00
44 lines
1.2 KiB
JSON
44 lines
1.2 KiB
JSON
{
|
|
"format_version": "1.8.0",
|
|
"minecraft:client_entity": {
|
|
"description": {
|
|
"identifier": "minecraft:rabbit",
|
|
"min_engine_version": "1.8.0",
|
|
"materials": {
|
|
"default": "rabbit"
|
|
},
|
|
"textures": {
|
|
"brown": "textures/entity/rabbit/brown",
|
|
"white": "textures/entity/rabbit/white",
|
|
"black": "textures/entity/rabbit/blackrabbit",
|
|
"white_splotched": "textures/entity/rabbit/white_splotched",
|
|
"gold": "textures/entity/rabbit/gold",
|
|
"salt": "textures/entity/rabbit/salt",
|
|
"toast": "textures/entity/rabbit/toast"
|
|
},
|
|
"geometry": {
|
|
"default": "geometry.rabbit.v1.8"
|
|
},
|
|
"animations": {
|
|
"move": "animation.rabbit.move",
|
|
"baby_transform": "animation.rabbit.baby_transform",
|
|
"look_at_target": "animation.common.look_at_target"
|
|
},
|
|
"animation_controllers": [
|
|
{
|
|
"general": "controller.animation.rabbit.general"
|
|
},
|
|
{
|
|
"baby": "controller.animation.rabbit.baby"
|
|
}
|
|
],
|
|
"render_controllers": [
|
|
"controller.render.rabbit"
|
|
],
|
|
"spawn_egg": {
|
|
"texture": "spawn_egg",
|
|
"texture_index": 24
|
|
}
|
|
}
|
|
}
|
|
} |