Fix size of spiders in mob viewer

This commit is contained in:
Linnea Gräf
2024-04-03 23:00:02 +02:00
parent 0a2091f2c1
commit 96dc1c62d2

View File

@@ -136,7 +136,7 @@ object EntityRenderer {
posY,
posX + 50,
posY + 80,
(2F / maxSize * 30).toInt(),
(minOf(2F / maxSize, 1F) * 30).toInt(),
-bottomOffset,
mouseX,
mouseY,