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