Fix giant scale

This commit is contained in:
Sollace 2024-03-05 12:24:54 +00:00
parent a40b55e142
commit 0d97f6b9d4
No known key found for this signature in database
GPG key ID: E52FACE7B5C773DB

View file

@ -38,6 +38,6 @@ public class ZomponyRenderer<Zombie extends HostileEntity> extends PonyRenderer<
}
public static ZomponyRenderer<GiantEntity> giant(EntityRendererFactory.Context context) {
return new ZomponyRenderer<>(context, TextureSupplier.of(ZOMBIE), 3);
return new ZomponyRenderer<>(context, TextureSupplier.of(ZOMBIE), 6.8F);
}
}