mirror of
https://github.com/MineLittlePony/MineLittlePony.git
synced 2024-11-22 12:37:59 +01:00
Fix giant scale
This commit is contained in:
parent
76211930d5
commit
dfa9ce8977
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