1
0
mirror of https://github.com/Mojang/bedrock-samples.git synced 2025-10-23 04:44:17 +00:00
Files
bedrock-samples/resource_pack/entity/fishing_hook.entity.json

20 lines
431 B
JSON

{
"format_version": "1.10.0",
"minecraft:client_entity": {
"description": {
"identifier": "minecraft:fishing_hook",
"materials": {
"default": "fishing_hook"
},
"textures": {
"default": "textures/entity/fishhook"
},
"geometry": {
"default": "geometry.fishing_hook"
},
"render_controllers": [
"controller.render.fishing_hook"
]
}
}
}