mirror of
https://github.com/Mojang/bedrock-samples.git
synced 2024-11-27 05:48:55 +00:00
51 lines
1.3 KiB
JSON
51 lines
1.3 KiB
JSON
{
|
|
"format_version": "1.8.0",
|
|
"minecraft:client_entity": {
|
|
"description": {
|
|
"identifier": "minecraft:frog",
|
|
"materials": {
|
|
"default": "frog"
|
|
},
|
|
"textures": {
|
|
"temperate": "textures/entity/frog/temperate_frog",
|
|
"cold": "textures/entity/frog/cold_frog",
|
|
"warm": "textures/entity/frog/warm_frog"
|
|
},
|
|
"geometry": {
|
|
"default": "geometry.frog"
|
|
},
|
|
"spawn_egg": {
|
|
"base_color": "#d07444",
|
|
"overlay_color": "#ffc77c"
|
|
},
|
|
"scripts": {
|
|
"pre_animation": [
|
|
"variable.moving = query.ground_speed > 0 || query.vertical_speed > 0;"
|
|
]
|
|
},
|
|
"animations": {
|
|
"croak": "animation.frog.croak",
|
|
"jump": "animation.frog.jump",
|
|
"tongue": "animation.frog.tongue",
|
|
"walk": "animation.frog.walk",
|
|
"swim": "animation.frog.swim",
|
|
"idle_water": "animation.frog.idle.water",
|
|
"look_at_target": "animation.common.look_at_target"
|
|
},
|
|
"animation_controllers": [
|
|
{
|
|
"general": "controller.animation.frog.general"
|
|
},
|
|
{
|
|
"croaking": "controller.animation.frog.croaking"
|
|
},
|
|
{
|
|
"eat_mob": "controller.animation.frog.eat_mob"
|
|
}
|
|
],
|
|
"render_controllers": [
|
|
"controller.render.frog"
|
|
]
|
|
}
|
|
}
|
|
} |