mirror of
https://github.com/FatherToast/SpecialMobs.git
synced 2025-04-24 14:25:01 +00:00
doy
This commit is contained in:
parent
b83b962334
commit
367f73f370
1 changed files with 1 additions and 1 deletions
|
@ -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 )
|
||||
|
|
Loading…
Add table
Reference in a new issue