mirror of
https://github.com/smartcmd/MinecraftConsoles.git
synced 2026-05-18 04:53:50 +00:00
Fixed a few issues and added more functionality
Fixed player not rendering in third person and armor arm0 not moving with 64x64 skins. Added offsets to held item (main hand) and armor (boots).
This commit is contained in:
parent
0c50f9982c
commit
cef65c8df3
8 changed files with 306 additions and 39 deletions
|
|
@ -17,6 +17,7 @@ public:
|
|||
bool bMirror;
|
||||
bool visible;
|
||||
bool hideWithHelmet;
|
||||
bool isArmorPart1;
|
||||
bool neverRender;
|
||||
vector <Cube *> cubes;
|
||||
vector <ModelPart *> children;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue