From d666d4703571e28db76792b46f19c29bfbf116c5 Mon Sep 17 00:00:00 2001 From: qloak Date: Tue, 14 Jul 2026 13:59:06 -0700 Subject: [PATCH] fix: creeper hovering off the ground --- Minecraft.Client/CreeperModel.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Minecraft.Client/CreeperModel.cpp b/Minecraft.Client/CreeperModel.cpp index 066e0b55..14c7e55f 100644 --- a/Minecraft.Client/CreeperModel.cpp +++ b/Minecraft.Client/CreeperModel.cpp @@ -6,7 +6,7 @@ // 4J - added void CreeperModel::_init(float g) { - int yo = 4; + int yo = 6; head = new ModelPart(this, 0, 0); head->addBox(-4, - 8, -4, 8, 8, 8, g); // Head