mirror of
https://github.com/smartcmd/MinecraftConsoles.git
synced 2026-05-15 14:13:50 +00:00
Added skin box hide bit functionality
Added code to hide skin boxes when wearing a helmet if bit for said functionality is present.
This commit is contained in:
parent
fd2fd65908
commit
24c74aa225
4 changed files with 6 additions and 1 deletions
|
|
@ -13,6 +13,7 @@ void ModelPart::_init()
|
|||
compiled=false;
|
||||
bMirror = false;
|
||||
visible = true;
|
||||
hideWithHelmet = false;
|
||||
neverRender = false;
|
||||
x=y=z = 0.0f;
|
||||
xRot=yRot=zRot = 0.0f;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue