mirror of
https://github.com/MineLittlePony/MineLittlePony.git
synced 2024-11-22 04:27:59 +01:00
Merge branch '1.20.2' into 1.20.4
This commit is contained in:
commit
e8035e97f5
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue