Fix giant scale

This commit is contained in:
Sollace 2024-03-05 12:24:54 +00:00
parent 76211930d5
commit dfa9ce8977
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) { 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);
} }
} }