This commit is contained in:
FatherToast 2022-09-12 18:24:08 -05:00
parent b83b962334
commit 367f73f370

View file

@ -24,7 +24,7 @@ public class FighterGhastEntity extends _SpecialGhastEntity {
public static void getBestiaryInfo( BestiaryInfo.Builder bestiaryInfo ) {
bestiaryInfo.color( 0x7A1300 )
.uniqueTextureWithAnimation()
.size( 0.5F, .0F, 2.0F )
.size( 0.5F, 2.0F, 2.0F )
.addExperience( 1 ).disableRangedAttack()
.addToAttribute( Attributes.MAX_HEALTH, 20.0 ).addToAttribute( Attributes.ARMOR, 10.0 )
.addToAttribute( Attributes.ATTACK_DAMAGE, 2.0 )