This commit is contained in:
FatherToast 2022-09-10 12:08:46 -05:00
parent e238111e73
commit b83b962334
4 changed files with 3 additions and 3 deletions

View file

@ -31,7 +31,7 @@ public class DominationWitchEntity extends _SpecialWitchEntity {
@SpecialMob.BestiaryInfoSupplier
public static void getBestiaryInfo( BestiaryInfo.Builder bestiaryInfo ) {
bestiaryInfo.color( 0xFFF87E ).weight( BestiaryInfo.DefaultWeight.LOW )
.uniqueTextureWithEyes()
.uniqueTextureBaseOnly()
.addExperience( 2 )
.multiplyAttribute( Attributes.MOVEMENT_SPEED, 0.8 );
}

View file

@ -36,7 +36,7 @@ public class WildsWitchEntity extends _SpecialWitchEntity {
@SpecialMob.BestiaryInfoSupplier
public static void getBestiaryInfo( BestiaryInfo.Builder bestiaryInfo ) {
bestiaryInfo.color( 0xA80E0E ).theme( BestiaryInfo.Theme.FOREST )
.uniqueTextureBaseOnly()
.uniqueTextureWithEyes()
.addExperience( 1 ).spider()
.multiplyAttribute( Attributes.MOVEMENT_SPEED, 0.7 );
}

View file

@ -41,7 +41,7 @@ public class WindWitchEntity extends _SpecialWitchEntity {
@SpecialMob.BestiaryInfoSupplier
public static void getBestiaryInfo( BestiaryInfo.Builder bestiaryInfo ) {
bestiaryInfo.color( 0x6388B2 ).theme( BestiaryInfo.Theme.MOUNTAIN )
.uniqueTextureWithEyes()
.uniqueTextureBaseOnly()
.addExperience( 2 ).fallImmune()
.multiplyAttribute( Attributes.MOVEMENT_SPEED, 1.2 );
}

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.8 KiB