mirror of
https://github.com/MineLittlePony/MineLittlePony.git
synced 2024-11-21 20:18:01 +01:00
Fix giant scale
This commit is contained in:
parent
a40b55e142
commit
0d97f6b9d4
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