mirror of
https://github.com/guilhermewerner/tcc
synced 2025-06-17 07:25:14 +00:00
19 lines
441 B
JSON
Vendored
19 lines
441 B
JSON
Vendored
{
|
|
"format_version": "1.10.0",
|
|
"minecraft:client_entity": {
|
|
"description": {
|
|
"identifier": "minecraft:balloon",
|
|
"materials": {
|
|
"default": "balloon"
|
|
},
|
|
"textures": {
|
|
"default": "textures/entity/balloon",
|
|
"rope": "textures/entity/lead_rope"
|
|
},
|
|
"geometry": {
|
|
"default": "geometry.balloon"
|
|
},
|
|
"render_controllers": [ "controller.render.balloon" ]
|
|
}
|
|
}
|
|
} |