1
0
mirror of https://github.com/Mojang/bedrock-samples.git synced 2024-11-23 13:36:18 +00:00
bedrock-samples/resource_pack/entity/cave_spider.v1.0.entity.json
Mike Ammerlaan e304be6ab8 v1.20.80.5
2024-04-23 09:20:49 -07:00

38 lines
915 B
JSON

{
"format_version": "1.8.0",
"minecraft:client_entity": {
"description": {
"identifier": "minecraft:cave_spider",
"materials": {
"default": "spider",
"invisible": "spider_invisible"
},
"textures": {
"default": "textures/entity/spider/cave_spider"
},
"geometry": {
"default": "geometry.spider"
},
"scripts": {
"scale": "0.7"
},
"animations": {
"default_leg_pose": "animation.spider.default_leg_pose",
"look_at_target": "animation.spider.look_at_target",
"walk": "animation.spider.walk"
},
"animation_controllers": [
{
"move": "controller.animation.spider.move"
}
],
"render_controllers": [
"controller.render.spider"
],
"spawn_egg": {
"texture": "spawn_egg",
"texture_index": 22
}
}
}
}