#How to fix big item problem
1 messages · Page 1 of 1 (latest)
I also want the icon invisible in hand
Use an attachable for your model
3D Items
Attachables are a system in resource packs to give items custom models and animations when held.
In the player render controller you can set the parameter "part_visibility" that let you hide or show some part of the model. You have to insert this code:
"part_visibility": [
{
"<weapon>": false
}
]
where <weapon> is the name of folder in the model that contain all the weapon bone