mirror of
https://github.com/Mojang/bedrock-samples.git
synced 2024-11-27 05:48:55 +00:00
36 lines
767 B
JSON
36 lines
767 B
JSON
{
|
|
"format_version": "1.8.0",
|
|
"minecraft:client_entity": {
|
|
"description": {
|
|
"identifier": "minecraft:bat",
|
|
"materials": {
|
|
"default": "bat_v2"
|
|
},
|
|
"textures": {
|
|
"default": "textures/entity/bat_v2"
|
|
},
|
|
"geometry": {
|
|
"default": "geometry.bat_v2"
|
|
},
|
|
"scripts": {
|
|
"scale": "1.0"
|
|
},
|
|
"animations": {
|
|
"resting": "animation.bat.resting",
|
|
"flying": "animation.bat.flying"
|
|
},
|
|
"animation_controllers": [
|
|
{
|
|
"move": "controller.animation.bat.move"
|
|
}
|
|
],
|
|
"render_controllers": [
|
|
"controller.render.bat"
|
|
],
|
|
"spawn_egg": {
|
|
"texture": "spawn_egg",
|
|
"texture_index": 18
|
|
}
|
|
}
|
|
}
|
|
} |