mirror of
https://github.com/Mojang/bedrock-samples.git
synced 2024-11-23 13:36:18 +00:00
20 lines
431 B
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"
|
|
]
|
|
}
|
|
}
|
|
} |