Fix size of spiders in mob viewer
This commit is contained in:
@@ -136,7 +136,7 @@ object EntityRenderer {
|
||||
posY,
|
||||
posX + 50,
|
||||
posY + 80,
|
||||
(2F / maxSize * 30).toInt(),
|
||||
(minOf(2F / maxSize, 1F) * 30).toInt(),
|
||||
-bottomOffset,
|
||||
mouseX,
|
||||
mouseY,
|
||||
|
||||
Reference in New Issue
Block a user