mirror of
https://github.com/ClassiCube/MCGalaxy.git
synced 2025-10-03 02:21:53 -04:00
Fix eyeheight of skeleton model
This commit is contained in:
parent
005f395791
commit
ba79c4a4eb
@ -49,7 +49,7 @@ namespace MCGalaxy {
|
||||
new ModelInfo("pig", 28,28,28, 12),
|
||||
new ModelInfo("sheep", 20,40,20, 19),
|
||||
new ModelInfo("sheep_nofur", 20,40,20, 19),
|
||||
new ModelInfo("skeleton", 16,56,16, 19),
|
||||
new ModelInfo("skeleton", 16,56,16, 28),
|
||||
new ModelInfo("spider", 30,24,30, 8),
|
||||
};
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user