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/glow_squid.entity.json
Mike Ammerlaan e304be6ab8 v1.20.80.5
2024-04-23 09:20:49 -07:00

34 lines
755 B
JSON

{
"format_version": "1.10.0",
"minecraft:client_entity": {
"description": {
"identifier": "minecraft:glow_squid",
"materials": {
"default": "glow_squid"
},
"textures": {
"default": "textures/entity/glow_squid/glow_squid"
},
"geometry": {
"default": "geometry.squid"
},
"animations": {
"move": "animation.squid.move",
"squid_rotate": "animation.squid.rotate"
},
"scripts": {
"animate": [
"move",
"squid_rotate"
]
},
"render_controllers": [
"controller.render.glow_squid"
],
"spawn_egg": {
"base_color": "#0x095656",
"overlay_color": "#0x85f1bc"
}
}
}
}