mirror of
https://github.com/Mojang/bedrock-samples.git
synced 2024-11-23 13:36:18 +00:00
20 lines
424 B
JSON
20 lines
424 B
JSON
{
|
|
"format_version": "1.10.0",
|
|
"minecraft:client_entity": {
|
|
"description": {
|
|
"identifier": "minecraft:leash_knot",
|
|
"materials": {
|
|
"default": "leash_knot"
|
|
},
|
|
"textures": {
|
|
"default": "textures/entity/lead_knot"
|
|
},
|
|
"geometry": {
|
|
"default": "geometry.leash_knot"
|
|
},
|
|
"render_controllers": [
|
|
"controller.render.leash_knot"
|
|
]
|
|
}
|
|
}
|
|
} |