mirror of
https://github.com/MineLittlePony/MineLittlePony.git
synced 2024-11-22 04:27:59 +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) {
|
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