mirror of
https://github.com/Mojang/bedrock-samples.git
synced 2024-11-23 13:36:18 +00:00
37 lines
856 B
JSON
37 lines
856 B
JSON
{
|
|
"format_version": "1.8.0",
|
|
"minecraft:client_entity": {
|
|
"description": {
|
|
"identifier": "minecraft:ghast",
|
|
"materials": {
|
|
"default": "ghast"
|
|
},
|
|
"textures": {
|
|
"default": "textures/entity/ghast/ghast",
|
|
"shooting": "textures/entity/ghast/ghast_shooting"
|
|
},
|
|
"geometry": {
|
|
"default": "geometry.ghast"
|
|
},
|
|
"spawn_egg": {
|
|
"texture": "spawn_egg",
|
|
"texture_index": 19
|
|
},
|
|
"animations": {
|
|
"move": "animation.ghast.move",
|
|
"scale": "animation.ghast.scale"
|
|
},
|
|
"animation_controllers": [
|
|
{
|
|
"move": "controller.animation.ghast.move"
|
|
},
|
|
{
|
|
"scale": "controller.animation.ghast.scale"
|
|
}
|
|
],
|
|
"render_controllers": [
|
|
"controller.render.ghast"
|
|
]
|
|
}
|
|
}
|
|
} |